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