Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: UID:UUID -> crash_id conversion | Denys Vlasenko | 2010-03-04 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | This fixes at least three instances where we did not check whether user is even allowed to report or delete a crash. Also fixes a few cases when root might inadvertently act on (e.g. delete) mote than one crash. Renamed FILENAME_UID to CD_UID - makes more sense this way. Added COL_INFORMALL and CD_INFORMALL. Nuked UID == -1 hacks. Renamed getReport() to start_job on Python side. Dropped a few unused parameters from server -> client dbus signals. Fixed CLI's way of reverencing crashes (see updated help text). Run-tested (GUI and CLI). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Acked-by: Nikola Pajkovsky <npajkovs@redhat.com> | ||||
* | ccpp analyser: add registers and disasm to gdb commands (bz#568686) | Denys Vlasenko | 2010-02-26 | 1 | -3/+7 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | make abrt work with the latest kernels (>= 2.6.33) | Jiri Moskovcak | 2010-02-18 | 1 | -0/+43 |
| | |||||
* | *: remove all usages of C++ streams (-10k in code size) | Denys Vlasenko | 2010-02-07 | 1 | -25/+21 |
| | | | | | | Also add copyright banners to all files which were missing them Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | CCpp analyzer: fix rhbz#552435 (bt rating misinterpreting # chars) | Denys Vlasenko | 2010-02-05 | 1 | -9/+25 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | use .new suffix on new crashdumps; strip it when crashdump is ready | Denys Vlasenko | 2010-02-04 | 1 | -2/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | CCpp analyzer: change duphash calculation to group minor versions together | Denys Vlasenko | 2010-02-03 | 1 | -1/+31 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | CCpp analyzer: print __glib_assert_msg (rhbz#549735); limit backtrace size | Denys Vlasenko | 2010-02-03 | 1 | -8/+35 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fixed premature exit from set_limit() | Jiri Moskovcak | 2010-02-02 | 1 | -10/+6 |
| | | | | | - don't exit if we find corelimit > 0 and don't exit if we can't write new limits | ||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2010-02-02 | 1 | -26/+7 |
|\ | |||||
| * | CCpp plugin: add forgotten closedir() | Denys Vlasenko | 2010-02-02 | 1 | -26/+7 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | CCpp: give up settings limits on the first failure | Jiri Moskovcak | 2010-02-02 | 1 | -0/+8 |
|/ | |||||
* | merge conflict | Jiri Moskovcak | 2010-02-02 | 1 | -0/+90 |
| | |||||
* | CCpp: explain why we give "file BINRY_NAME" to gdb. | Denys Vlasenko | 2010-02-01 | 1 | -1/+14 |
| | | | | 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 | -3/+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> | ||||
* | move all FILENAME_xxx defines to inc/CrashTypes.h | Denys Vlasenko | 2010-01-19 | 1 | -5/+1 |
| | | | | 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 | -3/+6 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Better error messages for abrt-backtrace execution | Karel Klic | 2010-01-13 | 1 | -3/+19 |
| | |||||
* | *: remove nss dependencies | Denys Vlasenko | 2010-01-11 | 1 | -7/+6 |
| | | | | 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 | 1 | -3/+29 |
| | | | | 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 | 1 | -3/+9 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: misc fixes | Denys Vlasenko | 2010-01-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: cast pids and uigs to long, not int | Denys Vlasenko | 2010-01-11 | 1 | -1/+1 |
| | | | | 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 | 1 | -48/+22 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ccpp: add a possibility to disable backtrace generation | Denys Vlasenko | 2010-01-07 | 1 | -64/+83 |
| | | | | | | + 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 | 1 | -1/+2 |
| | | | | 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> | ||||
* | fix all instances of atoi() usage | Denys Vlasenko | 2009-12-15 | 1 | -5/+5 |
| | | | | 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> | ||||
* | abrt-debuginfo-install: better logging | Denys Vlasenko | 2009-12-14 | 1 | -3/+16 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | a bit less verbose and more consistent log messages | Denys Vlasenko | 2009-12-14 | 1 | -4/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | add paranoia checks on setuid/setgid | Denys Vlasenko | 2009-12-14 | 1 | -22/+11 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | more "obviously correct" code for secure opening of /dev/null | Denys Vlasenko | 2009-12-14 | 1 | -8/+2 |
| | | | | | | Old code is not broken, new one merely looks "more obviously correct". 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> | ||||
* | 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> | ||||
* | CCpp: removing useless and annoying "Starting report creation" | Denys Vlasenko | 2009-12-09 | 1 | -2/+0 |
| | | | | 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> | ||||
* | whitespace cleanup | Denys Vlasenko | 2009-12-03 | 1 | -11/+11 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | abrt-backtrace called with bt file path | Karel Klic | 2009-12-03 | 1 | -24/+8 |
| | |||||
* | 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: moved the "Debuginfo absent" messsage to the end of the backtrace | Jiri Moskovcak | 2009-11-27 | 1 | -1/+1 |
| | |||||
* | 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> | ||||
* | 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 | 1 | -60/+87 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |