summaryrefslogtreecommitdiffstats
path: root/src/Daemon
Commit message (Collapse)AuthorAgeFilesLines
...
* Abort debuginfo download if low on disk space (partially addresses #564451)Denys Vlasenko2010-05-121-8/+37
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Add BlackListedPaths option to abrt.conf. Fixes #582421Denys Vlasenko2010-05-065-1/+43
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Do not die when /var/cache/abrt/*/uid does not contain a number (rhbz#580899)Karel Klic2010-05-061-1/+13
|
* remove unused functionsNikola Pajkovsky2010-05-061-57/+0
| | | | | | SaveSetString, SaveVectorPairStrings, SaveMapVectorPairStrings, SaveSectionHeader, SaveBool Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* remove redundant g_setBlackList, rename g_settings_setBlackList to ↵Denys Vlasenko2010-05-065-18/+4
| | | | | | g_settings_setBlackListedPkgs Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* minor fix to nikola's last commitJiri Moskovcak2010-05-051-1/+0
|
* rid of rewriting config in /etc/abrt/abrt.confNikola Pajkovsky2010-05-051-35/+0
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* fix bug 571411: backtrace attachment of the form ↵Denys Vlasenko2010-05-051-4/+9
| | | | | | /var/cache/abrt/foo-12345-67890/backtrace Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-debuginfo-install: use --enablerepo=*-debug*Denys Vlasenko2010-05-051-7/+40
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-debuginfo-install: use -C: yum -C repolist allDenys Vlasenko2010-05-041-1/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Removed emacs settings from the file header in favor of global abrt emacs ↵Karel Klic2010-04-291-1/+1
| | | | settings
* get_home_dir returns const char* instead of std::stringKarel Klic2010-04-291-4/+2
|
* Show error message when abrtd service is run as non-root.Karel Klic2010-04-211-0/+3
| | | | rhbz#584352
* Rename EnableOpenGPG to OpenGPGCheck in the man pageKarel Klic2010-04-211-2/+2
| | | | rhbz#584332
* Document ProcessUnpackaged in abrt.conf.5. Document default values.Karel Klic2010-04-201-1/+10
|
* fixed problem with localized yum output rhbz#581804Jiri Moskovcak2010-04-131-1/+1
|
* do not catch perl/python crashes when the script is not of known package originKarel Klic2010-04-131-22/+38
|
* whitespace cleanup, no code changesDenys Vlasenko2010-04-014-8/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* 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