Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed deprecated PostInstall support | Chris St. Pierre | 2013-01-17 | 1 | -17/+2 |
| | |||||
* | added module-level OptionParser to avoid passing it as an argument or global ↵ | Chris St. Pierre | 2013-01-17 | 1 | -2/+2 |
| | | | | all over | ||||
* | Avoid use of lxml-only getparent() | Carl Jackson | 2013-01-14 | 1 | -9/+10 |
| | |||||
* | fixed tags for extra SELinux entries | Chris St. Pierre | 2012-12-18 | 1 | -1/+1 |
| | |||||
* | fixed error message from incomplete entry on client | Chris St. Pierre | 2012-12-18 | 1 | -5/+4 |
| | |||||
* | fixed debugging output from client external commands | Chris St. Pierre | 2012-12-18 | 1 | -1/+1 |
| | |||||
* | Portage: fixed package verify flag handling | Chris St. Pierre | 2012-12-17 | 1 | -1/+1 |
| | |||||
* | fixed interactive service restarts | Chris St. Pierre | 2012-12-17 | 1 | -1/+1 |
| | |||||
* | generate XML schema docs from XML schemas themselves | Chris St. Pierre | 2012-12-10 | 2 | -6/+2 |
| | |||||
* | doc: wrote devel docs for client tool base objects | Chris St. Pierre | 2012-12-04 | 13 | -136/+384 |
| | |||||
* | fixed conversion to octal in py3k | Chris St. Pierre | 2012-12-04 | 1 | -5/+7 |
| | |||||
* | fixed SELinux tool/plugin tests | Chris St. Pierre | 2012-12-03 | 1 | -2/+6 |
| | |||||
* | added builtin support for creating users and groups | Chris St. Pierre | 2012-12-03 | 4 | -4/+312 |
| | |||||
* | POSIX: Fixed handling of empty files that don't exist on client in ↵ | Chris St. Pierre | 2012-12-03 | 1 | -0/+4 |
| | | | | interactive mode | ||||
* | SELinux: Split up selinux entries | Sol Jerome | 2012-12-03 | 1 | -56/+61 |
| | | | | | | | | | | | This commit splits up the all-in-one SELinux tag into various entries (formerly done using a type attribute). This helps prevent ambiguation when entries of different SELinux types have the same name. Note that there is still some ambiguation for File Context entries since there can be duplicates involved. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | disambiguate yum transaction errors | Chris St. Pierre | 2012-11-27 | 1 | -4/+4 |
| | |||||
* | removed bogus lxml import | Chris St. Pierre | 2012-11-16 | 1 | -1/+0 |
| | |||||
* | removed bogus print statements | Chris St. Pierre | 2012-11-16 | 1 | -3/+0 |
| | |||||
* | POSIX: fixed removal of symlinked directories | Chris St. Pierre | 2012-11-16 | 3 | -31/+26 |
| | |||||
* | fixed typos in error message | Chris St. Pierre | 2012-11-14 | 1 | -3/+3 |
| | |||||
* | fixed client lock check | Chris St. Pierre | 2012-11-13 | 1 | -5/+9 |
| | |||||
* | SELinux: Fix string -> int conversion | Sol Jerome | 2012-11-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | flush input buffers before accepting stdin | Chris St. Pierre | 2012-11-12 | 3 | -0/+18 |
| | |||||
* | POSIX: fix detection of ACLs on entry without pylibacl installed | Chris St. Pierre | 2012-11-07 | 1 | -3/+2 |
| | |||||
* | POSIX: ensure that automatically-created parent dirs have appropriate +x perms | Chris St. Pierre | 2012-11-07 | 1 | -2/+18 |
| | |||||
* | fixed display of bundles used during client run | Chris St. Pierre | 2012-10-26 | 1 | -1/+2 |
| | |||||
* | fix setting locale in Chkconfig tool | Chris St. Pierre | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | report bundles in use during client run in debug mode | Chris St. Pierre | 2012-10-24 | 1 | -0/+3 |
| | |||||
* | handle malformed ACL tags more elegantly | Chris St. Pierre | 2012-10-19 | 1 | -1/+7 |
| | |||||
* | POSIX: only enable selinux if its enabled on the host | Tim Laszlo | 2012-10-17 | 1 | -1/+1 |
| | |||||
* | fixed tests on new client class | Chris St. Pierre | 2012-10-17 | 1 | -1/+3 |
| | |||||
* | added bcfg2_local.py, a tool to run bcfg2 against a local specification | Chris St. Pierre | 2012-10-17 | 2 | -1/+328 |
| | |||||
* | POSIX: Switch from perms to mode | Sol Jerome | 2012-10-15 | 5 | -24/+24 |
| | | | | | | | | 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> | ||||
* | RPM driver: fixed querying config options when the deprecated RPMng driver ↵ | Chris St. Pierre | 2012-10-11 | 1 | -0/+1 |
| | | | | is used | ||||
* | Added launchd support for osx 10.7, 10.8 | Luke Cyca | 2012-10-10 | 1 | -2/+1 |
| | |||||
* | Ignore non-package lines in macports output | Luke Cyca | 2012-10-10 | 1 | -0/+4 |
| | |||||
* | fixed determining if selinux modules exist | Chris St. Pierre | 2012-10-03 | 1 | -0/+7 |
| | |||||
* | consistently list ACLs on Path entries | Chris St. Pierre | 2012-10-02 | 1 | -3/+5 |
| | |||||
* | if an entry has no acls and its filesystem is mounted noacl, that's not an error | Chris St. Pierre | 2012-09-28 | 1 | -2/+7 |
| | |||||
* | Revert "POSIX: make sure to close file handles on temp files" | Chris St. Pierre | 2012-09-28 | 1 | -10/+7 |
| | | | | | | | This reverts commit a51d908d2fb08353c8aae349932c892d42f550c9. The file descriptor is closed when the file object created by os.fdopen goes out of scope. | ||||
* | YUM: fixed bug in pylint compliance | Chris St. Pierre | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | POSIX: make sure to close file handles on temp files | Chris St. Pierre | 2012-09-28 | 1 | -7/+10 |
| | |||||
* | made YUM driver pass pylint | Chris St. Pierre | 2012-09-26 | 1 | -256/+272 |
| | |||||
* | YUM: driver now records actions to yum.log (#1103) | Chris St. Pierre | 2012-09-26 | 1 | -107/+113 |
| | |||||
* | fixed bug with Remove and FindExtra in package tools | Chris St. Pierre | 2012-09-26 | 1 | -13/+8 |
| | |||||
* | made full pylint checks the default, expanded pylint coverage to lots of tools | Chris St. Pierre | 2012-09-26 | 14 | -152/+170 |
| | |||||
* | deprecated YUM24 tool, renamed YUMng to YUM, RPMng to RPM | Chris St. Pierre | 2012-09-26 | 7 | -1959/+1977 |
| | |||||
* | SELinux: Fix incorrect return value | Sol Jerome | 2012-09-25 | 1 | -2/+2 |
| | | | | | | | | Previously, we were not updating the states dict with the correct return value for entries which were dispatched to Install methods via the post_txn_queue. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | SELinux: Check for attribute explicitly | Sol Jerome | 2012-09-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | SELinux: Do not attempt transaction while locked | Sol Jerome | 2012-09-25 | 1 | -0/+1 |
| | | | | | | | Without this, the code falls through to the rest of the method which attempts to do the install even when there is a transaction lock. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> |