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 encoding use for ProbeSet
Narayan Desai
2008-07-02
1
-3
/
+4
*
Fix typo in SGenshi encoding patch
Narayan Desai
2008-07-02
1
-1
/
+1
*
Add encoding support for SGenshi (patch from solj) (Resolves Ticket #571)
Narayan Desai
2008-07-02
1
-4
/
+4
*
Remove dead code (reported by dchen) (Resolves Ticket #570)
Narayan Desai
2008-07-01
1
-1
/
+0
*
Unicode support (from stousignant) (Resolves Ticket #549)
Narayan Desai
2008-06-30
8
-16
/
+36
*
Fixup combination of XINclude and Alias fixes
Narayan Desai
2008-06-27
1
-7
/
+5
*
updated client admin mode and bcfg2-admin man pages with thenostradamus' patches
Andrew Brestick
2008-06-27
1
-1
/
+7
*
fix alias issues in metadata plugin and in bcfg2-admin client mode
Andrew Brestick
2008-06-26
2
-1
/
+9
*
Completed bcfg2-admin minestruct mode
Andrew Brestick
2008-06-26
1
-12
/
+60
*
added in correction for hyphens in mac addresses added through hostbase
Ken Raffenetti
2008-06-24
1
-6
/
+6
*
Fix client assertion with XIncludes are in use (Resolves Ticket #568)
Narayan Desai
2008-06-24
1
-1
/
+1
*
Resolves clients.xml overwrite issue in #567, fixes configuration issues with...
Andrew Brestick
2008-06-23
5
-1
/
+19
*
Probe data loaded whenever Metadata plugin is used
Andrew Brestick
2008-06-20
3
-3
/
+3
*
Resolves ticket #541 and fixes client adding/deleting
Andrew Brestick
2008-06-19
3
-20
/
+72
*
Make autocreated basic group public
Narayan Desai
2008-06-16
1
-1
/
+1
*
Fix permissions fixup in init mode
Narayan Desai
2008-06-15
1
-2
/
+2
*
Fixup perms on bcfg2.conf upon init
Narayan Desai
2008-06-15
1
-0
/
+1
*
Switch Pkgmgr to using sets (for a 10X startup improvement)
Narayan Desai
2008-06-12
1
-2
/
+10
*
Remove debug code (Patch from jcollie)
Narayan Desai
2008-06-10
1
-2
/
+0
*
Fix error message in non-matching case
Narayan Desai
2008-06-09
1
-2
/
+4
*
Change to typed plugin system
Narayan Desai
2008-06-09
10
-154
/
+67
*
Reflect null probe responses in client metadata
Narayan Desai
2008-06-03
1
-0
/
+4
*
Add template path information into [ST]Genshi processing
Narayan Desai
2008-05-30
1
-1
/
+1
*
Add -O3 mode to importscript to relax reason deduplication process (Results i...
Narayan Desai
2008-05-30
1
-6
/
+18
*
handle genshi parse errors better
Narayan Desai
2008-05-24
1
-1
/
+3
*
fix typos, #560
Robert Gogolok
2008-05-23
4
-6
/
+6
*
Fix specific probe handling. Now clients only get one (most-specific) instanc...
Narayan Desai
2008-05-22
1
-2
/
+19
*
Fix bcfg2-info failure if no repo has been created (Resolves Ticket #556)
Narayan Desai
2008-05-22
2
-3
/
+9
*
Fix tb in case of info.xml file failures
Narayan Desai
2008-05-19
1
-0
/
+4
*
Fix TCheetah when psyco is used (Completely resolve Ticket #559)
Narayan Desai
2008-05-16
2
-6
/
+8
*
Disable psyco due to Cheetah problems (Resolves Ticket #559)
Narayan Desai
2008-05-14
1
-5
/
+5
*
SGenshi: Fix error handling in case of template errors
Narayan Desai
2008-05-04
1
-1
/
+3
*
Fix reports system settings import
Narayan Desai
2008-05-02
1
-1
/
+1
*
SGenshi: loosen up file name regex
Narayan Desai
2008-05-02
1
-1
/
+1
*
Replace bcfg2-query with bcfg2-admin query
Narayan Desai
2008-05-01
1
-10
/
+17
*
Initial bcfg2-admin query implementation
Narayan Desai
2008-04-30
2
-1
/
+39
*
Save dynamic group data (for use in bcfg2-info) (Patch from zultron)
Narayan Desai
2008-04-25
1
-1
/
+8
*
auto-reformat server fingerprint if needed (Resolves Ticket #546)
Narayan Desai
2008-04-25
2
-6
/
+11
*
Fix SGenshi property use
Narayan Desai
2008-04-24
1
-1
/
+1
*
Enable properties for use in SGenshi templates
Narayan Desai
2008-04-16
1
-1
/
+8
*
Fix bcfg2.conf generation in bcfg2-admin init
Narayan Desai
2008-04-10
1
-1
/
+1
*
Fix probe source
Narayan Desai
2008-04-09
1
-1
/
+1
*
Fix svn use in alternative locales (Patch from GP) (Resolves Ticket #538) [bu...
Narayan Desai
2008-04-08
1
-1
/
+1
*
Implement probe-handling using EntrySet code (makes client- and group-specifi...
Narayan Desai
2008-04-08
1
-22
/
+32
*
Move base data caching es class to Plugin.py
Narayan Desai
2008-04-08
2
-14
/
+14
*
Patch from jstrunk to support vhost subdirs as the reports root location (Res...
Narayan Desai
2008-04-08
1
-30
/
+44
*
Switch SGenshi over to using EntrySet classes as well (SGenshi templates can ...
Narayan Desai
2008-04-08
3
-58
/
+50
*
Fix SSHbase key managment in arbitrary locations
Narayan Desai
2008-03-27
1
-3
/
+8
*
Initial BoundEntry support
Narayan Desai
2008-03-24
1
-0
/
+3
*
Fix 0-length file handling
Narayan Desai
2008-03-24
1
-9
/
+2
[next]