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_helper.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix reading/writing Samba ACLs using RFC2307 mapping
Corinna Vinschen
2016-03-12
1
-12
/
+20
*
Add cygsid methods to create SIDs from scratch
Corinna Vinschen
2016-03-12
1
-0
/
+32
*
Implement POSIX.1e ACL functions
Corinna Vinschen
2016-03-08
1
-1
/
+1
*
Fix permission evaluation for !new_style ACLs
Corinna Vinschen
2015-11-18
1
-9
/
+13
*
Add Authz class to compute exact POSIX user perms in a security descriptor
Corinna Vinschen
2015-11-18
1
-23
/
+168
*
Reapply POSIX ACL changes.
Corinna Vinschen
2015-11-18
1
-5
/
+4
*
Avoid SEGV when handling SIDs with 0 subauthorities
Corinna Vinschen
2015-10-22
1
-1
/
+4
*
Try harder to avoid LDAP access for RFC2307 mapping
Corinna Vinschen
2015-08-17
1
-2
/
+2
*
Implmenet faster getfrompw/getfromgr
Corinna Vinschen
2015-03-18
1
-15
/
+1
*
* autoload.cc (ldap_search_sW): Replace ldap_search_stW.
Corinna Vinschen
2014-06-25
1
-2
/
+2
*
* security.h (MAX_SUBAUTH_CNT): Drop. Use SID_MAX_SUB_AUTHORITIES
Corinna Vinschen
2014-05-06
1
-6
/
+6
*
* grp.cc (internal_getgroups): Drop unused cygsid variable.
Corinna Vinschen
2014-05-06
1
-7
/
+8
*
* passwd.cc (pg_ent::enumerate_builtin): Convert pwd_builtins and
Corinna Vinschen
2014-03-06
1
-0
/
+9
*
* sec_helper.cc (cygpsid::get_id): Move Samba SID->uid/gid mapping
Corinna Vinschen
2014-03-03
1
-60
/
+37
*
* autoload.cc (CheckTokenMembership): Import.
Corinna Vinschen
2014-02-27
1
-13
/
+14
*
* autoload.cc (NetLocalGroupGetInfo): Replace NetGroupGetInfo.
Corinna Vinschen
2014-02-11
1
-4
/
+4
*
Introduce reading passwd/group entries from SAM/AD. Introduce
Corinna Vinschen
2014-02-09
1
-8
/
+80
*
Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatch
Yaakov Selkowitz
2013-05-01
1
-1
/
+1
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-60
/
+31
*
Throughout, update copyrights to reflect dates which correspond to main-branch
Christopher Faylor
2013-01-21
1
-2
/
+2
*
* fhandler_registry.cc: Drop Mingw.org considerations.
Corinna Vinschen
2012-11-26
1
-8
/
+0
*
whitespace cleanup
Christopher Faylor
2012-08-16
1
-2
/
+2
*
* fhandler_registry.cc (RegOpenUserClassesRoot): Only define when
Corinna Vinschen
2012-07-06
1
-4
/
+12
*
* globals.cc (ro_u_refs): New R/O unicode string.
Corinna Vinschen
2012-06-03
1
-1
/
+59
*
Clean up whitespace.
Christopher Faylor
2011-12-17
1
-1
/
+1
*
Throughout, remove extra space after function name from debugging output.
Christopher Faylor
2011-12-03
1
-1
/
+1
*
* sec_auth.cc (get_token_group_sidlist): Add CONSOLE LOGON SID on
Corinna Vinschen
2011-10-15
1
-47
/
+56
*
* advapi32.cc: Add comment.
Corinna Vinschen
2011-04-29
1
-18
/
+29
*
* advapi32.cc (SetSecurityDescriptorDacl): Remove.
Corinna Vinschen
2011-04-28
1
-15
/
+6
*
* advapi32.cc (InitializeAcl): Remove.
Corinna Vinschen
2011-04-28
1
-12
/
+15
*
* advapi32.cc (InitializeSid): Remove.
Corinna Vinschen
2011-04-28
1
-4
/
+4
*
* sec_auth.cc (get_user_groups): Mark well-known groups as well-known.
Corinna Vinschen
2011-04-04
1
-3
/
+14
*
* sec_helper.cc (get_null_sd): Make static. Use PSECURITY_DESCRIPTOR
Corinna Vinschen
2010-04-17
1
-5
/
+4
*
* sec_helper.cc (set_cygwin_privileges): Enable SE_DEBUG_PRIVILEGE, if
Corinna Vinschen
2010-04-15
1
-0
/
+10
*
* sec_auth.cc (get_user_local_groups): Retrieve name of well known
Corinna Vinschen
2010-02-12
1
-0
/
+2
*
* sec_auth.cc (get_token_group_sidlist): Add BUILTIN\Users account
Corinna Vinschen
2010-01-08
1
-1
/
+5
*
* sec_helper.cc (security_descriptor::realloc): Call free first if
Corinna Vinschen
2009-10-31
1
-0
/
+3
*
* sec_helper.cc (security_descriptor::free): If sd_size is 0, call
Corinna Vinschen
2009-10-30
1
-1
/
+6
*
* fhandler_disk_file.cc (fhandler_disk_file::fchown): Catch an
Corinna Vinschen
2009-04-09
1
-0
/
+4
*
Remove unneeded whitespace.
Christopher Faylor
2008-11-26
1
-1
/
+1
*
* localtime.cc (increment_overflow): Mark as non-inline to prevent compiler
Christopher Faylor
2008-09-11
1
-1
/
+1
*
Change length for domain buffers from INTERNET_MAX_HOST_NAME_LENGTH to
Corinna Vinschen
2008-07-11
1
-8
/
+12
*
* sec_auth.cc (create_token): Add integrity level SID to token on
Corinna Vinschen
2008-04-22
1
-0
/
+6
*
* fhandler.h (-struct wsa_event): Move to wsa_event.h. Include
Corinna Vinschen
2008-04-18
1
-0
/
+33
*
* Fix copyright dates.
Corinna Vinschen
2008-04-01
1
-1
/
+1
*
Perform whitespace cleanup throughout.
Christopher Faylor
2008-02-15
1
-1
/
+1
*
* cygheap.cc (cwcsdup): New function.
Corinna Vinschen
2008-02-14
1
-0
/
+11
*
* fhandler.cc (fhandler_base::fhaccess): Accommodate interface changes
Corinna Vinschen
2007-07-20
1
-10
/
+0
*
* sec_helper.cc: Remove unused code.
Corinna Vinschen
2007-07-19
1
-71
/
+0
*
* cygheap.h (init_cygheap::luid): Remove.
Corinna Vinschen
2007-07-19
1
-65
/
+40
[next]