summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/security.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * dcrt0.cc: Add dynamic load code for `OemToCharA' from user32.dll.Corinna Vinschen2000-05-021-1/+4
* * fhandler.cc (fhandler_disk_file::open): Check for allow_ntsecCorinna Vinschen2000-04-251-98/+49
* * cygwin.din: Add symbol for `lacl'.Corinna Vinschen2000-04-131-5/+22
* * security.cc (set_process_privileges): Removed `static'.Corinna Vinschen2000-03-161-40/+41
* Respond to a multitude of g++ warnings.Christopher Faylor2000-02-211-2/+2
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+2084