index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
sec_acl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove __acl16 from official header
Corinna Vinschen
2015-04-23
1
-0
/
+6
*
* sec_acl.cc (getacl): Add mask even if all group and secondary account
Corinna Vinschen
2015-02-27
1
-4
/
+12
*
* sec_acl.cc (setacl): Fix bug which leads to ACE duplication in
Corinna Vinschen
2015-02-27
1
-24
/
+31
*
* sec_acl.cc (setacl): Always grant default owner entry
Corinna Vinschen
2015-02-25
1
-0
/
+2
*
* sec_acl.cc (setacl): Always grant owner FILE_WRITE_ATTRIBUTES access.
Corinna Vinschen
2015-02-19
1
-2
/
+3
*
* sec_acl.cc (setacl): Introduce bool array "invalid" to note the
Corinna Vinschen
2015-02-12
1
-3
/
+6
*
* sec_acl.cc (aclcheck32): Check for required default entries as well.
Corinna Vinschen
2014-09-03
1
-8
/
+8
*
* sec_acl.cc (aclsort32): Set errno to EINVAL if aclcheck32 failed.
Corinna Vinschen
2014-09-02
1
-1
/
+4
*
* sec_acl.cc (setacl): Add comment. Handle NULL ACE for SUID, SGID,
Corinna Vinschen
2014-08-31
1
-26
/
+126
*
* fhandler.cc (fhandler_base::facl): Drop CLASS_OBJ entry.
Corinna Vinschen
2014-08-28
1
-17
/
+46
*
* autoload.cc (CheckTokenMembership): Import.
Corinna Vinschen
2014-02-27
1
-7
/
+10
*
Introduce reading passwd/group entries from SAM/AD. Introduce
Corinna Vinschen
2014-02-09
1
-2
/
+1
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-37
/
+52
*
Throughout, update copyrights to reflect dates which correspond to main-branch
Christopher Faylor
2013-01-21
1
-2
/
+2
*
* dcrt0.cc (quoted): Renamed strechr to strchrnul.
Kai Tietz
2012-10-27
1
-2
/
+2
*
* 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
[next]