summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sec_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* * globals.cc (ro_u_refs): New R/O unicode string.Corinna Vinschen2012-06-031-1/+59
* Clean up whitespace.Christopher Faylor2011-12-171-1/+1
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-1/+1
* * sec_auth.cc (get_token_group_sidlist): Add CONSOLE LOGON SID onCorinna Vinschen2011-10-151-47/+56
* * advapi32.cc: Add comment.Corinna Vinschen2011-04-291-18/+29
* * advapi32.cc (SetSecurityDescriptorDacl): Remove.Corinna Vinschen2011-04-281-15/+6
* * advapi32.cc (InitializeAcl): Remove.Corinna Vinschen2011-04-281-12/+15
* * advapi32.cc (InitializeSid): Remove.Corinna Vinschen2011-04-281-4/+4
* * sec_auth.cc (get_user_groups): Mark well-known groups as well-known.Corinna Vinschen2011-04-041-3/+14
* * sec_helper.cc (get_null_sd): Make static. Use PSECURITY_DESCRIPTORCorinna Vinschen2010-04-171-5/+4
* * sec_helper.cc (set_cygwin_privileges): Enable SE_DEBUG_PRIVILEGE, ifCorinna Vinschen2010-04-151-0/+10
* * sec_auth.cc (get_user_local_groups): Retrieve name of well knownCorinna Vinschen2010-02-121-0/+2
* * sec_auth.cc (get_token_group_sidlist): Add BUILTIN\Users accountCorinna Vinschen2010-01-081-1/+5
* * sec_helper.cc (security_descriptor::realloc): Call free first ifCorinna Vinschen2009-10-311-0/+3
* * sec_helper.cc (security_descriptor::free): If sd_size is 0, callCorinna Vinschen2009-10-301-1/+6
* * fhandler_disk_file.cc (fhandler_disk_file::fchown): Catch anCorinna Vinschen2009-04-091-0/+4
* Remove unneeded whitespace.Christopher Faylor2008-11-261-1/+1
* * localtime.cc (increment_overflow): Mark as non-inline to prevent compilerChristopher Faylor2008-09-111-1/+1
* Change length for domain buffers from INTERNET_MAX_HOST_NAME_LENGTH toCorinna Vinschen2008-07-111-8/+12
* * sec_auth.cc (create_token): Add integrity level SID to token onCorinna Vinschen2008-04-221-0/+6
* * fhandler.h (-struct wsa_event): Move to wsa_event.h. IncludeCorinna Vinschen2008-04-181-0/+33
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* Perform whitespace cleanup throughout.Christopher Faylor2008-02-151-1/+1
* * cygheap.cc (cwcsdup): New function.Corinna Vinschen2008-02-141-0/+11
* * fhandler.cc (fhandler_base::fhaccess): Accommodate interface changesCorinna Vinschen2007-07-201-10/+0
* * sec_helper.cc: Remove unused code.Corinna Vinschen2007-07-191-71/+0
* * cygheap.h (init_cygheap::luid): Remove.Corinna Vinschen2007-07-191-65/+40
* * 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