summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* SYSV: URL is required for installation only (patch from Andrew Deason) (Resol...Narayan Desai2008-01-021-1/+2
* SSHbase: Re-add workaround to handle skn caching in event handlerNarayan Desai2007-12-311-0/+3
* Add support for command line args as well as optionsNarayan Desai2007-12-311-1/+2
* Clean up location handling in ComponentNarayan Desai2007-12-311-6/+3
* 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
* fixup bcfg2 client to use new option parserNarayan Desai2007-12-311-2/+41
* cleanup codeRobert Gogolok2007-12-311-5/+6
* fix syntax; adjust SSETUP to common styleRobert Gogolok2007-12-311-1/+1
* Switch over to more Options usage and complete tests (everything appears to w...Narayan Desai2007-12-318-159/+163
* Add unit testing for new option parsing library (Full Coverage)Narayan Desai2007-12-311-13/+12
* Reimplement option parser so that the code doesn't cause blindnessNarayan Desai2007-12-311-60/+108
* Fix parsing problemNarayan Desai2007-12-301-9/+9
* correct indentionRobert Gogolok2007-12-301-8/+8
* add SENDMAIL_PATHRobert Gogolok2007-12-303-21/+31
* simplify settings code a bitNarayan Desai2007-12-301-103/+41
* bcfg2-repo-validate: use Bcfg2.SettingsRobert Gogolok2007-12-301-0/+8
* bcfg2-admin: use Bcfg2.SettingsRobert Gogolok2007-12-307-38/+25
* Settings class to remove redundant code for parsing config file.Robert Gogolok2007-12-307-106/+196
* Remove bogus pyc filesNarayan Desai2007-12-299-0/+0
* Refactor of bcfg2-admin (all modes moved to discrete modules in Bcfg2.Server....Narayan Desai2007-12-2919-1/+681
* sshbase: replace ssh_known_hosts cache mechanism with a python propertyNarayan Desai2007-12-281-31/+27