summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Metadata.py
Commit message (Expand)AuthorAgeFilesLines
* Unicode support (from stousignant) (Resolves Ticket #549)Narayan Desai2008-06-301-1/+1
* Fixup combination of XINclude and Alias fixesNarayan Desai2008-06-271-7/+5
* fix alias issues in metadata plugin and in bcfg2-admin client modeAndrew Brestick2008-06-261-1/+6
* Fix client assertion with XIncludes are in use (Resolves Ticket #568)Narayan Desai2008-06-241-1/+1
* Resolves clients.xml overwrite issue in #567, fixes configuration issues with...Andrew Brestick2008-06-231-1/+4
* Probe data loaded whenever Metadata plugin is usedAndrew Brestick2008-06-201-1/+2
* Resolves ticket #541 and fixes client adding/deletingAndrew Brestick2008-06-191-3/+16
* Change to typed plugin systemNarayan Desai2008-06-091-1/+2
* Reflect null probe responses in client metadataNarayan Desai2008-06-031-0/+4
* fix typos, #560Robert Gogolok2008-05-231-1/+1
* Fix specific probe handling. Now clients only get one (most-specific) instanc...Narayan Desai2008-05-221-2/+19
* Fix bcfg2-info failure if no repo has been created (Resolves Ticket #556)Narayan Desai2008-05-221-2/+5
* Save dynamic group data (for use in bcfg2-info) (Patch from zultron)Narayan Desai2008-04-251-1/+8
* auto-reformat server fingerprint if needed (Resolves Ticket #546)Narayan Desai2008-04-251-2/+2
* Fix probe sourceNarayan Desai2008-04-091-1/+1
* Implement probe-handling using EntrySet code (makes client- and group-specifi...Narayan Desai2008-04-081-22/+32
* 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