Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix bz description text disrupted by recent dbus security fix | Denys Vlasenko | 2010-01-21 | 1 | -30/+65 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | TicketUploader and FileTransfer plugins: fixes after a round of testing | Denys Vlasenko | 2010-01-21 | 1 | -1/+1 |
| | | | | | | | for one, FileTransfer now would not use current dir as a storage for temp files. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | restore saving of backtrace broken by client->server security fix | Denys Vlasenko | 2010-01-21 | 1 | -12/+35 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | abrtd: fix Report() dbus call gaping security holes | Denys Vlasenko | 2010-01-21 | 3 | -14/+62 |
| | | | | | | We were blindly trusting the values passed to us Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | move all FILENAME_xxx defines to inc/CrashTypes.h | Denys Vlasenko | 2010-01-19 | 2 | -20/+1 |
| | | | | 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 | 7 | -28/+90 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Eliminate ATT file type - use TXT or BIN | Denys Vlasenko | 2010-01-19 | 1 | -36/+32 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | CCpp analyzer: display __abort_msg in backtrace. closes rhbz#549735 | Denys Vlasenko | 2010-01-18 | 1 | -16/+20 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Merge branch 'bugzilla' | Nikola Pajkovsky | 2010-01-13 | 2 | -3/+15 |
|\ | |||||
| * | fix memory leaks in bugzilla | Nikola Pajkovsky | 2010-01-13 | 2 | -3/+15 |
| | | |||||
* | | remeove timeout when authorization is done | Jiri Moskovcak | 2010-01-13 | 1 | -2/+2 |
|/ | |||||
* | Fixing /var/cache/abrt/ permissions by allowing users to read, but not to ↵ | Karel Klic | 2010-01-12 | 1 | -20/+31 |
| | | | | change their crash data. Adds abrt user, changes abrt-hook-python to use suid instead of sgid bit (uid=abrt), sets /var/cache/abrt and every dump subdirectory to be owned by abrt user. Read access for users and their own crashes is provided by group (/var/cache/abrt/ccpp-xxxx-xx has user's group). | ||||
* | DebugDump: more consistent logic in setting mode and uid:gid on dump dir | Denys Vlasenko | 2010-01-11 | 3 | -18/+69 |
| | | | | | | | | With comments! yay. Before it, too restrictive mode was preventing python craches to be handled. Signed-off-by: Karel Klic <kklic@redhat.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: assorted fixes prompted by security analysis; more to come | Denys Vlasenko | 2010-01-11 | 4 | -3/+7 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: misc fixes | Denys Vlasenko | 2010-01-11 | 5 | -10/+22 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: cast pids and uigs to long, not int | Denys Vlasenko | 2010-01-11 | 3 | -7/+7 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | SOSreport/TicketUploader: use more restrictive file modes | Denys Vlasenko | 2010-01-11 | 1 | -2/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | RunApp: safer chdir. Overhauled "sparn a child and get its output" in general | Denys Vlasenko | 2010-01-11 | 4 | -31/+128 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | DebugDump: use more restrictive modes | Denys Vlasenko | 2010-01-11 | 1 | -3/+14 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ccpp: add a possibility to disable backtrace generation | Denys Vlasenko | 2010-01-07 | 1 | -1/+0 |
| | | | | | | + assorted minor tweaks Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | moved get_cmdline() and daemon_is_ok() to abrtlib | Karel Klic | 2009-12-18 | 2 | -0/+140 |
| | |||||
* | prevent destructors from throwing exceptions; check curl_easy_init errors | Denys Vlasenko | 2009-12-16 | 4 | -2/+31 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fix all instances of atoi() usage | Denys Vlasenko | 2009-12-15 | 3 | -1/+52 |
| | | | | 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 | -0/+2 |
| | | | | | | - 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 | ||||
* | add paranoia checks on setuid/setgid | Denys Vlasenko | 2009-12-14 | 1 | -0/+12 |
| | | | | 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 | -0/+1 |
| | | | | | | 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 | -10/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | dbus lib: fix parsing of 0-element arrays. Fixes bug 95 | Denys Vlasenko | 2009-12-10 | 1 | -10/+12 |
| | | | | | | See https://fedorahosted.org/abrt/ticket/95 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | abrtd: add comment about ccpp/abrtd race | Denys Vlasenko | 2009-12-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | style fixes, no code changes | Denys Vlasenko | 2009-12-10 | 2 | -4/+4 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: remove most of remaining const string& params | Denys Vlasenko | 2009-12-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove std::string usage from class CABRTException. | Denys Vlasenko | 2009-12-06 | 4 | -15/+31 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | SQLite3: string& -> char*, -8k in code size | Denys Vlasenko | 2009-12-03 | 2 | -35/+28 |
| | | | | | | 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 | -17/+10 |
| | | | | | | Also added a more robust code to resis SEGVing if directory doesn't exist. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | build fixes | Jiri Moskovcak | 2009-12-03 | 1 | -4/+5 |
| | |||||
* | fixes on top of AutoReportUIDs change. run tested | Denys Vlasenko | 2009-11-30 | 2 | -7/+5 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | a few fixes in automatic reporter | Nikola Pajkovsky | 2009-11-30 | 1 | -1/+1 |
| | |||||
* | Kerneloops are reported automaticky now when AutoReportUIDs = root is in ↵ | Nikola Pajkovsky | 2009-11-26 | 2 | -0/+13 |
| | | | | | | 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 | 4 | -21/+142 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | split libABRTdUtils from libABRTUtils. This makes hooks _much_ smaller. | Denys Vlasenko | 2009-11-25 | 1 | -5/+24 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | bump text size threshold 1k -> 2k | Denys Vlasenko | 2009-11-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | forgotten comma | Denys Vlasenko | 2009-11-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fix small bug in plugin loading code | Denys Vlasenko | 2009-11-19 | 1 | -0/+1 |
| | | | | 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 | 3 | -99/+32 |
| | | | | | | Run-tested Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | move Catcut's description generation to lib/Utils/make_descr.cpp | Denys Vlasenko | 2009-11-19 | 2 | -4/+76 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | whitespace cleanups | Denys Vlasenko | 2009-11-18 | 2 | -2/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | add support for \" escaping in config file | Denys Vlasenko | 2009-11-18 | 1 | -8/+17 |
| | | | | 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 | -4/+4 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | disable compilation of the rest of socket code | Denys Vlasenko | 2009-11-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | SOSreport.cpp: __gnu_cxx::stdio_filebuf<char> is +8k in code, thanks but no | Denys Vlasenko | 2009-11-12 | 3 | -2/+33 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |