summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/POSIX
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Chris St. Pierre2013-12-092-2/+289
|\
| * Augeas: avoid deprecation warningChris St. Pierre2013-12-051-2/+2
| * Augeas: Added docstrings, fixed some minor pylint issuesChris St. Pierre2013-12-051-20/+91
| * Augeas: Only install unverified commandsChris St. Pierre2013-12-051-0/+2
| * POSIX: skip loading POSIX sub-tools that raise ImportErrorChris St. Pierre2013-12-051-2/+5
| * Tools: new Augeas driverChris St. Pierre2013-12-051-0/+211
* | 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-064-8/+9
* | POSIX: Fix merge failureSol Jerome2013-09-011-3/+3
* | Merge branch 'maint'Sol Jerome2013-09-012-4/+16
|\|
| * SELinux: Update the matchpathcon function to use the file's modeJonathan Billings2013-08-221-1/+2
| * POSIX: Fix pylint failureSol Jerome2013-08-101-1/+2
| * POSIX: Fix unicode file verificationSol Jerome2013-08-101-3/+13
* | Merge branch 'options-rewrite'Chris St. Pierre2013-08-083-35/+52
|\ \
| * | Options: migrated client drivers to new parserChris St. Pierre2013-06-273-35/+52
* | | Merge branch 'maint'Chris St. Pierre2013-08-081-4/+5
|\ \ \ | | |/ | |/|
| * | POSIX: Ignore permissions error on auto-created dirsMichael Fenn2013-07-241-4/+5
* | | Merge branch 'maint'Sol Jerome2013-07-081-9/+3
|\| | | |/ |/|
| * New approach, just create nwe directories with mode 0755 regardlessMichael Fenn2013-07-011-9/+3
* | Merge branch 'maint'Chris St. Pierre2013-06-271-2/+4
|\|
| * fixed unit testsChris St. Pierre2013-06-121-2/+2
| * POSIX: Fix support for unicode filesSol Jerome2013-06-081-0/+2
* | Merge branch 'maint'Sol Jerome2013-06-021-3/+3
|\|
| * POSIX: fix docstringChris St. Pierre2013-05-211-1/+1
| * POSIX: fix directory pruningChris St. Pierre2013-05-211-2/+2
* | Merge branch 'maint'Chris St. Pierre2013-04-243-15/+19
|\|
| * POSIX: SELinux context fixes for Path entriesChris St. Pierre2013-04-111-5/+11
| * File: handle Path type="file" entries with no text content even if empty is n...Chris St. Pierre2013-04-051-6/+4
| * testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-262-4/+4
* | Merge branch '1.4.x'Chris St. Pierre2013-04-231-5/+5
|\ \ | |/ |/|
| * removed in-place modification of "states" dict in client toolsChris St. Pierre2013-02-211-1/+1
| * removed passing setup and logger objects between client toolsChris St. Pierre2013-02-201-4/+4
* | POSIX: fixed infinite stat() loop with misnamed Path entryChris St. Pierre2013-03-181-1/+1
|/
* wrote unit tests for base client Tool classesChris St. Pierre2013-02-201-1/+0
* generate XML schema docs from XML schemas themselvesChris St. Pierre2012-12-101-0/+1
* fixed conversion to octal in py3kChris St. Pierre2012-12-041-5/+7
* POSIX: Fixed handling of empty files that don't exist on client in interactiv...Chris St. Pierre2012-12-031-0/+4
* removed bogus lxml importChris St. Pierre2012-11-161-1/+0
* removed bogus print statementsChris St. Pierre2012-11-161-3/+0
* POSIX: fixed removal of symlinked directoriesChris St. Pierre2012-11-163-31/+26
* 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-154-23/+23
* 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
* Revert "POSIX: make sure to close file handles on temp files"Chris St. Pierre2012-09-281-10/+7
* POSIX: make sure to close file handles on temp filesChris St. Pierre2012-09-281-7/+10