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
*
added support for alternate metadata plugin (BB plugin)
Andrew Brestick
2008-07-15
3
-25
/
+34
*
forgot to remove Reports from __init__.py
James Yang
2008-07-14
1
-1
/
+1
*
removed the admin mode for now
James Yang
2008-07-14
1
-170
/
+0
*
Add default value for web_debug (Resolves Ticket #537)
Narayan Desai
2008-07-12
1
-1
/
+6
*
Add option and error handling
Narayan Desai
2008-07-12
1
-2
/
+7
*
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4776 ce84e21b-d406...
James Yang
2008-07-11
1
-2
/
+19
*
Through the Reports Admin mode, clients can now be expired and un-expired. Re...
James Yang
2008-07-11
1
-28
/
+122
*
Fix complete entry delete paths for Cfg/TCheetah/TGenshi (issue reported by S...
Narayan Desai
2008-07-11
1
-5
/
+8
*
Fix tb in a couple of admin modes.
Sol Jerome
2008-07-09
3
-3
/
+6
*
Add new report command-line interface
James Yang
2008-07-08
2
-1
/
+53
*
Fix set_profile after xinclude fix (Fixes issue reported by SolJ)
Narayan Desai
2008-07-08
1
-3
/
+5
*
Ignore ae editor temporary files
Narayan Desai
2008-07-04
1
-1
/
+1
*
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
[next]