aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/sec_helper.cc
AgeCommit message (Expand)AuthorFilesLines
2011-12-17Clean up whitespace.Christopher Faylor1-1/+1
2011-12-03Throughout, remove extra space after function name from debugging output.Christopher Faylor1-1/+1
2011-10-15 * sec_auth.cc (get_token_group_sidlist): Add CONSOLE LOGON SID onCorinna Vinschen1-47/+56
2011-04-29 * advapi32.cc: Add comment.Corinna Vinschen1-18/+29
2011-04-28 * advapi32.cc (SetSecurityDescriptorDacl): Remove.Corinna Vinschen1-15/+6
2011-04-28 * advapi32.cc (InitializeAcl): Remove.Corinna Vinschen1-12/+15
2011-04-28 * advapi32.cc (InitializeSid): Remove.Corinna Vinschen1-4/+4
2011-04-04 * sec_auth.cc (get_user_groups): Mark well-known groups as well-known.Corinna Vinschen1-3/+14
2010-04-17 * sec_helper.cc (get_null_sd): Make static. Use PSECURITY_DESCRIPTORCorinna Vinschen1-5/+4
2010-04-15 * sec_helper.cc (set_cygwin_privileges): Enable SE_DEBUG_PRIVILEGE, ifCorinna Vinschen1-0/+10
2010-02-12 * sec_auth.cc (get_user_local_groups): Retrieve name of well knownCorinna Vinschen1-0/+2
2010-01-08 * sec_auth.cc (get_token_group_sidlist): Add BUILTIN\Users accountCorinna Vinschen1-1/+5
2009-10-31 * sec_helper.cc (security_descriptor::realloc): Call free first ifCorinna Vinschen1-0/+3
2009-10-30 * sec_helper.cc (security_descriptor::free): If sd_size is 0, callCorinna Vinschen1-1/+6
2009-04-09 * fhandler_disk_file.cc (fhandler_disk_file::fchown): Catch anCorinna Vinschen1-0/+4
2008-11-26Remove unneeded whitespace.Christopher Faylor1-1/+1
2008-09-11* localtime.cc (increment_overflow): Mark as non-inline to prevent compilerChristopher Faylor1-1/+1
2008-07-11 Change length for domain buffers from INTERNET_MAX_HOST_NAME_LENGTH toCorinna Vinschen1-8/+12
2008-04-22 * sec_auth.cc (create_token): Add integrity level SID to token onCorinna Vinschen1-0/+6
2008-04-18 * fhandler.h (-struct wsa_event): Move to wsa_event.h. IncludeCorinna Vinschen1-0/+33
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor1-1/+1
2008-02-14 * cygheap.cc (cwcsdup): New function.Corinna Vinschen1-0/+11
2007-07-20 * fhandler.cc (fhandler_base::fhaccess): Accommodate interface changesCorinna Vinschen1-10/+0
2007-07-19 * sec_helper.cc: Remove unused code.Corinna Vinschen1-71/+0
2007-07-19 * cygheap.h (init_cygheap::luid): Remove.Corinna Vinschen1-65/+40
2007-07-19 * dcrt0.cc (dll_crt0_0): Call set_cygwin_privileges here, afterCorinna Vinschen1-2/+0
2007-03-29 * cygheap.cc (cygheap_init): Fix formatting. Remove comment. SetCorinna Vinschen1-11/+25
2007-02-23 Throughout remove all usage of wincap.has_security.Corinna Vinschen1-3/+2
2007-02-20Remove extraneous whitespace.Christopher Faylor1-6/+6
2006-12-20 Partially revert change from 2006-10-22. GetSecurityInfo messes upCorinna Vinschen1-27/+4
2006-12-12 * environ.cc (set_traverse): Remove.Corinna Vinschen1-1/+0
2006-11-27 * cyglsa.h: New header file.Corinna Vinschen1-12/+48
2006-11-23 * security.h (DBGSID): Define for debugging purposes.Corinna Vinschen1-35/+35
2006-11-08 * sec_helper.cc (sid_auth): Remove.Corinna Vinschen1-11/+15
2006-11-01 * security.h (cygpriv_idx): Add privileges new in Vista.Corinna Vinschen1-2/+6
2006-10-22 * fhandler_disk_file.cc (fhandler_disk_file::facl): Fix whitespace.Corinna Vinschen1-1/+1
2006-10-22 * external.cc (cygwin_internal): Use security_descriptor::copy method.Corinna Vinschen1-8/+31
2006-07-17GCC 4.1 fixes.Christopher Faylor1-11/+6
2006-03-01 * sec_helper.cc (set_cygwin_privileges): Request SE_BACKUP_NAMECorinna Vinschen1-0/+1
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor1-1/+1
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor1-1/+0
2005-06-07 * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES andCorinna Vinschen1-1/+10
2005-04-03 * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen1-32/+86
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-1/+1
2004-04-16 * autoload.cc (NtCreateFile): Add.Corinna Vinschen1-0/+14
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-02-05 * security.h (SID): New macro.Corinna Vinschen1-31/+27
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-3/+3
2003-11-26 * sec_helper.cc (set_process_privilege): Rename restore_priv toCorinna Vinschen1-8/+8