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
/
Plugins
/
Cfg
Commit message (
Expand
)
Author
Age
Files
Lines
*
reduce logging from failed decryption with decrypt=lax
Chris St. Pierre
2014-04-25
2
-18
/
+17
*
Cfg: let EncryptedGenerator load setup object whenever the plugin is imported
Chris St. Pierre
2013-12-09
1
-3
/
+6
*
CfgPublicKeyCreator: properly handle case where only private key has been cre...
Chris St. Pierre
2013-09-16
2
-25
/
+44
*
bcfg2-lint: Added Cfg check for multiple global handlers for one entry set
Chris St. Pierre
2013-09-09
1
-1
/
+17
*
Cfg: allow changing category specific-ness of generated authorized_keys
Chris St. Pierre
2013-09-09
1
-3
/
+3
*
Cfg: Give non-specific handlers a default specificity
Chris St. Pierre
2013-09-09
1
-0
/
+2
*
Cfg: More flexible and complete way to specify authorized keys options
Chris St. Pierre
2013-09-04
1
-4
/
+13
*
Cfg: added missing docstring
Chris St. Pierre
2013-07-23
1
-0
/
+4
*
Cfg: unknown-cfg-files lint check honors FAM ignore list
Chris St. Pierre
2013-07-23
1
-6
/
+22
*
Encryption: reduce noise from encryption failures when decrypt=lax
Chris St. Pierre
2013-07-15
1
-1
/
+1
*
Cfg: Fixed and documented .cat and .diff file behavior with host-specific bas...
Chris St. Pierre
2013-06-14
1
-8
/
+17
*
lint: check for files in Cfg/ that aren't handled by Cfg
Chris St. Pierre
2013-06-03
1
-21
/
+62
*
Cfg: Handle bogus created events as changed
Michael Fenn
2013-05-24
1
-1
/
+3
*
Cfg: removed debugging
Chris St. Pierre
2013-04-23
1
-2
/
+1
*
PY3K: Fix client/server to work with python 3
Sol Jerome
2013-04-10
1
-0
/
+2
*
fixed regex errors introduced by 6c996f42c53a36fc0406f836d64b8c1bec6f4bcc
Chris St. Pierre
2013-03-26
1
-2
/
+2
*
testsuite: fixed issues found by latest version of pylint
Chris St. Pierre
2013-03-26
2
-6
/
+6
*
testsuite: fixed issues found by latest version of pep8
Chris St. Pierre
2013-03-26
2
-6
/
+5
*
better error message when rendering a template that failed to parse
Chris St. Pierre
2013-02-21
1
-0
/
+4
*
fixed checking Genshi templates for comments (#1141)
Chris St. Pierre
2013-02-14
1
-0
/
+1
*
fixed unit tests
Chris St. Pierre
2013-02-13
1
-7
/
+4
*
Cfg: better error handling from verifiers, :test
Chris St. Pierre
2013-02-08
2
-7
/
+14
*
Made a few encryption things simpler:
Chris St. Pierre
2013-01-17
1
-2
/
+4
*
testsuite: fixed tests for decryption in Properties/CfgPrivateKeyCreator
Chris St. Pierre
2013-01-16
1
-1
/
+1
*
Cfg: Revert change from 10326a34
Sol Jerome
2013-01-08
1
-1
/
+1
*
Cfg: handle filenames with regex special characters properly
Chris St. Pierre
2013-01-07
1
-1
/
+2
*
Cfg: fixed existing Cfg bcfg2-lint plugin, added plugin to check for privkey....
Chris St. Pierre
2013-01-03
1
-23
/
+60
*
Cfg: Added feature to provide generation of SSH keys, authorized_keys file
Chris St. Pierre
2013-01-03
4
-20
/
+497
*
Cfg: added creator handler to perform one-time creation of static data
Chris St. Pierre
2012-12-20
3
-59
/
+159
*
fixed line length in Cfg docs
Chris St. Pierre
2012-12-04
1
-21
/
+19
*
doc: wrote devel docs for client tool base objects
Chris St. Pierre
2012-12-04
1
-5
/
+6
*
fixed conversion to octal in py3k
Chris St. Pierre
2012-12-04
1
-2
/
+3
*
Cfg: Fixed bugs in Genshi error handling:
Chris St. Pierre
2012-11-29
1
-11
/
+54
*
avoid odd edge case in genshi error handling
Chris St. Pierre
2012-11-26
1
-3
/
+7
*
Templating updates:
Chris St. Pierre
2012-11-19
2
-3
/
+7
*
Cfg: improved error messages
Chris St. Pierre
2012-11-13
8
-65
/
+27
*
Cfg: prevent genshi loader from caching templates
Chris St. Pierre
2012-11-13
1
-4
/
+1
*
improved error messages during failed decryption
Chris St. Pierre
2012-10-24
2
-4
/
+7
*
CfgLegacyInfo: Move the dict outside of the for loop
Tim Laszlo
2012-10-17
1
-7
/
+6
*
assigned Cfg handlers explicit priorities to avoid over-zealous regex matches
Chris St. Pierre
2012-10-17
7
-3
/
+36
*
Plugins: Update builtin plugins to use 'mode' attribute
Sol Jerome
2012-10-15
2
-7
/
+7
*
Reporting: Merge new reporting data
Tim Laszlo
2012-10-08
1
-0
/
+2
*
Cfg: fixed regexes for handling and ignoring files with different Cfg handlers
Chris St. Pierre
2012-10-03
1
-39
/
+17
*
Cfg: fixed some issues with genshi error handling
Chris St. Pierre
2012-10-03
1
-2
/
+2
*
testsuite: added unit tests for Cfg handlers
Chris St. Pierre
2012-10-02
7
-24
/
+27
*
Cfg: deprecated perms="inherit"
Chris St. Pierre
2012-10-02
1
-0
/
+2
*
testsuite: unit tests for Cfg plugin and base handlers
Chris St. Pierre
2012-10-02
1
-100
/
+124
*
run pylint for errors on almost everything, full runs on some selected stuff
Chris St. Pierre
2012-09-25
8
-116
/
+144
*
Encryption: improved docs, made algorithm configurable
Chris St. Pierre
2012-09-20
3
-23
/
+40
*
Cfg: documented all Cfg modules, added development docs
Chris St. Pierre
2012-09-11
12
-96
/
+444
[next]