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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix predicate call from Pkgmgr
Calen Pennington
2011-09-14
1
-2
/
+3
*
Packages: Properly detect when user didn't create sources.xml
anatoly techtonik
2011-09-12
1
-1
/
+4
*
Packages: Fix traceback when sources.xml is missing (#1043)
Sol Jerome
2011-09-12
1
-1
/
+6
*
make it clear that default list of plugins is taken from Options.SERVER_PLUGI...
anatoly techtonik
2011-09-10
1
-7
/
+2
*
Admin: Fix traceback when missing section from bcfg2.conf
Sol Jerome
2011-09-10
1
-1
/
+4
*
fixed indentation bug in SSHbase introduced in cb8b988774c573bb8f6840aa60be0c...
Chris St. Pierre
2011-09-06
1
-26
/
+24
*
Make database_port setting optional
Holger Weiß
2011-09-04
1
-1
/
+4
*
fix traceback when packages.conf doesn't exist or there is no [global]
Joe Digilio
2011-09-02
1
-0
/
+2
*
Version bump to 1.2.0rc1
v1.2.0rc1
Sol Jerome
2011-09-01
1
-1
/
+1
*
Cfg : doesn't add a LineFeed after patching of files
Kioob
2011-09-02
1
-3
/
+1
*
Cfg : do not strip() end of lines before applying .diff files
Kioob
2011-09-01
1
-2
/
+1
*
fixed tracebacks introduced by 5360af9fe752850b1647
Chris St. Pierre
2011-09-01
1
-1
/
+2
*
fixed traceback introduced by 5360af9fe752850b1647
Chris St. Pierre
2011-09-01
1
-2
/
+3
*
Plugin.py: Add filename to error message (Reported by Kioob on IRC)
Sol Jerome
2011-08-31
1
-1
/
+2
*
anchor rules regexes at both ends to avoid bogus matches
Chris St. Pierre
2011-08-31
1
-7
/
+3
*
fixed logic with selecting correct rule from previous commit
Chris St. Pierre
2011-08-31
1
-2
/
+2
*
added regex support to Rules
Chris St. Pierre
2011-08-31
2
-11
/
+56
*
Metadata: Add missing sys import (Resolves #1032)
Sol Jerome
2011-08-28
1
-0
/
+2
*
Cfg: Fix traceback in bcfg2-admin pull
Sol Jerome
2011-08-27
1
-3
/
+3
*
fixed comparisons for probe data
Chris St. Pierre
2011-08-26
1
-0
/
+18
*
SSHbase: Create only requested key types
Holger Weiß
2011-08-26
1
-38
/
+41
*
Cfg: Fix traceback caused by previous commit
Sol Jerome
2011-08-22
1
-1
/
+1
*
Cfg: Log error when base file missing (reported by Ana Guerrero)
Sol Jerome
2011-08-21
1
-5
/
+8
*
Decisions: Add missing import (reported by Rob Lemley)
Sol Jerome
2011-08-20
1
-0
/
+2
*
set path in Ohai probe
Chris St. Pierre
2011-08-19
1
-0
/
+2
*
Plugin.py: Deal with more vim temporary files
Sol Jerome
2011-08-17
1
-1
/
+1
*
Filter for ignored files earlier to eliminate traceback.
Mike McCallister
2011-08-17
1
-5
/
+5
*
Merge branch 'reports-plusminus' of https://github.com/mkdfh/bcfg2
Sol Jerome
2011-08-12
3
-10
/
+10
|
\
|
*
Reports:
unknown
2011-08-12
3
-10
/
+10
*
|
Metadata: Better handling of floating cert-authenticated clients (Ticket #1030)
Sol Jerome
2011-08-11
2
-3
/
+19
*
|
fix chmod in "bcfg2-admin init"
Joe Digilio
2011-08-10
1
-1
/
+1
|
/
*
Be more patient for notifications about generated SSHkeys.
Mike McCallister
2011-08-09
1
-8
/
+13
*
Be a little more conservative in handling "changed" events.
Mike McCallister
2011-08-09
1
-17
/
+44
*
invoke dot in a way that works on all systems
Chris St. Pierre
2011-08-08
1
-4
/
+14
*
got rid of blank line output when using bcfg2-admin viz with the -o option
Chris St. Pierre
2011-08-08
1
-1
/
+2
*
fixed backtrace if Packages downloads a bogus GPG key
Chris St. Pierre
2011-08-05
1
-6
/
+13
*
don't try to wrap bcfg2-lint output if it's not connected to a tty
Chris St. Pierre
2011-08-05
1
-6
/
+15
*
fixed typos in RequiredAttrs.check_packages()
Chris St. Pierre
2011-08-05
1
-2
/
+2
*
fixed more unescaped shell commands
Chris St. Pierre
2011-08-05
2
-13
/
+24
*
Merge branch 'work'
Chris St. Pierre
2011-08-05
1
-4
/
+5
|
\
|
*
fixed bcfg2-admin viz bug introduced by Popen fixes
Chris St. Pierre
2011-08-05
1
-4
/
+5
|
*
made packages.conf optional
Chris St. Pierre
2011-08-05
1
-1
/
+5
*
|
made packages.conf optional
Chris St. Pierre
2011-08-05
1
-1
/
+5
*
|
Removed the explicit calls to AddEntry from SSHbase.py in favor of
Mike McCallister
2011-08-05
1
-3
/
+7
|
/
*
fixed security bugs with unescaped input to the shell
Chris St. Pierre
2011-08-05
5
-28
/
+21
*
fixed regex in reports_client_history view; made all reports hostname regexes...
Chris St. Pierre
2011-08-05
1
-3
/
+3
*
fixed traceback from unknown-path-type errors
Chris St. Pierre
2011-08-03
1
-0
/
+1
*
fix broken assembling of yum repo url
Joe Digilio
2011-08-03
1
-1
/
+1
*
fixed info.xml XMLSrc fix
Chris St. Pierre
2011-08-03
1
-1
/
+1
*
Merge branch 'master' of https://github.com/mikemccllstr/bcfg2
Sol Jerome
2011-08-02
1
-13
/
+16
|
\
[next]