summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2011-05-0514-147/+45
|\
| * 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>
* | retrace-client: Load system-wide certificates. Move NSS init/shutdown to ↵Karel Klic2011-05-051-18/+62
|/ | | | main, as it shouldn't be run multiple times.
* 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
|