summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* deprecate PostInstalls (in schemas and Core.py) -- Actions can be used insteadNarayan Desai2008-03-091-1/+1
* Add psyco support to the server core (speeds up operations ~40% for simple te...Narayan Desai2008-03-091-0/+6
* tighten up ignore regex in CfgNarayan Desai2008-03-091-1/+1
* implement support for long optionsNarayan Desai2008-03-081-4/+21
* Fix xinetd service management with the chkconfig driver (Patch from Gordon Me...Narayan Desai2008-03-081-2/+7
* Allow for mixed case false for pkg_checks in RPMng/YUMngMike Brady2008-03-041-1/+1
* Fix traceback in directory cleanup (patch from jstrunk) (Resolves Ticket #524...Narayan Desai2008-02-281-0/+1
* Fix viz modeNarayan Desai2008-02-191-5/+4
* bcfg2-query patch from SolJNarayan Desai2008-02-191-0/+5
* Fix tb in __important__ path (reported/patched by SolJ) [bugfix]Narayan Desai2008-02-131-1/+1
* Fix colon splitting for null cases (Reported by SolJ)Narayan Desai2008-02-091-1/+4
* Fix MineStruct (patch from Sol J)Narayan Desai2008-02-091-1/+1
* Fix traceback upon error message [bugfix]Narayan Desai2008-02-061-1/+1
* Implement sequence number support for services (Patch from DanP) (Resolves Ti...Narayan Desai2008-01-301-3/+24
* Fix bcfg2-admin pull for host-specific files when the current data is group-s...Narayan Desai2008-01-291-3/+3
* Handle infoxml failure cases (reported in irc) [bugfix]Narayan Desai2008-01-291-0/+4
* Clean out dispatch table whenever files change (Resolves Ticket #522) [bugfix]Narayan Desai2008-01-291-0/+1
* Handle group coloring more robustly (Fixes issue reported by Matt Baker on ir...Narayan Desai2008-01-281-5/+6
* Sync glob pattern with regex pattern (Resolves Ticket #520)Narayan Desai2008-01-271-4/+10
* Harden handling if __important__ entries (reported by SolJ) [bugfix]Narayan Desai2008-01-251-4/+9
* Remove old debug messageNarayan Desai2008-01-241-1/+0
* Fix use of category names with hyphens (Resolves Ticket #518)Narayan Desai2008-01-241-1/+1
* Implement support for .static files of external public keysNarayan Desai2008-01-221-1/+9
* Remove client-side of (deprecated) toolset supportNarayan Desai2008-01-191-15/+2
* Frame updates (and start of unit-testing)Narayan Desai2008-01-181-16/+14
* Finish fixing option parsing for bcfg2-repo-validateNarayan Desai2008-01-181-5/+6
* Fix test in case of using fulldata uploads for bcfg2-admin pull [bugfix]Narayan Desai2008-01-181-1/+1
* Fix for Lance's hiccup [bugfix]Narayan Desai2008-01-181-1/+1
* Fix bundle modeNarayan Desai2008-01-171-1/+1
* Remove proxy use from ComponentNarayan Desai2008-01-161-25/+2
* Handle checksum problems properlyNarayan Desai2008-01-161-0/+3
* Implement support for -b foo:bar:baz on the command line (Resolves Ticket #516)Narayan Desai2008-01-162-2/+3
* Check for null attributesNarayan Desai2008-01-161-1/+1
* Add time limit for difflib (which uses a potenially cubic algorithm) [bugfix]Narayan Desai2008-01-111-17/+37
* Fix the chkconfig issue for real this time (really resolve Ticket #513) [bugfix]Narayan Desai2008-01-111-1/+1
* Simplify proxy code. We don't need a multi-component infrastructure or local ...Narayan Desai2008-01-091-128/+6
* bcfg-admin init: generate random password if no password specifiedRobert Gogolok2008-01-091-6/+12
* bcfg2-admin init: don't echo passwordRobert Gogolok2008-01-091-3/+5
* Replace bcfg2 proxy code with simplified code from CobaltNarayan Desai2008-01-095-234/+191
* Fix problem reported by labrown on irc [bugfix]Narayan Desai2008-01-091-1/+1
* bcfg2-admin init: Robert Gogolok2008-01-081-26/+48
* fix 'bcfg2-admin init': args[0] is not necessarily presentRobert Gogolok2008-01-081-1/+1
* Switch all parsing to outer scripts for ComponentNarayan Desai2008-01-081-18/+2
* Fix handling of password optionNarayan Desai2008-01-081-1/+1
* Fix handling of basic http auth [bugfix]Narayan Desai2008-01-081-2/+2
* add options for bcfg2-remoteNarayan Desai2008-01-081-0/+4
* Pull internal option parsing out of CoreNarayan Desai2008-01-082-17/+5
* Admin fixupsNarayan Desai2008-01-084-12/+12
* handle arguments properlyNarayan Desai2008-01-081-0/+2
* Fix traceback (reported by pflores) [bugfix]Narayan Desai2008-01-071-0/+1