summaryrefslogtreecommitdiffstats
path: root/src/borg/platform/freebsd.pyx
AgeCommit message (Expand)Author
2024-04-02FreeBSD: check first if kind of ACL can be set on a fileThomas Waldmann
2024-04-02FreeBSD: simplify numeric_ids checkThomas Waldmann
2024-04-02FreeBSD: added tests, only get default ACL from dirsThomas Waldmann
2024-04-02FreeBSD: acl_get: raise OSError if lpathconf failsThomas Waldmann
2024-04-02FreeBSD: acl_get: add an acl_extended_* callThomas Waldmann
2024-04-02raise OSError if acl_to_text / acl_from_text returns NULLThomas Waldmann
2024-04-02improve acl_get / acl_set error handling, see #4049Thomas Waldmann
2023-03-13xattrs: fix namespace processing on FreeBSD, fixes #6997Thomas Waldmann
2022-09-14acls cleanup (linux), #6908Thomas Waldmann
2021-04-16s/numeric_owner/numeric_ids/gThomas Waldmann
2019-03-18bump platform api versionThomas Waldmann
2019-03-18make freebsd xattr platform code api compatible with linux, fixes #3952Thomas Waldmann
2019-02-24bump API_VERSIONs to 1.2_xxThomas Waldmann
2019-02-05work around some Microsoft WSL issuesThomas Waldmann
2018-11-10move code from borg.helpers.usergroup to borg.platform.posixEmmo Emminghaus
2018-07-08xattrs: use follow_symlinks=False as default, more testsThomas Waldmann
2018-07-07acls: use fd instead of pathThomas Waldmann
2018-07-07acls: only calls os.fsencode for str pathsThomas Waldmann
2018-07-07xattr: use bytes typed names for listxattr, getxattr, setxattrThomas Waldmann
2018-07-07xattr: use bytes typed values for listattr, getxattr, setxattrThomas Waldmann
2018-07-07xattr: move to platform package, use cython, fixes #2495Thomas Waldmann
2018-07-05acl platform code: fix acl set return type (master)Thomas Waldmann
2018-06-12make swidth available on all posix platforms, fixes #2667Thomas Waldmann
2017-12-24refactor/move hostname/fqdn related funcs, see #3471Thomas Waldmann
2017-08-08migrate locks to child PID when daemonize is usedThomas Waldmann
2017-07-24umount: try fusermount, then try umountMarian Beermann
2017-01-14merge 1.0-maint into masterThomas Waldmann
2016-11-17Merge branch '1.0-maint'Thomas Waldmann
2016-11-07platform: bump API version (and check consistency)Marian Beermann
2016-06-04refactor to use Item class, fixes #1071Thomas Waldmann
2016-05-31Make borg.platform a packageMarian Beermann