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
/
security.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify "Windows-standard-like" permissions
Corinna Vinschen
2016-08-19
1
-7
/
+7
*
Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option
cygwin-2_5_2-release
Corinna Vinschen
2016-06-23
1
-3
/
+0
*
Handle permissions a bit closer to POSIX 1003.1e
Corinna Vinschen
2016-04-18
1
-5
/
+2
*
Implement POSIX.1e ACL functions
Corinna Vinschen
2016-03-08
1
-1
/
+1
*
Fix file type mode bit handling on object security.
Corinna Vinschen
2015-11-18
1
-6
/
+1
*
Reapply POSIX ACL changes.
Corinna Vinschen
2015-11-18
1
-650
/
+163
*
Try harder to avoid LDAP access for RFC2307 mapping
Corinna Vinschen
2015-08-17
1
-6
/
+4
*
Fix copy/paste error in previous patch
Corinna Vinschen
2015-08-14
1
-1
/
+1
*
Don't perform RFC2307 account mapping without account DB
Corinna Vinschen
2015-08-14
1
-6
/
+8
*
Evaluate all group perms in ACL to emulate POSIX user perms
Corinna Vinschen
2015-08-14
1
-0
/
+19
*
Use all ACEs from original ACL on Samba share
Corinna Vinschen
2015-04-30
1
-3
/
+3
*
* security.cc (get_attribute_from_acl): Don't spill Everyone permissions
Corinna Vinschen
2015-03-02
1
-5
/
+6
*
* security.cc (alloc_sd): For directories, mark inherited ACEs
Corinna Vinschen
2015-02-27
1
-0
/
+6
*
* sec_acl.cc (setacl): Fix bug which leads to ACE duplication in
Corinna Vinschen
2015-02-27
1
-3
/
+20
*
* security.cc (alloc_sd): Don't apply temporary workaround for chmod
Corinna Vinschen
2015-02-25
1
-8
/
+13
*
* security.cc (alloc_sd): Fix comment style. Remove code unused for
Corinna Vinschen
2015-02-25
1
-26
/
+3
*
* security.cc (alloc_sd): Add temporary workaround which disallows
Corinna Vinschen
2015-02-25
1
-1
/
+10
*
* fhandler.cc (fhandler_base::facl): Drop CLASS_OBJ entry.
Corinna Vinschen
2014-08-28
1
-2
/
+17
*
* fhandler.h (fhandler_pty_slave::fch_open_handles): Add bool parameter
Corinna Vinschen
2014-08-27
1
-2
/
+2
*
* ntea.cc (read_ea): Change left-over return to __leave. Fix
Corinna Vinschen
2014-08-27
1
-10
/
+11
*
* path.h (path_conv::init_reopen_attr): Change from void to returning
Corinna Vinschen
2014-08-26
1
-3
/
+3
*
* sec_helper.cc (cygpsid::get_id): Move Samba SID->uid/gid mapping
Corinna Vinschen
2014-03-03
1
-1
/
+95
*
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
-34
/
+34
*
Throughout, update copyrights to reflect dates which correspond to main-branch
Christopher Faylor
2013-01-21
1
-2
/
+2
*
* globals.cc (ro_u_refs): New R/O unicode string.
Corinna Vinschen
2012-06-03
1
-9
/
+5
*
Throughout, remove extra space after function name from debugging output.
Christopher Faylor
2011-12-03
1
-1
/
+1
*
* fhandler_disk_file.cc (__DIR_mounts::eval_ino): Create path_conv
Corinna Vinschen
2011-07-26
1
-1
/
+1
*
* security.cc (get_file_sd): Fix comment.
Corinna Vinschen
2011-07-05
1
-1
/
+1
*
whitespace elimination
Christopher Faylor
2011-06-06
1
-9
/
+9
*
* security.cc (check_registry_access): Handle missing
Christian Franke
2011-05-10
1
-1
/
+6
*
* advapi32.cc: Add comment.
Corinna Vinschen
2011-04-29
1
-8
/
+11
*
* advapi32.cc (AccessCheck): Remove.
Corinna Vinschen
2011-04-29
1
-10
/
+16
*
* advapi32.cc (SetSecurityDescriptorDacl): Remove.
Corinna Vinschen
2011-04-28
1
-6
/
+9
*
* advapi32.cc (GetSecurityDescriptorDacl): Remove.
Corinna Vinschen
2011-04-28
1
-18
/
+23
*
* advapi32.cc (InitializeAcl): Remove.
Corinna Vinschen
2011-04-28
1
-21
/
+16
*
* advapi32.cc (InitializeSid): Remove.
Corinna Vinschen
2011-04-28
1
-2
/
+2
*
* autoload.cc (GetSecurityInfo): Remove.
Corinna Vinschen
2011-04-28
1
-88
/
+154
*
Drop NT4 support.
Corinna Vinschen
2011-04-04
1
-3
/
+2
*
* security.cc: Fix copyright dates.
Corinna Vinschen
2011-03-08
1
-1
/
+1
*
* fhandler.cc (fhandler_base::open): When creating a file on a
Corinna Vinschen
2011-03-08
1
-14
/
+24
*
* security.cc (alloc_sd): Really fix erroneous inheritence entry
Corinna Vinschen
2010-12-16
1
-11
/
+20
*
* security.cc (alloc_sd): Fix erroneous inheritence entry duplication.
Corinna Vinschen
2010-12-15
1
-3
/
+6
*
* errno.cc (errmap): Map ERROR_BAD_NET_RESP to ENOSYS.
Corinna Vinschen
2010-09-24
1
-1
/
+6
*
* flock.cc (allow_others_to_sync): Define MAX_PROCESS_SD_SIZE. Use
Corinna Vinschen
2010-09-10
1
-3
/
+5
*
* security.cc (get_file_sd): Add bool parameter justcreated. Use
Corinna Vinschen
2010-09-10
1
-16
/
+45
*
* sec_acl.cc (setacl): Use the long time unused ACL_DEFAULT_SIZE
Corinna Vinschen
2010-06-22
1
-2
/
+2
*
* autoload.cc (GetNamedPipeClientProcessId): Define.
Corinna Vinschen
2010-04-19
1
-5
/
+107
*
2010-02-26 Pierre Humblet <Pierre.Humblet@ieee.org>
Pierre Humblet
2010-02-26
1
-10
/
+11
*
* security.cc (alloc_sd): Re-introduce setting the SE_DACL_PROTECTED
Corinna Vinschen
2009-11-03
1
-11
/
+24
[next]