summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* macports: Sync with upstream (updated for 1.1.1)Sol Jerome2010-11-182-22/+28
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* gentoo: Sync with latest ebuild from upstreamSol Jerome2010-11-164-198/+22
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* SSLCA: PEP8 fixesSol Jerome2010-11-161-14/+14
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix broken plugin linksSol Jerome2010-11-151-3/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* redhat: Fix Makefile so that building from git worksSol Jerome2010-11-151-11/+8
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* redhat: Sync some upstream changes for the spec fileSol Jerome2010-11-152-24/+12
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Packages: Pylint/PEP8 fixesSol Jerome2010-11-151-11/+14
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* export.py: Fix archive creation bug in export scriptSol Jerome2010-11-151-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* export.py: Update export script for use with gitSol Jerome2010-11-151-19/+15
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix broken troubleshooting linkSol Jerome2010-11-101-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix typo in templatesSol Jerome2010-11-081-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Merge branch 'master' of http://github.com/gdhagger/bcfg2 into gdhagger-masterSol Jerome2010-11-071-25/+15
|\
| * fixed needless syntax error bug i checked int ealier. Also ensured that the ↵root2010-11-051-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 certificatesGraham Hagger2010-11-051-23/+11
| |
* | doc: Clarify mandatory attributesSol Jerome2010-11-071-3/+3
|/ | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Update to point to git repositorySol Jerome2010-11-046-11/+9
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* docs: add note about sqlite permissionTim Laszlo2010-11-041-0/+2
|
* doc: Fix indentation errors so that SSLCA docs can buildSol Jerome2010-11-031-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.1Tim Laszlo2010-11-031-8/+3
|
* Merge branch 'master' of http://github.com/gdhagger/bcfg2 into gdhagger-masterSol Jerome2010-11-032-0/+345
|\
| * added verification of existing certsGraham Hagger2010-11-031-4/+9
| |
| * fixed lookup of ca options in bcfg2.conf, removing CA trees from SSLCA repoGraham Hagger2010-11-021-6/+9
| |
| * Properly documented the way this _should_ work. Need to make some small ↵Graham Hagger2010-11-021-82/+73
| | | | | | | | changes to the SSLCA plugin itself to make this truly the case.
| * Now reads ca key passphrases from bcfg2.confGraham Hagger2010-11-011-22/+65
| | | | | | | | Corrected handling of modifications to xml files
| * SSLCA.py rewritten to use openssl binaryGraham Hagger2010-10-291-409/+122
| |
| * starting to establish the way sslca will truly workGraham Hagger2010-10-271-152/+471
| |
| * added extra todo notesGraham Hagger2010-10-221-1/+10
| |
| * ok, so i should have renamed the class to SSLCA a long time ago... dohGraham Hagger2010-10-221-1/+1
| |
| * moved some sslca docs aroundGraham Hagger2010-10-222-43/+43
| |
| * added some docs for sslcaGraham Hagger2010-10-221-0/+53
| |
| * initial add of SSLCA pluginGraham Hagger2010-10-221-0/+209
| |
* | doc: Update version for next major releaseSol Jerome2010-11-031-2/+2
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Merge branch 'master' of github.com:solj/bcfg2Sol Jerome2010-11-020-0/+0
|\ \
| * \ Merge branch 'master' of github.com:solj/bcfg2Sol Jerome2010-11-020-0/+0
| |\ \
| | * | reports: fix bcfg2-admin reports init when db is nonexistentTim Laszlo2010-11-021-2/+6
| | | | | | | | | | | | | | | | (cherry picked from commit feed7f02aeda0b8abe4a3a521e6ab13081c84232)
| * | | reports: fix bcfg2-admin reports init when db is nonexistentTim Laszlo2010-11-021-2/+6
| | | | | | | | | | | | | | | | (cherry picked from commit feed7f02aeda0b8abe4a3a521e6ab13081c84232)
| * | | doc: Fix broken link to help pagesSol Jerome2010-11-021-1/+1
| |/ / | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | YUMng: Sync Joe Digilio's patch over from svnSol Jerome2010-11-021-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 Laszlo2010-11-023-16/+73
| | | | | | | | | | | | TCheetah
| * | bcfg2-info: showentries matches argument length incorrectlyTim Laszlo2010-11-021-1/+1
| | |
| * | bcfg2: implement -Q option (bundle-quick mode)Narayan Desai2010-10-293-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 supportedSol Jerome2010-10-281-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 handlerSol Jerome2010-10-281-1/+1
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | doc: Move Properties plugin documentation under connectorsSol Jerome2010-10-282-1/+9
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | Reports: Fix default time zone settings (Resolves Ticket #957)Sol Jerome2010-10-283-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We were previously defaulting to America/Chicago instead of leaving this option up to the user. Setting the default to None will cause Django to go by the system time. Note also that Django sets the os.environ['TZ'] variable when this is not none, so we want to be careful not to set that if we don't have to. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | Pacman: Use logging infrastructure for printing messagesSol Jerome2010-10-281-13/+9
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | Merge branch 'asaf-master'Sol Jerome2010-10-282-0/+198
| |\ \
| | * | merged 9a2bb764cf73911885a8e801882219b052f11475 from Sol JAsaf Ohaion2010-10-171-1/+3
| | | |
| | * | changed package type to 'pacman', if request package version is 'auto' and ↵Asaf2010-10-172-9/+14
| | | | | | | | | | | | | | | | its installed dont re-install
| | * | Packages plugin / Client tools : add support for pacman based distros(arch, ↵asaf2010-10-152-0/+193
| | | | | | | | | | | | | | | | parabola), needs some more work