summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Collapse)AuthorAgeFilesLines
* add abrt-oops systemd service (trac#287)Miroslav Lichvar2011-06-092-0/+14
|
* split libreport to a separate packageJiri Moskovcak2011-06-081-31/+49
|
* wizard: hook selection checkboxes to reporters.Denys Vlasenko2011-06-019-41/+33
| | | | | | | | | | | | | | | | | | | | | Checkboxes are controlled by the following elements in .xml: <requires-items> ITEM1,ITEM2 </requires-items> <exclude-items-by-default> ITEM1,ITEM2 </exclude-items-by-default> <exclude-items-always> ITEM1,ITEM2 </exclude-items-always> <exclude-binary-items> yes / no </exclude-binary-items> <include-items-by-default> ITEM1,ITEM2 </include-items-by-default> exclude-items-by-default and exclude-items-always can be "*" meaning "all". include-items-by-default specifies which items are included (checked) is exclude-items-by-default is "*". Else, all are checked by default. the set of iters NOT included is passed in $EXCLUDE_FROM_REPORT variable. bugzilla, kerneloops, mailx, print and rhtsupport are made aware of this variable. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Merge branch 'oops/btparser'Nikola Pajkovsky2011-05-311-75/+53
|\ | | | | | | | | * oops/btparser: rhzb#707074 abrt dupe detection needs to ignore some parts of kernel traces
| * rhzb#707074 abrt dupe detection needs to ignore some parts of kernel tracesNikola Pajkovsky2011-05-241-75/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kernel bt looks like [<ffffffff81047d33>] __might_sleep+0xeb/0xf0 [<ffffffff81111413>] __kmalloc+0x79/0x10d [<ffffffff811113ff>] __kmalloc+0x79/0x10d [<ffffffff81023683>] ? alloc_ioapic_entries+0x27/0x87 [<ffffffff81023683>] alloc_ioapic_entries+0x27/0x87 [<ffffffff81021cc0>] lapic_resume+0x3a/0x24d [<ffffffff81396db2>] ? cpufreq_resume+0x2d/0xac ^ memory skipped ^^^ ^ taken ^^^^^^^^^^ | skipped | skipped parser strip out only functions in the middle of bt and generates hash from top 6 functions Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | abrt-action-bugzilla: fold make_description_comment into its only callsiteDenys Vlasenko2011-05-241-15/+13
|/ | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* run abrt-action-save-package-data before running bugzilla, if neededDenys Vlasenko2011-05-231-0/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* rename "global_uuid" element to "duphash"Denys Vlasenko2011-05-232-0/+5
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* run_event: support VAR~=REGEX matchDenys Vlasenko2011-05-231-1/+1
| | | | | | | This makes in possible to configure analyze_xsession_errors to appear only for X-related stuff Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* assorted cleanups, memory leak fix (g_list_free in add_basics_to_problem_data)Denys Vlasenko2011-05-224-49/+8
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* retrace client: make strings translatable, send locale headers in HTTP requestsMichal Toman2011-05-201-104/+212
|
* retrace client: add --status-delay option (and be more verbose - trac #269)Michal Toman2011-05-202-10/+76
|
* typo fixDenys Vlasenko2011-05-193-3/+3
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-action-bugzilla: better help/manpage. Closes bz#557943Denys Vlasenko2011-05-192-54/+44
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-action-install-debuginfo: fix for download errorDenys Vlasenko2011-05-191-15/+20
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* reenable kernel taintNikola Pajkovsky2011-05-193-76/+20
| | | | | | | | abrt-dump-oops stores two new files into dump dir. kernel_tainted_short which is representation of kernel tainted value (P----T). kernel_tainted_long contains human readable strings of short version Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* remove unused plugin option from default Kerneloops.confMiroslav Lichvar2011-05-181-4/+0
|
* remove old plugin man pagesMiroslav Lichvar2011-05-183-97/+0
|
* add abrt-action-upload man page (trac#245)Miroslav Lichvar2011-05-182-0/+68
|
* add abrt-action-kerneloops man page (trac#235)Miroslav Lichvar2011-05-182-0/+69
|
* abrt-action-bugzilla: store "reported_to" for new bugs too. closes bz#698406Denys Vlasenko2011-05-173-28/+24
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* add additional headers into abrt_post()Nikola Pajkovsky2011-05-171-2/+10
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Remove .py from abrt-action-install-debuginfo.pyDenys Vlasenko2011-05-164-12/+14
| | | | | | | | | Rename abrt-action-install-debuginfo to abrt-action-install-debuginfo-to-abrt-cache Yes, it's ugly long... Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-action-install-debuginfo: support --ids=- (read from stdin)Denys Vlasenko2011-05-162-15/+25
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* rename "rating" -> "backtrace_rating", "dsos" -> "dso_list"Denys Vlasenko2011-05-161-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* suppress mails for cc and attachmentsNikola Pajkovsky2011-05-163-22/+40
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* retrace client: add manpage (trac #246)Michal Toman2011-05-162-1/+86
|
* abrt-action-rhtsupport: tighten up error checks; better --help textDenys Vlasenko2011-05-141-18/+49
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* add smart_event.confDenys Vlasenko2011-05-121-2/+2
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Merge branch 'bz/xmlrpc-c'Nikola Pajkovsky2011-05-125-960/+924
|\ | | | | | | | | | | | | * bz/xmlrpc-c: remove c++ism from configure abrt-action-bugzilla.cpp -> src/plugins/abrt-action-bugzilla.c xmlrpc and bugzilla in a new C coat
| * abrt-action-bugzilla.cpp -> src/plugins/abrt-action-bugzilla.cNikola Pajkovsky2011-05-122-1/+1
| | | | | | | | | | | | no code change Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * xmlrpc and bugzilla in a new C coatNikola Pajkovsky2011-05-124-695/+659
| | | | | | | | | | | | | | | | | | | | | | Bugzilla is splitted into two parts. One of them is core of bugzilla and second one is small module called librhbz. I did it, because I want to add a new functionality into bugzilla and I don't want to squash it into one big module. Librhbz is not a part of our libreport, because almost every function dies when feels badly (print error msg and then die). Server sends error or abrt sends corrupted xml or server sends corrupted xml. Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | abrt-action-install-debuginfo.py: fix -vv debugging codeDenys Vlasenko2011-05-121-2/+2
|/ | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* whitespace fixes. no code changesDenys Vlasenko2011-05-113-4/+4
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Add analyzer which collects ~/.xsession-errors. Closes bz#539532Denys Vlasenko2011-05-104-18/+29
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Add analyzer which collects /var/log/messages. Closes bz#565725Denys Vlasenko2011-05-103-11/+31
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* do not send all errors from xmlto to /dev/nullNikola Pajkovsky2011-05-101-1/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Ticket #236 document abrt-action-list-dsosNikola Pajkovsky2011-05-102-2/+47
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* prune old logger manNikola Pajkovsky2011-05-102-45/+0
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* prune old Mailx manNikola Pajkovsky2011-05-102-58/+0
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* forgot remove old bugzilla man from spec and MakefileNikola Pajkovsky2011-05-101-1/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Ticket #232 document abrt-action-bugzillaNikola Pajkovsky2011-05-103-44/+98
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Do away with reanalyze eventsDenys Vlasenko2011-05-104-19/+4
| | | | | | | | Now code determines whether analyze event can be skipped by looking at <creates-elements>backtrace</creates-elements> element in .xml file. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* retrace client: default URL retrace01.fpo.org -> retrace.fpo.orgMichal Toman2011-05-061-1/+1
|
* retrace client: flush stdout after each status message in batch modeMichal Toman2011-05-061-0/+1
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2011-05-051-2/+4
|\
| * silent xmlto generationNikola Pajkovsky2011-05-051-1/+1
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * silent asciidoc generationNikola Pajkovsky2011-05-051-1/+3
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | URL retrace01.fpo.org -> retrace.fpo.orgKarel Klic2011-05-051-1/+1
|/
* analyze_RetraceServer: fail on servers with problematic SSL certificatesKarel Klic2011-05-051-2/+2
|