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 MineStruct (patch from Sol J)
Narayan Desai
2008-02-09
1
-1
/
+1
*
Fix traceback upon error message [bugfix]
Narayan Desai
2008-02-06
1
-1
/
+1
*
Fix bcfg2-admin pull for host-specific files when the current data is group-s...
Narayan Desai
2008-01-29
1
-3
/
+3
*
Handle infoxml failure cases (reported in irc) [bugfix]
Narayan Desai
2008-01-29
1
-0
/
+4
*
Clean out dispatch table whenever files change (Resolves Ticket #522) [bugfix]
Narayan Desai
2008-01-29
1
-0
/
+1
*
Handle group coloring more robustly (Fixes issue reported by Matt Baker on ir...
Narayan Desai
2008-01-28
1
-5
/
+6
*
Fix use of category names with hyphens (Resolves Ticket #518)
Narayan Desai
2008-01-24
1
-1
/
+1
*
Implement support for .static files of external public keys
Narayan Desai
2008-01-22
1
-1
/
+9
*
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
*
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
*
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
*
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
*
SSHbase: Re-add workaround to handle skn caching in event handler
Narayan Desai
2007-12-31
1
-0
/
+3
*
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
4
-31
/
+54
*
add SENDMAIL_PATH
Robert Gogolok
2007-12-30
1
-7
/
+15
*
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
3
-14
/
+17
*
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
*
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
*
Add overall view of metadata to ClientMetadata instances
Narayan Desai
2007-12-28
1
-3
/
+4
*
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
*
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
*
Fixed bug #492 reports now respect 'expiration' dates
Joey Hagedorn
2007-11-08
1
-8
/
+8
*
Revert bad error messages in importscript
Narayan Desai
2007-11-05
1
-2
/
+0
*
Fix __all__
Narayan Desai
2007-11-03
1
-3
/
+3
*
Second stage of the root->0 backout (from GP)
Narayan Desai
2007-11-02
6
-11
/
+11
*
make Core.py produce more error messages with plugin load failures (from GP) ...
Narayan Desai
2007-11-02
1
-2
/
+2
*
make Core.py more tolerant of spaces in bcfg2.conf (Resolves Ticket #488)
Narayan Desai
2007-11-02
1
-2
/
+2
*
Produce better interactive questions for bcfg2-admin
Narayan Desai
2007-10-31
1
-1
/
+1
*
Deregister Cfg entries in case of overall deletion (Resolves Ticket #481)
Narayan Desai
2007-10-30
1
-0
/
+6
*
Implement bcfg2-admin pull support for info files/metadata changes (Resolves ...
Narayan Desai
2007-10-30
2
-3
/
+14
*
Fix reports traceback with mysql (Resolves Ticket #487)
Narayan Desai
2007-10-30
1
-1
/
+1
*
ensure that client_list_a is always filled before client_list_b
Narayan Desai
2007-10-29
1
-2
/
+2
*
print errors when they occur
Narayan Desai
2007-10-29
1
-0
/
+2
*
Fix refactor importscript breakage and add optparsing patch from TimL
Narayan Desai
2007-10-26
1
-35
/
+45
*
Make importscript even more efficient
Narayan Desai
2007-10-11
1
-12
/
+1
[next]