summaryrefslogtreecommitdiffstats
path: root/src/Daemon/Daemon.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-2/+1
* abrtd: fix handling of dupes (weren't deleting dup's directory); better loggingDenys Vlasenko2010-02-051-19/+39
* use .new suffix on new crashdumps; strip it when crashdump is readyDenys Vlasenko2010-02-041-22/+25
* commentsKarel Klic2010-02-041-2/+3
* abrtd: proper fix to autostart problemDenys Vlasenko2010-01-271-9/+12
* abrtd: fix Report() dbus call gaping security holesDenys Vlasenko2010-01-211-6/+6
* use get_crash_data_item_content() accessor more widelyDenys Vlasenko2010-01-201-6/+6
* split load_crash_data_from_debug_dump from DebugDumpToCrashReportDenys Vlasenko2010-01-201-3/+3
* unify "crash data, "crash info" and "crash report" data types. they are the sameDenys Vlasenko2010-01-191-6/+6
* preparatory patch with trivial cleanupsDenys Vlasenko2010-01-191-1/+0
* GUI: make it so that even non-loaded plugins show up in "Plugins" dialogDenys Vlasenko2010-01-141-1/+2
* Fixing /var/cache/abrt/ permissions by allowing users to read, but not to cha...Karel Klic2010-01-121-7/+7
* *: assorted fixes prompted by security analysis; more to comeDenys Vlasenko2010-01-111-3/+5
* *: cast pids and uigs to long, not intDenys Vlasenko2010-01-111-2/+2
* replace plugin enabling via EnabledPlugins by par-plugin Enabled = yes/noDenys Vlasenko2010-01-101-7/+0
* abrtd: preparatory patch for per-plugin "Enable" codeDenys Vlasenko2010-01-081-1/+1
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-12-181-7/+12
|\
| * made s_signal_caught volatileDenys Vlasenko2009-12-171-1/+1
| * further robustification of signal handlerDenys Vlasenko2009-12-171-3/+7
| * remove unsafe log() from signal handlerDenys Vlasenko2009-12-171-1/+2
| * fix all instances of atoi() usageDenys Vlasenko2009-12-151-3/+3
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-12-141-6/+3
|\|
| * more "obviously correct" code for secure opening of /dev/nullDenys Vlasenko2009-12-141-6/+3
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-12-141-2/+8
|\|
| * abrtd: add comment about ccpp/abrtd raceDenys Vlasenko2009-12-101-0/+6
| * style fixes, no code changesDenys Vlasenko2009-12-101-1/+1
| * small fix on top of DeleteDebugDump changeDenys Vlasenko2009-12-041-1/+1
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-12-041-15/+1
|\|
| * simplify code which deletes corrupted debug dumps; kill unused EXCEP_FATALDenys Vlasenko2009-12-041-15/+1
* | Proper error message on chown failureKarel Klic2009-12-041-2/+2
|/
* rename CreateReport -> StartJob, GetJobResult -> CreateReportDenys Vlasenko2009-12-031-5/+5
* hopefully fix rhbz#541854: when we trim the dir, we must delete it from DB tooDenys Vlasenko2009-12-031-1/+2
* fix rhbz#518422: refuse to start if some required plugins are missingDenys Vlasenko2009-12-021-6/+18
* fixes on top of AutoReportUIDs change. run testedDenys Vlasenko2009-11-301-22/+28
* a few fixes in automatic reporterNikola Pajkovsky2009-11-301-1/+1
* Kerneloops are reported automaticky now when AutoReportUIDs = root is in Kern...Nikola Pajkovsky2009-11-261-0/+22
* hookCCpp: check total dump dir size and delete the largest/oldest oneDenys Vlasenko2009-11-261-52/+6
* whitespace cleanupsDenys Vlasenko2009-11-181-2/+2
* continuing s/std::string&/char*/gDenys Vlasenko2009-11-161-1/+1
* Daemon properly checks /var/cache/abrt attributesKarel Klic2009-11-121-17/+19
* remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-101-5/+6
* make "InformAllUsers" crashes be recorded with UID=-1 in dbDenys Vlasenko2009-11-091-13/+0
* simplify logging a bit. warn_client() is gone, reuse error_msg() for it.Denys Vlasenko2009-11-061-1/+1
* make exception handling lighterDenys Vlasenko2009-11-061-2/+2
* mass replace of const string& params by const char*Denys Vlasenko2009-11-061-16/+21
* InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp.Denys Vlasenko2009-11-051-27/+23
* abrtd: call res_init() if /etc/resolv.conf or friends were changedDenys Vlasenko2009-11-041-0/+30
* lib/Plugins/Bugzilla: sanitize xmlrpc init; fix bug where ssl_verify=1 alwaysDenys Vlasenko2009-11-031-2/+11
* kerneloop has uid = -1 newNikola Pajkovsky2009-11-031-4/+2
* abrtd: fix bad interaction with -T SEC code and !-dDenys Vlasenko2009-11-021-4/+11