summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* retrace-client: wait 10 seconds between status requests.Karel Klic2011-03-071-0/+1
|
* abrt-action-bugzilla: add compat code for old value for FILENAME_OS_RELEASEDenys Vlasenko2011-03-031-0/+6
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Revert "renamed libreport.so to libreport2.so"Karel Klic2011-03-031-12/+12
| | | | | This is not needed at the end. This reverts commit ef96cd431369b2cf0dd640a0bb66be4fb029b9c0.
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2011-03-032-13/+13
|\
| * remove FILENAME_REPRODUCE field. FILENAME_COMMENT should be used insteadDenys Vlasenko2011-03-031-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * renamed libreport.so to libreport2.soJiri Moskovcak2011-03-031-12/+12
| | | | | | | | | | - we have a conflict with old report library which contains file with the same name
* | Add retrace client into analyze and reanalyze eventsKarel Klic2011-03-031-4/+6
|/
* retrace-client: store backtrace to dump_dir in batch operation; various ↵Karel Klic2011-03-031-85/+76
| | | | cleanups and fixes
* Revert obsoleted -Werror removalKarel Klic2011-03-011-1/+2
|
* finished merge with master branchKarel Klic2011-03-012-50/+46
|
* Revert "Remove unused OPTION_GROUP", because OPT_GROUP is used byKarel Klic2011-03-011-0/+2
| | | | | abrt-retrace-client. This reverts commit 3380e13c62e1b7a8309423f4eccfb4b6cbaa0310.
* merge changes from masterKarel Klic2011-03-0125-1719/+1304
|\
| * show more useful columns in abrt-gtk; use human-readable time in dir namesDenys Vlasenko2011-02-282-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | For most users, "hostname" is the same for every crash (it is their hostname). Not every problem even has "Application" field ("low on disk space" problem, for example, doesn't), whereas any problem should have "Reason" field. For non-root, it is useful to see which dumps are in /var/spool/abrt (and aren't writable), and which are in $HOME/.abrt/spool. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * gui-wizard-gtk: use fixed font for backtrace and log textviewsDenys Vlasenko2011-02-241-5/+4
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * abrt-action-generate-backtrace/install-debuginfo: a bit better loggingDenys Vlasenko2011-02-232-85/+94
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * move ccpp related events to events.d/Jiri Moskovcak2011-02-222-0/+22
| | | | | | | | | | - so now when the abrt-addon-ccpp is removed it's config will be removed with it, so the rest of abrt and libreport won't be confused
| * gui-wizard-gtk: add forward_page_func which skips analyze step when it is ↵Denys Vlasenko2011-02-221-1/+1
| | | | | | | | | | | | missing Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * abrt-action-install-debuginfo.py: use /tmp for nowDenys Vlasenko2011-02-221-1/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * correct rights on /var/run/abrt; improve new GUI a bitDenys Vlasenko2011-02-222-4/+4
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * abrt-action-install-debuginfo.py: do not truncate package names on outputDenys Vlasenko2011-02-221-6/+6
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * abrt-action-install-debuginfo: disallow overriding paths to writable dirsDenys Vlasenko2011-02-222-8/+32
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * run abrt-action-install-debuginfo.py using trivial sgid wrapperJiri Moskovcak2011-02-213-5/+34
| | | | | | | | | | Signed-off-by: Jiri Moskovcak <jmoskovc@redhat.com> Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * get rid of FILENAME_DESCRIPTION, rename "release" to "os_release"Denys Vlasenko2011-02-103-5/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * abrt-action-generate-backtrace: exit with 0 even if the parser failsKarel Klic2011-02-041-1/+6
| |
| * abrt_rh_support: remove code which looks into Strata-Message: headerDenys Vlasenko2011-02-031-73/+4
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * abrt-cli -r DIR: copy non-writable DIR into $HOME/abrt/spoolDenys Vlasenko2011-02-011-0/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * rhtsupport reads from uninitialized variableNikola Pajkovsky2011-02-011-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | abrt-action-rhtsupport.c: In function ‘main’: abrt-action-rhtsupport.c:231:12: warning: ‘child’ may be used uninitialized in this function [-Wuninitialized] abrt-action-rhtsupport.c:45:11: note: ‘child’ was declared here ... ... pid_t child; ... ... if (!login[0] || !password[0]) { errmsg = _("Empty login or password, please check RHTSupport.conf"); goto ret; } ... ... ret: // Damn, selinux does not allow SIGKILLing our own child! wtf?? //kill(child, SIGKILL); /* just in case */ waitpid(child, NULL, 0); ... ... Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * Increase limit for gdb run, as it was reported that 60 secs is too limiting ↵Karel Klic2011-01-311-1/+2
| | | | | | | | on slow machines
| * Rating 0 (worst) for backtrace on which the parser fails.Karel Klic2011-01-311-4/+10
| |
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-01-252-14/+16
| |\
| | * split parse_release() into Bz and RHTS versionsDenys Vlasenko2011-01-251-3/+3
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| | * plug memory leak on error pathsDenys Vlasenko2011-01-251-1/+1
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>