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
/
Bcfg2
/
Server
Commit message (
Expand
)
Author
Age
Files
Lines
*
IP based ACLs working for CherryPy Server. Still need to implement BuiltinSer...
Matt Schwager
2013-02-12
3
-1
/
+11
*
Fixed 'event name' error on server startup with ACL as a plugin. Now parsing ...
Matt Schwager
2013-02-12
1
-0
/
+18
*
Started adding code to Acl.py, need to parse acl xml file correctly
Matt Schwager
2013-02-12
1
-4
/
+20
*
Added access-control list plugin skeleton code
Matt Schwager
2013-02-12
1
-0
/
+8
*
removed deprecated Base plugin
Chris St. Pierre
2013-02-08
3
-6
/
+4
*
Bundler: added support for independent bundles
Chris St. Pierre
2013-02-08
2
-36
/
+4
*
Bundler: improved XInclude support, added inter-bundle dependencies
Chris St. Pierre
2013-02-08
1
-9
/
+46
*
made XInlcude and Encryption support more consistent
Chris St. Pierre
2013-02-07
4
-36
/
+9
*
documented which XML files have which features
Chris St. Pierre
2013-02-06
2
-2
/
+1
*
fixed loading FAM in core
Chris St. Pierre
2013-02-06
1
-1
/
+1
*
converted InfoXML objects from XMLSrc to StructFile
Chris St. Pierre
2013-02-06
5
-246
/
+220
*
moved some libraries in Bcfg2/ into more specific (Server/ or Client/) places
Chris St. Pierre
2013-02-05
20
-126
/
+869
*
Decisions: use StructFile instead of host- or group-specific XML files
Chris St. Pierre
2013-02-05
1
-46
/
+12
*
Bundler: various changes
Chris St. Pierre
2013-02-04
2
-48
/
+73
*
added genshi support to StructFile
Chris St. Pierre
2013-02-04
4
-109
/
+58
*
made genshi a requirement
Chris St. Pierre
2013-01-22
5
-158
/
+113
*
fixed detection of default plugin list when loading django ORM models
Chris St. Pierre
2013-01-18
1
-1
/
+1
*
Merge branch '1.3.1' into 1.4.x
Chris St. Pierre
2013-01-18
2
-8
/
+4
|
\
|
*
StructFile: fixed lax/strict decryption setting with no crypto libs installed
Chris St. Pierre
2013-01-18
1
-4
/
+1
|
*
Merge branch 'master' into 1.3.1
Chris St. Pierre
2013-01-18
1
-4
/
+3
|
|
\
|
|
*
Properties: fixed lax/strict decryption setting with no crypto libs installed
Chris St. Pierre
2013-01-18
1
-21
/
+19
|
|
*
GroupPatterns: improved PackedDigitRange and tests
Chris St. Pierre
2013-01-18
1
-4
/
+3
*
|
|
Merge branch '1.3.1' into 1.4.x
Chris St. Pierre
2013-01-17
6
-25
/
+22
|
\
|
|
|
*
|
removed passing of optionparser object amongst Packages plugin
Chris St. Pierre
2013-01-17
6
-23
/
+20
*
|
|
Merge branch '1.3.1' into 1.4.x
Chris St. Pierre
2013-01-17
1
-1
/
+1
|
\
|
|
|
*
|
StructFile: minor cleanup
Chris St. Pierre
2013-01-17
1
-3
/
+3
|
*
|
abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFile
Chris St. Pierre
2013-01-17
8
-92
/
+81
|
*
|
added module-level OptionParser to avoid passing it as an argument or global ...
Chris St. Pierre
2013-01-17
23
-208
/
+179
|
|
/
|
*
read default Path metadata from config file properly
Chris St. Pierre
2013-01-17
1
-1
/
+3
*
|
fixed unit tests from merge
Chris St. Pierre
2013-01-17
1
-3
/
+2
*
|
FAM: split loading a new FileMonitor from fetching an existing one
Chris St. Pierre
2013-01-17
2
-15
/
+27
*
|
removed magic groups
Chris St. Pierre
2013-01-17
7
-98
/
+10
*
|
fixed unit tests
Chris St. Pierre
2013-01-17
5
-26
/
+37
*
|
added a module-level FAM object to avoid passing it as an argument a billion ...
Chris St. Pierre
2013-01-17
23
-102
/
+100
*
|
removed support for info/:info files
Chris St. Pierre
2013-01-17
4
-86
/
+5
*
|
removed support for .cat/.diff files
Chris St. Pierre
2013-01-17
3
-79
/
+1
*
|
removed mode="inherit" support
Chris St. Pierre
2013-01-17
1
-7
/
+0
*
|
removed deprecated plugins: TGenshi, TCheetah, Account, Hostbase, Snapshots, ...
Chris St. Pierre
2013-01-17
69
-5588
/
+55
*
|
removed deprecated FAM filemonitor
Chris St. Pierre
2013-01-17
2
-111
/
+0
*
|
removed deprecated PostInstall support
Chris St. Pierre
2013-01-17
1
-2
/
+1
*
|
StructFile: minor cleanup
Chris St. Pierre
2013-01-17
1
-3
/
+3
*
|
abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFile
Chris St. Pierre
2013-01-17
8
-92
/
+81
*
|
added module-level OptionParser to avoid passing it as an argument or global ...
Chris St. Pierre
2013-01-17
23
-206
/
+179
|
/
*
Made a few encryption things simpler:
Chris St. Pierre
2013-01-17
2
-21
/
+22
*
testsuite: fixed tests for decryption in Properties/CfgPrivateKeyCreator
Chris St. Pierre
2013-01-16
2
-13
/
+13
*
get default metadata for Path entries from config file given on command line
Chris St. Pierre
2013-01-16
1
-1
/
+1
*
bcfg2-lint: fixed requiring a specific format of text content
Chris St. Pierre
2013-01-14
1
-1
/
+1
*
better validation of required attrs for Package and Service tags
Chris St. Pierre
2013-01-14
1
-17
/
+12
*
bcfg2-lint: update RequiredAttrs for SELinux and POSIX user/group entries
Chris St. Pierre
2013-01-11
1
-74
/
+89
*
SSLCA: set entry type on key and cert Path entries
Chris St. Pierre
2013-01-10
1
-0
/
+3
[next]