summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/security.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * security.cc (alloc_sd): Reformat comment.Corinna Vinschen2001-04-221-4/+4
* * security.cc (set_process_privileges): Swap out.Corinna Vinschen2001-04-201-41/+1
* * Makefile.in: Add object files `sec_helper.cc' and `sec_acl.cc'.Corinna Vinschen2001-04-201-1411/+6
* Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor2001-04-181-9/+3
* * environ.cc (parse_options): Use strtok_r instead of strtok.Corinna Vinschen2001-03-141-3/+9
* * dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor2001-03-051-0/+1
* * dir.cc (readdir): Fix shortcut==symlink condition.Corinna Vinschen2001-03-021-0/+2
* Add copyright year 2001Corinna Vinschen2001-02-211-2/+2
* * Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.Corinna Vinschen2001-02-211-3/+9
* Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor2001-01-281-73/+73
* * autoload.cc: Add load statemant for SetSecurityDescriptorControl.Corinna Vinschen2000-12-201-0/+15
* * environ.cc (struct parse_thing): Add entry for new CYGWIN optionCorinna Vinschen2000-12-191-0/+4
* * autoload.cc: Autoload CharToOemA.Christopher Faylor2000-12-101-2/+14
* * cygheap.h: Move `token' and `impersonated' from class _pinfoCorinna Vinschen2000-11-151-5/+5
* * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen2000-11-151-4/+5