summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Metadata.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up stable probe data and dynamic groups properly (Reported by SolJ)Narayan Desai2008-03-221-7/+13
* bcfg2-query patch from SolJNarayan Desai2008-02-191-0/+5
* Pull internal option parsing out of CoreNarayan Desai2008-01-081-1/+1
* Switch over to more Options usage and complete tests (everything appears to w...Narayan Desai2007-12-311-3/+1
* Settings class to remove redundant code for parsing config file.Robert Gogolok2007-12-301-2/+4
* Remove all vestiges of server-side toolset, it hasn't been used since 0.8.5 (...Narayan Desai2007-12-281-31/+4
* 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 default profile group useNarayan Desai2007-11-121-1/+1
* Implement persistent probe data (so that templates can be debugged in bcfg2-i...Narayan Desai2007-08-261-0/+33
* Implement part 1 of (optional) probe result cachingNarayan Desai2007-07-311-4/+9
* Fix required uuid error messageNarayan Desai2007-07-161-1/+2
* Add server-side debug logging of client probe resultsDaniel Joseph Barnhart Clark2007-07-011-0/+2
* use xpath instead of lxml api (should relax the 1.2 requirement to 1.1)Narayan Desai2007-06-291-3/+2
* Fix explicit-interpreter probesNarayan Desai2007-06-271-1/+1
* Better canonicalization fixNarayan Desai2007-06-141-1/+2
* canonicalize mixed case client names upon lookup as wellNarayan Desai2007-06-141-1/+1
* A plugin has access to config file via core object, don't parse it twiceRobert Gogolok2007-06-051-6/+1
* typoNarayan Desai2007-05-221-1/+1
* internally canonicalize client names (to lower case) (resolves ticket #442)Narayan Desai2007-05-221-13/+16
* Fix address-based issue with client renames (reported by pflores)Narayan Desai2007-04-161-2/+6
* Fix shared addresses for UUID'd clients behind NAT (Resolves Ticket #420)Narayan Desai2007-04-051-5/+20
* Fix bootstrap of new clients using uuidsNarayan Desai2007-03-281-8/+22
* Harden probe data uploads and error handling (Resolves Ticket #416)Narayan Desai2007-03-221-0/+4
* Improve error message for clients in secure mode without a passwordNarayan Desai2007-03-201-1/+1
* Fix secure modeNarayan Desai2007-03-201-0/+6
* Include more information in authentication failure messagesNarayan Desai2007-03-201-4/+7
* Fix Error messages and fallback password useNarayan Desai2007-03-201-2/+2
* Add UUID/per-client passwordsNarayan Desai2007-03-201-4/+75
* Implement client profile remapping (May resolve Ticket #392)Narayan Desai2007-03-151-1/+9
* Make default profile settings persist properlyNarayan Desai2007-03-011-0/+1
* Fix default group useNarayan Desai2007-02-281-1/+1
* Make dynamic group processing more tolerant of whitespaceNarayan Desai2007-01-241-2/+3
* Implement dynamic groupsNarayan Desai2007-01-241-3/+25
* Fix group problem caused by XInclude codeNarayan Desai2007-01-111-0/+2
* Metadata improvementsNarayan Desai2007-01-081-8/+27
* Fix probes for _all_ pluginsNarayan Desai2006-12-121-1/+2
* Fix installation for reports systemNarayan Desai2006-11-301-0/+4
* Part2 of metadata changesNarayan Desai2006-11-221-0/+226