server
/
bcfg2
1.1.0-stable
debian
main
maint
maint-1.2
master
packages-dummy
py3-server
py3k
spline
spline-bookworm
spline-old
upstream/master
yum-helper-bug
Custom fork of bcfg2 (configuration management)
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
Server
/
Plugins
/
Metadata.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
organized testsuite to mirror src
Chris St. Pierre
2012-03-20
1
-314
/
+296
*
Remove svn keywords
Sol Jerome
2012-02-19
1
-3
/
+0
*
cherry-picked a2cc392 Switch to shallow rather than deep copies to improve pe...
Chris St. Pierre
2012-01-13
1
-1
/
+1
*
Metadata: Add missing sys import (Resolves #1032)
Sol Jerome
2011-08-28
1
-0
/
+2
*
Metadata: Better handling of floating cert-authenticated clients (Ticket #1030)
Sol Jerome
2011-08-11
1
-2
/
+18
*
Created a new method to return a sorted list of plugins by type.
Mike McCallister
2011-07-22
1
-0
/
+1
*
Enhanced bcfg2-admin viz to allow output to be limited to one client.
Mike McCallister
2011-07-05
1
-12
/
+29
*
PY3K: Finish server-side code fixes
Sol Jerome
2011-06-14
1
-1
/
+1
*
Plugins: Add full PY3K compatibility
Sol Jerome
2011-04-26
1
-1
/
+2
*
fixed duplicate group detection in Metadata
Chris St. Pierre
2011-04-20
1
-2
/
+1
*
Plugins: PY3K + PEP8 fixes
Sol Jerome
2011-04-06
1
-29
/
+44
*
Metadata: Move group routines to new class
Tim Laszlo
2011-02-10
1
-6
/
+6
*
Missing newline in help
Tim Laszlo
2011-02-10
1
-55
/
+28
*
Metadata: Move client routines to new class
Tim Laszlo
2011-02-10
1
-36
/
+18
*
Metadata: Add xml source class
Tim Laszlo
2011-02-10
1
-138
/
+160
*
Metadata: Handle writes to XInclude files in bootstrap mode
Tim Laszlo
2011-01-28
1
-3
/
+19
*
Metadata: Handle writes to XInclude files within clients.xml (Resolves #841)
Tim Laszlo
2011-01-28
1
-12
/
+28
*
Metadata: Reload clients.xml before writing if the Pseudo file monitor is used
Tim Laszlo
2011-01-24
1
-0
/
+17
*
Metadata: Typo in XIncludeError
Tim Laszlo
2011-01-24
1
-1
/
+1
*
Metadata: Stop stripping comments from clients.xml (Resolves #929)
Tim Laszlo
2011-01-24
1
-10
/
+2
*
Metadata: Raise MetadataConsistencyError when set_profile fails
Tim Laszlo
2011-01-23
1
-0
/
+1
*
Metadata: Gracefully handle failed profile updates to clients.xml using xincl...
Tim Laszlo
2011-01-23
1
-1
/
+5
*
Metadata: report multiple group definitions (Resolves Ticket #784)
Narayan Desai
2011-01-22
1
-0
/
+5
*
Metadata: fix bcfg2-admin query (Resolves Ticket #959)
Narayan Desai
2010-12-08
1
-3
/
+2
*
Extend client metadata to include group category information
Tim Laszlo
2010-10-22
1
-2
/
+16
*
Metadata: Add error message when file monitor fails
Sol Jerome
2010-09-12
1
-0
/
+1
*
ThreadedStatistics: load/save data on startup/shutdown
Tim Laszlo
2010-06-16
1
-0
/
+2
*
Updated files to match PEP 257
Fabian Affolter
2010-06-09
1
-24
/
+25
*
Viz: Include xincluded files from groups.xml (Resolves Ticket #867)
Sol Jerome
2010-03-25
1
-0
/
+4
*
Fix traceback in bcfg2-admin init by using os.makedirs()
Sol Jerome
2010-02-05
1
-1
/
+1
*
Fix call to os.rename()
Sol Jerome
2010-01-24
1
-3
/
+2
*
Metadata: Write out proper file when clients.xml is a symlink
Sol Jerome
2010-01-23
1
-1
/
+7
*
Metadata: build session cache properly for uuid clients [bugfix]
Narayan Desai
2010-01-12
1
-2
/
+1
*
Metadata: use normalized hostnames for comparison (reported by gregcoit) [bug...
Narayan Desai
2010-01-08
1
-1
/
+1
*
Metadata: handle errors more robustly, and perform clients.xml wranging in ne...
Narayan Desai
2009-12-23
1
-8
/
+24
*
Metadata: fix use of session cache for cert-recognized clients
Narayan Desai
2009-12-09
1
-3
/
+4
*
Fix accidental revert in [5604]
Sol Jerome
2009-12-02
1
-1
/
+1
*
Revert "Metadata: cache session information for all clients that aren't addre...
Sol Jerome
2009-12-02
1
-3
/
+2
*
Revert "Metadata: fix address validation issue with hard-wired addresses"
Sol Jerome
2009-12-02
1
-1
/
+1
*
Metadata: cache session information for all clients that aren't address resolved
Narayan Desai
2009-11-23
1
-2
/
+3
*
Metadata: fix address validation issue with hard-wired addresses
Narayan Desai
2009-11-21
1
-1
/
+1
*
Metadata: implement full debugging for client metadata authentication
Narayan Desai
2009-11-21
1
-21
/
+29
*
Metadata: fix lxml api use to work with older versions
Narayan Desai
2009-11-05
1
-3
/
+7
*
Metadata: force pretty-printing of clients file (Resolves Ticket #644)
Narayan Desai
2009-10-24
1
-1
/
+5
*
Metadata: refuse to add dynamic group membership in explicitly private groups...
Narayan Desai
2009-10-24
1
-1
/
+8
*
Pylint/PEP 8 Code cleanups
Sol Jerome
2009-10-07
1
-10
/
+10
*
Metadata: fix query.all_groups to catch implicit groups in groups.xml
Narayan Desai
2009-07-14
1
-1
/
+3
*
bcfg2-admin init: fix traceback (reported by somekool on irc)
Narayan Desai
2009-07-13
1
-2
/
+3
*
Rework SSHbase alias/address support
Narayan Desai
2009-07-11
1
-22
/
+23
*
Made fixes to Metadata, Client, and Init, and added methods for bcfg2-admin g...
James Yang
2009-07-07
1
-22
/
+124
[next]