Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor fixes for FAM blocking | Jason Kincl | 2013-05-01 | 2 | -1/+2 |
| | |||||
* | Adding option to force server to wait until all FAM events are processed | Jason Kincl | 2013-05-01 | 2 | -0/+10 |
| | |||||
* | SELinux: added MLS ranges to all entries that support them | Chris St. Pierre | 2013-04-25 | 1 | -8/+12 |
| | |||||
* | Frame: Left-align entries without a type | Sol Jerome | 2013-04-25 | 1 | -4/+4 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Reporting: Add back TransportError import | Sol Jerome | 2013-04-24 | 1 | -1/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Reporting: better error messages when transport fails to load | Chris St. Pierre | 2013-04-24 | 1 | -9/+8 |
| | |||||
* | Cfg: removed debugging | Chris St. Pierre | 2013-04-23 | 1 | -2/+1 |
| | |||||
* | Options: add environment var for config file | Chris St. Pierre | 2013-04-19 | 1 | -1/+2 |
| | |||||
* | bcfg2-info: fixed "bcfg2-info clients" when using clients database | Chris St. Pierre | 2013-04-18 | 1 | -3/+1 |
| | |||||
* | pylint fix for Bcfg2.settings | Chris St. Pierre | 2013-04-17 | 1 | -2/+2 |
| | |||||
* | bcfg2-info: fixed for new load_plugins() routine | Chris St. Pierre | 2013-04-17 | 1 | -1/+2 |
| | |||||
* | Core: added docstring for load_plugins | Chris St. Pierre | 2013-04-17 | 1 | -0/+5 |
| | |||||
* | Core: fixed pylint tests for wildcard imports | Chris St. Pierre | 2013-04-16 | 1 | -2/+2 |
| | |||||
* | Git: fix command debug log without GitPython installed | Chris St. Pierre | 2013-04-16 | 1 | -1/+1 |
| | |||||
* | BuiltinCore: gracefully handle existing lock on pidfile | Chris St. Pierre | 2013-04-16 | 1 | -4/+10 |
| | |||||
* | Core: load plugins after daemonization so files/dirs created at plugin init ↵ | Chris St. Pierre | 2013-04-16 | 4 | -106/+92 |
| | | | | time have proper permissions | ||||
* | pep-8: fixed indentation? | Chris St. Pierre | 2013-04-16 | 1 | -2/+2 |
| | |||||
* | bcfg2-yum-helper: use Bcfg2.Logger to set up logging | Chris St. Pierre | 2013-04-16 | 1 | -23/+13 |
| | |||||
* | bcfg2-reports: Fix exception handling | Sol Jerome | 2013-04-12 | 1 | -1/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Packages: Fix Apt dependency resolution for py3k | Sol Jerome | 2013-04-12 | 1 | -0/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Packages: Read cache files using binary format | Sol Jerome | 2013-04-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Packages: Write Packages cache in binary format | Sol Jerome | 2013-04-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | POSIX: SELinux context fixes for Path entries | Chris St. Pierre | 2013-04-11 | 1 | -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 | ||||
* | Probes: Fix pylint error | Sol Jerome | 2013-04-10 | 1 | -1/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | SELinux: when the policy is upgraded, local changes can be lost (although ↵ | Chris St. Pierre | 2013-04-10 | 1 | -1/+10 |
| | | | | the fact that there are local changes may be retained). cope with this bug. | ||||
* | Client: Remove unused import | Sol Jerome | 2013-04-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | PY3K: Fix client/server to work with python 3 | Sol Jerome | 2013-04-10 | 5 | -10/+26 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | RcUpdate: Fix detection of running services | Sol Jerome | 2013-04-10 | 2 | -10/+31 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Reporting: Add failures entry type | Sol Jerome | 2013-04-09 | 1 | -3/+5 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | SSLCA: fixed parsing of subjectaltnames from cert.xml | Chris St. Pierre | 2013-04-09 | 1 | -1/+1 |
| | |||||
* | LocalFilesystem: Use binary data format | Sol Jerome | 2013-04-08 | 1 | -2/+2 |
| | | | | | | | The pickle class returns 'bytes' objects in python 3 instead of 'str' objects which were returned in python2. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | File: handle Path type="file" entries with no text content even if empty is ↵ | Chris St. Pierre | 2013-04-05 | 1 | -6/+4 |
| | | | | not set | ||||
* | Frame: Sort incorrect entries | Sol Jerome | 2013-04-04 | 1 | -1/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Options: Fix PEP8 error | Sol Jerome | 2013-04-04 | 1 | -0/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Promote bcfg2-info to have it's own Options dict | Michael Fenn | 2013-04-01 | 2 | -2/+5 |
| | | | | | | | | | | Turns out that CLIENT_COMMON_OPTIONS and SERVER_COMMON_OPTIONS conflict. Adding ppath and max_copies (turns out the latter is also necessary) to the bcfg2-info code directly seemed like a maintenance problem waiting to happen, so I factored that out into a new INFO_COMMON_OPTIONS dict. That will keep any options parsing special cases out of the bcfg2-info code hopefully be more maintainable going forward. | ||||
* | Added option to periodically dump performance stats to logs | Chris St. Pierre | 2013-03-29 | 2 | -2/+35 |
| | |||||
* | Frame: log modified bundles, fix error message | Chris St. Pierre | 2013-03-29 | 1 | -6/+9 |
| | |||||
* | Statistics: wrote unit tests | Chris St. Pierre | 2013-03-29 | 1 | -2/+2 |
| | |||||
* | Probes: fixed long lines | Chris St. Pierre | 2013-03-29 | 1 | -8/+9 |
| | |||||
* | remove some unnecessary __all__ variables | Chris St. Pierre | 2013-03-29 | 3 | -7/+3 |
| | |||||
* | fixed pep8 stuff in yum tool | Chris St. Pierre | 2013-03-29 | 1 | -45/+48 |
| | |||||
* | Statistics: fixed calculation of average time | Chris St. Pierre | 2013-03-29 | 1 | -1/+6 |
| | |||||
* | Probes: Handle unicode probes | Sol Jerome | 2013-03-29 | 2 | -8/+18 |
| | | | | | | | | There is no good way of sending unicode probes to older clients which do not have support for them. This change will cause unicode probes to be skipped for unsupported clients and handled properly for new clients. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Change generated APT sources default to someplace APT will actually look, ↵ | Phil Miller | 2013-03-28 | 1 | -1/+1 |
| | | | | and avoid potential name conflicts there | ||||
* | GroupLogic: added docstrings | Chris St. Pierre | 2013-03-28 | 2 | -0/+11 |
| | |||||
* | testsuite: fixed unit tests | Chris St. Pierre | 2013-03-28 | 1 | -1/+5 |
| | |||||
* | XMLFileBacked: fixed deprecated logic when create is lxml.etree._Element object | Chris St. Pierre | 2013-03-28 | 1 | -2/+2 |
| | |||||
* | new GroupLogic plugin | Chris St. Pierre | 2013-03-28 | 2 | -1/+41 |
| | |||||
* | bcfg2-lint: ensure all XML properties files are parseable | Chris St. Pierre | 2013-03-28 | 1 | -9/+13 |
| | |||||
* | testsuite: fix more tests | Chris St. Pierre | 2013-03-27 | 1 | -0/+2 |
| |