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
...
*
Fix option parsing (further resolve Ticket #423)
Narayan Desai
2007-04-07
1
-2
/
+2
*
Fix option parsing (resolves Ticket #423)
Narayan Desai
2007-04-07
1
-3
/
+1
*
Fix service status verification issue reported by mbrady
Narayan Desai
2007-04-06
1
-2
/
+2
*
Fix option handling (resolves issue reported by mbrady)
Narayan Desai
2007-04-06
1
-2
/
+2
*
Add bcfg2-admin pull support to SSHbase
Narayan Desai
2007-04-05
1
-1
/
+17
*
Add in verify-only version of the RPMng driver (Resolves Ticket #394)
Narayan Desai
2007-04-05
3
-4
/
+1600
*
Add better driver control support to bcfg2 client (Resolves Ticket #389)
Narayan Desai
2007-04-05
3
-4
/
+15
*
Add informational message about service removal (Resolves half of #406)
Narayan Desai
2007-04-05
1
-0
/
+2
*
Change to /etc/init.d/svc restart for DebInit services (Resolves Ticket #417)
Narayan Desai
2007-04-05
2
-1
/
+3
*
Fix shared addresses for UUID'd clients behind NAT (Resolves Ticket #420)
Narayan Desai
2007-04-05
1
-5
/
+20
*
Move logic for repository interactions in bcfg2-admin pull into individual pl...
Narayan Desai
2007-04-03
3
-41
/
+66
*
Fix bcfg2-admin pull, and update the help message to include it
Narayan Desai
2007-04-02
1
-2
/
+2
*
Add support for drivers not enabled by default (in preparation for addition o...
Narayan Desai
2007-04-02
2
-1
/
+3
*
Fix service status check
Narayan Desai
2007-04-02
1
-1
/
+2
*
added template directory to settings file
Ken Raffenetti
2007-03-29
1
-0
/
+1
*
Fix bootstrap of new clients using uuids
Narayan Desai
2007-03-28
2
-9
/
+23
*
Fix pkgmgr issues with autosplit packages
Narayan Desai
2007-03-27
1
-4
/
+7
*
Fix remainder of Package-included entries problems
Narayan Desai
2007-03-23
1
-3
/
+2
*
Fix child node issues in Pkgmgr (for Ignore/Instance)
Narayan Desai
2007-03-23
2
-6
/
+14
*
Harden probe data uploads and error handling (Resolves Ticket #416)
Narayan Desai
2007-03-22
2
-1
/
+5
*
Fix var rename
Narayan Desai
2007-03-21
1
-1
/
+1
*
Add error message when destination file cannot be read or does not exist (pro...
Narayan Desai
2007-03-21
1
-2
/
+2
*
Add error message for config file chown failure (Resolves Ticket #407)
Narayan Desai
2007-03-21
1
-0
/
+3
*
Improve error handling for ssl handshakes
Narayan Desai
2007-03-21
1
-5
/
+3
*
Add error handling to bcfg2-admin compare (Resolves Ticket #409)
Narayan Desai
2007-03-21
1
-2
/
+12
*
Fix logging under broken pipe conditions (Resolves Ticket #408)
Narayan Desai
2007-03-21
1
-0
/
+2
*
pylint fixes
Narayan Desai
2007-03-20
1
-22
/
+15
*
getoptized the 'viz' subcommand; cleaned up some comments
Cory Lueninghoener
2007-03-20
1
-15
/
+35
*
Leave authentication error reporting to Metadata plugin
Narayan Desai
2007-03-20
1
-1
/
+0
*
Improve error message for clients in secure mode without a password
Narayan Desai
2007-03-20
1
-1
/
+1
*
Fix secure mode
Narayan Desai
2007-03-20
1
-0
/
+6
*
Include more information in authentication failure messages
Narayan Desai
2007-03-20
1
-4
/
+7
*
Improve error handling
Narayan Desai
2007-03-20
1
-1
/
+4
*
Actually use the new timeout code
Narayan Desai
2007-03-20
1
-2
/
+2
*
Added 'client add' functionality
Cory Lueninghoener
2007-03-20
1
-5
/
+25
*
Remove spurious error messages for empty lines in :info files
Narayan Desai
2007-03-20
1
-1
/
+3
*
Improve component error handling
Narayan Desai
2007-03-20
1
-9
/
+12
*
Set tlslite xmlrpc timeout up to 90 sec
Narayan Desai
2007-03-20
1
-1
/
+35
*
Fix Error messages and fallback password use
Narayan Desai
2007-03-20
1
-2
/
+2
*
Add UUID/per-client passwords
Narayan Desai
2007-03-20
2
-9
/
+83
*
Converted to getopt; should work the same.
Cory Lueninghoener
2007-03-19
1
-39
/
+81
*
Add Package Ignore support for barfoo
Narayan Desai
2007-03-18
1
-1
/
+3
*
Implement client profile remapping (May resolve Ticket #392)
Narayan Desai
2007-03-15
2
-3
/
+12
*
Fix interactive mode
Narayan Desai
2007-03-12
1
-0
/
+4
*
this is the updated version which also hacks the sudoers file. there is a cat...
Rick Bradshow
2007-03-12
1
-1
/
+12
*
Merged in certs branch in preparation for 0.9.3pre2
Narayan Desai
2007-03-12
66
-101
/
+10312
*
Move multiple inclusion messages into debug mode
Narayan Desai
2007-03-12
1
-2
/
+2
*
Fix fam state machine (Should resolve Tickets #415)
Narayan Desai
2007-03-10
1
-1
/
+1
*
Properly integrate actions into Interactive mode (Resolves Ticket #414)
Narayan Desai
2007-03-10
2
-39
/
+42
*
Make default profile settings persist properly
Narayan Desai
2007-03-01
1
-0
/
+1
[prev]
[next]