summaryrefslogtreecommitdiffstats
path: root/src/Daemon/MiddleWare.cpp
Commit message (Expand)AuthorAgeFilesLines
* SOSreport: make it avoid double runs; add forced regeneration; upd PLUGINS-HOWTODenys Vlasenko2010-01-261-7/+7
* attribute SEGVs in perl to script's package, like we already do for pythonDenys Vlasenko2010-01-251-4/+5
* fix previous commitDenys Vlasenko2010-01-221-1/+1
* remove unused getuidbynameDenys Vlasenko2010-01-221-7/+5
* restore saving of backtrace broken by client->server security fixDenys Vlasenko2010-01-211-45/+36
* abrtd: fix Report() dbus call gaping security holesDenys Vlasenko2010-01-211-137/+94
* use get_crash_data_item_content() accessor more widelyDenys Vlasenko2010-01-201-2/+1
* split load_crash_data_from_debug_dump from DebugDumpToCrashReportDenys Vlasenko2010-01-201-24/+29
* use get_crash_data_item_content() more widely. -4k.Denys Vlasenko2010-01-191-4/+4
* move all FILENAME_xxx defines to inc/CrashTypes.hDenys Vlasenko2010-01-191-2/+2
* unify "crash data, "crash info" and "crash report" data types. they are the sameDenys Vlasenko2010-01-191-67/+71
* Eliminate ATT file type - use TXT or BINDenys Vlasenko2010-01-191-1/+3
* *: disable plugin loading/unloading through GUI. Document keyring a bitDenys Vlasenko2010-01-131-1/+3
* *: assorted fixes prompted by security analysis; more to comeDenys Vlasenko2010-01-111-0/+2
* replace plugin enabling via EnabledPlugins by par-plugin Enabled = yes/noDenys Vlasenko2010-01-101-9/+30
* abrtd: preparatory patch for per-plugin "Enable" codeDenys Vlasenko2010-01-081-28/+24
* change "python /path/to/script" code a bit: doesnt log false failures nowDenys Vlasenko2009-12-161-53/+67
* fix all instances of atoi() usageDenys Vlasenko2009-12-151-1/+1
* move misplaced commentDenys Vlasenko2009-12-151-9/+10
* don't blame python for every crash in /usr/bin/python rhbz#533521 trac#109Jiri Moskovcak2009-12-151-1/+49
* better logging of package and hash checksDenys Vlasenko2009-12-141-11/+17
* temporarily convert hyperlink-laden label to normal one (HL doesn't work)Denys Vlasenko2009-12-111-0/+2
* abrt-cli: report success/failure of reporting. closes bug 71Denys Vlasenko2009-12-111-4/+4
* remove one case when we write data needlessly; remove 2 unused funcsDenys Vlasenko2009-12-101-3/+3
* *: remove most of remaining const string& paramsDenys Vlasenko2009-12-071-3/+3
* simplify code which deletes corrupted debug dumps; kill unused EXCEP_FATALDenys Vlasenko2009-12-041-24/+0
* SQLite3: string& -> char*, -8k in code sizeDenys Vlasenko2009-12-031-1/+1
* hopefully fix rhbz#541854: when we trim the dir, we must delete it from DB tooDenys Vlasenko2009-12-031-25/+38
* fixes on top of AutoReportUIDs change. run testedDenys Vlasenko2009-11-301-6/+4
* a few fixes in automatic reporterNikola Pajkovsky2009-11-301-5/+7
* Kerneloops are reported automaticky now when AutoReportUIDs = root is in Kern...Nikola Pajkovsky2009-11-261-0/+49
* hookCCpp: check total dump dir size and delete the largest/oldest oneDenys Vlasenko2009-11-261-7/+0
* fix small bug where we use value first and *then* check for its validityDenys Vlasenko2009-11-191-1/+6
* make BZ insert small text attachments inline; move text file detection codeDenys Vlasenko2009-11-191-46/+107
* continuing s/std::string&/char*/gDenys Vlasenko2009-11-161-15/+15
* add experimental saving of /var/log/Xorg*.log for X crashesDenys Vlasenko2009-11-161-7/+16
* remove unused version of SaveDebugDump()Denys Vlasenko2009-11-091-7/+0
* make "InformAllUsers" crashes be recorded with UID=-1 in dbDenys Vlasenko2009-11-091-23/+33
* simplify logging a bit. warn_client() is gone, reuse error_msg() for it.Denys Vlasenko2009-11-061-11/+9
* make exception handling lighterDenys Vlasenko2009-11-061-14/+12
* mass replace of const string& params by const char*Denys Vlasenko2009-11-061-83/+84
* make the CheckReport() to ignore kerneloopsesJiri Moskovcak2009-11-031-0/+5
* lib/Plugins/CCpp: respect DebugInfoCacheMB settingDenys Vlasenko2009-11-021-2/+2
* Hack to fix the problem with daemon remembering the last used settingsJiri Moskovcak2009-11-011-3/+6
* lib/Plugins/Logger: much more sane dump format; fix misdetection of text filesDenys Vlasenko2009-10-301-1/+3
* Normal user can see kerneloops and report itNikola Pajkovsky2009-10-291-0/+3
* abrtd: remove accesses to ~user/.abrtDenys Vlasenko2009-10-221-17/+19
* optimizationsDenys Vlasenko2009-10-221-5/+6
* Use defines instead of strings where possible.Karel Klic2009-10-211-1/+1
* *: add "force" param to CreateReport dbus call. If !0, regenerates backtraceDenys Vlasenko2009-10-091-6/+8