summaryrefslogtreecommitdiffstats
path: root/src/Daemon
Commit message (Collapse)AuthorAgeFilesLines
* PluginManager: preparatory cleanupDenys Vlasenko2010-01-074-140/+137
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ccpp: add a possibility to disable backtrace generationDenys Vlasenko2010-01-071-7/+8
| | | | | | + assorted minor tweaks Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* speed optimalization of abrt-debuginfo-installJiri Moskovcak2010-01-051-2/+6
| | | | | | - abrt can't handle(report) bugs in non-fedora packages, so we can use only Fedora repositories when looking for debuginfo packages which makes the whole process faster
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-12-185-50/+133
|\
| * made s_signal_caught volatileDenys Vlasenko2009-12-171-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * abrt-debuginfo-install: fixes for runs w/o cachedirDenys Vlasenko2009-12-171-0/+9
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * delete obsolete comment from abrt-debuginfo-installDenys Vlasenko2009-12-171-14/+4
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * further robustification of signal handlerDenys Vlasenko2009-12-171-3/+7
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * remove unsafe log() from signal handlerDenys Vlasenko2009-12-171-1/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * change "python /path/to/script" code a bit: doesnt log false failures nowDenys Vlasenko2009-12-161-53/+67
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * fix all instances of atoi() usageDenys Vlasenko2009-12-154-8/+8
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * move misplaced commentDenys Vlasenko2009-12-151-9/+10
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * don't blame python for every crash in /usr/bin/python rhbz#533521 trac#109Jiri Moskovcak2009-12-151-1/+49
| | | | | | | | | | | | - when there is a bug in 3rd party python extension, the python binary creates the coredump, so ABRT always blames the python package, but we want to blame the app that uses the extension instead
| * abrt-debuginfo-install: better loggingDenys Vlasenko2009-12-141-18/+34
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-12-145-37/+32
|\|
| * better logging of package and hash checksDenys Vlasenko2009-12-143-30/+27
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * more "obviously correct" code for secure opening of /dev/nullDenys Vlasenko2009-12-141-6/+3
| | | | | | | | | | | | Old code is not broken, new one merely looks "more obviously correct". Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * disabled GPG check again1.0.2Jiri Moskovcak2009-12-141-1/+2
| | | | | | | | | | - rpm uses prelink to check the hash, this can be dangerous and it's disallowed by SELinux
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-12-1415-68/+95
|\|
| * temporarily convert hyperlink-laden label to normal one (HL doesn't work)Denys Vlasenko2009-12-111-0/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * abrt-cli: report success/failure of reporting. closes bug 71Denys Vlasenko2009-12-111-4/+4
| | | | | | | | | | | | See https://fedorahosted.org/abrt/ticket/71 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * remove one case when we write data needlessly; remove 2 unused funcsDenys Vlasenko2009-12-101-3/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * abrtd: add comment about ccpp/abrtd raceDenys Vlasenko2009-12-101-0/+6
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * abrtd: fix manpage: s/abrt/abrtd/; document -s and -vDenys Vlasenko2009-12-101-10/+15
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * make "abrt-cli --delete randomuuid" report that deletion failed. closes bug 59Denys Vlasenko2009-12-103-15/+25
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * style fixes, no code changesDenys Vlasenko2009-12-103-3/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * better wording to dbus error message (bug 106)Denys Vlasenko2009-12-091-1/+2
| | | | | | | | | | | | See https://fedorahosted.org/abrt/ticket/106 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * re-enabled gpg sign checkingJiri Moskovcak2009-12-071-1/+1
| |
| * *: remove most of remaining const string& paramsDenys Vlasenko2009-12-077-18/+19
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * remove std::string usage from class CABRTException.Denys Vlasenko2009-12-062-10/+10
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * do not send "MISSING:" over dbus; clarify a message in debuginfo installerDenys Vlasenko2009-12-041-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * small fix on top of DeleteDebugDump changeDenys Vlasenko2009-12-042-2/+4
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-12-046-89/+24
|\|
| * simplify code which deletes corrupted debug dumps; kill unused EXCEP_FATALDenys Vlasenko2009-12-046-89/+24
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-12-041-5/+1
|\|
| * dbus: stop returning bool from DeleteDebugDump call, it's not neededDenys Vlasenko2009-12-041-5/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Proper error message on chown failureKarel Klic2009-12-041-2/+2
|/
* SQLite3: string& -> char*, -8k in code sizeDenys Vlasenko2009-12-031-1/+1
| | | | | | Run tested Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rename CreateReport -> StartJob, GetJobResult -> CreateReportDenys Vlasenko2009-12-034-22/+19
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hopefully fix rhbz#541854: when we trim the dir, we must delete it from DB tooDenys Vlasenko2009-12-035-38/+73
| | | | | | Also added a more robust code to resis SEGVing if directory doesn't exist. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix rhbz#518422: refuse to start if some required plugins are missingDenys Vlasenko2009-12-023-21/+33
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-debuginfo-install: better fix for incorrect passing double quotesDenys Vlasenko2009-12-011-5/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fixed executing of yum in abrt-debuginfo-installJiri Moskovcak2009-12-011-1/+1
| | | | | | - since some update it seems that the behavior of bash has changed and yum has been passed wrong arguments, so it couldn't find required debuginfo rpms
* fixes on top of AutoReportUIDs change. run testedDenys Vlasenko2009-11-303-33/+36
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* a few fixes in automatic reporterNikola Pajkovsky2009-11-302-6/+8
|
* Kerneloops are reported automaticky now when AutoReportUIDs = root is in ↵Nikola Pajkovsky2009-11-263-0/+74
| | | | | | Kerneloops.conf Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* hookCCpp: check total dump dir size and delete the largest/oldest oneDenys Vlasenko2009-11-264-67/+10
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* split libABRTdUtils from libABRTUtils. This makes hooks _much_ smaller.Denys Vlasenko2009-11-251-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* kerneloops use only one config. Kerneloops.confNikola Pajkovsky2009-11-231-1/+13
| | | | merge addon-kerneloops and plugin-kerneloopsreporter into one package
* fix small bug where we use value first and *then* check for its validityDenys Vlasenko2009-11-191-1/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>