aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/sec_helper.cc
AgeCommit message (Expand)AuthorFilesLines
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-8/+8
2002-08-08 Patch by Joe Buehler <jbuehler@hekimian.com>:Corinna Vinschen1-1/+1
2002-07-03* cygheap.cc (init_cheap): Rearrange error message.Christopher Faylor1-1/+1
2002-07-01* syscalls.c (seteuid32): Do not return an error when the token cannot beChristopher Faylor1-1/+1
2002-07-01 * shared.cc (sec_none): Move to sec_helper.cc.Corinna Vinschen1-0/+96
2002-06-06 * sec_helper.cc (lookup_name): Suppress.Corinna Vinschen1-0/+2
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor1-1/+0
2002-05-29 Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen1-2/+2
2002-05-28 Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen1-9/+9
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-2/+0
2002-02-10 * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen1-1/+1
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen1-6/+6
2001-09-11Update copyrights.Christopher Faylor1-1/+1
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-8/+8
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-1/+1
2001-07-15 Change well_known_admin_sid to well_known_admins_sid throughout.Corinna Vinschen1-1/+2
2001-05-29 * sec_helper.cc (cygsid::getfrompw): Change parameter to `const'.Corinna Vinschen1-2/+2
2001-05-20 * autoload.cc: Add load statements for `LookupAccountNameW',Corinna Vinschen1-23/+38
2001-05-16 * sec_helper.cc (legal_sid_type): Fix conditional. Change toCorinna Vinschen1-3/+3
2001-05-15 * fork.cc (fork): Eliminate superfluous call to getuid().Corinna Vinschen1-68/+32
2001-04-30 * grp.cc: Eliminate MAX_DOMAIN_NAME define.Corinna Vinschen1-30/+21
2001-04-25 * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.Corinna Vinschen1-34/+14
2001-04-20 * security.cc (set_process_privileges): Swap out.Corinna Vinschen1-0/+40
2001-04-20 * Makefile.in: Add object files `sec_helper.cc' and `sec_acl.cc'.Corinna Vinschen1-0/+399