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
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen
2022-05-30Cygwin: simplify some function namesKen Brown
2022-05-30Cygwin: remove some 32-bit-only function definitionsKen Brown
2022-01-25Cygwin: ACLs: don't set indicator for default ACEs prematurelyCorinna Vinschen
2022-01-12Cygwin: ACLs: ignore *_INHERIT flags in file ACLsCorinna Vinschen
2021-02-24Cygwin: facl: fail with EBADF on files opened with O_PATHKen Brown
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen
2019-08-26Cygwin: get_posix_access: avoid negative subscriptKen Brown
2019-03-13Cygwin: acls: allow converting empty acl to textCorinna Vinschen
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen
2016-08-19Simplify "Windows-standard-like" permissionsCorinna Vinschen
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