Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-04-19Disallow S_ISGID on directories without default ACL entriesCorinna Vinschen
2016-04-18Handle permissions a bit closer to POSIX 1003.1eCorinna Vinschen
2016-04-18Also create NULL SID ACE if special POSIX bits are setCorinna Vinschen
2016-04-18Fix attempt to create ACLs without NULL SIDCorinna Vinschen
2016-03-13Don't write NULL SID ACE if it's not necessary.Corinna Vinschen
2016-03-12Fix typo which might break permission evaluationCorinna Vinschen
2016-03-12Fix reading/writing Samba ACLs using RFC2307 mappingCorinna Vinschen
2016-03-08__acltotext: Always append NULCorinna Vinschen
2016-03-08Implement POSIX.1e ACL functionsCorinna Vinschen
2016-02-22Fix comments in sec_acl.ccCorinna Vinschen
2016-01-29Treat ACLs with extra ACEs for Admins and SYSTEM like a trivial ACLCorinna Vinschen
2016-01-28get_posix_access: Fix primary group handing when multiple ACEs existCorinna Vinschen
2016-01-15get_posix_access: Fix group deny bits leaking into file type attribute bitscygwin-2_4_0-releaseCorinna Vinschen
2016-01-07Drop use of not yet available type acl_perm_tCorinna Vinschen
2015-12-24aclsort: Honor calclass argument and allow recalculating ACL mask.Corinna Vinschen
2015-12-24aclfromtext: Actually return aclcnt parameterCorinna Vinschen
2015-12-24Use TLS buffer in ACL<->text conversionCorinna Vinschen
2015-12-24sec_acl.cc: Cosmetic changesCorinna Vinschen
2015-11-29Use correct gid value for Microsoft Account when /etc/group is in useCorinna Vinschen
2015-11-19get_posix_access: Skip merging permissions if user can't get more permissionsCorinna Vinschen
2015-11-19get_posix_access: Fix computation of effective user permissionsCorinna Vinschen
2015-11-19Fix permission evaluation for !new_style ACLsCorinna Vinschen
2015-11-19Fix up POSIX permission handlingCorinna Vinschen
2015-11-19Use Authz to fetch correct user permissions.Corinna Vinschen
2015-11-19* sec_acl.cc (get_posix_access): Fix class_perm in !new_style case.Corinna Vinschen
2015-11-19Reapply POSIX ACL changes.Corinna Vinschen
2015-04-23Remove __acl16 from official headerCorinna Vinschen
2015-02-27 * sec_acl.cc (getacl): Add mask even if all group and secondary accountCorinna Vinschen
2015-02-27 * sec_acl.cc (setacl): Fix bug which leads to ACE duplication inCorinna Vinschen
2015-02-26 * sec_acl.cc (setacl): Always grant default owner entryCorinna Vinschen
2015-02-19 * sec_acl.cc (setacl): Always grant owner FILE_WRITE_ATTRIBUTES access.Corinna Vinschen
2015-02-12 * sec_acl.cc (setacl): Introduce bool array "invalid" to note theCorinna Vinschen
2014-09-03 * sec_acl.cc (aclcheck32): Check for required default entries as well.Corinna Vinschen
2014-09-03 * sec_acl.cc (aclsort32): Set errno to EINVAL if aclcheck32 failed.Corinna Vinschen
2014-08-31 * sec_acl.cc (setacl): Add comment. Handle NULL ACE for SUID, SGID,Corinna Vinschen
2014-08-28 * fhandler.cc (fhandler_base::facl): Drop CLASS_OBJ entry.Corinna Vinschen
2014-02-27 * autoload.cc (CheckTokenMembership): Import.Corinna Vinschen
2014-02-09 Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2012-10-27 * dcrt0.cc (quoted): Renamed strechr to strchrnul.Kai Tietz
2012-03-29 * sec_acl.cc (acl32): Fix potnetial crash if build_fh_name returns NULL.Corinna Vinschen
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-04-29 * advapi32.cc: Add comment.Corinna Vinschen
2011-04-28 * advapi32.cc (SetSecurityDescriptorDacl): Remove.Corinna Vinschen
2011-04-28 * advapi32.cc (GetSecurityDescriptorDacl): Remove.Corinna Vinschen
2011-04-28 * advapi32.cc (InitializeAcl): Remove.Corinna Vinschen
2011-04-28 * advapi32.cc (InitializeSid): Remove.Corinna Vinschen
2010-12-15 * sec_acl.cc (getacl): Ensure that the default acl contains at leastCorinna Vinschen