summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sec_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 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