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 and simplify fingerprint verification code
Narayan Desai
2008-04-01
1
-8
/
+6
*
Remove dead code
Narayan Desai
2008-04-01
1
-27
/
+0
*
Fix option description for multi-fingerprint
Narayan Desai
2008-04-01
1
-1
/
+1
*
multi-fingerprint support (mainly from Ben Ritcey)
Narayan Desai
2008-04-01
2
-17
/
+85
*
Fix Options (don't cook default values) (needed for the multi-fingerprint patch)
Narayan Desai
2008-03-31
1
-21
/
+26
*
Fix prune mode tb for Directories (patch from SolJ)
Narayan Desai
2008-03-30
1
-0
/
+1
*
Fix SSHbase key managment in arbitrary locations
Narayan Desai
2008-03-27
1
-3
/
+8
*
fingerprint fix from ritcey
Narayan Desai
2008-03-27
1
-1
/
+7
*
Initial BoundEntry support
Narayan Desai
2008-03-24
1
-0
/
+3
*
Speed up bcfg2-info startup
Narayan Desai
2008-03-24
1
-5
/
+4
*
Fix 0-length file handling
Narayan Desai
2008-03-24
1
-9
/
+2
*
Rework bcfg2-admin pull
Narayan Desai
2008-03-24
4
-149
/
+156
*
make Specificity generically useful
Narayan Desai
2008-03-23
1
-19
/
+24
*
new bcfg2-admin pull infrastructure
Narayan Desai
2008-03-23
1
-3
/
+5
*
Remove dead code
Narayan Desai
2008-03-22
1
-17
/
+0
*
Implement EntrySet-level error suppression for non-matching events
Narayan Desai
2008-03-22
1
-3
/
+3
*
Add FIXME
Narayan Desai
2008-03-22
1
-0
/
+1
*
Implement filesystem event debugging in bcfg2-info (new command event_debug)
Narayan Desai
2008-03-22
2
-12
/
+27
*
Enable use of properties store (from ritcey)
Narayan Desai
2008-03-22
1
-0
/
+1
*
Fix race condition (awesome debugging by ritcey)
Narayan Desai
2008-03-22
1
-1
/
+2
*
Clean up stable probe data and dynamic groups properly (Reported by SolJ)
Narayan Desai
2008-03-22
2
-15
/
+25
*
Reimplement Cfg using EntrySet
Narayan Desai
2008-03-21
1
-375
/
+89
*
Fix Specificity.matches bug and fix es_cls name
Narayan Desai
2008-03-21
1
-4
/
+4
*
New EntrySet-based TCheetah from ritcey
Narayan Desai
2008-03-21
1
-127
/
+21
*
plugin infrastructure improvements
Narayan Desai
2008-03-21
1
-11
/
+34
*
EntrySet infrastructure for Cfg conversion
Narayan Desai
2008-03-21
1
-13
/
+27
*
Merge in GroupSpool plugin as common code and switch TGenshi to use it
Narayan Desai
2008-03-21
2
-128
/
+116
*
clean up event handling and handle specificityerrors
Narayan Desai
2008-03-21
1
-5
/
+12
*
Add mode error class
Narayan Desai
2008-03-21
1
-0
/
+3
*
Implement EntrySet and basic testing for it (mainly from ritcey)
Narayan Desai
2008-03-21
1
-0
/
+137
*
Harden Viz mode against failures (Analogue to [4425])
Narayan Desai
2008-03-20
1
-8
/
+11
*
Remove deprecated PostInstall driver
Narayan Desai
2008-03-17
1
-21
/
+0
*
Remove validation states from Tool instances (in preparation for DecisionList...
Narayan Desai
2008-03-17
13
-64
/
+65
*
Move req.cleanup initialization earlier
Narayan Desai
2008-03-16
1
-1
/
+1
*
Fix help display for long options
Narayan Desai
2008-03-16
1
-2
/
+8
*
Improve scaling behavior for non-forked handlers. Basically,
Narayan Desai
2008-03-15
1
-0
/
+6
*
Harden daemonization against failures
Narayan Desai
2008-03-12
1
-4
/
+7
*
Improve importscript error message when bcfg2.conf is not readable (Resolves ...
Narayan Desai
2008-03-09
1
-7
/
+4
*
Add symlink information for interactive mode (Resolves Ticket #519) [bugfix]
Narayan Desai
2008-03-09
1
-0
/
+4
*
deprecate PostInstalls (in schemas and Core.py) -- Actions can be used instead
Narayan Desai
2008-03-09
1
-1
/
+1
*
Add psyco support to the server core (speeds up operations ~40% for simple te...
Narayan Desai
2008-03-09
1
-0
/
+6
*
tighten up ignore regex in Cfg
Narayan Desai
2008-03-09
1
-1
/
+1
*
remove debug message from bcfg2-info
Narayan Desai
2008-03-09
1
-1
/
+0
*
implement support for long options
Narayan Desai
2008-03-08
1
-4
/
+21
*
Fix xinetd service management with the chkconfig driver (Patch from Gordon Me...
Narayan Desai
2008-03-08
1
-2
/
+7
*
Allow for mixed case false for pkg_checks in RPMng/YUMng
Mike Brady
2008-03-04
1
-1
/
+1
*
Fix traceback in directory cleanup (patch from jstrunk) (Resolves Ticket #524...
Narayan Desai
2008-02-28
1
-0
/
+1
*
Fix viz mode
Narayan Desai
2008-02-19
1
-5
/
+4
*
bcfg2-query patch from SolJ
Narayan Desai
2008-02-19
2
-34
/
+47
*
revert mistaken bcfg2-server commit [bugfix]
Narayan Desai
2008-02-13
1
-28
/
+12
[next]