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
/
Admin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow to run directly from a git checkout (#1037)
Sol Jerome
2012-03-24
16
-2009
/
+0
*
Remove svn keywords
Sol Jerome
2012-02-19
1
-2
/
+0
*
fixed typo
Chris St. Pierre
2012-01-27
1
-1
/
+1
*
made bcfg2-admin accept -Q flag and a few others; general code cleanup
Chris St. Pierre
2012-01-26
15
-120
/
+65
*
fixed error handling
Chris St. Pierre
2012-01-26
1
-0
/
+1
*
suppress error message from bcfg2-admin Reports module if Reports not configu...
Chris St. Pierre
2012-01-26
2
-13
/
+8
*
turn off web_debug by default, give a warning if it's on
Chris St. Pierre
2012-01-25
1
-2
/
+0
*
catch another exception
Chris St. Pierre
2012-01-20
1
-0
/
+5
*
Client: Include xincluded files in list
Sol Jerome
2011-11-18
1
-0
/
+1
*
Cleaned up path handling in bcfg2-admin init.
Kamil Kisiel
2011-09-17
1
-12
/
+13
*
Simplified py3k compatibility in bcfg2-admin init
Kamil Kisiel
2011-09-17
1
-77
/
+26
*
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
*
fix chmod in "bcfg2-admin init"
Joe Digilio
2011-08-10
1
-1
/
+1
*
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 bcfg2-admin viz bug introduced by Popen fixes
Chris St. Pierre
2011-08-05
1
-4
/
+5
*
fixed security bugs with unescaped input to the shell
Chris St. Pierre
2011-08-05
1
-4
/
+3
*
bcfg2-admin: Revert some changes that are not py3k compatible
Sol Jerome
2011-07-21
2
-3
/
+7
*
Miscellaneous bcfg2-admin bug fixes:
Chris St. Pierre
2011-07-21
2
-9
/
+5
*
bcfg2-admin viz: Remove --raw from documentation
Holger Weiß
2011-07-06
1
-3
/
+1
*
Display bcfg2-admin viz parameter errors on stdout instead of syslog.
Mike McCallister
2011-07-05
1
-1
/
+1
*
Enhanced bcfg2-admin viz to allow output to be limited to one client.
Mike McCallister
2011-07-05
1
-9
/
+19
*
bcfg2-admin compare: Another few print() cleanups
Holger Weiß
2011-07-06
1
-7
/
+9
*
bcfg2-admin compare -r: Check for removed files
Holger Weiß
2011-07-05
1
-0
/
+6
*
bcfg2-admin compare -r: Clean up the output
Holger Weiß
2011-07-05
1
-4
/
+4
*
bcfg2-admin compare: Some code cleanups
Holger Weiß
2011-07-05
1
-16
/
+12
*
bcfg2-admin compare: Check for removed bundles
Holger Weiß
2011-07-05
1
-0
/
+5
*
bcfg2-admin compare: Handle all <Independent> tags
Holger Weiß
2011-07-05
1
-6
/
+5
*
bcfg2-admin compare: Straighten the output
Holger Weiß
2011-07-05
1
-44
/
+36
*
bcfg2-admin compare: Don't edit list in for loop
Holger Weiß
2011-07-05
1
-4
/
+6
*
bcfg2-admin compare: Fix check if tag is known
Holger Weiß
2011-07-05
1
-1
/
+1
*
bcfg2-admin compare: Handle POSIX <Path> entries
Holger Weiß
2011-07-05
1
-8
/
+14
*
bcfg2-admin compare: Actually do something
Holger Weiß
2011-07-05
1
-0
/
+1
*
bcfg2-admin: Fix traceback when help argument omitted
Sol Jerome
2011-06-29
1
-3
/
+1
*
Added auth attrib to list of valid attribs that the Client object can add/update
Kristian Kostecky
2011-06-21
1
-2
/
+4
*
Init: Remove Base from default plugins list
Sol Jerome
2011-06-13
1
-2
/
+1
*
Revert "Init: Remove Base from default plugin list"
Sol Jerome
2011-06-13
1
-0
/
+1
*
Init: Remove Base from default plugin list
Sol Jerome
2011-06-09
1
-1
/
+0
*
Accept non-ASCII diffs
Holger Weiß
2011-06-06
2
-2
/
+9
*
added -t option to set client timeout
Chris St. Pierre
2011-06-01
2
-3
/
+6
*
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
*
Fix some syntax issues
Sol Jerome
2011-04-27
1
-2
/
+2
*
Admin: Add full PY3K compatibility
Sol Jerome
2011-04-26
7
-15
/
+31
*
Init: Fix SyntaxError (Reported by emias on IRC)
Sol Jerome
2011-04-12
1
-10
/
+3
*
Reports: delete orphaned Reasons after the purge command is run
Tim Laszlo
2011-04-11
1
-0
/
+2
*
bcfg2-admin: PY3K + PEP8 fixes
Sol Jerome
2011-04-06
14
-180
/
+296
*
Fixed previous commit. Decorators are hard, let's go shopping.
Chris St. Pierre
2011-03-30
1
-2
/
+2
*
Use self.log.info() instead of 'print' to produce stats for
Chris St. Pierre
2011-03-30
1
-6
/
+10
[next]