summaryrefslogtreecommitdiffstats
path: root/src/lib/Options.py
Commit message (Expand)AuthorAgeFilesLines
* Add bcfg2.conf option so that client can always run in paranoid modeSol Jerome2009-10-141-1/+1
* Pylint/PEP 8 Code cleanupsSol Jerome2009-10-071-4/+5
* Paranoid mode: Make paranoid mode more versatile/configurableSol Jerome2009-07-181-0/+7
* Plugin.py: Add configurable metadata settings to bcfg2.conf (ticket #680)Sol Jerome2009-07-011-0/+12
* Options.py: Remove unused variableSol Jerome2009-07-011-1/+0
* bcfg2-info: add complete profiling supportNarayan Desai2009-06-211-1/+1
* Implement -z (for Independent entries only, a la -b) (Resolves Ticket #616)Narayan Desai2009-06-141-2/+4
* SSL: Implememt client-side server cN verificationNarayan Desai2009-05-191-0/+6
* Cleaned up agent mode options and added cmd line options for SSL reworkSol Jerome2009-05-121-20/+14
* Add spacing for longer options in bcfg2 -hSol Jerome2009-05-061-2/+2
* SSL: build appropriate client optionsNarayan Desai2009-05-061-1/+7
* SSL: Setup server optionsNarayan Desai2009-05-061-0/+2
* More python 2to3 updates along with pylint/code cleanupsSol Jerome2009-04-231-8/+12
* Remove unused imports for pylintSol Jerome2009-04-171-1/+5
* Implement ssl certificate split, in preparation for SSL client cert authNarayan Desai2009-04-081-0/+2
* bcfg2-info: add option trace file option for profiling modeNarayan Desai2009-03-091-1/+1
* Implement profiler mode for bcfg2-infoNarayan Desai2009-03-091-0/+2
* Remove old vcs optionSol Jerome2009-02-191-3/+1
* Update Init.py for new bcfg2.conf layoutSol Jerome2009-02-111-6/+11
* Simplify service configuration; make all services use common restart frameworkNarayan Desai2009-01-231-1/+3
* Revert accidental svn keyword changes and add minor pylint fixesSol Jerome2009-01-151-1/+1
* Add support for alternate VCS backendsSol Jerome2009-01-131-3/+4
* Implement metadata connector functionalityNarayan Desai2008-12-241-0/+2
* Harden file monitoring option handling (Resolves Ticket #611 and reresolves #...Narayan Desai2008-11-131-1/+1
* Implement client side of server-delegated decision supportNarayan Desai2008-09-241-0/+2
* Fix helpExit messageSol Jerome2008-09-121-2/+1
* Make file monitor selectableNarayan Desai2008-09-091-1/+2
* fixed minor issues involving -e and -b in bcfg2-reportsJames Yang2008-08-061-0/+2
* Implement support for non-configuration pluginsNarayan Desai2008-07-281-0/+2
* Commit client locking patch (From stousignant) (Resolves Ticket #575)Narayan Desai2008-07-101-0/+2
* Remove debug prints (Patch from jcollie) (Resolves Ticket #573)Narayan Desai2008-07-081-1/+0
* Unicode support (from stousignant) (Resolves Ticket #549)Narayan Desai2008-06-301-0/+3
* Probe data loaded whenever Metadata plugin is usedAndrew Brestick2008-06-201-2/+3
* Fix post-parse help message (Resolves Ticket #555)Narayan Desai2008-06-031-0/+6
* auto-reformat server fingerprint if needed (Resolves Ticket #546)Narayan Desai2008-04-251-1/+2
* Fix option description for multi-fingerprintNarayan Desai2008-04-011-1/+1
* Fix Options (don't cook default values) (needed for the multi-fingerprint patch)Narayan Desai2008-03-311-21/+26
* Fix help display for long optionsNarayan Desai2008-03-161-2/+8
* implement support for long optionsNarayan Desai2008-03-081-4/+21
* Fix colon splitting for null cases (Reported by SolJ)Narayan Desai2008-02-091-1/+4
* Finish fixing option parsing for bcfg2-repo-validateNarayan Desai2008-01-181-5/+6
* Fix bundle modeNarayan Desai2008-01-171-1/+1
* Implement support for -b foo:bar:baz on the command line (Resolves Ticket #516)Narayan Desai2008-01-161-1/+2
* Fix handling of password optionNarayan Desai2008-01-081-1/+1
* add options for bcfg2-remoteNarayan Desai2008-01-081-0/+4
* handle arguments properlyNarayan Desai2008-01-081-0/+2
* Add support for command line args as well as optionsNarayan Desai2007-12-311-1/+2
* unify default config location settingsNarayan Desai2007-12-311-2/+4
* Fix opt args for client (again)Narayan Desai2007-12-311-17/+17
* Fix client optargsNarayan Desai2007-12-311-11/+17