summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2
Commit message (Expand)AuthorAgeFilesLines
* Options: migrated client to new parserChris St. Pierre2013-06-271-22/+4
* Options: split loading a new OptionParser from fetching an existing parserChris St. Pierre2013-01-171-2/+2
* added module-level OptionParser to avoid passing it as an argument or global ...Chris St. Pierre2013-01-171-4/+3
* fixed tests on new client classChris St. Pierre2012-10-171-1/+1
* added bcfg2_local.py, a tool to run bcfg2 against a local specificationChris St. Pierre2012-10-171-332/+12
* fixed missing error when probe download failsChris St. Pierre2012-10-031-0/+1
* made client runs abort on probe failure, added option to disable thatChris St. Pierre2012-09-281-114/+133
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
* fixed xml stringification in core, bcfg2Chris St. Pierre2012-08-211-2/+2
* fixed broken XML-RPC retries, made delay configurableChris St. Pierre2012-08-201-8/+11
* py3k xml fixesChris St. Pierre2012-08-201-5/+3
* fixed bug with setting debug level in clientChris St. Pierre2012-08-161-2/+2
* made logging levels more consistent in a few placesChris St. Pierre2012-08-151-5/+6
* made logging to syslog configurable and default for all loggingChris St. Pierre2012-08-151-5/+11
* Revert "removed Bcfg2.Client.XML abstraction layer since we depend directly o...Chris St. Pierre2012-08-061-16/+16
* removed Bcfg2.Client.XML abstraction layer since we depend directly on lxml.e...Chris St. Pierre2012-08-031-16/+16
* made -B (skip bundle) mode work with -Q (bundle-quick mode)Chris St. Pierre2012-07-201-3/+6
* added feature to allow clients to declare their version to serverChris St. Pierre2012-07-111-0/+20
* added selinux supportChris St. Pierre2012-07-031-33/+1
* added -B (skip bundles) and -Z (skip independent) optionsChris St. Pierre2012-06-061-2/+6
* minor option cleanupChris St. Pierre2012-06-011-6/+8
* fixed typoChris St. Pierre2012-06-011-36/+35
* fixed option group stuffChris St. Pierre2012-05-211-1/+1
* added option groupsChris St. Pierre2012-05-211-50/+36
* Remove svn keywordsSol Jerome2012-02-191-1/+0
* implemented something like service removal (#1075)Chris St. Pierre2012-01-241-1/+1
* made error handling from bcfg2 client more consistent; avoid someChris St. Pierre2011-11-231-26/+28
* bcfg2: Catch tracebacks (Tickets #1016 and #1017)Sol Jerome2011-06-211-0/+8
* added -t option to set client timeoutChris St. Pierre2011-06-011-4/+6
* Revert "bcfg2: Write cached config using encoding from Options.py"Holger Weiß2011-05-191-1/+1
* bcfg2: Convert specification from Unicode to UTF-8Holger Weiß2011-05-111-1/+1
* bcfg2: Fix typosSol Jerome2011-04-291-2/+2
* src/sbin: Add full PY3K compatibilitySol Jerome2011-04-271-7/+15
* Fix the bcfg2 client -r optionJonathan Billings2011-04-251-1/+6
* Bcfg2: handle server strings that don't start with https:// (Resolves Ticket ...Narayan Desai2011-01-121-0/+2
* bcfg2 client: implement bundle-quick modeNarayan Desai2010-12-081-2/+15
* bcfg2: fix fatal_error on 2.5+ (approach from https://me.yahoo.com/a/2SlxL.p_...Narayan Desai2010-09-261-1/+1
* bcfg2: Add back the new SSL key options (Fixes Ticket #916)Sol Jerome2010-08-141-3/+4
* bcfg2: fix option parsing for ssl key (Resolves Ticket #908)Narayan Desai2010-08-111-1/+0
* Harmonised log messagesFabian Affolter2010-08-111-10/+10
* Updated files to match PEP 257 Fabian Affolter2010-06-211-4/+4
* Updated files to match PEP 257Fabian Affolter2010-06-071-5/+5
* Options.py: Add configurable lockfile option (Resolves Ticket #850)Sol Jerome2010-02-201-3/+3
* Code cleanupsSol Jerome2009-12-301-5/+5
* bcfg2: Write cached config using encoding from Options.pySol Jerome2009-08-031-1/+1
* bcfg2: handle errors in lockfile unlockingNarayan Desai2009-07-231-2/+5
* Implement -z (for Independent entries only, a la -b) (Resolves Ticket #616)Narayan Desai2009-06-141-0/+1
* SSL: Implememt client-side server cN verificationNarayan Desai2009-05-191-2/+3
* Cleaned up agent mode options and added cmd line options for SSL reworkSol Jerome2009-05-121-20/+11
* remove dependence on old daemonize codeNarayan Desai2009-05-071-15/+1