summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* SSLCA: PEP8 fixesSol Jerome2010-11-161-14/+14
| | | | 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>
* 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
|
* Merge branch 'master' of http://github.com/gdhagger/bcfg2 into gdhagger-masterSol Jerome2010-11-031-0/+249
|\
| * 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
| |
| * 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
| |
| * 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-221-43/+0
| |
| * initial add of SSLCA pluginGraham Hagger2010-10-221-0/+209
| |
| * Plugin.py: Reverted broken regexTim Laszlo2010-10-211-2/+2
| |
| * web_reports: Moved location of reports.wsgi to a more stable locationTim Laszlo2010-10-211-4/+0
| |
| * web_reports: determine static prefix automaticallyTim Laszlo2010-10-192-7/+44
| |
| * YUMng: syntax errorTim Laszlo2010-10-181-1/+1
| |
| * Reports: Fix typoSol Jerome2010-10-181-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * web_reports: more PATH_INFO fixesTim Laszlo2010-10-181-2/+2
| |
| * POSIX: Remove client-side support for old POSIX typesSol Jerome2010-10-189-384/+355
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * web_reports: use PATH_INFO instead of path in the resolver. fixes prefix ↵Tim Laszlo2010-10-181-3/+3
| | | | | | | | problems.
| * web_reports: remove commentsTim Laszlo2010-10-181-4/+0
| |
| * web_reports: remove web_prefix, add wsgi handlerTim Laszlo2010-10-182-17/+13
| |
| * Client Tools: Pylint/PEP8 fixesSol Jerome2010-10-1715-78/+133
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * reports: Remove svn merge conflictsSol Jerome2010-10-142-345/+0
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * reports: Point to the bcfg2.org URLsSol Jerome2010-10-141-3/+3
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * Keep interpreter specifications consistentSol Jerome2010-10-142-2/+2
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * web reports: fix quotes in base-timeview.htmlTim Laszlo2010-10-141-1/+1
| |
| * web reports: tweaks and updatesTim Laszlo2010-10-141-21/+21
| |
| * web reports: new skinTim Laszlo2010-10-1434-1079/+1773
| |
* | 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>
* | bcfg2: implement -Q option (bundle-quick mode)Narayan Desai2010-11-022-2/+17
| | | | | | | | | | | | | | | | 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-11-021-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-11-021-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Reports: Fix default time zone settings (Resolves Ticket #957)Sol Jerome2010-11-022-3/+6
| | | | | | | | | | | | | | | | | | | | | | 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-11-021-13/+9
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Plugin.py: Reverted broken regexTim Laszlo2010-11-021-2/+2
| |
* | web_reports: Moved location of reports.wsgi to a more stable locationTim Laszlo2010-11-021-4/+0
| |
* | web_reports: determine static prefix automaticallyTim Laszlo2010-11-022-7/+44
| |
* | YUMng: syntax errorTim Laszlo2010-11-021-1/+1
| |
* | Reports: Fix typoSol Jerome2010-11-021-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | web_reports: more PATH_INFO fixesTim Laszlo2010-11-021-2/+2
| |
* | POSIX: Remove client-side support for old POSIX typesSol Jerome2010-11-029-384/+355
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | web_reports: use PATH_INFO instead of path in the resolver. fixes prefix ↵Tim Laszlo2010-11-021-3/+3
| | | | | | | | problems.
* | web_reports: remove commentsTim Laszlo2010-11-021-4/+0
| |
* | web_reports: remove web_prefix, add wsgi handlerTim Laszlo2010-11-022-17/+13
| |
* | Client Tools: Pylint/PEP8 fixesSol Jerome2010-11-0215-78/+133
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | changed package type to 'pacman', if request package version is 'auto' and ↵Asaf2010-11-022-9/+14
| | | | | | | | its installed dont re-install
* | Packages plugin / Client tools : add support for pacman based distros(arch, ↵asaf2010-11-022-0/+193
| | | | | | | | parabola), needs some more work
* | reports: Remove svn merge conflictsSol Jerome2010-11-022-345/+0
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>