Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of https://github.com/wgen/bcfg2 into wgen-master | Sol Jerome | 2010-12-07 | 1 | -1/+1 |
|\ | |||||
| * | Using xpath rather than findall so that we can handle the condition correctly | Calen Pennington | 2010-12-07 | 1 | -1/+1 |
| | | |||||
* | | Backup part reworked | Fabian Affolter | 2010-12-07 | 1 | -27/+11 |
| | | | | | | | | (cherry picked from commit 94e4f622b4dee6b33983a17313c0ef5a71c93f2e) | ||||
* | | Fixed backup location | Fabian Affolter | 2010-12-07 | 1 | -4/+5 |
| | | | | | | | | (cherry picked from commit c9eec98340168b1e9e3f4877b15b681855ee696b) | ||||
* | | Initial bcfg2-admin backup part | Fabian Affolter | 2010-12-07 | 2 | -1/+48 |
|/ | | | | (cherry picked from commit a5f0c8b9936eb55283b3a2bb03e048842c773b45) | ||||
* | doc: Update group probe with modifications from Jonathan Billings | Sol Jerome | 2010-11-23 | 1 | -25/+33 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | macports: Sync with upstream (updated for 1.1.1) | Sol Jerome | 2010-11-18 | 2 | -22/+28 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | gentoo: Sync with latest ebuild from upstream | Sol Jerome | 2010-11-16 | 4 | -198/+22 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | SSLCA: PEP8 fixes | Sol Jerome | 2010-11-16 | 1 | -14/+14 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Fix broken plugin links | Sol Jerome | 2010-11-15 | 1 | -3/+3 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | redhat: Fix Makefile so that building from git works | Sol Jerome | 2010-11-15 | 1 | -11/+8 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | redhat: Sync some upstream changes for the spec file | Sol Jerome | 2010-11-15 | 2 | -24/+12 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Packages: Pylint/PEP8 fixes | Sol Jerome | 2010-11-15 | 1 | -11/+14 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | export.py: Fix archive creation bug in export script | Sol Jerome | 2010-11-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | export.py: Update export script for use with git | Sol Jerome | 2010-11-15 | 1 | -19/+15 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Fix broken troubleshooting link | Sol Jerome | 2010-11-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Fix typo in templates | Sol Jerome | 2010-11-08 | 1 | -2/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Merge branch 'master' of http://github.com/gdhagger/bcfg2 into gdhagger-master | Sol Jerome | 2010-11-07 | 1 | -25/+15 |
|\ | |||||
| * | fixed needless syntax error bug i checked int ealier. Also ensured that the ↵ | root | 2010-11-05 | 1 | -3/+5 |
| | | | | | | | | hostname gets added to any subjectAltNames so that the cert will work for the hostname as well as aliases | ||||
| * | Fixed verification of preexisting certificates | Graham Hagger | 2010-11-05 | 1 | -23/+11 |
| | | |||||
* | | doc: Clarify mandatory attributes | Sol Jerome | 2010-11-07 | 1 | -3/+3 |
|/ | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Update to point to git repository | Sol Jerome | 2010-11-04 | 6 | -11/+9 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | docs: add note about sqlite permission | Tim Laszlo | 2010-11-04 | 1 | -0/+2 |
| | |||||
* | doc: Fix indentation errors so that SSLCA docs can build | Sol Jerome | 2010-11-03 | 1 | -6/+10 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | docs: Remove references to "bcfg2-admin reports init" until its fixed in 1.1.1 | Tim Laszlo | 2010-11-03 | 1 | -8/+3 |
| | |||||
* | Merge branch 'master' of http://github.com/gdhagger/bcfg2 into gdhagger-master | Sol Jerome | 2010-11-03 | 2 | -0/+345 |
|\ | |||||
| * | added verification of existing certs | Graham Hagger | 2010-11-03 | 1 | -4/+9 |
| | | |||||
| * | fixed lookup of ca options in bcfg2.conf, removing CA trees from SSLCA repo | Graham Hagger | 2010-11-02 | 1 | -6/+9 |
| | | |||||
| * | Properly documented the way this _should_ work. Need to make some small ↵ | Graham Hagger | 2010-11-02 | 1 | -82/+73 |
| | | | | | | | | changes to the SSLCA plugin itself to make this truly the case. | ||||
| * | Now reads ca key passphrases from bcfg2.conf | Graham Hagger | 2010-11-01 | 1 | -22/+65 |
| | | | | | | | | Corrected handling of modifications to xml files | ||||
| * | SSLCA.py rewritten to use openssl binary | Graham Hagger | 2010-10-29 | 1 | -409/+122 |
| | | |||||
| * | starting to establish the way sslca will truly work | Graham Hagger | 2010-10-27 | 1 | -152/+471 |
| | | |||||
| * | added extra todo notes | Graham Hagger | 2010-10-22 | 1 | -1/+10 |
| | | |||||
| * | ok, so i should have renamed the class to SSLCA a long time ago... doh | Graham Hagger | 2010-10-22 | 1 | -1/+1 |
| | | |||||
| * | moved some sslca docs around | Graham Hagger | 2010-10-22 | 2 | -43/+43 |
| | | |||||
| * | added some docs for sslca | Graham Hagger | 2010-10-22 | 1 | -0/+53 |
| | | |||||
| * | initial add of SSLCA plugin | Graham Hagger | 2010-10-22 | 1 | -0/+209 |
| | | |||||
* | | doc: Update version for next major release | Sol Jerome | 2010-11-03 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | Merge branch 'master' of github.com:solj/bcfg2 | Sol Jerome | 2010-11-02 | 0 | -0/+0 |
|\ \ | |||||
| * \ | Merge branch 'master' of github.com:solj/bcfg2 | Sol Jerome | 2010-11-02 | 0 | -0/+0 |
| |\ \ | |||||
| | * | | reports: fix bcfg2-admin reports init when db is nonexistent | Tim Laszlo | 2010-11-02 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | (cherry picked from commit feed7f02aeda0b8abe4a3a521e6ab13081c84232) | ||||
| * | | | reports: fix bcfg2-admin reports init when db is nonexistent | Tim Laszlo | 2010-11-02 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | (cherry picked from commit feed7f02aeda0b8abe4a3a521e6ab13081c84232) | ||||
| * | | | doc: Fix broken link to help pages | Sol Jerome | 2010-11-02 | 1 | -1/+1 |
| |/ / | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
| * | | YUMng: Sync Joe Digilio's patch over from svn | Sol Jerome | 2010-11-02 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jack Neely's commit message: Add a patch from Joe Digilio to include a verify_flags knob. I've added a line to also load this from the config file, and log in debug mode. Specifying 'verify_flags' with an Instance will override the values from the config file. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
| * | | docs: Added more information for the metadata object used in TGenshi and ↵ | Tim Laszlo | 2010-11-02 | 3 | -16/+73 |
| | | | | | | | | | | | | TCheetah | ||||
| * | | bcfg2-info: showentries matches argument length incorrectly | Tim Laszlo | 2010-11-02 | 1 | -1/+1 |
| | | | |||||
| * | | bcfg2: implement -Q option (bundle-quick mode) | Narayan Desai | 2010-10-29 | 3 | -2/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | Implement the -Q option for the bcfg2 client. This option only verifies and installs the entries in bundles specified with -b. Considerably improves runtime performance when package checksums are being checked. This option prevents the client from sending statistics to the server, and is incompatible with -r. | ||||
| * | | Reports: Don't set TIME_ZONE unless it's supported | Sol Jerome | 2010-10-28 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | Django added the TIME_ZONE = None bit in 1.2 and we are still supporting distros with 1.0 installed by default. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
| * | | Pacman: Fix traceback for exception handler | Sol Jerome | 2010-10-28 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
| * | | doc: Move Properties plugin documentation under connectors | Sol Jerome | 2010-10-28 | 2 | -1/+9 |
| | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> |