summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/security.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor2001-08-041-4/+4
* * security.cc (set_file_attribute): Clean up. Don't callCorinna Vinschen2001-08-021-10/+8
* * security.cc (get_user_primary_group): Fix compiler warning.Corinna Vinschen2001-07-271-2/+2
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-1/+1
* * security.cc (get_user_groups): Call Net function with NULL serverCorinna Vinschen2001-07-181-17/+39
* Change well_known_admin_sid to well_known_admins_sid throughout.Corinna Vinschen2001-07-151-28/+49
* * security.cc (alloc_sd): Don't set inheritance attribute forCorinna Vinschen2001-07-091-0/+16
* * mmap.cc: Clean up *ResourceLock calls throughout.Christopher Faylor2001-06-261-15/+15
* * security.h (NTWriteEA): Change prototype.Egor Duda2001-06-051-4/+9
* Maintain 80 col line length.Christopher Faylor2001-05-311-1/+2
* * path.cc (chdir): Always send unsigned chars to isspace since newlib's isspaceChristopher Faylor2001-05-311-2/+3
* * sec_helper.cc (cygsid::getfrompw): Change parameter to `const'.Corinna Vinschen2001-05-291-15/+26
* * security.cc (get_file_attribute): Don't set errno.Corinna Vinschen2001-05-221-2/+0
* * autoload.cc: Add load statements for `LookupAccountNameW',Corinna Vinschen2001-05-201-17/+656
* * security.cc (cygwin_set_impersonation_token): Never destroyCorinna Vinschen2001-05-171-3/+2
* * fork.cc (fork): Eliminate superfluous call to getuid().Corinna Vinschen2001-05-151-8/+8
* * autoload.cc: Add autoload statements for ws2_32 functionsCorinna Vinschen2001-05-151-0/+1
* * security.cc (subauth): Check if Secur32.dll could be loaded.Corinna Vinschen2001-05-141-0/+5
* * autoload.cc: Add LoadDLLinitfunc for secur32.dll.Corinna Vinschen2001-04-301-23/+160
* * grp.cc: Eliminate MAX_DOMAIN_NAME define.Corinna Vinschen2001-04-301-1/+1
* * security.cc (alloc_sd): Add unrelated ACCESS_ALLOWED_ACE behindCorinna Vinschen2001-04-261-8/+6
* * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.Corinna Vinschen2001-04-251-19/+15