summaryrefslogtreecommitdiffstats
path: root/src/Daemon
Commit message (Collapse)AuthorAgeFilesLines
* abrt.conf: add trailing EOLDenys Vlasenko2010-03-311-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove socket code, it is deadDenys Vlasenko2010-03-235-331/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Allow user to select which reporter he wants to use to report a crash using CLI.Karel Klic2010-03-183-38/+29
| | | | | | | The daemon skips reporters which are not in the list of reporters provided via Report() dbus call. Reviewed by: Jiri Moskovcak <jmoskovc@redhat.com> Reviewed by: Denys Vlasenko <vda.linux@googlemail.com>
* minor fix in abrt-debuginfo-install to make it work with yum >= 3.2.26Jiri Moskovcak2010-03-111-1/+1
| | | | | - yum repolist has different output, so it needs to bu run with additional parameter 'all'
* GUI: added action to applet to directly report last crashJiri Moskovcak2010-03-114-8/+20
| | | | Revieved by: Denys Vlasenko <vda.linux@googlemail.com>
* Never flag backtrace as binary file (fixes problem observed in bz#571411)Denys Vlasenko2010-03-081-10/+16
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* use FILENAME_BACKTRACE for oops text tooDenys Vlasenko2010-03-051-7/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add ProcessUnpackaged option to abrt.confDenys Vlasenko2010-03-057-14/+44
| | | | | | Based on patch by Pekka Pietikainen <pp@ee.oulu.fi> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-debuginfo-install: use -debuginfo repos which match enabled "usual" reposDenys Vlasenko2010-03-041-7/+16
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: UID:UUID -> crash_id conversionDenys Vlasenko2010-03-048-156/+156
| | | | | | | | | | | | | | | | | | | This fixes at least three instances where we did not check whether user is even allowed to report or delete a crash. Also fixes a few cases when root might inadvertently act on (e.g. delete) mote than one crash. Renamed FILENAME_UID to CD_UID - makes more sense this way. Added COL_INFORMALL and CD_INFORMALL. Nuked UID == -1 hacks. Renamed getReport() to start_job on Python side. Dropped a few unused parameters from server -> client dbus signals. Fixed CLI's way of reverencing crashes (see updated help text). Run-tested (GUI and CLI). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Acked-by: Nikola Pajkovsky <npajkovs@redhat.com>
* abrt-debuginfo-install: remove -R2 from yum! it's not "anti-yum-lock" option!Denys Vlasenko2010-03-031-10/+14
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* save reporters' results to abrt_vNN_reportresult table tooDenys Vlasenko2010-03-021-0/+12
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add reporters param to dbus call Report()Denys Vlasenko2010-03-011-3/+11
| | | | | | This only adds the parameter, so far it is just ignored Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* trivial simplificationDenys Vlasenko2010-02-261-4/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* added a comment about dbus disconnect handlingDenys Vlasenko2010-02-171-0/+21
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: improved url handling in report messagesJiri Moskovcak2010-02-171-1/+1
|
* Move LoadPluginSettings to the shared utils library. Add parameter ↵Karel Klic2010-02-122-63/+0
| | | | skipKeysWithoutValue.
* fixed problem with bugzilla+nssJiri Moskovcak2010-02-121-2/+10
| | | | | | - it's more workaround which makes rpmlib to reinitialize nss hash functions and that make xmlrpc works properly after fork() we need to find a proper place to fix this!
* fix bz#563484 "abrt uses unnecessary disk space when getting debug info"Denys Vlasenko2010-02-111-39/+44
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Put back changes accidentally pushed from RHEL6 branch to master by meKarel Klic2010-02-082-16/+8
|
* remove autoreport hack, re-enable proper code for itDenys Vlasenko2010-02-081-5/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove binary files from report if client did not include themDenys Vlasenko2010-02-081-0/+19
| | | | | | | This is not used at the moment, but will be needed when GUI will reinstate "Attachments" checkboxes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-0718-52/+198
| | | | | | Also add copyright banners to all files which were missing them Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-02-073-33/+56
|\
| * abrtd: fix handling of dupes (weren't deleting dup's directory); better loggingDenys Vlasenko2010-02-053-33/+56
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | added avant-window-navigator to blacklist per maintainer requestJiri Moskovcak2010-02-071-1/+1
|/
* use .new suffix on new crashdumps; strip it when crashdump is readyDenys Vlasenko2010-02-041-22/+25
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: handle "perl -w /usr/bin/script" tooDenys Vlasenko2010-02-041-2/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: fix rhbz#560642 - don't die on bad plugin namesDenys Vlasenko2010-02-045-216/+58
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-02-042-7/+7
|\
| * Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2010-02-041-1/+1
| |\
| | * swapped lines, iterator is not defined after erase() is calledJiri Moskovcak2010-02-031-1/+1
| | | | | | | | | | | | - and this makes valgrind unhappy
| * | commentsKarel Klic2010-02-041-2/+3
| |/
| * CCpp analyzer: change duphash calculation to group minor versions togetherDenys Vlasenko2010-02-031-4/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-01-291-1/+3
|\|
| * Kerneloops: fix BZ reporting of oopsesDenys Vlasenko2010-01-291-1/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | added BZ as reporter for KerneloopsJiri Moskovcak2010-01-291-1/+1
| |
* | use the rhel gpg keysJiri Moskovcak2010-01-291-1/+8
| |
* | Merge branch 'master' into rhel6Jiri Moskovcak2010-01-294-10/+29
|\| | | | | | | | | Conflicts: src/Daemon/abrt.conf
| * moved the gpg key list from abrt.conf to gpg_keys fileJiri Moskovcak2010-01-294-9/+29
| | | | | | | | | | | | - this should allow us to update the gpg_keys list when needed and will prevent the situation when user changed his abrt.conf
* | Merge branch 'master' into rhel6Denys Vlasenko2010-01-291-1/+9
|\|
| * fix bug 559881 (kerneloops not shown in "new" GUI)Denys Vlasenko2010-01-291-1/+9
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' into rhel6Denys Vlasenko2010-01-291-4/+1
|\|
| * added valgrind and strace to blacklistJiri Moskovcak2010-01-281-4/+1
| |
* | re-enabled the gpg check in rhel6 branchJiri Moskovcak2010-01-281-1/+1
| | | | | | | | - for some reason the merging from master failed for this change
* | abrt.conf: add Bugzilla reporterDenys Vlasenko2010-01-281-2/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' into rhel6Denys Vlasenko2010-01-282-2/+8
|\| | | | | | | | | | | | | Conflicts: src/Daemon/abrt.conf Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * reenabled gpg checkJiri Moskovcak2010-01-282-1/+8
| | | | | | | | | | | | - we still just check only the signature of the package, which doesn't tell us if the files on the disk weren't changed, but will at least filter not official packages
* | SOSreport: run it niced; abrt.conf: run SOSreport at crash timeDenys Vlasenko2010-01-281-3/+8
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' into rhel6Denys Vlasenko2010-01-272-9/+23
|\|