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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pull internal option parsing out of Core
Narayan Desai
2008-01-08
2
-17
/
+5
*
Admin fixups
Narayan Desai
2008-01-08
4
-12
/
+12
*
handle arguments properly
Narayan Desai
2008-01-08
1
-0
/
+2
*
Fix traceback (reported by pflores) [bugfix]
Narayan Desai
2008-01-07
1
-0
/
+1
*
SYSV: URL is required for installation only (patch from Andrew Deason) (Resol...
Narayan Desai
2008-01-02
1
-1
/
+2
*
SSHbase: Re-add workaround to handle skn caching in event handler
Narayan Desai
2007-12-31
1
-0
/
+3
*
Add support for command line args as well as options
Narayan Desai
2007-12-31
1
-1
/
+2
*
Clean up location handling in Component
Narayan Desai
2007-12-31
1
-6
/
+3
*
unify default config location settings
Narayan Desai
2007-12-31
1
-2
/
+4
*
Fix opt args for client (again)
Narayan Desai
2007-12-31
1
-17
/
+17
*
Fix client optargs
Narayan Desai
2007-12-31
1
-11
/
+17
*
fixup bcfg2 client to use new option parser
Narayan Desai
2007-12-31
1
-2
/
+41
*
cleanup code
Robert Gogolok
2007-12-31
1
-5
/
+6
*
fix syntax; adjust SSETUP to common style
Robert Gogolok
2007-12-31
1
-1
/
+1
*
Switch over to more Options usage and complete tests (everything appears to w...
Narayan Desai
2007-12-31
8
-159
/
+163
*
Add unit testing for new option parsing library (Full Coverage)
Narayan Desai
2007-12-31
1
-13
/
+12
*
Reimplement option parser so that the code doesn't cause blindness
Narayan Desai
2007-12-31
1
-60
/
+108
*
Fix parsing problem
Narayan Desai
2007-12-30
1
-9
/
+9
*
correct indention
Robert Gogolok
2007-12-30
1
-8
/
+8
*
add SENDMAIL_PATH
Robert Gogolok
2007-12-30
3
-21
/
+31
*
simplify settings code a bit
Narayan Desai
2007-12-30
1
-103
/
+41
*
bcfg2-repo-validate: use Bcfg2.Settings
Robert Gogolok
2007-12-30
1
-0
/
+8
*
bcfg2-admin: use Bcfg2.Settings
Robert Gogolok
2007-12-30
7
-38
/
+25
*
Settings class to remove redundant code for parsing config file.
Robert Gogolok
2007-12-30
7
-106
/
+196
*
Remove bogus pyc files
Narayan Desai
2007-12-29
9
-0
/
+0
*
Refactor of bcfg2-admin (all modes moved to discrete modules in Bcfg2.Server....
Narayan Desai
2007-12-29
19
-1
/
+681
*
sshbase: replace ssh_known_hosts cache mechanism with a python property
Narayan Desai
2007-12-28
1
-31
/
+27
*
Add repo to metadata for TCheetah templates (Resolves #501)
Narayan Desai
2007-12-28
1
-0
/
+1
*
Remove all vestiges of server-side toolset, it hasn't been used since 0.8.5 (...
Narayan Desai
2007-12-28
2
-32
/
+4
*
Add new text pattern to ignore for Chkconfig (Resolves Ticket #505) [bugfix]
Narayan Desai
2007-12-28
1
-5
/
+9
*
fix case: info file gets moved as part of an upper directory, e.g. mv Cfg/etc...
Robert Gogolok
2007-12-28
1
-1
/
+12
*
Add Metadata.GetClientByGroup that returns a list of clients by group membership
Narayan Desai
2007-12-28
1
-1
/
+6
*
Fix YUMng extra package display (Resolves Ticket #509) [bugfix]
Narayan Desai
2007-12-28
1
-1
/
+2
*
Add overall view of metadata to ClientMetadata instances
Narayan Desai
2007-12-28
1
-3
/
+4
*
add keyword substituation: Revision
Robert Gogolok
2007-12-28
1
-1
/
+1
*
move daemonize support to own module
Robert Gogolok
2007-12-28
1
-0
/
+44
*
ConfigParser.read(filenames) will not raise an exception, use ConfigParser.re...
Robert Gogolok
2007-12-25
1
-2
/
+2
*
Fix handling of files ending in .cat or .diff [bugfix]
Narayan Desai
2007-12-13
1
-1
/
+3
*
Fix race when no keys exist and known_hosts is first in the bundle [bugfix]
Narayan Desai
2007-12-04
1
-0
/
+2
*
Fix reversed reasons in config item display (from Sol J) [bugfix]
Narayan Desai
2007-12-02
1
-7
/
+7
*
Revert unintentional DebInit commit [bugfix]
Narayan Desai
2007-12-02
1
-6
/
+2
*
Harden frame against tool driver syntax errors (Related to #507) [bugfix]
Narayan Desai
2007-12-02
2
-3
/
+12
*
Fix Chkconfig traceback (Resolves Ticket #507) [bugfix]
Narayan Desai
2007-12-02
1
-1
/
+1
*
Cleanly handle config file parse failures (Resolves Ticket #493) [bugfix]
Narayan Desai
2007-12-01
1
-1
/
+5
*
Fix chkconfig services that run in runlevel 1 [bugfix]
Narayan Desai
2007-11-30
1
-2
/
+7
*
Handle weird importer behavior on python2.3 [bugfix]
Narayan Desai
2007-11-30
1
-0
/
+3
*
Fix weird python2.3/sarge traceback [bugfix]
Narayan Desai
2007-11-30
1
-1
/
+1
*
Fix default profile group use
Narayan Desai
2007-11-12
1
-1
/
+1
*
bcfg2-admin pull fixes
Narayan Desai
2007-11-12
2
-6
/
+6
*
SGenshi improvements from Sebastien Barthelemy (sorry, bad locale) and improv...
Narayan Desai
2007-11-09
1
-9
/
+41
[next]