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
*
* 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
*
* security.cc (alloc_sd): Re-enable generating default permission
Corinna Vinschen
2009-11-02
1
-7
/
+0
*
* sec_helper.cc (security_descriptor::free): If sd_size is 0, call
Corinna Vinschen
2009-10-30
1
-25
/
+39
*
* fhandler.cc (fhandler_base::open): Always create file with default
Corinna Vinschen
2009-10-24
1
-5
/
+0
*
Fix faccessat(,0) and access() semantics.
Eric Blake
2009-09-25
1
-8
/
+9
*
* security.cc (set_file_sd): Drop using FILE_OPEN_FOR_RECOVERY flag in
Corinna Vinschen
2009-05-04
1
-2
/
+1
*
* fhandler_disk_file.cc (fhandler_disk_file::fchown): Catch an
Corinna Vinschen
2009-04-09
1
-5
/
+8
*
* security.cc (alloc_sd): Disable generating default permission entries
Corinna Vinschen
2009-02-04
1
-0
/
+7
*
* sec_acl.cc (setacl): Align standard owner and group permissions
Corinna Vinschen
2008-10-13
1
-6
/
+4
*
* fhandler_disk_file.cc (fhandler_disk_file::mkdir): Drop fattr variable
Corinna Vinschen
2008-08-19
1
-2
/
+2
*
* external.cc (cygwin_internal): Call set_security_attribute with
Corinna Vinschen
2008-08-14
1
-14
/
+18
*
Throughout drop allow_ntsec and allow_smbntsec handling.
Corinna Vinschen
2008-07-14
1
-16
/
+7
*
Perform whitespace cleanup throughout.
Christopher Faylor
2008-02-15
1
-5
/
+5
*
* security.cc (set_file_sd): Open file with FILE_OPEN_FOR_BACKUP_INTENT
Corinna Vinschen
2007-09-18
1
-1
/
+2
*
* dir.cc (readdir_worker): Convert w32name to PUNICODE_STRING.
Corinna Vinschen
2007-08-16
1
-2
/
+2
*
* fhandler_disk_file.cc (fhandler_disk_file::facl): If file can't be
Corinna Vinschen
2007-07-30
1
-0
/
+9
*
* fhandler.cc (fhandler_base::fhaccess): Accommodate interface changes
Corinna Vinschen
2007-07-20
1
-1310
/
+99
*
* security.cc (set_nt_attribute): Remove.
Corinna Vinschen
2007-07-19
1
-21
/
+10
*
* autoload.cc (SetSecurityDescriptorControl): Drop.
Corinna Vinschen
2007-07-19
1
-8
/
+4
*
* cygheap.h (init_cygheap::luid): Remove.
Corinna Vinschen
2007-07-19
1
-53
/
+58
*
* fhandler.cc (fhandler_base::fhaccess): Add check for R/O file system.
Corinna Vinschen
2007-07-17
1
-1
/
+4
*
* cygheap.h (cygheap_user::curr_imp_token): Rename from current_token.
Corinna Vinschen
2007-07-16
1
-1
/
+1
*
* security.cc (get_file_attribute): Avoid compiler warning.
Corinna Vinschen
2007-03-02
1
-1
/
+0
*
* Makefile (DLL_OFILES): Remove ntea.o
Christopher Faylor
2007-03-01
1
-22
/
+4
[next]