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
*
Frame updates (and start of unit-testing)
Narayan Desai
2008-01-18
1
-16
/
+14
*
Finish fixing option parsing for bcfg2-repo-validate
Narayan Desai
2008-01-18
1
-5
/
+6
*
Fix test in case of using fulldata uploads for bcfg2-admin pull [bugfix]
Narayan Desai
2008-01-18
1
-1
/
+1
*
Fix for Lance's hiccup [bugfix]
Narayan Desai
2008-01-18
1
-1
/
+1
*
Fix bundle mode
Narayan Desai
2008-01-17
1
-1
/
+1
*
Remove proxy use from Component
Narayan Desai
2008-01-16
1
-25
/
+2
*
Handle checksum problems properly
Narayan Desai
2008-01-16
1
-0
/
+3
*
Implement support for -b foo:bar:baz on the command line (Resolves Ticket #516)
Narayan Desai
2008-01-16
2
-2
/
+3
*
Check for null attributes
Narayan Desai
2008-01-16
1
-1
/
+1
*
Add time limit for difflib (which uses a potenially cubic algorithm) [bugfix]
Narayan Desai
2008-01-11
1
-17
/
+37
*
Fix the chkconfig issue for real this time (really resolve Ticket #513) [bugfix]
Narayan Desai
2008-01-11
1
-1
/
+1
*
Simplify proxy code. We don't need a multi-component infrastructure or local ...
Narayan Desai
2008-01-09
1
-128
/
+6
*
bcfg-admin init: generate random password if no password specified
Robert Gogolok
2008-01-09
1
-6
/
+12
*
bcfg2-admin init: don't echo password
Robert Gogolok
2008-01-09
1
-3
/
+5
*
Replace bcfg2 proxy code with simplified code from Cobalt
Narayan Desai
2008-01-09
5
-234
/
+191
*
Fix problem reported by labrown on irc [bugfix]
Narayan Desai
2008-01-09
1
-1
/
+1
*
bcfg2-admin init:
Robert Gogolok
2008-01-08
1
-26
/
+48
*
fix 'bcfg2-admin init': args[0] is not necessarily present
Robert Gogolok
2008-01-08
1
-1
/
+1
*
Switch all parsing to outer scripts for Component
Narayan Desai
2008-01-08
1
-18
/
+2
*
Fix handling of password option
Narayan Desai
2008-01-08
1
-1
/
+1
*
Fix handling of basic http auth [bugfix]
Narayan Desai
2008-01-08
1
-2
/
+2
*
add options for bcfg2-remote
Narayan Desai
2008-01-08
1
-0
/
+4
*
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
[next]