summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/POSIX
Commit message (Collapse)AuthorAgeFilesLines
...
| * POSIX: SELinux context fixes for Path entriesChris St. Pierre2013-04-111-5/+11
| | | | | | | | | | | | | | * Fixed Path entries with secontext='__default__' where no fcontext rule applied to the path. * Permitted setting secontext='' when no SELinux context should be applied to a Path entry
| * File: handle Path type="file" entries with no text content even if empty is ↵Chris St. Pierre2013-04-051-6/+4
| | | | | | | | not set
| * 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
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: debian/bcfg2-server.install doc/server/plugins/grouping/metadata.txt src/lib/Bcfg2/Client/Client.py src/lib/Bcfg2/Client/Tools/Portage.py src/lib/Bcfg2/Client/Tools/RcUpdate.py src/lib/Bcfg2/Client/Tools/YUM24.py src/lib/Bcfg2/Client/Tools/__init__.py src/lib/Bcfg2/Client/Tools/launchd.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Metadata.py src/lib/Bcfg2/Server/models.py src/lib/Bcfg2/Utils.py src/sbin/bcfg2-info src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/Test_init.py testsuite/Testsrc/test_code_checks.py
| * 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 ↵Chris St. Pierre2012-12-031-0/+4
| | | | interactive mode
* 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
| | | | | | | | Bcfg2 has traditionally used the 'perms' attribute to specify the file mode for POSIX entries. Switching to a 'mode' attribute will allow us to be more consistent with other tools as well as POSIX itself. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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
| | | | | | | This reverts commit a51d908d2fb08353c8aae349932c892d42f550c9. The file descriptor is closed when the file object created by os.fdopen goes out of scope.
* POSIX: make sure to close file handles on temp filesChris St. Pierre2012-09-281-7/+10
|
* 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-259-238/+270
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-252-6/+3
|
* POSIX: fixed join of interactive-mode diff to work regardless of newlinesChris St. Pierre2012-09-111-1/+1
|
* POSIX/Device: Change perms back to modeSol Jerome2012-09-021-2/+2
| | | | | | | | Change our terminology to match that used by MKNOD(1). This makes the client tool behave as it did previously. Also, add 'mode' to the schema to make `bcfg2-lint` happy. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* added better common walk_packages implementation for python 2.4 and 2.5Chris St. Pierre2012-08-271-20/+6
| | | | | | Conflicts: src/lib/Bcfg2/Client/Tools/__init__.py
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* POSIX: fixed setting handled entriesChris St. Pierre2012-08-271-2/+7
|
* finally a relative import fix that works on py2.4 thru 3.2Chris St. Pierre2012-08-238-8/+40
|
* removed relative imports from POSIX toolsChris St. Pierre2012-08-238-8/+8
|
* lots of various py3k fixesChris St. Pierre2012-08-218-17/+21
|
* py3k unicode fixesChris St. Pierre2012-08-201-4/+1
|
* ensure that ACL entries can be parsed without error even without pylibaclChris St. Pierre2012-08-201-1/+1
|
* removed excess newlines from interactive prompt diffsChris St. Pierre2012-08-201-1/+1
|
* fixed diffs of unicode filesChris St. Pierre2012-08-201-3/+3
|
* fix for missing ACL libsChris St. Pierre2012-08-161-4/+6
|
* POSIX: added tests, fixes for File._get_diffsChris St. Pierre2012-08-161-9/+10
|
* fix _verify_metadata() when selinux libs not installedChris St. Pierre2012-08-161-1/+2
|
* POSIX:Chris St. Pierre2012-08-159-0/+1282
refactored POSIX tool into multiple files to make it more manageable Added unit tests for POSIX tool and sub-tools fixed ACL handling for filesystems mounted noacl