summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sec_helper.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * sec_helper.cc (lookup_name): Suppress.Corinna Vinschen2002-06-061-0/+2
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-021-1/+0
* Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen2002-05-291-2/+2
* Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen2002-05-281-9/+9
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-2/+0
* * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen2002-02-101-1/+1
* * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen2002-02-101-6/+6
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-8/+8
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-1/+1
* Change well_known_admin_sid to well_known_admins_sid throughout.Corinna Vinschen2001-07-151-1/+2
* * sec_helper.cc (cygsid::getfrompw): Change parameter to `const'.Corinna Vinschen2001-05-291-2/+2
* * autoload.cc: Add load statements for `LookupAccountNameW',Corinna Vinschen2001-05-201-23/+38
* * sec_helper.cc (legal_sid_type): Fix conditional. Change toCorinna Vinschen2001-05-161-3/+3
* * fork.cc (fork): Eliminate superfluous call to getuid().Corinna Vinschen2001-05-151-68/+32
* * grp.cc: Eliminate MAX_DOMAIN_NAME define.Corinna Vinschen2001-04-301-30/+21
* * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.Corinna Vinschen2001-04-251-34/+14
* * security.cc (set_process_privileges): Swap out.Corinna Vinschen2001-04-201-0/+40
* * Makefile.in: Add object files `sec_helper.cc' and `sec_acl.cc'.Corinna Vinschen2001-04-201-0/+399