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
*
DBStats: Fix data eating / Core: revert copy change
Narayan Desai
2009-11-05
2
-3
/
+4
*
Core: Only pass copies of statistics objects to stats plugins (Reported by da...
Narayan Desai
2009-11-05
1
-1
/
+2
*
bcfg2-admin init: prompt in case of pre-existing bcfg2.conf (Resolves Ticket ...
Narayan Desai
2009-11-05
1
-11
/
+13
*
RPMng: Fix modlist usage (resolves verification issue reported by drtns)
Narayan Desai
2009-11-05
1
-3
/
+3
*
Gentoo: Fix RemovePackages() so that packages can be removed
Sol Jerome
2009-11-05
1
-4
/
+3
*
Metadata: fix lxml api use to work with older versions
Narayan Desai
2009-11-05
1
-3
/
+7
*
Moved launchd plist cache to __init__ function.
Kamil Kisiel
2009-11-03
1
-21
/
+24
*
Added checks for Snow Leopard (10.6) to launchd client tool
Kamil Kisiel
2009-11-02
1
-1
/
+2
*
Greatly sped up launchd client tool. Also made services reload correctly.
Kamil Kisiel
2009-11-02
1
-25
/
+33
*
YUMng: remove call to yum api that breaks plugin use (Resolves Ticket #765)
Narayan Desai
2009-10-30
1
-2
/
+0
*
POSIX: File file comparison in cases where unicode mismatches occur (Resolves...
Narayan Desai
2009-10-30
1
-1
/
+0
*
Cfg: Fix diff deltas (Patch from Thomas Schoenl)
Narayan Desai
2009-10-29
1
-1
/
+1
*
TGenshi/TCheetah: Set type to 'file' for Path entries
Sol Jerome
2009-10-27
2
-0
/
+4
*
Proxy: handle case where err has no errno attribute (Resolves Ticket #769)
Narayan Desai
2009-10-27
1
-1
/
+1
*
Reports: Fix django templates so that they work with 1.0
Sol Jerome
2009-10-24
3
-5
/
+5
*
Reports: Fix order of client listing
Sol Jerome
2009-10-24
1
-4
/
+4
*
Action: Implement per-action toggle to prevent execution in build mode (Resol...
Narayan Desai
2009-10-24
1
-0
/
+4
*
Metadata: force pretty-printing of clients file (Resolves Ticket #644)
Narayan Desai
2009-10-24
1
-1
/
+5
*
Actions: Fix bundle filtering of actions (Resolves Ticket #766)
Narayan Desai
2009-10-24
1
-1
/
+2
*
YUMng: pass through verify flags for multi-instance packages
Narayan Desai
2009-10-24
1
-0
/
+2
*
RPMng: Fix package verification when verify=false
Narayan Desai
2009-10-24
1
-10
/
+18
*
Metadata: refuse to add dynamic group membership in explicitly private groups...
Narayan Desai
2009-10-24
1
-1
/
+8
*
Proxy: improve error message for SSL key issues (Resolves Ticket #682)
Narayan Desai
2009-10-24
1
-0
/
+3
*
Proxy: handle case where server disallows connection with an error message an...
Narayan Desai
2009-10-24
1
-0
/
+3
*
Fix function name in Metadata baseclass
Narayan Desai
2009-10-22
1
-1
/
+1
*
Packages: Defer handling of virtual requirements provided by multiple
Narayan Desai
2009-10-22
1
-2
/
+17
*
Packages: simplify package resolution logic (should resolve outstanding issue...
Narayan Desai
2009-10-21
1
-95
/
+105
*
bcfg2-info: simplify codepaths for debug mode
Narayan Desai
2009-10-21
2
-4
/
+7
*
Packages: Remove debug print
Narayan Desai
2009-10-19
1
-1
/
+0
*
Packages: Add virtual packages properly
Narayan Desai
2009-10-19
1
-2
/
+3
*
POSIX: Add support for all new POSIX types in the client code
Sol Jerome
2009-10-16
1
-3
/
+48
*
Fix incorrect mappings and change configfile type to file
Sol Jerome
2009-10-16
3
-5
/
+3
*
SYSV fixes: (Resolves Ticket #762) (Patch from ITS Systems Team)
Narayan Desai
2009-10-16
1
-1
/
+9
*
Add bcfg2.conf option so that client can always run in paranoid mode
Sol Jerome
2009-10-14
2
-3
/
+4
*
Proxy: patch version checking code to work on releases with strings in the na...
Narayan Desai
2009-10-12
1
-1
/
+1
*
Implement support for M2Crypto on the bcfg2 client.
Mike McCallister
2009-10-08
1
-18
/
+132
*
Perf: Fix syntax error
Sol Jerome
2009-10-07
1
-1
/
+1
*
Pylint/PEP 8 Code cleanups
Sol Jerome
2009-10-07
49
-282
/
+364
*
Remove GBundler plugin (this functionality already exists in Bundler)
Sol Jerome
2009-10-07
2
-40
/
+0
*
Cfg: Set type to 'configfile' for Path entries
Sol Jerome
2009-10-06
1
-2
/
+4
*
Admin-modes: Implement plugin whitelists/blacklists for modes that don't require
Narayan Desai
2009-10-02
2
-2
/
+11
*
Viz: remove spurious raise SystemExit
Narayan Desai
2009-10-02
1
-1
/
+0
*
Fix nasty core hang, which would manifest itself as a lockup upon shutdown fo...
Narayan Desai
2009-10-02
4
-3
/
+16
*
POSIX: Add block/character/fifo devices (ticket #477)
Sol Jerome
2009-10-01
2
-19
/
+98
*
Client Frame: Do not run updates for unspecified bundles (Fix for ticket #751)
Sol Jerome
2009-09-28
1
-10
/
+13
*
YUMng: Fix bulk package removal backtrace (Resolves Ticket #749)
Narayan Desai
2009-09-28
1
-1
/
+1
*
Changed name and implementation to "bcfg2-server" so that the server
Mike McCallister
2009-09-26
1
-2
/
+2
*
POSIX: Add support for nonexistent Path entry types
Sol Jerome
2009-09-26
3
-7
/
+27
*
Added Fossil to Plugins init and Fossil and Bzr to man 5 bcfg2.conf
Daniel Joseph Barnhart Clark
2009-09-25
1
-0
/
+1
*
Packages: pylint fixes
Narayan Desai
2009-09-24
1
-41
/
+63
[next]