summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Collapse)AuthorAgeFilesLines
* move $ABRT_foo checking and setting into helper routines.Denys Vlasenko2011-05-0414-147/+45
| | | | | | | I'm sick of fixing incorrect PROGNAME defines. Now g_progname is a variable and it is set from argv[0]. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* add abrt-action-print manpage. Closes #238Denys Vlasenko2011-05-043-1/+65
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* add abrt-action-trim-files manpage. Closes #241Denys Vlasenko2011-05-033-1/+32
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* added abrt-action-generate-backtrace manpageDenys Vlasenko2011-05-033-2/+50
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* add abrt-action-analyze-backtrace manpage. Closes #227Denys Vlasenko2011-05-033-1/+55
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* install-debuginfo: make reponse to ask_yes_no question translatable trac#147Jiri Moskovcak2011-05-031-4/+4
| | | | - + minor update in cs translation to reflect this change
* analyze-core: minor fixesJiri Moskovcak2011-05-031-3/+3
|
* Asciidoc manpage support; abrt-action-mailx manpageKarel Klic2011-05-023-1/+108
|
* list-dsos: don't list the same library multiple timesJiri Moskovcak2011-05-021-2/+3
| | | | - + minor fix of my last commit
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-05-023-49/+122
|\
| * call abrt-action-trim-files from abrt-action-install-debuginfoDenys Vlasenko2011-05-023-49/+122
| | | | | | | | | | | | This allows us to not setuid abrt-action-trim-files Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-05-021-38/+29
|\|
| * retrace client: handle messages in HTTP bodyMichal Toman2011-05-021-38/+29
| |
* | list-dsos: added package install time trac#123Jiri Moskovcak2011-05-021-14/+12
|/ | | | | - also clened-up the python code a bit - removed support for gettext
* Typo fix in commentDenys Vlasenko2011-04-291-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Logger: output "END:" line to delimit appended reports. closes bz#698458Denys Vlasenko2011-04-282-1/+5
| | | | | | Also changes Bugzilla and abrt-cli output format. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-action-install-debuginfo: handle exception in result = ↵Denys Vlasenko2011-04-273-3/+11
| | | | | | downloader.download(missing). Closes bz#695452 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* install-debuginfo: minor fix to help textJiri Moskovcak2011-04-261-1/+1
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-04-262-1/+13
|\
| * abrt-action-trim-files: use correct PROGNAMEDenys Vlasenko2011-04-261-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * abrt-action-install-debuginfo: set real uid/gid to euid/gidDenys Vlasenko2011-04-261-0/+12
| | | | | | | | | | | | | | Fixes EPERM when abrt-action-install-debuginfo runs under root. Tested to work both under root and non-root Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | fixed trac#223: regression: abrt-action-install-debuginfo.py --help display ↵Jiri Moskovcak2011-04-262-13/+13
|/ | | | is wrong
* Do not leave dump dir locked by abrt-action-generate-backtrace.Karel Klic2011-04-251-0/+2
|
* mass replace of crash_data with problem_dataDenys Vlasenko2011-04-2312-60/+60
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* list-dsos: fixed C-ism in python codeJiri Moskovcak2011-04-221-1/+1
|
* Make abrt-action-list-dsos.py take -m maps -o dsos params; and ↵Denys Vlasenko2011-04-224-85/+158
| | | | | | abrt-action-analyze-core.py to take -o build_ids param Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* renamed abrt-action-analyzecore.py -> analyze-core; made .conf file more ↵Denys Vlasenko2011-04-223-52/+47
| | | | | | readable Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-action-install-debuginfo.py: don't die on some Yum exceptions. closes ↵Denys Vlasenko2011-04-211-7/+30
| | | | | | bz#681281 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* delete ugly parse_conf(), use load_abrt_conf() insteadDenys Vlasenko2011-04-202-38/+0
| | | | | | Therefore moved abrt_conf.* to libreport Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* retrace client: handle status messagesMichal Toman2011-04-191-5/+37
|
* dsos-list: catch exception rhbz#697596Jiri Moskovcak2011-04-191-2/+5
|
* retrace client: check server settings before uploadingMichal Toman2011-04-191-9/+169
|
* switch python and oops hashing to sha1Denys Vlasenko2011-04-184-68/+52
| | | | | | | Update sha1 code to a smaller version. Verified that ccpp hashing produces the same results as the old code. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* make <note-html> translatableJiri Moskovcak2011-04-171-1/+1
|
* Implement the possibility to add text labels to even config GUI. Closes #199.Denys Vlasenko2011-04-153-4/+5
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* wizard: implement long descriptionsDenys Vlasenko2011-04-142-0/+7
| | | | | | | | The change is somewhat big because I can no longer (ab)use tooltip to store event name. So I created a bit more generic method of remembering which events are shown and selected. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* split abrt-action-install-debuginfo into two apps rhbz#692064Jiri Moskovcak2011-04-144-65/+199
| | | | | | | - the first part analyzes the coredump and writes the required build-ids into a file - the second app reads the file and tries to find the debuginfo packages for build-ids
* build: implicit declaration of function ‘exit’Nikola Pajkovsky2011-04-111-0/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* abrt-action-print: add -r option which records reported_toDenys Vlasenko2011-04-081-1/+14
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* kerneloops, mailx, rhtsupport: add a line to "reported_to" element on successDenys Vlasenko2011-04-083-0/+26
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* forgot to push the rhtsupport event fileJiri Moskovcak2011-04-071-0/+1
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2011-04-072-5/+12
|\
| * make rhtsupport use /tmp for tmp filesJiri Moskovcak2011-04-072-5/+12
| | | | | | | | | | - also added default event configuration for rhtsupport - and tweaked a spec file a little
* | Better duplicate hashKarel Klic2011-04-071-13/+14
|/ | | | | | | | | | | | | | | Currently the duplicate hash of a crash for Bugzilla is computed from the package NVR (name, version, release), path of the executable, and the backtrace hash. This is very unfortunate because the package NVR is changed frequently (it contains Fedora OS version), and path of the executable is not a good differentiator. When multiple executables from a single component crash with similar backtrace, it is better to assume that they share code and have single Bugzilla bug report. This commit changes the code to compute the duplicate hash from the component name and the backtrace hash.
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-04-061-16/+22
|\
| * abrt-dump-oops: make -d option take a parameter: directory where to create dumpsDenys Vlasenko2011-04-051-16/+22
| | | | | | | | | | | | | | Closes #188 "-d should be documented as a root-only, or made to work for user". Also might make testing easier. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | make event xml description translatableJiri Moskovcak2011-04-058-43/+55
|/
* Ticket #187 exit code == 0 when error showsNikola Pajkovsky2011-04-041-4/+5
| | | | | | | | | | | | | | $ abrt-dump-oops -d -o Downloads/examples_oops1.test abrt-dump-oops: Found oopses: 1 [...] abrt-dump-oops: Creating dump directories abrt-dump-oops: Can't create directory '/var/spool/abrt/oops-...': Permission denied abrt-dump-oops: 1 errors while dumping oopses [newman@dhcp-24-178 ~]$ echo $? 0 Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* GList was not set to NULL, possibly sigsegv on f15Nikola Pajkovsky2011-04-011-0/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* remove misleading error messageNikola Pajkovsky2011-03-301-3/+1
| | | | | | | | | | | | solution isn't good enough, but truly remove misleading message. Imagine the situation when user manually set environment Bugzilla_Password and manually run command a-a-b -c /path/to/config1 -c /path/config2 -c /path/config3. Now a-a-b smash all configs into one giant hash table. Just stir the pot. Environment can be set by cli and gui. We have a lot of input how to set config and question is how to determinate which config is wrong and blame someone/something. Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>