aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fixing some python2.5 compatibility issuesJesse Jaggars2012-03-143-10/+30
* Squashed commit of the following:Jesse Jaggars2012-03-135-83/+455
* Merge branch 'master' of github.com:sosreport/sosreportJesse Jaggars2012-03-1212-31/+128
|\
| * Merge pull request #48 from battlemidget/featureJesse Jaggars2012-03-0912-31/+128
| |\
| | * sos/plugins/sssd: Typo fix on DebianSssd inheritanceAdam Stokes2012-03-091-1/+1
| | * sos/plugins: More cross distribution plugin enhancementsAdam Stokes2012-03-0910-30/+118
| | * README: Add help line for making local debian unsignedAdam Stokes2012-03-091-0/+1
| | * sos/plugins/hardware: Address an error of accessing the wrongAdam Stokes2012-03-091-1/+9
| |/
* | Merge branch 'master' of github.com:sosreport/sosreportJesse Jaggars2012-03-091-0/+6
|\|
| * Merge pull request #47 from battlemidget/featureJesse Jaggars2012-03-091-0/+6
| |\
| | * README: Debian/Ubuntu installation stepsAdam Stokes2012-03-091-0/+6
| |/
* / write a debug message to the log when a non-existent file is encountered by s...Jesse Jaggars2012-03-081-0/+3
|/
* Squashed commit of the following:Jesse Jaggars2012-03-0815-45/+126
* fixing fileGrep to pass multiple search paths better and we handle non-exista...Jesse Jaggars2012-03-083-2/+9
* fixing some local variable abuseJesse Jaggars2012-03-082-8/+10
* Makefile: helper routine for `make deb`Adam Stokes2012-03-081-0/+6
* adding a way to share common plugin bits across distrosJesse Jaggars2012-03-076-49/+59
* sos/sosreport: Fix failure when attempting to import non-existent compress me...Adam Stokes2012-03-051-1/+1
* Makefile: make sure to copy $(GPG_TPL)template name during installAdam Stokes2012-03-051-1/+1
* moving make nose to make testJesse Jaggars2012-03-051-6/+0
* Refactoring DebianPackageManager to use the superclassJesse Jaggars2012-03-0512-48/+42
* Refactoring PackageManagers and ArchivesJesse Jaggars2012-03-058-248/+348
* converting self.files and self.packages to list to protect against accidental...Jesse Jaggars2012-03-021-0/+6
* plugins were being activated due to one-tuple definition issuesJesse Jaggars2012-03-0242-86/+84
* sos/plugins: Remove the use of inheriting checkenabled toAdam Stokes2012-03-0243-150/+130
* sos/plugins: 2 new Ubuntu specific and ported pluginsAdam Stokes2012-03-029-12/+103
* Merge pull request #40 from jhjaggars/masterjhjaggars2012-03-0223-1376/+35
|\
| * Removing many unused bitsJesse Jaggars2012-02-2923-1376/+35
|/
* Merge pull request #38 from jhjaggars/masterjhjaggars2012-02-286-18/+99
|\
| * adding ability to specify multiple files for Plugin.fileGrepJesse Jaggars2012-02-276-18/+99
|/
* adding checkenabled to the as7 pluginJesse Jaggars2012-02-271-1/+2
* Merge pull request #33 from jhjaggars/policy_refactoringjhjaggars2012-02-2310-260/+207
|\
| * fixing a syntax snafuJesse Jaggars2012-02-231-1/+1
| * adding a note about tests to the READMEJesse Jaggars2012-02-231-0/+4
| * adding more tests and fixing an error with tar archivesJesse Jaggars2012-02-236-19/+38
| * refactoring common linux-related policy features into a common superclass, si...Jesse Jaggars2012-02-235-242/+166
* | Merge pull request #20 from jhjaggars/rt_kerneljhjaggars2012-02-231-0/+39
|\ \ | |/ |/|
| * adding realtime kernel pluginGuy Streeter2012-02-081-0/+39
* | fixing another logic bug in policy loadingJesse Jaggars2012-02-231-1/+2
* | fixing more policy loading problemsJesse Jaggars2012-02-225-6/+17
* | Merge branch 'master' of https://github.com/battlemidget/sosreportJesse Jaggars2012-02-223-3/+4
|\ \
| * | sos/policies/ubuntu: syntax checker requires any from __import__ to beAdam Stokes2012-02-221-1/+1
| * | Makefile: replace soft tabs with true tabAdam Stokes2012-02-221-1/+1
| * | sos/sosreport: Display invalid plugins when verbosity is setAdam Stokes2012-02-221-1/+2
* | | Merge branch 'master' of https://github.com/battlemidget/sosreportJesse Jaggars2012-02-2113-6/+272
|\| |
| * | UbuntuPolicy: Make sure reading of lsb-release always closesAdam Stokes2012-02-211-4/+3
| * | Makefile: make sure install and as7 block rely on a newAdam Stokes2012-02-211-3/+5
| * | sos/plugin: Add dpkg pluginAdam Stokes2012-02-211-0/+22
| * | Makefile: Make sure to remove gzipped sos.conf during cleanAdam Stokes2012-02-211-1/+1
| * | debian: Add packaging rules for Debian/UbuntuAdam Stokes2012-02-216-0/+29