summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/security.cc
Commit message (Expand)AuthorAgeFilesLines
* white spaceChristopher Faylor2002-07-191-8/+8
* * security.cc (get_unix_group_sidlist): Create.Corinna Vinschen2002-07-191-49/+39
* * security.cc (get_group_sidlist): Fix formatting.Corinna Vinschen2002-07-151-3/+5
* * security.cc (get_logon_server): Interpret a zero lengthCorinna Vinschen2002-07-021-3/+6
* * security.h (DONT_INHERIT): Eliminate definition.Corinna Vinschen2002-07-021-4/+5
* * autoload.cc (GetSecurityInfo): Define new autoload function.Christopher Faylor2002-07-021-0/+169
* white spaceChristopher Faylor2002-07-011-1/+1
* * security.cc (extract_nt_dom_user): Check for all buffer overflows.Corinna Vinschen2002-06-301-41/+24
* * security.cc (get_group_sidlist): Add pw argument and use pw->pw_name in callChristopher Faylor2002-06-241-6/+6
* * security.cc (alloc_sd): Carefully check owner_sid again after tryingCorinna Vinschen2002-06-211-2/+2
* * security.cc (alloc_sd): Remove unnecessary retrieval of owner name.Corinna Vinschen2002-06-211-17/+29
* * uinfo.cc (cygheap_user::ontherange): Use env_name for NetUserGetInfo.Christopher Faylor2002-06-211-4/+4
* Use hMainProc where appropriate, throughout.Christopher Faylor2002-06-191-56/+58
* * security.cc (get_logon_server): Use strcasematch rather than strcasecmp.Christopher Faylor2002-06-131-5/+5
* * Makefile.in: Ensure that -MD gets added to CFLAGS regardless of CFLAGSChristopher Faylor2002-06-111-4/+2
* * sec_helper.cc (lookup_name): Suppress.Corinna Vinschen2002-06-061-11/+8
* * security.cc (lsa2wchar): Suppressed.Corinna Vinschen2002-06-031-85/+89
* 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-9/+9
* * security.cc (set_security_attribute): Call getegid32() instead ofCorinna Vinschen2002-05-281-1/+1
* Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen2002-05-281-9/+9
* * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor2002-05-281-7/+7
* * security.cc (lsa2str): New function.Corinna Vinschen2002-05-271-2/+10
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-2/+0
* * security.cc (create_token): Call __sec_user() instead ofCorinna Vinschen2002-05-241-4/+5
* * security.cc (open_local_policy): Initialize lsa toCorinna Vinschen2002-05-211-4/+4
* * fhandler_raw.cc (fhandler_dev_raw::open): Replace set_errno()Corinna Vinschen2002-05-171-13/+10
* * syscalls.cc (seteuid): Set default dacl in process token.Corinna Vinschen2002-05-161-43/+82
* * security.cc (get_lsa_srv_inf): Prevent extraneous backslashes forCorinna Vinschen2002-04-181-2/+3
* * autoload.cc (NetGetDCName): Add symbol.Corinna Vinschen2002-03-071-6/+7
* * fork.cc (fork_parent): Use sec_user_nih to control process/threadChristopher Faylor2002-02-191-1/+1
* * 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-10/+9
* * security.cc (create_token): Use sec_user() to createCorinna Vinschen2002-01-231-4/+3
* * security.cc (create_token): Close processes token handle as soonCorinna Vinschen2002-01-191-0/+1
* * security.cc (open_local_policy): Use POLICY_EXECUTE instead ofCorinna Vinschen2001-12-301-2/+1
* * security.cc (open_local_policy): Initialize lsa handle to NULL.Corinna Vinschen2001-12-291-3/+4
* Eliminate excess whitespace.Christopher Faylor2001-11-051-1/+1
* * security.cc (get_supplementary_group_sidlist): New function.Corinna Vinschen2001-11-031-0/+31
* * security.cc (is_group_member): Call NetLocalGroupGetMembers() forCorinna Vinschen2001-10-301-8/+2
* * autoload.cc: Add load statement for `NtOpenFile'.Corinna Vinschen2001-10-161-1/+1
* * Makefile.in: Build wincap.o.Corinna Vinschen2001-09-121-11/+5
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-69/+69
* * cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.Christopher Faylor2001-09-061-1/+1
* * security.cc (create_token): Change initialization of `exp' to complyCorinna Vinschen2001-08-311-1/+1
* * security.cc (set_nt_attribute): Return always -1 in case ofCorinna Vinschen2001-08-151-1/+1
* * security.cc (alloc_sd): Revert to setting inheritance attribute forCorinna Vinschen2001-08-081-17/+1
* * security.cc (alloc_sd): Don't set FILE_DELETE_CHILD for groupCorinna Vinschen2001-08-071-1/+2
* * dir.cc (mkdir): Set security attributes correctly forCorinna Vinschen2001-08-071-4/+17