summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/security.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Whitespace cleanup.Christopher Faylor2000-10-281-1/+1
* * security.cc: Eliminate C++ comments throughout.Corinna Vinschen2000-10-231-49/+58
* * pinfo.cc (pinfo_init): Eliminate call to `set_process_privileges'.Corinna Vinschen2000-10-221-20/+14
* * exceptions.cc (set_console_handler): Don't allocateChristopher Faylor2000-10-151-11/+1
* * child_info: Bump child_info "version".Christopher Faylor2000-10-121-1/+1
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-0/+1
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-649/+649
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-9/+13
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-0/+2
* Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor2000-08-121-2/+2
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* * security.cc (lookup_name): Search on local machine first ifCorinna Vinschen2000-07-261-0/+17
* * security.cc (acl_worker): Use stat_suffixes in call to path_convCorinna Vinschen2000-07-211-1/+2
* Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor2000-07-171-1/+1
* * security.cc (read_sd): Eliminate OemToChar.Corinna Vinschen2000-07-041-3/+1
* * winsup.h: Define MAX_SID_LEN and new MAX_HOST_NAME.Corinna Vinschen2000-07-021-2/+0
* * dcrt0.cc: Add load statements for `GetSidIdentifierAuthority'Corinna Vinschen2000-06-191-7/+26
* * cygwin.din: Define symbols for `cygwin_logon_user' andCorinna Vinschen2000-06-161-0/+67
* * dir.cc (writable_directory): Comment out previous code,Corinna Vinschen2000-05-241-6/+11
* * security.cc (read_sd): Return 1 on success because weCorinna Vinschen2000-05-021-8/+13