| Commit message (Expand) | Author | Age | Files | Lines |
* | * sec_acl.cc (acl32): Fix potnetial crash if build_fh_name returns NULL. | Corinna Vinschen | 2012-03-29 | 1 | -4/+4 |
* | Throughout, remove extra space after function name from debugging output. | Christopher Faylor | 2011-12-03 | 1 | -3/+3 |
* | * advapi32.cc: Add comment. | Corinna Vinschen | 2011-04-29 | 1 | -3/+4 |
* | * advapi32.cc (SetSecurityDescriptorDacl): Remove. | Corinna Vinschen | 2011-04-28 | 1 | -6/+9 |
* | * advapi32.cc (GetSecurityDescriptorDacl): Remove. | Corinna Vinschen | 2011-04-28 | 1 | -16/+20 |
* | * advapi32.cc (InitializeAcl): Remove. | Corinna Vinschen | 2011-04-28 | 1 | -11/+4 |
* | * advapi32.cc (InitializeSid): Remove. | Corinna Vinschen | 2011-04-28 | 1 | -1/+1 |
* | * sec_acl.cc (getacl): Ensure that the default acl contains at least | Corinna Vinschen | 2010-12-15 | 1 | -6/+33 |
* | * sec_acl.cc (getacl): Set DEF_CLASS_OBJ permissions to 07 instead | Corinna Vinschen | 2010-12-08 | 1 | -1/+1 |
* | * sec_acl.cc (acl_worker): Remove. | Corinna Vinschen | 2010-09-12 | 1 | -12/+10 |
* | * flock.cc (allow_others_to_sync): Define MAX_PROCESS_SD_SIZE. Use | Corinna Vinschen | 2010-09-10 | 1 | -2/+4 |
* | * security.cc (get_file_sd): Add bool parameter justcreated. Use | Corinna Vinschen | 2010-09-10 | 1 | -2/+2 |
* | * sec_acl.cc (setacl): Use the long time unused ACL_DEFAULT_SIZE | Corinna Vinschen | 2010-06-22 | 1 | -2/+2 |
* | * dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicated | Corinna Vinschen | 2010-06-15 | 1 | -1/+2 |
* | * dtable.cc (build_fh_name_worker): Remove. Move all functionality | Corinna Vinschen | 2010-01-12 | 1 | -2/+3 |
* | * sec_helper.cc (security_descriptor::free): If sd_size is 0, call | Corinna Vinschen | 2009-10-30 | 1 | -4/+6 |
* | * fhandler_disk_file.cc (fhandler_disk_file::fchown): Catch an | Corinna Vinschen | 2009-04-09 | 1 | -1/+1 |
* | * sec_acl.cc (setacl): Align standard owner and group permissions | Corinna Vinschen | 2008-10-13 | 1 | -4/+7 |
* | * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error. | Christopher Faylor | 2008-09-11 | 1 | -12/+18 |
* | * sec_acl.cc (setacl): Set errno to EINVAL if user or group don't exist. | Corinna Vinschen | 2008-05-22 | 1 | -6/+14 |
* | Remove unneeded header files from source files throughout. | Christopher Faylor | 2008-04-07 | 1 | -1/+0 |
* | * dir.cc (readdir_worker): Convert w32name to PUNICODE_STRING. | Corinna Vinschen | 2007-08-16 | 1 | -1/+1 |
* | * fhandler.h (fhandler_base::pc): Make public. | Corinna Vinschen | 2007-08-14 | 1 | -1/+0 |
* | * fhandler_disk_file.cc (fhandler_disk_file::facl): If file can't be | Corinna Vinschen | 2007-07-30 | 1 | -0/+2 |
* | * fhandler.cc (fhandler_base::fhaccess): Accommodate interface changes | Corinna Vinschen | 2007-07-20 | 1 | -26/+9 |
* | * security.h (setacl): Add parameter for writability flag. | Corinna Vinschen | 2007-01-07 | 1 | -3/+10 |
* | * sec_acl.cc (acltotext32): Add missing handling of default ACL entry | Corinna Vinschen | 2006-07-18 | 1 | -1/+1 |
* | * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES and | Corinna Vinschen | 2005-06-07 | 1 | -2/+1 |
* | Remove PC_FULL from path_conv usage throughout. | Christopher Faylor | 2005-05-13 | 1 | -2/+1 |
* | * autoload.cc (NtCreateFile): Add. | Corinna Vinschen | 2004-04-16 | 1 | -1/+1 |
* | * ntdll.h: Fix copyright date. | Corinna Vinschen | 2004-04-14 | 1 | -0/+2 |
* | * sec_acl.cc (getacl): Avoid compiler warning. | Corinna Vinschen | 2004-04-14 | 1 | -3/+2 |
* | * fhandler.cc (fhandler_base::open): Simplify access evaluation | Corinna Vinschen | 2004-04-14 | 1 | -92/+26 |
* | * fhandler.cc (fhandler_base::open): Accomodate query_write_control | Corinna Vinschen | 2004-04-14 | 1 | -1/+1 |
* | * sec_acl.cc (setacl): Use correct offset when trying to combine | Corinna Vinschen | 2004-04-10 | 1 | -2/+2 |
* | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 2004-02-09 | 1 | -1/+1 |
* | * sec_acl.cc (setacl): Make sure sd_ret is large enough. | Corinna Vinschen | 2004-01-20 | 1 | -0/+5 |
* | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 2003-12-07 | 1 | -23/+23 |
* | * dir.cc (mkdir): Use local security_descriptor. Call | Corinna Vinschen | 2003-11-26 | 1 | -19/+15 |
* | * sec_acl.h (getace): Use FILE_*_BITS as permission mask. | Corinna Vinschen | 2003-11-26 | 1 | -3/+3 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -1/+1 |
* | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 2003-06-16 | 1 | -1/+0 |
* | * sec_acl.cc (setacl): Don't handle DELETE flag specially. | Corinna Vinschen | 2003-03-10 | 1 | -8/+2 |
* | whitespace cleanup | Christopher Faylor | 2003-03-09 | 1 | -1/+1 |
* | Do some minor reformatting of 'extern "C"' use throughout. | Christopher Faylor | 2003-03-09 | 1 | -48/+25 |
* | * dtable.cc (dtable::build_fhandler_from_name): Set some fhandler | Corinna Vinschen | 2003-02-21 | 1 | -63/+0 |
* | * sec_acl.cc (setacl): Move all permission settings to beginning of | Corinna Vinschen | 2003-02-05 | 1 | -83/+173 |
* | * uinfo.cc (pwdgrp::load): Regularize strace output. Add warning for | Christopher Faylor | 2003-01-26 | 1 | -5/+5 |
* | * sec_acl.cc (search_ace): Use id == -1, instead of < 0, as wildcard. | Corinna Vinschen | 2003-01-12 | 1 | -49/+59 |
* | whitespace | Christopher Faylor | 2002-12-12 | 1 | -3/+3 |