summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Metadata.py
Commit message (Expand)AuthorAgeFilesLines
* Metadata: check to ensure address has not been expired before retrieving from...maint-1.2Chris St. Pierre2013-07-011-4/+5
* Metadata: set ClientMetadata categories based on groups from Connectors as wellChris St. Pierre2012-11-081-1/+3
* use XML parser that strips whitespace to avoid xml concatenation pretty_print...Chris St. Pierre2012-05-151-9/+16
* better error reportingChris St. Pierre2012-05-041-1/+2
* cherry-picked a2cc392 Switch to shallow rather than deep copies to improve pe...Chris St. Pierre2012-01-131-1/+1
* Metadata: Add missing sys import (Resolves #1032)Sol Jerome2011-08-281-0/+2
* Metadata: Better handling of floating cert-authenticated clients (Ticket #1030)Sol Jerome2011-08-111-2/+18
* Created a new method to return a sorted list of plugins by type.Mike McCallister2011-07-221-0/+1
* Enhanced bcfg2-admin viz to allow output to be limited to one client.Mike McCallister2011-07-051-12/+29
* PY3K: Finish server-side code fixesSol Jerome2011-06-141-1/+1
* Plugins: Add full PY3K compatibilitySol Jerome2011-04-261-1/+2
* fixed duplicate group detection in MetadataChris St. Pierre2011-04-201-2/+1
* Plugins: PY3K + PEP8 fixesSol Jerome2011-04-061-29/+44
* Metadata: Move group routines to new classTim Laszlo2011-02-101-6/+6
* Missing newline in helpTim Laszlo2011-02-101-55/+28
* Metadata: Move client routines to new classTim Laszlo2011-02-101-36/+18
* Metadata: Add xml source classTim Laszlo2011-02-101-138/+160
* Metadata: Handle writes to XInclude files in bootstrap modeTim Laszlo2011-01-281-3/+19
* Metadata: Handle writes to XInclude files within clients.xml (Resolves #841)Tim Laszlo2011-01-281-12/+28
* Metadata: Reload clients.xml before writing if the Pseudo file monitor is usedTim Laszlo2011-01-241-0/+17
* Metadata: Typo in XIncludeErrorTim Laszlo2011-01-241-1/+1
* Metadata: Stop stripping comments from clients.xml (Resolves #929)Tim Laszlo2011-01-241-10/+2
* Metadata: Raise MetadataConsistencyError when set_profile failsTim Laszlo2011-01-231-0/+1
* Metadata: Gracefully handle failed profile updates to clients.xml using xincl...Tim Laszlo2011-01-231-1/+5
* Metadata: report multiple group definitions (Resolves Ticket #784)Narayan Desai2011-01-221-0/+5
* Metadata: fix bcfg2-admin query (Resolves Ticket #959)Narayan Desai2010-12-081-3/+2
* Extend client metadata to include group category informationTim Laszlo2010-10-221-2/+16
* Metadata: Add error message when file monitor failsSol Jerome2010-09-121-0/+1
* ThreadedStatistics: load/save data on startup/shutdownTim Laszlo2010-06-161-0/+2
* Updated files to match PEP 257 Fabian Affolter2010-06-091-24/+25
* Viz: Include xincluded files from groups.xml (Resolves Ticket #867)Sol Jerome2010-03-251-0/+4
* Fix traceback in bcfg2-admin init by using os.makedirs()Sol Jerome2010-02-051-1/+1
* Fix call to os.rename()Sol Jerome2010-01-241-3/+2
* Metadata: Write out proper file when clients.xml is a symlinkSol Jerome2010-01-231-1/+7
* Metadata: build session cache properly for uuid clients [bugfix]Narayan Desai2010-01-121-2/+1
* Metadata: use normalized hostnames for comparison (reported by gregcoit) [bug...Narayan Desai2010-01-081-1/+1
* Metadata: handle errors more robustly, and perform clients.xml wranging in ne...Narayan Desai2009-12-231-8/+24
* Metadata: fix use of session cache for cert-recognized clientsNarayan Desai2009-12-091-3/+4
* Fix accidental revert in [5604]Sol Jerome2009-12-021-1/+1
* Revert "Metadata: cache session information for all clients that aren't addre...Sol Jerome2009-12-021-3/+2
* Revert "Metadata: fix address validation issue with hard-wired addresses"Sol Jerome2009-12-021-1/+1
* Metadata: cache session information for all clients that aren't address resolvedNarayan Desai2009-11-231-2/+3
* Metadata: fix address validation issue with hard-wired addressesNarayan Desai2009-11-211-1/+1
* Metadata: implement full debugging for client metadata authenticationNarayan Desai2009-11-211-21/+29
* Metadata: fix lxml api use to work with older versionsNarayan Desai2009-11-051-3/+7
* Metadata: force pretty-printing of clients file (Resolves Ticket #644)Narayan Desai2009-10-241-1/+5
* Metadata: refuse to add dynamic group membership in explicitly private groups...Narayan Desai2009-10-241-1/+8
* Pylint/PEP 8 Code cleanupsSol Jerome2009-10-071-10/+10
* Metadata: fix query.all_groups to catch implicit groups in groups.xmlNarayan Desai2009-07-141-1/+3
* bcfg2-admin init: fix traceback (reported by somekool on irc)Narayan Desai2009-07-131-2/+3