aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/security.cc
AgeCommit message (Expand)AuthorFilesLines
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor1-0/+1
2001-03-02 * dir.cc (readdir): Fix shortcut==symlink condition.Corinna Vinschen1-0/+2
2001-02-21Add copyright year 2001Corinna Vinschen1-2/+2
2001-02-21 * Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.Corinna Vinschen1-3/+9
2001-01-28Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor1-73/+73
2000-12-20 * autoload.cc: Add load statemant for SetSecurityDescriptorControl.Corinna Vinschen1-0/+15
2000-12-19 * environ.cc (struct parse_thing): Add entry for new CYGWIN optionCorinna Vinschen1-0/+4
2000-12-10* autoload.cc: Autoload CharToOemA.Christopher Faylor1-2/+14
2000-11-15 * cygheap.h: Move `token' and `impersonated' from class _pinfoCorinna Vinschen1-5/+5
2000-11-15 * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen1-4/+5
2000-10-28Whitespace cleanup.Christopher Faylor1-1/+1
2000-10-23* security.cc: Eliminate C++ comments throughout.Corinna Vinschen1-49/+58
2000-10-22 * pinfo.cc (pinfo_init): Eliminate call to `set_process_privileges'.Corinna Vinschen1-20/+14
2000-10-15* exceptions.cc (set_console_handler): Don't allocateChristopher Faylor1-11/+1
2000-10-12* child_info: Bump child_info "version".Christopher Faylor1-1/+1
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-0/+1
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor1-649/+649
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-9/+13
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor1-0/+1
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor1-0/+2
2000-08-12Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor1-2/+2
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-07-26 * security.cc (lookup_name): Search on local machine first ifCorinna Vinschen1-0/+17
2000-07-21 * security.cc (acl_worker): Use stat_suffixes in call to path_convCorinna Vinschen1-1/+2
2000-07-17Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor1-1/+1
2000-07-04 * security.cc (read_sd): Eliminate OemToChar.Corinna Vinschen1-3/+1
2000-07-02 * winsup.h: Define MAX_SID_LEN and new MAX_HOST_NAME.Corinna Vinschen1-2/+0
2000-06-19 * dcrt0.cc: Add load statements for `GetSidIdentifierAuthority'Corinna Vinschen1-7/+26
2000-06-16 * cygwin.din: Define symbols for `cygwin_logon_user' andCorinna Vinschen1-0/+67
2000-05-24 * dir.cc (writable_directory): Comment out previous code,Corinna Vinschen1-6/+11
2000-05-02 * security.cc (read_sd): Return 1 on success because weCorinna Vinschen1-8/+13
2000-05-02 * dcrt0.cc: Add dynamic load code for `OemToCharA' from user32.dll.Corinna Vinschen1-1/+4
2000-04-25 * fhandler.cc (fhandler_disk_file::open): Check for allow_ntsecCorinna Vinschen1-98/+49
2000-04-13 * cygwin.din: Add symbol for `lacl'.Corinna Vinschen1-5/+22
2000-03-16 * security.cc (set_process_privileges): Removed `static'.Corinna Vinschen1-40/+41
2000-02-21Respond to a multitude of g++ warnings.Christopher Faylor1-2/+2
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+2084