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
*
Add Environment.py file for building classes to gather env data.
Raul Cuza
2011-07-05
1
-0
/
+37
*
Remove useless parentheses
Holger Weiß
2011-06-30
1
-4
/
+4
*
Statistics: Abort if "sensitive" files are pulled
Holger Weiß
2011-06-30
1
-1
/
+3
*
DBStats: Bump internal database version
Holger Weiß
2011-06-30
1
-0
/
+4
*
bcfg2-admin: Fix traceback when help argument omitted
Sol Jerome
2011-06-29
2
-3
/
+4
*
Merge branch 'catch-exceptions' of https://github.com/weiss/bcfg2
Sol Jerome
2011-06-29
1
-74
/
+99
|
\
|
*
bcfg2-reports: Catch "--badentry=/tmp/nonexistent"
Holger Weiß
2011-06-30
1
-36
/
+48
|
*
bcfg2-reports: Catch getopt exceptions
Holger Weiß
2011-06-29
1
-38
/
+51
*
|
New database field: "is_sensitive"
Holger Weiß
2011-06-29
5
-12
/
+26
*
|
New Info attribute: "sensitive"
Holger Weiß
2011-06-29
4
-9
/
+20
|
/
*
Merge branch 'master' of git.mcs.anl.gov:/bcfg2
Sol Jerome
2011-06-26
1
-7
/
+6
|
\
|
*
Merge branch 'master' of git.mcs.anl.gov:bcfg2
Narayan Desai
2011-06-22
43
-317
/
+854
|
|
\
|
*
\
Merge branch 'master' of git.mcs.anl.gov:bcfg2
Narayan Desai
2011-05-11
5
-11
/
+190
|
|
\
\
|
|
*
|
Cfg: Fix PluginExecutionError
Tim Laszlo
2011-05-11
1
-1
/
+1
|
|
*
|
Added FileProbes plugin.
Chris St. Pierre
2011-05-11
2
-1
/
+180
|
|
*
|
Fixed error messages from info.xml bcfg2-lint check
Chris St. Pierre
2011-05-11
1
-5
/
+5
|
|
*
|
Improved Svn2 error handling -- ClientError may not have a message attribute.
Chris St. Pierre
2011-05-11
1
-4
/
+4
|
*
|
|
Merge branch 'master' of git.mcs.anl.gov:bcfg2
Narayan Desai
2011-05-10
104
-1633
/
+3500
|
|
\
|
|
|
|
*
|
SSHbase: Fix PY3K tracebacks for known_hosts file
Sol Jerome
2011-05-10
1
-1
/
+1
|
|
*
|
Logger: Fix non-string logging
Sol Jerome
2011-05-10
1
-10
/
+13
|
|
*
|
Logger: Statement always was True in python 2
Sol Jerome
2011-05-09
1
-15
/
+10
|
|
*
|
Logger: Use bytes for PY3K
Sol Jerome
2011-05-09
1
-1
/
+3
|
|
*
|
Merge pull request #30 from trehn/master
Sol Jerome
2011-05-09
2
-0
/
+2
|
|
|
\
\
|
|
|
*
|
add yet another missing sys import
Torsten Rehn
2011-05-09
1
-0
/
+1
|
|
|
*
|
add another missing sys import
Torsten Rehn
2011-05-09
1
-0
/
+1
|
|
*
|
|
Merge pull request #29 from trehn/plugin-ldap-dev-trehn
Sol Jerome
2011-05-09
1
-1
/
+10
|
|
|
\
\
\
|
|
|
*
|
|
log more useful error message if python-ldap is not installed
Torsten Rehn
2011-05-09
1
-1
/
+9
|
|
|
*
|
|
add missing sys import
Torsten Rehn
2011-05-09
1
-0
/
+1
|
|
*
|
|
|
Upstart: Fix typo reported by justintime on IRC
Sol Jerome
2011-05-09
1
-1
/
+1
|
|
|
|
/
/
|
|
|
/
|
|
|
|
*
|
|
DBStats: Stop duplicating data in reports_reason
Tim Laszlo
2011-05-09
1
-6
/
+3
|
|
|
/
/
|
|
*
|
Add missing import sys.
Raul Cuza
2011-05-06
1
-0
/
+1
|
|
*
|
Pass keypath to create_conf function.
Raul Cuza
2011-05-06
1
-2
/
+2
|
|
*
|
Add missing import.
Raul Cuza
2011-05-06
1
-0
/
+1
|
|
*
|
TCheetah: Fix local variable bug reported by trehn on IRC
Sol Jerome
2011-05-06
1
-3
/
+3
|
|
*
|
TGenshi: Fix local variable bug reported by trehn on IRC
Sol Jerome
2011-05-06
1
-3
/
+4
|
*
|
|
GroupPatterns: add support for multiple group targets in a single clause
Narayan Desai
2011-05-10
1
-7
/
+6
*
|
|
|
Handle :info file removal
Holger Weiß
2011-06-26
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
YUMng: arch may not be specified
Jack Neely
2011-06-22
1
-1
/
+6
*
|
|
YUMng: correct syntax in list comp
Jack Neely
2011-06-22
1
-1
/
+1
*
|
|
Packages are uniquely identified by both name and arch
Jack Neely
2011-06-22
1
-2
/
+2
*
|
|
Added auth attrib to list of valid attribs that the Client object can add/update
Kristian Kostecky
2011-06-21
1
-2
/
+4
*
|
|
bcfg2: Catch tracebacks (Tickets #1016 and #1017)
Sol Jerome
2011-06-21
2
-7
/
+12
*
|
|
Merge branch 'fix-z-description' of https://github.com/weiss/bcfg2
Sol Jerome
2011-06-21
1
-1
/
+1
|
\
\
\
|
*
|
|
Correct the description of bcfg2(1)'s "-z" option
Holger Weiß
2011-06-21
1
-1
/
+1
*
|
|
|
Frame: Fix 'important' interactive installation (#1015)
Sol Jerome
2011-06-21
1
-9
/
+12
*
|
|
|
Cfg: Add support for perms='inherit' (Ticket #642)
Sol Jerome
2011-06-20
1
-0
/
+7
|
/
/
/
*
|
|
Version bump to 1.2.0pre3
v1.2.0pre3
Sol Jerome
2011-06-18
1
-1
/
+1
*
|
|
POSIX: Add recursive permissions (Ticket #871)
Sol Jerome
2011-06-18
1
-2
/
+57
*
|
|
Improved handling of JSON data from probes
Chris St. Pierre
2011-06-17
1
-7
/
+10
*
|
|
updated Lint.Comments for new properties XML handling
Chris St. Pierre
2011-06-17
1
-1
/
+1
[next]