summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Analyze backtraces from retrace serverKarel Klic2011-03-264-125/+222
| | | | | | | | | | | | | | | Hi, the attached patch splits a part of abrt-action-generate-backtrace to a new tool abrt-action-analyze-backtrace, which is used by both LocalGDB and RetraceServer analyzers. Then new abrt-action-analyze-backtrace tool reads backtrace and generates duplication hash, detects crash function, and provides backtrace rating. These steps haven't been performed for remotely analyzed crashes so far. Karel
* abrt-action-trim-files: new tool for trimming old debuginfo and debug dumpsDenys Vlasenko2011-03-265-23/+224
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* added xml file for kerneloops reporter, split koops events to a separate fileJiri Moskovcak2011-03-253-2/+28
|
* fixes for missing uid caseDenys Vlasenko2011-03-253-15/+36
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* remove FILENAME_INFORMALL and tighten up some loose endsDenys Vlasenko2011-03-252-2/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* make $ABRT_PROG_PREFIX control whether log messages are prefixedDenys Vlasenko2011-03-2510-110/+80
| | | | | | | | | | by abrt-action-foo programs. abrtd, abrt-server and abrt-handle-crashdump now have option -p which sets ABRT_PROG_PREFIX=1 for their children and thus makes them emit program name prefixes. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* remove plugins/Logger.confDenys Vlasenko2011-03-242-11/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* remove plugins/Mailx.conf and plugins/RHTSupport.confDenys Vlasenko2011-03-246-35/+3
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* oops: don't save bogus "executable", and save real "cmdline" instead of ↵Denys Vlasenko2011-03-241-4/+12
| | | | | | bogus one Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* extend dump_dir to allow creating world-readable directoryJiri Moskovcak2011-03-241-3/+21
| | | | - so far used only by kerneloops
* wizard: add keyboard accelerator for "Configure Events" buttonsDenys Vlasenko2011-03-242-12/+10
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* added event xml file for RHTSupport, removed unused glade filesJiri Moskovcak2011-03-238-1089/+32
|
* Replace FILENAME_MESSAGE with FILENAME_REPORTED_TO.Denys Vlasenko2011-03-183-3/+10
| | | | | | | | | | | This fixes the problem with abrt-cli not showing unreported bugs and abrt-gui not showing "green lamp" for reported bugs. In general, it introduces a way to record reporting results, such as Bugzilla URL, in dump dir. In the future, this enables such functions as "check BZ status". Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-03-172-2/+2
|\
| * s:/var/log/abrt.log:/tmp/abrt.log:gDenys Vlasenko2011-03-172-2/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | -added event config files for Mailx trac#163Jiri Moskovcak2011-03-173-3/+33
|/
* abrt-dump-oops: fix code to detect the markerDenys Vlasenko2011-03-171-26/+30
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* forgot to commit abrt-action-list-dsos.pyJiri Moskovcak2011-03-171-0/+23
|
* ccpp: save package's NVR for all loaded librariesJiri Moskovcak2011-03-162-2/+4
|
* retrace-client: batch operation exits with 1 when retracing failsKarel Klic2011-03-161-1/+4
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2011-03-162-46/+60
|\
| * abrt-dump-oops: fix double-free; abrt_event.conf: better report event nameDenys Vlasenko2011-03-161-41/+55
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * better messages in abrt-action-install-debuginfo and bugzilla descriptionDenys Vlasenko2011-03-161-5/+5
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | reanalyze configuration symlinksKarel Klic2011-03-161-0/+2
|/
* Merge branch 'bz'Nikola Pajkovsky2011-03-161-24/+6
|\ | | | | | | | | * bz: get rid of std::vector from bugzilla
| * get rid of std::vector from bugzillaNikola Pajkovsky2011-03-151-24/+6
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | bugzilla reporter fixesDenys Vlasenko2011-03-162-24/+25
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | save "exitcode 0" messages in event_log for "silent" actions; tweak .xml a bitDenys Vlasenko2011-03-163-25/+23
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | install debuginfo: honor $ABRT_VERBOSE; add "Looking for pkgs in repos" msgDenys Vlasenko2011-03-161-7/+20
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | added copyright bannersDenys Vlasenko2011-03-152-2/+18
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | style fixesDenys Vlasenko2011-03-151-1/+1
|/ | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* set the default values in report_Bugzilla.xmlJiri Moskovcak2011-03-141-0/+2
|
* teach event xml parser to understand <default-value>Jiri Moskovcak2011-03-131-1/+1
|
* gui-wizard-gtk: show event description, not bare name, in wizardDenys Vlasenko2011-03-111-3/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* ccpp_events.conf: rename reanalyze_Local to reanalyze_LocalGDBKarel Klic2011-03-101-2/+2
|
* analyze_LocalGDB.xml: Fit description into single line as the current xml ↵Karel Klic2011-03-101-2/+1
| | | | parser does not merge whitespaces
* abrt-retrace-client: show url in an error message; read envvar ↵Karel Klic2011-03-101-2/+6
| | | | RETRACE_SERVER_URL
* mergeKarel Klic2011-03-105-7/+9
|\
| * make report_Logger configurableDenys Vlasenko2011-03-104-8/+5
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * added forgotten report_Bugzilla.confJiri Moskovcak2011-03-101-0/+4
| |
| * added default configuration for report_Bugzilla eventJiri Moskovcak2011-03-101-1/+2
| |
* | added XML configuration for analyze stepsKarel Klic2011-03-104-3/+24
|/
* abrt-action-install-debuginfo: prevent $PATH attackDenys Vlasenko2011-03-101-2/+7
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* rename Bugzilla.xml to report_Bugzilla.xmlDenys Vlasenko2011-03-092-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* add -Wwrite-strings everywhereDenys Vlasenko2011-03-091-13/+13
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* added event description support into xml parserJiri Moskovcak2011-03-081-1/+2
| | | | | | | - so event now has: action: description of what will happen when this event is used - the main purpose is for the event selector in wizard description: description of the event
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-03-083-8/+7
|\
| * make fork_execv_on_steroids capable of setting env vars tooDenys Vlasenko2011-03-083-8/+7
| | | | | | | | | | | | Before, it could only unset them. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | add Bugzilla.xml event descriptionJiri Moskovcak2011-03-082-0/+34
|/
* retrace-client: do not include unneeded files in the uploaded archiveKarel Klic2011-03-071-2/+0
|