summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sec_helper.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * dcrt0.cc (dll_crt0_0): Call set_cygwin_privileges here, afterCorinna Vinschen2007-07-191-2/+0
* * cygheap.cc (cygheap_init): Fix formatting. Remove comment. SetCorinna Vinschen2007-03-291-11/+25
* Throughout remove all usage of wincap.has_security.Corinna Vinschen2007-02-231-3/+2
* Remove extraneous whitespace.Christopher Faylor2007-02-201-6/+6
* Partially revert change from 2006-10-22. GetSecurityInfo messes upCorinna Vinschen2006-12-201-27/+4
* * environ.cc (set_traverse): Remove.Corinna Vinschen2006-12-121-1/+0
* * cyglsa.h: New header file.Corinna Vinschen2006-11-271-12/+48
* * security.h (DBGSID): Define for debugging purposes.Corinna Vinschen2006-11-231-35/+35
* * sec_helper.cc (sid_auth): Remove.Corinna Vinschen2006-11-081-11/+15
* * security.h (cygpriv_idx): Add privileges new in Vista.Corinna Vinschen2006-11-011-2/+6
* * fhandler_disk_file.cc (fhandler_disk_file::facl): Fix whitespace.Corinna Vinschen2006-10-221-1/+1
* * external.cc (cygwin_internal): Use security_descriptor::copy method.Corinna Vinschen2006-10-221-8/+31
* GCC 4.1 fixes.Christopher Faylor2006-07-171-11/+6
* * sec_helper.cc (set_cygwin_privileges): Request SE_BACKUP_NAMECorinna Vinschen2006-03-011-0/+1
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-051-1/+1
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-1/+0
* * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES andCorinna Vinschen2005-06-071-1/+10
* * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen2005-04-031-32/+86
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-1/+1
* * autoload.cc (NtCreateFile): Add.Corinna Vinschen2004-04-161-0/+14
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * security.h (SID): New macro.Corinna Vinschen2004-02-051-31/+27
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-3/+3
* * sec_helper.cc (set_process_privilege): Rename restore_priv toCorinna Vinschen2003-11-261-8/+8
* * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen2003-11-261-0/+29
* * external.cc (cygwin_internal): Add CW_GET_POSIX_SECURITY_ATTRIBUTECorinna Vinschen2003-11-041-0/+18
* 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-271-0/+7
* * include/tzfile.h: Add some missing entries.Christopher Faylor2003-09-251-1/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* * cygheap.cc (cygheap_user::set_saved_sid): Rename from set_orig_sid.Corinna Vinschen2003-09-161-1/+1
* 2003-09-15 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-161-15/+13
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* whitespace cleanupChristopher Faylor2003-03-091-2/+2
* * sec_helper.cc (get_sids_info): debug_print owner_sid and group_sid.Corinna Vinschen2003-02-261-0/+3
* * security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and deleteCorinna Vinschen2003-02-061-41/+0
* * sec_helper.cc (get_sids_info): New function.Corinna Vinschen2003-02-051-0/+37
* * security.h (class cygpsid): New class.Corinna Vinschen2003-02-041-53/+58
* * security.h: Add third argument to set_process_privilege.Corinna Vinschen2003-02-031-4/+7
* * uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor2003-01-261-2/+2
* 2002-12-14 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2002-12-141-12/+31
* 2002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen2002-12-101-6/+5
* * security.h: Declare internal_getpwsid and internal_getgrsid.Corinna Vinschen2002-11-201-46/+21
* * grp.cc (getgroups32): Revert previous patch. Use impersonationCorinna Vinschen2002-11-141-13/+44
* * syscalls.cc (chmod): Simplify conditional.Corinna Vinschen2002-11-121-128/+48
* * sec_helper.cc (cygsid::get_id): If the sid matches a sid stored inChristopher Faylor2002-10-221-16/+22
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-8/+8
* Patch by Joe Buehler <jbuehler@hekimian.com>:Corinna Vinschen2002-08-081-1/+1
* * cygheap.cc (init_cheap): Rearrange error message.Christopher Faylor2002-07-031-1/+1
* * syscalls.c (seteuid32): Do not return an error when the token cannot beChristopher Faylor2002-07-011-1/+1
* * shared.cc (sec_none): Move to sec_helper.cc.Corinna Vinschen2002-07-011-0/+96