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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Made Verifyfile() much more efficient and resilient:
Chris St. Pierre
2011-10-28
1
-99
/
+148
*
fixed several bugs with creation of new ssh host keys
Chris St. Pierre
2011-10-28
1
-12
/
+30
*
got a little overzealous with the .rstrip()
Chris St. Pierre
2011-10-28
1
-1
/
+1
*
fixed bug with inclusion of bogus ssh host keys in ssh_known_hosts
Chris St. Pierre
2011-10-27
1
-0
/
+2
*
Add a number of features to SSHbase:
Chris St. Pierre
2011-10-27
7
-179
/
+328
*
ensure that source cache files do not get cleared on server startup
Chris St. Pierre
2011-10-24
1
-2
/
+3
*
added timestamp attribute to Probe data
Chris St. Pierre
2011-10-24
1
-7
/
+20
*
doc: Add favicon
Sol Jerome
2011-10-21
2
-1
/
+1
*
doc: Fix Sphinx warning
Sol Jerome
2011-10-21
1
-1
/
+1
*
doc: Reference info.xml note from table
Sol Jerome
2011-10-20
1
-0
/
+2
*
SSHbase: ECDSA key support from ticket #1063
Sol Jerome
2011-10-20
1
-2
/
+10
*
Don't cache StructFile entries
Holger Weiß
2011-10-20
1
-8
/
+4
*
avoid backtrace when bcfg2-yum-helper does not exist
Chris St. Pierre
2011-10-19
1
-1
/
+8
*
Various Packages plugin fixes:
Chris St. Pierre
2011-10-19
10
-374
/
+573
*
Improve error handling of Packages plugin.
Mike McCallister
2011-10-15
7
-40
/
+42
*
Use urlopen from urllib2 instead of urllib so that HTTP errors will be caught.
Mike McCallister
2011-10-15
1
-1
/
+1
*
Replaced print statements in Packages with logger calls.
Mike McCallister
2011-10-15
2
-4
/
+4
*
Merge branch 'fix_default_logging_level' of https://github.com/mikemccllstr/b...
Sol Jerome
2011-10-15
1
-3
/
+4
|
\
|
*
Pass logging level to Bcfg2.Logger.setup_logging() INFO is set as default
Mike McCallister
2011-10-14
1
-3
/
+4
*
|
Implement the preceeding change for SGenshi, too.
Mike McCallister
2011-10-15
1
-1
/
+2
*
|
Avoid reporting Genshi bundles as missing
Mike McCallister
2011-10-15
1
-1
/
+2
|
/
*
Merge branch 'plugin/ldap/dev/trehn' of https://github.com/trehn/bcfg2
Sol Jerome
2011-10-13
1
-7
/
+14
|
\
|
*
improve error logging during LDAP query processing
Torsten Rehn
2011-10-13
1
-7
/
+14
*
|
Proxy: Provide proper error message for misconfigured CA (#1059)
Sol Jerome
2011-10-13
2
-96
/
+99
*
|
SSLServer: Fix traceback in xcmd toggle_debug
Sol Jerome
2011-10-13
1
-1
/
+2
|
/
*
fixed inclusion of group packages
Chris St. Pierre
2011-10-12
2
-4
/
+12
*
Cfg: Add support for .cheetah files
Joe Digilio
2011-10-12
2
-10
/
+66
*
only cache packages from a package set, not unknowns
Chris St. Pierre
2011-10-12
1
-5
/
+7
*
APK: Pylint/PEP8 fixes
Sol Jerome
2011-10-11
1
-8
/
+12
*
Merge branch 'apk' of https://github.com/fabaff/bcfg2
Sol Jerome
2011-10-11
4
-4
/
+71
|
\
|
*
Some documentation for apk.
Fabian Affolter
2011-10-11
1
-0
/
+9
|
*
Initial support for the APK management in Alpine Linux.
Fabian Affolter
2011-10-11
1
-0
/
+58
|
*
Minor changes
Fabian Affolter
2011-10-11
2
-4
/
+4
*
|
doc: Fix old .data references (#1046)
Sol Jerome
2011-10-11
4
-30
/
+30
*
|
Cfg: Use two-digit group priorities
Sol Jerome
2011-10-11
1
-1
/
+1
*
|
fixed variable name typo
Chris St. Pierre
2011-10-10
1
-3
/
+3
*
|
don't cache collections by hostname; this could lead to bad data if a host ch...
Chris St. Pierre
2011-10-07
2
-30
/
+17
*
|
* Added support for yum libraries (if available and configured). This
Chris St. Pierre
2011-10-07
21
-1412
/
+2402
*
|
fixed issue with bogus filenames in Bundler in a more generic way for all Dir...
Chris St. Pierre
2011-10-05
2
-10
/
+4
*
|
make Bundler skip unknown filenames; this prevents an occasional stack trace ...
Chris St. Pierre
2011-10-05
1
-2
/
+7
*
|
Core: Fix log message for #1053
Sol Jerome
2011-09-22
1
-1
/
+1
*
|
Action: Add "build" attribute to Schema and docs
Holger Weiß
2011-09-22
4
-12
/
+18
*
|
bcfg2-lint: Honor the "empty" attribute
Holger Weiß
2011-09-21
1
-1
/
+2
*
|
bug fix : pop vs. remove
Chris St. Pierre
2011-09-21
1
-1
/
+1
*
|
schema fixes
Chris St. Pierre
2011-09-20
2
-12
/
+12
*
|
fixed previous commit so that SingleXMLFileBacked plugins use xinclude, and G...
Chris St. Pierre
2011-09-19
2
-24
/
+31
*
|
made all XMLFileBacked plugins (e.g., GroupPatterns) support XInclude
Chris St. Pierre
2011-09-19
2
-11
/
+31
*
|
added Defaults plugin
Chris St. Pierre
2011-09-19
13
-142
/
+316
*
|
APT: Add filter for deprecated API access
Holger Weiß
2011-09-18
1
-0
/
+1
*
|
Cleaned up path handling in bcfg2-admin init.
Kamil Kisiel
2011-09-17
1
-12
/
+13
[prev]
[next]