summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/POSIX/base.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Alexander Sulfrian2015-06-121-19/+40
|\
| * handle filesystem secontexts properly for contextless filesystemsRoss Smith2015-04-161-19/+23
* | Merge branch 'maint' into masterSol Jerome2014-04-161-44/+72
|\|
| * POSIX: fixed test to only apply ACLs to non-symlinksv1.3.4Chris St. Pierre2014-02-251-1/+1
| * Revert "POSIX: fixed test to only apply ACLs to non-symlinks"Chris St. Pierre2014-02-251-2/+2
| * POSIX: fixed test to only apply ACLs to non-symlinksChris St. Pierre2014-02-251-2/+2
| * POSIX: Fix verification of symlinksChris St. Pierre2014-02-211-3/+3
| * Don't strip other entries from default ACL, these are defined by mode number.Richard Connon2014-02-101-3/+1
| * docstring for new sub-methodRichard Connon2014-02-041-0/+2
| * Except _verify_acls from pylint branches checkRichard Connon2014-02-041-1/+1
| * Removed redundant condition for empty default ACLRichard Connon2014-02-041-8/+7
| * Fixed continue not in a loop error in previousRichard Connon2014-02-041-1/+1
| * fix for "Too many branches" in _verify_aclsRichard Connon2014-02-041-20/+23
| * Minor changes to default ACL codeRichard Connon2014-02-041-5/+4
| * Support ACLs without a specific user/group for default owner/owning-group ACL...Richard Connon2014-02-041-28/+52
| * POSIX: Properly stringify ACLs with no user/group specifiedChris St. Pierre2014-01-161-1/+4
* | Merge branch 'maint'Chris St. Pierre2013-09-161-0/+5
|\|
| * Remove all ACLs (including mask) from entries with no ACLs listedChris St. Pierre2013-09-121-0/+5
* | Pylint/PEP8 fixesSol Jerome2013-09-061-2/+3
* | Merge branch 'maint'Sol Jerome2013-09-011-1/+2
|\|
| * SELinux: Update the matchpathcon function to use the file's modeJonathan Billings2013-08-221-1/+2
* | Merge branch 'options-rewrite'Chris St. Pierre2013-08-081-17/+17
|\ \ | |/ |/|
| * Options: migrated client drivers to new parserChris St. Pierre2013-06-271-17/+17
* | POSIX: Ignore permissions error on auto-created dirsMichael Fenn2013-07-241-4/+5
* | New approach, just create nwe directories with mode 0755 regardlessMichael Fenn2013-07-011-9/+3
|/
* POSIX: SELinux context fixes for Path entriesChris St. Pierre2013-04-111-5/+11
* testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-261-2/+2
* POSIX: fixed infinite stat() loop with misnamed Path entryChris St. Pierre2013-03-181-1/+1
* fixed conversion to octal in py3kChris St. Pierre2012-12-041-5/+7
* POSIX: fixed removal of symlinked directoriesChris St. Pierre2012-11-161-5/+13
* POSIX: fix detection of ACLs on entry without pylibacl installedChris St. Pierre2012-11-071-3/+2
* POSIX: ensure that automatically-created parent dirs have appropriate +x permsChris St. Pierre2012-11-071-2/+18
* handle malformed ACL tags more elegantlyChris St. Pierre2012-10-191-1/+7
* POSIX: only enable selinux if its enabled on the hostTim Laszlo2012-10-171-1/+1
* POSIX: Switch from perms to modeSol Jerome2012-10-151-20/+20
* consistently list ACLs on Path entriesChris St. Pierre2012-10-021-3/+5
* if an entry has no acls and its filesystem is mounted noacl, that's not an errorChris St. Pierre2012-09-281-2/+7
* misc. minor bug fixesChris St. Pierre2012-09-251-3/+8
* fixed tests for pylint changesChris St. Pierre2012-09-251-0/+2
* expanded pylint testsChris St. Pierre2012-09-251-96/+176
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-1/+1
* ensure that ACL entries can be parsed without error even without pylibaclChris St. Pierre2012-08-201-1/+1
* fix for missing ACL libsChris St. Pierre2012-08-161-4/+6
* fix _verify_metadata() when selinux libs not installedChris St. Pierre2012-08-161-1/+2
* POSIX:Chris St. Pierre2012-08-151-0/+639