Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add paranoia checks on setuid/setgid | Denys Vlasenko | 2009-12-14 | 3 | -37/+19 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | more "obviously correct" code for secure opening of /dev/null | Denys Vlasenko | 2009-12-14 | 2 | -14/+4 |
| | | | | | | Old code is not broken, new one merely looks "more obviously correct". Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | get rid of ugly sleep call inside while() | Denys Vlasenko | 2009-12-14 | 3 | -14/+21 |
| | | | | 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 | -1/+1 |
| | | | | 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 | -2/+2 |
| | | | | | | See https://fedorahosted.org/abrt/ticket/71 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | abrtd: log debuginfo install messages only with -v | Denys Vlasenko | 2009-12-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | style fixes, no code changes | Denys Vlasenko | 2009-12-10 | 3 | -5/+5 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fix incorrect wording | Denys Vlasenko | 2009-12-09 | 1 | -1/+6 |
| | | | | | | | | | This looked wrong: "This crash has been reported, you can find the report(s) at: Kernel oops report was uploaded." Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | CCpp analyzer: added "info sharedlib" (https://fedorahosted.org/abrt/ticket/90) | Denys Vlasenko | 2009-12-09 | 1 | -2/+4 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-12-09 | 2 | -4/+0 |
|\ | |||||
| * | CCpp: removing useless and annoying "Starting report creation" | Denys Vlasenko | 2009-12-09 | 2 | -4/+0 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | added link to bugzilla new account page to Bugzilla config dialog | Jiri Moskovcak | 2009-12-09 | 1 | -2/+13 |
|/ | |||||
* | PyHook: better logic for checking if abrtd is running rhbz#539987 | Jiri Moskovcak | 2009-12-07 | 1 | -16/+0 |
| | |||||
* | kerneloops: fix the linux kernel version identification 2nd try. | Anton Arapov | 2009-12-07 | 1 | -1/+1 |
| | | | | | | change copypasted strchrnul() to strchr()... so that it will work. Credits to Denys. | ||||
* | kerneloops: fix the linux kernel version identification | Anton Arapov | 2009-12-07 | 1 | -1/+3 |
| | | | | version string can and by ')' in some of the reports | ||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-12-07 | 12 | -15/+18 |
|\ | |||||
| * | *: remove most of remaining const string& params | Denys Vlasenko | 2009-12-07 | 12 | -15/+18 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | GUI: more fixes by rrakus@redhat.com | Jiri Moskovcak | 2009-12-07 | 6 | -513/+642 |
|/ | |||||
* | remove std::string usage from class CABRTException. | Denys Vlasenko | 2009-12-06 | 9 | -24/+22 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | do not send "MISSING:" over dbus; clarify a message in debuginfo installer | Denys Vlasenko | 2009-12-04 | 1 | -0/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | GUI: gui fixes from rrakus@redhat.com | Jiri Moskovcak | 2009-12-04 | 1 | -40/+17 |
| | |||||
* | SQLite3: fix leak on error path; log SQL cmd and results on -vv | Denys Vlasenko | 2009-12-04 | 1 | -5/+9 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | whitespace cleanup | Denys Vlasenko | 2009-12-03 | 2 | -12/+12 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | SQLite3: string& -> char*, -8k in code size | Denys Vlasenko | 2009-12-03 | 2 | -180/+187 |
| | | | | | | 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 | 2 | -143/+168 |
| | | | | | | Also added a more robust code to resis SEGVing if directory doesn't exist. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | abrt-backtrace called with bt file path | Karel Klic | 2009-12-03 | 1 | -24/+8 |
| | |||||
* | build fixes | Jiri Moskovcak | 2009-12-03 | 1 | -1/+4 |
| | |||||
* | Comment out a debug message. | Karel Klic | 2009-12-02 | 1 | -0/+2 |
| | |||||
* | ccpp hook runs abrt-backtrace to get independent backtraces | Karel Klic | 2009-12-02 | 1 | -125/+91 |
| | |||||
* | Removed unused code (it's stored in git), ExecVP returns status integer, ↵ | Karel Klic | 2009-12-02 | 1 | -212/+21 |
| | | | | break some too long lines, +emacs formatting options | ||||
* | ccpp hook: reanme it, and add "crash storm protection" (see rhbz#542003) | Denys Vlasenko | 2009-11-30 | 1 | -2/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Hooks/CCpp.cpp: add MakeCompatCore = yes/no directive. Fixes rhbz#541707 | Denys Vlasenko | 2009-11-27 | 1 | -3/+8 |
| | | | | | | Run tested Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | CCpp: moved the "Debuginfo absent" messsage to the end of the backtrace | Jiri Moskovcak | 2009-11-27 | 1 | -1/+1 |
| | |||||
* | Kerneloops are reported automaticky now when AutoReportUIDs = root is in ↵ | Nikola Pajkovsky | 2009-11-26 | 2 | -1/+3 |
| | | | | | | Kerneloops.conf Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | ||||
* | closing rhbz#541459: "remove word 'detected' from description" | Denys Vlasenko | 2009-11-26 | 2 | -11/+11 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | kerneloops use only one config. Kerneloops.conf | Nikola Pajkovsky | 2009-11-23 | 4 | -11/+11 |
| | | | | merge addon-kerneloops and plugin-kerneloopsreporter into one package | ||||
* | include RIP/RIP lines in oops reports | Denys Vlasenko | 2009-11-20 | 1 | -92/+68 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fix a case where we don't process a crash if uid has no user record | Denys Vlasenko | 2009-11-20 | 1 | -4/+5 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Delete kerneloops fix. | Karel Klic | 2009-11-20 | 1 | -2/+2 |
| | |||||
* | include more info into oops (we were losing the stack dump) | Denys Vlasenko | 2009-11-19 | 1 | -95/+101 |
| | | | | 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 | 2 | -15/+11 |
| | | | | | | 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 | 1 | -56/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | include abrt version in bug descriptions | Denys Vlasenko | 2009-11-18 | 3 | -3/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ccpp: deal with const string& params; fix a bug in GetIndependentBuildIdPC | Denys Vlasenko | 2009-11-18 | 1 | -30/+26 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lib/Plugins/CCpp.cpp: forgotten chunks | Denys Vlasenko | 2009-11-18 | 1 | -5/+5 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ccpp hook: implemented ReadonlyLocalDebugInfoDirs directive | Denys Vlasenko | 2009-11-18 | 3 | -60/+93 |
| | | | | 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 | -1/+3 |
| | | | | 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/+25 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | minor spec file fix, disabled compiling of firefox analyzer | Jiri Moskovcak | 2009-11-16 | 1 | -11/+11 |
| |