Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added "Enabled = yes" to all plugin's config files | Jiri Moskovcak | 2010-01-13 | 6 | -1/+7 | |
| | ||||||
* | Merge branch 'bugzilla' | Nikola Pajkovsky | 2010-01-13 | 3 | -43/+142 | |
|\ | ||||||
| * | fix memory leaks in catcut plugin | Nikola Pajkovsky | 2010-01-13 | 2 | -0/+4 | |
| | | ||||||
| * | fix memory leaks in bugzilla | Nikola Pajkovsky | 2010-01-13 | 2 | -43/+138 | |
| | | ||||||
* | | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2010-01-13 | 1 | -3/+19 | |
|\ \ | ||||||
| * | | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Karel Klic | 2010-01-13 | 1 | -2/+2 | |
| |\| | ||||||
| * | | Better error messages for abrt-backtrace execution | Karel Klic | 2010-01-13 | 1 | -3/+19 | |
| | | | ||||||
* | | | re-enable GetPluginSettings in TicketUploader | Jiri Moskovcak | 2010-01-13 | 2 | -16/+14 | |
| |/ |/| | | | | | | | | | - we need this method to get defaults stored in TicketUploader.conf, this methods can be removed once we implement the tool to edit the config files | |||||
* | | src/Hooks/CCpp.cpp -> src/Hooks/abrt_hook_ccpp.cpp | Denys Vlasenko | 2010-01-12 | 1 | -2/+2 | |
|/ | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Kerneloops: we require commandline for every crash, save dummy one for oopses | Denys Vlasenko | 2010-01-11 | 1 | -7/+8 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | *: remove nss dependencies | Denys Vlasenko | 2010-01-11 | 3 | -11/+11 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | CCpp: use our own sha1 implementation (less pain with nss libs) | Denys Vlasenko | 2010-01-11 | 4 | -4/+274 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | DebugDump: more consistent logic in setting mode and uid:gid on dump dir | Denys Vlasenko | 2010-01-11 | 1 | -0/+2 | |
| | | | | | | | | 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 | 8 | -55/+49 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | *: misc fixes | Denys Vlasenko | 2010-01-11 | 3 | -15/+11 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | *: cast pids and uigs to long, not int | Denys Vlasenko | 2010-01-11 | 2 | -2/+2 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | SOSreport/TicketUploader: use more restrictive file modes | Denys Vlasenko | 2010-01-11 | 2 | -2/+3 | |
| | | | | 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 | 3 | -73/+33 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | SQLite3: check for SQL injection | Denys Vlasenko | 2010-01-11 | 1 | -0/+58 | |
| | | | | 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 | 2 | -0/+2 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | ccpp: add a possibility to disable backtrace generation | Denys Vlasenko | 2010-01-07 | 7 | -72/+106 | |
| | | | | | | + assorted minor tweaks Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | abrtd: limit the number of frames in backtrace to 3000 | Denys Vlasenko | 2010-01-05 | 2 | -2/+4 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | abrt-backtrace --remove-noncrash-frames also from CCpp plugin | Karel Klic | 2009-12-18 | 1 | -3/+4 | |
| | ||||||
* | src/Hooks/CCpp.cpp: use and honour %c (core limit size). | Denys Vlasenko | 2009-12-16 | 1 | -1/+1 | |
| | | | | | | | Makes MakeCompatCore = yes much more frielndly - now users with ulimit -c 0 won't get unwanted coredumps. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | lib/Plugins/CCpp.cpp: save gdb error messages too | Denys Vlasenko | 2009-12-16 | 1 | -9/+12 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | prevent destructors from throwing exceptions; check curl_easy_init errors | Denys Vlasenko | 2009-12-16 | 5 | -23/+19 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | fix all instances of atoi() usage | Denys Vlasenko | 2009-12-15 | 7 | -18/+18 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | SQLite3: log db filename on open error | Denys Vlasenko | 2009-12-15 | 1 | -2/+2 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | abrt-debuginfo-install stderr is also redirected to parent | Denys Vlasenko | 2009-12-15 | 1 | -4/+2 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Kerneloops.conf: better comments | Denys Vlasenko | 2009-12-15 | 1 | -9/+11 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | abrt-debuginfo-install: better logging | Denys Vlasenko | 2009-12-14 | 1 | -3/+16 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | another log message tweak | Denys Vlasenko | 2009-12-14 | 1 | -1/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | a bit less verbose and more consistent log messages | Denys Vlasenko | 2009-12-14 | 3 | -12/+6 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | 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> |