summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Implement ssl certificate split, in preparation for SSL client cert authNarayan Desai2009-04-084-10/+32
* Metadata: fix default group assertionNarayan Desai2009-04-061-0/+1
* Packages: Implement proper support for provides targets with multiple providersNarayan Desai2009-04-061-3/+8
* Fix multi-arch yum sourcesNarayan Desai2009-04-061-2/+0
* YUMng: Fix version=auto for epoch-sensitive packagesNarayan Desai2009-04-061-4/+3
* fix typoNarayan Desai2009-04-021-3/+3
* Remove hardcoded group names from plugin body, instead, auto-activate based o...Narayan Desai2009-04-021-1/+3
* Update RcUpdate tool driver to catch all servicesSol Jerome2009-04-011-2/+2
* updated BB plugin to match new API for return types, and also fixed a small b...Rick Bradshow2009-04-011-4/+3
* Initial IPS (Opensolaris) driverNarayan Desai2009-04-012-1/+61
* Fix portage driver traceback (Resolves Ticket #649)Narayan Desai2009-03-281-2/+4
* Snapshots: implement rudimentary reports cmd line interface (partially from S...Narayan Desai2009-03-251-14/+47
* Snapshots: initialize snap -> client linkage properlyNarayan Desai2009-03-251-1/+1
* Clarify priority conflict error messageSol Jerome2009-03-231-3/+5
* Snapshots: add db url support for mysql and postgresNarayan Desai2009-03-231-1/+7
* Snapshots: fix more of the admin interface (including some of Sol's diffs)Narayan Desai2009-03-211-6/+19
* Snapshots: Fix extra entry data importNarayan Desai2009-03-211-3/+4
* Snapshots: add modeling for administrator-to-client/group mappingsNarayan Desai2009-03-211-1/+8
* Add revision and correct fields to snapshot class; should simplify most queriesNarayan Desai2009-03-212-3/+9
* launchd update for 10.5 (patch from Kamil Kisiel)Sol Jerome2009-03-191-0/+15
* Plugin.py: unify predicatesNarayan Desai2009-03-191-4/+2
* YUMng: Switch to yum lib calls instead of parsing command output (thanks to S...Narayan Desai2009-03-191-19/+11
* Fix negate attribute for ticket #648Sol Jerome2009-03-191-2/+4
* Packages: Implement full yum dep resolver and improve error handlingNarayan Desai2009-03-191-78/+217
* Remove some FIXMEs in bcfg2-admin initSol Jerome2009-03-161-10/+15
* Cfg: delta file regex bugfixNarayan Desai2009-03-161-1/+1
* YUMng: implement version=auto/any supportNarayan Desai2009-03-132-17/+74
* Update for properties switchNarayan Desai2009-03-101-2/+2
* Raise exception when cached files do not existSol Jerome2009-03-091-0/+1
* Remove busy-wait for coalescing altogetherNarayan Desai2009-03-091-7/+6
* bcfg2-info: add option trace file option for profiling modeNarayan Desai2009-03-091-1/+1
* Reduce event coalesing threshold (Substantially reduces core initialization t...Narayan Desai2009-03-091-1/+1
* Implement profiler mode for bcfg2-infoNarayan Desai2009-03-091-0/+2
* Fix tb in Viz (Reported by Michael Jinks)Sol Jerome2009-03-071-2/+2
* Snapshots: Add some convenience functions for getting access to latest snapshotNarayan Desai2009-03-062-4/+15
* Snapshots: Finish off importer (for old-style statistics)Narayan Desai2009-03-062-33/+73
* Snapshots: undo last commitNarayan Desai2009-03-051-2/+1
* Snapshots: improve generality of the importerNarayan Desai2009-03-051-1/+5
* Snapshots: improve generality of the importerNarayan Desai2009-03-052-55/+51
* one more init fixNarayan Desai2009-03-041-3/+1
* one more timeNarayan Desai2009-03-041-0/+2
* one more fixNarayan Desai2009-03-041-1/+1
* fix init (i think)Narayan Desai2009-03-041-1/+2
* Add Snapshots to __init__Sol Jerome2009-03-041-2/+2
* Get Snapshots working for Service entriesNarayan Desai2009-03-032-22/+48
* remove dead code from the snapshots modelNarayan Desai2009-03-021-7/+0
* add db creation command to snapshots admin modeNarayan Desai2009-03-021-0/+8
* Snapshots update - storage of packages works from clients (old-style statistics)Narayan Desai2009-03-025-11/+140
* Fix newlinks at the end of .cat filesNarayan Desai2009-03-021-0/+2
* os.popen is deprecated in 2.6 (http://docs.python.org/library/os.html#os.popen)Sol Jerome2009-02-205-28/+47