summaryrefslogtreecommitdiffstats
path: root/src/lib/Server
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
* Fix viz modeNarayan Desai2008-02-191-5/+4
* bcfg2-query patch from SolJNarayan Desai2008-02-191-0/+5
* Fix MineStruct (patch from Sol J)Narayan Desai2008-02-091-1/+1
* Fix traceback upon error message [bugfix]Narayan Desai2008-02-061-1/+1
* 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
* 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
* 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
* 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
* bcfg2-admin init: Robert Gogolok2008-01-081-26/+48
* fix 'bcfg2-admin init': args[0] is not necessarily presentRobert Gogolok2008-01-081-1/+1
* Pull internal option parsing out of CoreNarayan Desai2008-01-082-17/+5
* Admin fixupsNarayan Desai2008-01-084-12/+12
* SSHbase: Re-add workaround to handle skn caching in event handlerNarayan Desai2007-12-311-0/+3
* 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-314-31/+54
* add SENDMAIL_PATHRobert Gogolok2007-12-301-7/+15
* bcfg2-admin: use Bcfg2.SettingsRobert Gogolok2007-12-307-38/+25
* Settings class to remove redundant code for parsing config file.Robert Gogolok2007-12-303-14/+17
* 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
* Add repo to metadata for TCheetah templates (Resolves #501)Narayan Desai2007-12-281-0/+1
* Remove all vestiges of server-side toolset, it hasn't been used since 0.8.5 (...Narayan Desai2007-12-282-32/+4
* fix case: info file gets moved as part of an upper directory, e.g. mv Cfg/etc...Robert Gogolok2007-12-281-1/+12
* Add Metadata.GetClientByGroup that returns a list of clients by group membershipNarayan Desai2007-12-281-1/+6
* Add overall view of metadata to ClientMetadata instancesNarayan Desai2007-12-281-3/+4
* Fix handling of files ending in .cat or .diff [bugfix]Narayan Desai2007-12-131-1/+3
* Fix race when no keys exist and known_hosts is first in the bundle [bugfix]Narayan Desai2007-12-041-0/+2
* Fix reversed reasons in config item display (from Sol J) [bugfix]Narayan Desai2007-12-021-7/+7
* Fix default profile group useNarayan Desai2007-11-121-1/+1
* bcfg2-admin pull fixesNarayan Desai2007-11-122-6/+6
* SGenshi improvements from Sebastien Barthelemy (sorry, bad locale) and improv...Narayan Desai2007-11-091-9/+41
* Fixed bug #492 reports now respect 'expiration' datesJoey Hagedorn2007-11-081-8/+8
* Revert bad error messages in importscriptNarayan Desai2007-11-051-2/+0
* Fix __all__Narayan Desai2007-11-031-3/+3
* Second stage of the root->0 backout (from GP)Narayan Desai2007-11-026-11/+11
* make Core.py produce more error messages with plugin load failures (from GP) ...Narayan Desai2007-11-021-2/+2
* make Core.py more tolerant of spaces in bcfg2.conf (Resolves Ticket #488)Narayan Desai2007-11-021-2/+2
* Produce better interactive questions for bcfg2-adminNarayan Desai2007-10-311-1/+1
* Deregister Cfg entries in case of overall deletion (Resolves Ticket #481)Narayan Desai2007-10-301-0/+6
* Implement bcfg2-admin pull support for info files/metadata changes (Resolves ...Narayan Desai2007-10-302-3/+14