summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sec_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* * fhandler_disk_file.cc (fhandler_disk_file::fchown): Catch anCorinna Vinschen2009-04-091-1/+1
* * sec_acl.cc (setacl): Align standard owner and group permissionsCorinna Vinschen2008-10-131-4/+7
* * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor2008-09-111-12/+18
* * sec_acl.cc (setacl): Set errno to EINVAL if user or group don't exist.Corinna Vinschen2008-05-221-6/+14
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-1/+0
* * dir.cc (readdir_worker): Convert w32name to PUNICODE_STRING.Corinna Vinschen2007-08-161-1/+1
* * fhandler.h (fhandler_base::pc): Make public.Corinna Vinschen2007-08-141-1/+0
* * fhandler_disk_file.cc (fhandler_disk_file::facl): If file can't beCorinna Vinschen2007-07-301-0/+2
* * fhandler.cc (fhandler_base::fhaccess): Accommodate interface changesCorinna Vinschen2007-07-201-26/+9
* * security.h (setacl): Add parameter for writability flag.Corinna Vinschen2007-01-071-3/+10
* * sec_acl.cc (acltotext32): Add missing handling of default ACL entryCorinna Vinschen2006-07-181-1/+1
* * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES andCorinna Vinschen2005-06-071-2/+1
* Remove PC_FULL from path_conv usage throughout.Christopher Faylor2005-05-131-2/+1
* * autoload.cc (NtCreateFile): Add.Corinna Vinschen2004-04-161-1/+1
* * ntdll.h: Fix copyright date.Corinna Vinschen2004-04-141-0/+2
* * sec_acl.cc (getacl): Avoid compiler warning.Corinna Vinschen2004-04-141-3/+2
* * fhandler.cc (fhandler_base::open): Simplify access evaluationCorinna Vinschen2004-04-141-92/+26
* * fhandler.cc (fhandler_base::open): Accomodate query_write_controlCorinna Vinschen2004-04-141-1/+1
* * sec_acl.cc (setacl): Use correct offset when trying to combineCorinna Vinschen2004-04-101-2/+2
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * sec_acl.cc (setacl): Make sure sd_ret is large enough.Corinna Vinschen2004-01-201-0/+5
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-23/+23
* * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen2003-11-261-19/+15
* * sec_acl.h (getace): Use FILE_*_BITS as permission mask.Corinna Vinschen2003-11-261-3/+3
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * sec_acl.cc (setacl): Don't handle DELETE flag specially.Corinna Vinschen2003-03-101-8/+2
* whitespace cleanupChristopher Faylor2003-03-091-1/+1
* Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor2003-03-091-48/+25
* * dtable.cc (dtable::build_fhandler_from_name): Set some fhandlerCorinna Vinschen2003-02-211-63/+0
* * sec_acl.cc (setacl): Move all permission settings to beginning ofCorinna Vinschen2003-02-051-83/+173
* * uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor2003-01-261-5/+5
* * sec_acl.cc (search_ace): Use id == -1, instead of < 0, as wildcard.Corinna Vinschen2003-01-121-49/+59
* whitespaceChristopher Faylor2002-12-121-3/+3
* 2002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen2002-12-101-16/+11
* * sec_acl.cc (getacl): Set errno to ENOSPC if command is GETACL andCorinna Vinschen2002-11-251-1/+4
* 2002-11-24 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2002-11-241-142/+131
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-7/+7
* * sec_acl.cc (getacl): Check ace_sid == well_known_world_sidCorinna Vinschen2002-08-261-6/+6
* * security.h (DONT_INHERIT): Eliminate definition.Corinna Vinschen2002-07-021-4/+5
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-021-1/+0
* Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen2002-05-291-3/+3
* Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen2002-05-281-5/+5
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-2/+0
* * cygwin.din (fstat64): New symbol.Corinna Vinschen2002-02-251-3/+3
* * 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-33/+36
* * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor2001-10-151-3/+3
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-2/+2