summaryrefslogtreecommitdiffstats
path: root/src/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* 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-305-15/+19
* Probe data loaded whenever Metadata plugin is usedAndrew Brestick2008-06-202-6/+4
* Improve error messages in client metadata resolution failure path (Resolves T...Narayan Desai2008-06-121-1/+1
* Change to typed plugin systemNarayan Desai2008-06-091-1/+2
* bcfg2-info: Fix use of command line options in non-interactive mode (Resolves...Narayan Desai2008-05-031-2/+2
* fix reading optionsRobert Gogolok2008-05-021-2/+2
* Replace bcfg2-query with bcfg2-admin queryNarayan Desai2008-05-011-49/+0
* Fix bcfg2-info interactions with BoundEntriesNarayan Desai2008-04-241-1/+1
* implement bcfg2-info non-interactive modeNarayan Desai2008-04-241-1/+5
* Fix handling of info.xml files in svn reposNarayan Desai2008-04-161-3/+3
* Fix and simplify fingerprint verification codeNarayan Desai2008-04-011-8/+6
* Remove dead codeNarayan Desai2008-04-011-27/+0
* multi-fingerprint support (mainly from Ben Ritcey)Narayan Desai2008-04-011-13/+84
* fingerprint fix from ritceyNarayan Desai2008-03-271-1/+7
* Speed up bcfg2-info startupNarayan Desai2008-03-241-5/+4
* Implement filesystem event debugging in bcfg2-info (new command event_debug)Narayan Desai2008-03-221-0/+4
* Clean up stable probe data and dynamic groups properly (Reported by SolJ)Narayan Desai2008-03-221-8/+12
* remove debug message from bcfg2-infoNarayan Desai2008-03-091-1/+0
* bcfg2-query patch from SolJNarayan Desai2008-02-191-34/+42
* revert mistaken bcfg2-server commit [bugfix]Narayan Desai2008-02-131-28/+12
* Fix tb in __important__ path (reported/patched by SolJ) [bugfix]Narayan Desai2008-02-131-12/+28
* Implement xml schema checks for info.xml files (from Sol Jerome) (Resolves Ti...Narayan Desai2008-01-211-11/+33
* Frame updates (and start of unit-testing)Narayan Desai2008-01-181-1/+2
* Fix option parsing for bcfg2-repo-validateNarayan Desai2008-01-181-4/+4
* Simplify proxy code. We don't need a multi-component infrastructure or local ...Narayan Desai2008-01-091-1/+1
* Replace bcfg2 proxy code with simplified code from CobaltNarayan Desai2008-01-091-8/+6
* Switch all parsing to outer scripts for ComponentNarayan Desai2008-01-081-1/+12
* Remove spurious setup command (noted by gogo)Narayan Desai2008-01-081-1/+0
* fix imports and variable shadowing in bcfg2-adminNarayan Desai2008-01-081-4/+4
* finish opts switch for bcfg2-ping-sweepNarayan Desai2008-01-081-1/+1
* finish up options changeoverNarayan Desai2008-01-081-14/+8
* Pull internal option parsing out of CoreNarayan Desai2008-01-082-6/+19
* ensure bcfg2 isnt passed arguments (only options)Narayan Desai2008-01-081-1/+4
* Fix client optargsNarayan Desai2007-12-311-2/+4
* Fix option parser usageNarayan Desai2007-12-311-1/+1
* Clean up pylint warningsNarayan Desai2007-12-311-75/+73
* fixup bcfg2 client to use new option parserNarayan Desai2007-12-311-60/+26
* cleanup codeRobert Gogolok2007-12-311-7/+10
* bcfg2-server: cleanup codeRobert Gogolok2007-12-311-8/+10
* fix syntax; adjust SSETUP to common styleRobert Gogolok2007-12-311-6/+6
* Switch over to more Options usage and complete tests (everything appears to w...Narayan Desai2007-12-316-68/+46
* add SENDMAIL_PATHRobert Gogolok2007-12-301-2/+1
* bcfg2-repo-validate: use Bcfg2.SettingsRobert Gogolok2007-12-301-16/+9
* bcfg2-ping-sweep: Robert Gogolok2007-12-301-7/+12
* bcfg2-admin: use Bcfg2.SettingsRobert Gogolok2007-12-301-1/+6
* bcfg2-query: use Bcfg2.SettingsRobert Gogolok2007-12-301-6/+6
* Settings class to remove redundant code for parsing config file.Robert Gogolok2007-12-303-8/+21
* remove redundant codeRobert Gogolok2007-12-301-2/+1
* bcfg2-admin: print usage if no argumentsRobert Gogolok2007-12-291-3/+2