summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Admin
Commit message (Expand)AuthorAgeFilesLines
...
* Add print_table function for bcfg2-admin snapshotsSol Jerome2009-04-141-11/+51
* Remove unnecessary newlines in bcfg2-admin init (Reported by m4z on irc)Sol Jerome2009-04-081-4/+2
* Implement ssl certificate split, in preparation for SSL client cert authNarayan Desai2009-04-081-1/+4
* Snapshots: implement rudimentary reports cmd line interface (partially from S...Narayan Desai2009-03-251-14/+47
* Snapshots: fix more of the admin interface (including some of Sol's diffs)Narayan Desai2009-03-211-6/+19
* Remove some FIXMEs in bcfg2-admin initSol Jerome2009-03-161-10/+15
* 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-061-3/+7
* 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 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-022-1/+30
* os.popen is deprecated in 2.6 (http://docs.python.org/library/os.html#os.popen)Sol Jerome2009-02-202-22/+33
* Ask before overwriting existing bcfg2 repos in bcfg2-admin initSol Jerome2009-02-191-22/+30
* Update Init.py for new bcfg2.conf layoutSol Jerome2009-02-111-7/+3
* Fix server core init for MetadataCoreSol Jerome2009-02-021-1/+1
* Add Version plugin typeSol Jerome2009-01-261-1/+0
* Add Pull Source support to Minestruct (with aggregation of all extra entries)Sol Jerome2009-01-221-1/+6
* Update bcfg2-admin query to use new Core interfaceSol Jerome2009-01-132-3/+3
* Fix tb in bcfg2-admin modesNarayan Desai2009-01-121-2/+0
* Plugin configuration change: all plugins now need to be specified in the plug...Narayan Desai2009-01-121-14/+4
* Finish up Pull Source and multi-Statistics codeNarayan Desai2009-01-121-7/+9
* Split pull functionality into PullSource/PullTarget and rebase Cfg and SSHbas...Narayan Desai2009-01-111-1/+1
* Finish up PullSource plugin workNarayan Desai2009-01-101-2/+5
* Fix Bcfg2.Options import for admin modesNarayan Desai2008-12-301-1/+3
* Implement metadata connector functionalityNarayan Desai2008-12-241-1/+1
* Update dictionary accesses to work with Python 3.0Sol Jerome2008-12-221-1/+1
* handle non-interactive pull where no choices existNarayan Desai2008-10-311-0/+2
* Fix bcfg2-admin for new host-specific entriesNarayan Desai2008-10-281-13/+15
* Fix ssl key generation (Resolves Ticket #606)Narayan Desai2008-10-241-2/+1
* Fix minestruct mode for bcfg2-adminSol Jerome2008-10-112-3/+3
* Add DBStats and fingerprint information to bcfg2.confSol Jerome2008-09-221-0/+4
* improve argument error handlingNarayan Desai2008-09-181-0/+3
* Remove excess option line in tidy mode helpSol Jerome2008-09-122-3/+2
* Improve help messages for bcfg2-admin (and modes)Sol Jerome2008-09-1210-66/+151
* Use the GetClient methods from Metadata.pySol Jerome2008-09-081-4/+2
* Fix traceback for nonexistent clientNarayan Desai2008-09-031-1/+5
* Further simplify minestructNarayan Desai2008-08-131-36/+23
* Fix minestruct with -g (Resolves Ticket #593)Narayan Desai2008-08-131-14/+6
* Fix -H mode in bcfg2-admin vizNarayan Desai2008-08-071-1/+1
* Implement portable bcfg2-admin pull (now works directly from DB)Narayan Desai2008-08-071-53/+17
* Fix indentation in new core-instantiating modesNarayan Desai2008-08-071-2/+2
* Switch bcfg2-admin minestruct to use the new statistics api to get at data in...Narayan Desai2008-08-061-17/+11
* add infrastructure for structure admin modesNarayan Desai2008-08-061-5/+9
* applied logging->logger patchJames Yang2008-08-051-2/+2
* Change include host option to -HNarayan Desai2008-08-041-1/+1
* support for alternate metadata plugins in viz admin modeAndrew Brestick2008-08-011-67/+1
* added support for alternate metadata plugins in bcfg2-adminAndrew Brestick2008-07-313-74/+54