aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/security.cc
AgeCommit message (Expand)AuthorFilesLines
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-3/+3
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor1-9/+9
2002-09-11 * grp.cc (initgroups): Call groups::clear_supp to free theCorinna Vinschen1-0/+3
2002-08-26 * sec_acl.cc (getacl): Check ace_sid == well_known_world_sidCorinna Vinschen1-164/+91
2002-08-02 * security.cc (verify_token): Do not reject a token just becauseCorinna Vinschen1-2/+5
2002-07-29 * security.cc: Change some formatting.Corinna Vinschen1-193/+276
2002-07-25* security.cc (allow_ntsec): Default to on.Christopher Faylor1-2/+2
2002-07-23 * security.cc (get_group_sidlist): Create group list from /etc filesCorinna Vinschen1-4/+2
2002-07-19white spaceChristopher Faylor1-8/+8
2002-07-19 * security.cc (get_unix_group_sidlist): Create.Corinna Vinschen1-49/+39
2002-07-15 * security.cc (get_group_sidlist): Fix formatting.Corinna Vinschen1-3/+5
2002-07-02 * security.cc (get_logon_server): Interpret a zero lengthCorinna Vinschen1-3/+6
2002-07-02 * security.h (DONT_INHERIT): Eliminate definition.Corinna Vinschen1-4/+5
2002-07-02* autoload.cc (GetSecurityInfo): Define new autoload function.Christopher Faylor1-0/+169
2002-07-01white spaceChristopher Faylor1-1/+1
2002-06-30 * security.cc (extract_nt_dom_user): Check for all buffer overflows.Corinna Vinschen1-41/+24
2002-06-24* security.cc (get_group_sidlist): Add pw argument and use pw->pw_name in callChristopher Faylor1-6/+6
2002-06-21 * security.cc (alloc_sd): Carefully check owner_sid again after tryingCorinna Vinschen1-2/+2
2002-06-21 * security.cc (alloc_sd): Remove unnecessary retrieval of owner name.Corinna Vinschen1-17/+29
2002-06-21* uinfo.cc (cygheap_user::ontherange): Use env_name for NetUserGetInfo.Christopher Faylor1-4/+4
2002-06-19Use hMainProc where appropriate, throughout.Christopher Faylor1-56/+58
2002-06-13* security.cc (get_logon_server): Use strcasematch rather than strcasecmp.Christopher Faylor1-5/+5
2002-06-11* Makefile.in: Ensure that -MD gets added to CFLAGS regardless of CFLAGSChristopher Faylor1-4/+2
2002-06-06 * sec_helper.cc (lookup_name): Suppress.Corinna Vinschen1-11/+8
2002-06-03 * security.cc (lsa2wchar): Suppressed.Corinna Vinschen1-85/+89
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-9/+9
2002-05-28 * security.cc (set_security_attribute): Call getegid32() instead ofCorinna Vinschen1-1/+1
2002-05-28 Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen1-9/+9
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor1-7/+7
2002-05-27 * security.cc (lsa2str): New function.Corinna Vinschen1-2/+10
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-2/+0
2002-05-24 * security.cc (create_token): Call __sec_user() instead ofCorinna Vinschen1-4/+5
2002-05-21 * security.cc (open_local_policy): Initialize lsa toCorinna Vinschen1-4/+4
2002-05-17 * fhandler_raw.cc (fhandler_dev_raw::open): Replace set_errno()Corinna Vinschen1-13/+10
2002-05-16 * syscalls.cc (seteuid): Set default dacl in process token.Corinna Vinschen1-43/+82
2002-04-18 * security.cc (get_lsa_srv_inf): Prevent extraneous backslashes forCorinna Vinschen1-2/+3
2002-03-07 * autoload.cc (NetGetDCName): Add symbol.Corinna Vinschen1-6/+7
2002-02-19* fork.cc (fork_parent): Use sec_user_nih to control process/threadChristopher Faylor1-1/+1
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-10/+9
2002-01-23 * security.cc (create_token): Use sec_user() to createCorinna Vinschen1-4/+3
2002-01-19 * security.cc (create_token): Close processes token handle as soonCorinna Vinschen1-0/+1
2001-12-30 * security.cc (open_local_policy): Use POLICY_EXECUTE instead ofCorinna Vinschen1-2/+1
2001-12-29 * security.cc (open_local_policy): Initialize lsa handle to NULL.Corinna Vinschen1-3/+4
2001-11-05Eliminate excess whitespace.Christopher Faylor1-1/+1
2001-11-03 * security.cc (get_supplementary_group_sidlist): New function.Corinna Vinschen1-0/+31
2001-10-30 * security.cc (is_group_member): Call NetLocalGroupGetMembers() forCorinna Vinschen1-8/+2
2001-10-16 * autoload.cc: Add load statement for `NtOpenFile'.Corinna Vinschen1-1/+1
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen1-11/+5