summaryrefslogtreecommitdiffstats
path: root/src/Daemon
Commit message (Collapse)AuthorAgeFilesLines
* trivial: stop leaking signal pipe to childrenDenys Vlasenko2010-05-251-0/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* trivial: close lock file on execDenys Vlasenko2010-05-251-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* trivial: close inotify_fd on execDenys Vlasenko2010-05-251-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* More fixes for /var/cache/abrt -> /var/spool/abrt conversion1.1.3Denys Vlasenko2010-05-212-5/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove "rename(DEBUG_DUMPS_DIR_OLD, DEBUG_DUMPS_DIR)" compat kludgeDenys Vlasenko2010-05-212-7/+0
| | | | | | | It causes selinux problems by itself. Even though we ovn both dirs, attempting to move them is not allowed... Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix tuns of memory leaks in CRPMNikola Pajkovsky2010-05-191-1/+4
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* kill yumdownloader if abrt-debuginfo-install is terminated mid-flightDenys Vlasenko2010-05-171-1/+10
| | | | | | | | This is needed to eventually fix https://bugzilla.redhat.com/show_bug.cgi?id=569694 yumdownloader not killed by ABRT Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Move /var/cache/abrt to /var/spool/abrt. Fixes bug 568101.Denys Vlasenko2010-05-142-2/+10
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Revert "Daemon socket for reporting crashes"Nikola Pajkovsky2010-05-144-617/+1
| | | | This reverts commit 91c7c2ee8fa9ab6c29a7ddc64cff1fa9f5e2918a.
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtNikola Pajkovsky2010-05-121-2/+2
|\
| * renamed daemon pid and lock file rhbz#588315Jiri Moskovcak2010-05-121-2/+2
| |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtNikola Pajkovsky2010-05-121-1/+1
|\|
| * removed avant-window-navigator from blacklistJiri Moskovcak2010-05-121-1/+1
| |
* | Daemon socket for reporting crashesKarel Klic2010-05-124-1/+617
|/
* 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!