Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | restore saving of backtrace broken by client->server security fix | Denys Vlasenko | 2010-01-21 | 1 | -45/+36 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | abrtd: fix Report() dbus call gaping security holes | Denys Vlasenko | 2010-01-21 | 1 | -137/+94 |
| | | | | | | We were blindly trusting the values passed to us Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | use get_crash_data_item_content() accessor more widely | Denys Vlasenko | 2010-01-20 | 1 | -2/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | split load_crash_data_from_debug_dump from DebugDumpToCrashReport | Denys Vlasenko | 2010-01-20 | 1 | -24/+29 |
| | | | | | | We will need it elsewhere later Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | use get_crash_data_item_content() more widely. -4k. | Denys Vlasenko | 2010-01-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | move all FILENAME_xxx defines to inc/CrashTypes.h | Denys Vlasenko | 2010-01-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | unify "crash data, "crash info" and "crash report" data types. they are the same | Denys Vlasenko | 2010-01-19 | 1 | -67/+71 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Eliminate ATT file type - use TXT or BIN | Denys Vlasenko | 2010-01-19 | 1 | -1/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: disable plugin loading/unloading through GUI. Document keyring a bit | Denys Vlasenko | 2010-01-13 | 1 | -1/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: assorted fixes prompted by security analysis; more to come | Denys Vlasenko | 2010-01-11 | 1 | -0/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | replace plugin enabling via EnabledPlugins by par-plugin Enabled = yes/no | Denys Vlasenko | 2010-01-10 | 1 | -9/+30 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | abrtd: preparatory patch for per-plugin "Enable" code | Denys Vlasenko | 2010-01-08 | 1 | -28/+24 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | change "python /path/to/script" code a bit: doesnt log false failures now | Denys Vlasenko | 2009-12-16 | 1 | -53/+67 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fix all instances of atoi() usage | Denys Vlasenko | 2009-12-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | move misplaced comment | Denys Vlasenko | 2009-12-15 | 1 | -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#109 | Jiri Moskovcak | 2009-12-15 | 1 | -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 | ||||
* | better logging of package and hash checks | Denys Vlasenko | 2009-12-14 | 1 | -11/+17 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | temporarily convert hyperlink-laden label to normal one (HL doesn't work) | Denys Vlasenko | 2009-12-11 | 1 | -0/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | abrt-cli: report success/failure of reporting. closes bug 71 | Denys Vlasenko | 2009-12-11 | 1 | -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 funcs | Denys Vlasenko | 2009-12-10 | 1 | -3/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: remove most of remaining const string& params | Denys Vlasenko | 2009-12-07 | 1 | -3/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | simplify code which deletes corrupted debug dumps; kill unused EXCEP_FATAL | Denys Vlasenko | 2009-12-04 | 1 | -24/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | SQLite3: string& -> char*, -8k in code size | Denys Vlasenko | 2009-12-03 | 1 | -1/+1 |
| | | | | | | Run tested Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | hopefully fix rhbz#541854: when we trim the dir, we must delete it from DB too | Denys Vlasenko | 2009-12-03 | 1 | -25/+38 |
| | | | | | | Also added a more robust code to resis SEGVing if directory doesn't exist. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fixes on top of AutoReportUIDs change. run tested | Denys Vlasenko | 2009-11-30 | 1 | -6/+4 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | a few fixes in automatic reporter | Nikola Pajkovsky | 2009-11-30 | 1 | -5/+7 |
| | |||||
* | Kerneloops are reported automaticky now when AutoReportUIDs = root is in ↵ | Nikola Pajkovsky | 2009-11-26 | 1 | -0/+49 |
| | | | | | | Kerneloops.conf Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | ||||
* | hookCCpp: check total dump dir size and delete the largest/oldest one | Denys Vlasenko | 2009-11-26 | 1 | -7/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fix small bug where we use value first and *then* check for its validity | Denys Vlasenko | 2009-11-19 | 1 | -1/+6 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | make BZ insert small text attachments inline; move text file detection code | Denys Vlasenko | 2009-11-19 | 1 | -46/+107 |
| | | | | | | Run-tested Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | continuing s/std::string&/char*/g | Denys Vlasenko | 2009-11-16 | 1 | -15/+15 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | add experimental saving of /var/log/Xorg*.log for X crashes | Denys Vlasenko | 2009-11-16 | 1 | -7/+16 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove unused version of SaveDebugDump() | Denys Vlasenko | 2009-11-09 | 1 | -7/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | make "InformAllUsers" crashes be recorded with UID=-1 in db | Denys Vlasenko | 2009-11-09 | 1 | -23/+33 |
| | | | | | | this makes them show up in GUI again Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | simplify logging a bit. warn_client() is gone, reuse error_msg() for it. | Denys Vlasenko | 2009-11-06 | 1 | -11/+9 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | make exception handling lighter | Denys Vlasenko | 2009-11-06 | 1 | -14/+12 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | mass replace of const string& params by const char* | Denys Vlasenko | 2009-11-06 | 1 | -83/+84 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | make the CheckReport() to ignore kerneloopses | Jiri Moskovcak | 2009-11-03 | 1 | -0/+5 |
| | |||||
* | lib/Plugins/CCpp: respect DebugInfoCacheMB setting | Denys Vlasenko | 2009-11-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Hack to fix the problem with daemon remembering the last used settings | Jiri Moskovcak | 2009-11-01 | 1 | -3/+6 |
| | |||||
* | lib/Plugins/Logger: much more sane dump format; fix misdetection of text files | Denys Vlasenko | 2009-10-30 | 1 | -1/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Normal user can see kerneloops and report it | Nikola Pajkovsky | 2009-10-29 | 1 | -0/+3 |
| | | | | Bugzilla memory leaks fix | ||||
* | abrtd: remove accesses to ~user/.abrt | Denys Vlasenko | 2009-10-22 | 1 | -17/+19 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | optimizations | Denys Vlasenko | 2009-10-22 | 1 | -5/+6 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Use defines instead of strings where possible. | Karel Klic | 2009-10-21 | 1 | -1/+1 |
| | |||||
* | *: add "force" param to CreateReport dbus call. If !0, regenerates backtrace | Denys Vlasenko | 2009-10-09 | 1 | -6/+8 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fixed savind comments and how to reproduce files | Zdenek Prikryl | 2009-09-21 | 1 | -17/+27 |
| | |||||
* | comments and how to reproduce are stored now | Nikola Pajkovsky | 2009-09-21 | 1 | -0/+29 |
| | |||||
* | convert a few string& params to char* | Denys Vlasenko | 2009-09-15 | 1 | -5/+5 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Fixed geting results from reporters | Zdenek Prikryl | 2009-09-11 | 1 | -5/+5 |
| |