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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added CIDR notation to IP ACLs. Still need to test.
Matt Schwager
2013-02-12
2
-4
/
+13
*
Corrected acceptance of wildcard ('*') in ACL XML file.
Matt Schwager
2013-02-12
2
-5
/
+4
*
IP based ACLs working for CherryPy and Builtin Server. Rudimentary tests perf...
Matt Schwager
2013-02-12
4
-37
/
+42
*
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
*
made Action entries in Independent structures run with when="always"
Chris St. Pierre
2013-02-08
2
-26
/
+40
*
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
24
-168
/
+173
*
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
4
-16
/
+119
|
\
|
*
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
3
-12
/
+118
|
|
\
|
|
*
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
|
|
*
POSIXUsers: set managed uid/gid range
Chris St. Pierre
2013-01-18
2
-8
/
+115
*
|
|
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
|
\
|
|
|
*
|
Options: split loading a new OptionParser from fetching an existing parser
Chris St. Pierre
2013-01-17
9
-22
/
+27
|
*
|
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
35
-327
/
+322
|
|
/
|
*
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
*
|
removed deprecated tools: RPMng, YUM24, YUMng
Chris St. Pierre
2013-01-17
6
-514
/
+14
*
|
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
70
-5894
/
+55
*
|
removed deprecated FAM filemonitor
Chris St. Pierre
2013-01-17
2
-111
/
+0
*
|
removed deprecated PostInstall support
Chris St. Pierre
2013-01-17
2
-19
/
+3
*
|
Options: split loading a new OptionParser from fetching an existing parser
Chris St. Pierre
2013-01-17
9
-22
/
+27
*
|
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
[next]