Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bz reporter: s/uuid/duphash; more understandable message; simplify result ↵ | Denys Vlasenko | 2010-03-18 | 3 | -102/+94 |
| | | | | | | | str generation; fix indentation Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Acked-by: Jiri Moskovcak <jmoskovc@redhat.com> | ||||
* | Kerneloops: use 1st line of oops as REASON. Closes rhbz#574196. | Denys Vlasenko | 2010-03-17 | 1 | -0/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Kerneloops: fix a case when we file an oops w/o backtrace | Denys Vlasenko | 2010-03-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | don't read syslog if it didn't change | Jiri Moskovcak | 2010-03-15 | 2 | -3/+14 |
| | |||||
* | Define PLUGINS_CONF_DIR in Bugzilla plugin | Karel Klic | 2010-03-15 | 1 | -1/+3 |
| | |||||
* | added full path to Bugzilla.conf in error message | Jiri Moskovcak | 2010-03-13 | 1 | -1/+1 |
| | |||||
* | improve syslog file detection. closes bz#565983 | Denys Vlasenko | 2010-03-05 | 1 | -22/+17 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | add arch, package and release in comment | Nikola Pajkovsky | 2010-03-05 | 1 | -1/+10 |
| | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | ||||
* | use FILENAME_BACKTRACE for oops text too | Denys Vlasenko | 2010-03-05 | 4 | -4/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | add ProcessUnpackaged option to abrt.conf | Denys Vlasenko | 2010-03-05 | 4 | -23/+24 |
| | | | | | | Based on patch by Pekka Pietikainen <pp@ee.oulu.fi> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | add forgotten iterator++ in code which deletes records in REPRESULT table | Denys Vlasenko | 2010-03-05 | 1 | -0/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: UID:UUID -> crash_id conversion | Denys Vlasenko | 2010-03-04 | 11 | -163/+191 |
| | | | | | | | | | | | | | | | | | | | 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> | ||||
* | fixed window icons for plugin config windows | Jiri Moskovcak | 2010-03-03 | 6 | -6/+6 |
| | |||||
* | save reporters' results to abrt_vNN_reportresult table too | Denys Vlasenko | 2010-03-02 | 3 | -5/+44 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fix format security error | Frederic Crozat | 2010-03-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | ||||
* | bump SQL table version to 3; add abrt_v3_reportresult table | Denys Vlasenko | 2010-03-01 | 1 | -83/+121 |
| | | | | | | | | | ...also reworked version update logic a bit. Version 0 is no longer supported. Plugged a leak in check_table() - added sqlite3_free_table() Signed-off-by: Denys Vlasenko <vda.linux@googlemail.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> | ||||
* | bad logic in call function | Nikola Pajkovsky | 2010-02-25 | 1 | -9/+7 |
| | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | ||||
* | Bugzilla: fix a few memory leaks | Denys Vlasenko | 2010-02-24 | 1 | -97/+87 |
| | | | | | | | | | | | * env leaks * bug_info leaks * result leaks * potential type mismatches in variadic function calls * removed comment: // The only way this can fail is if 'bugs_member' is not actually an array XML-RPC value. So it is usually not worth checking 'env'. * typo fixes etc Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | partial fix for bz#565983 | Denys Vlasenko | 2010-02-23 | 1 | -2/+5 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | simplify kerneloops/dumpoops a bit | Denys Vlasenko | 2010-02-23 | 2 | -122/+101 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | cli: add support for "--report @N" and "--report PARTIAL_UUID" | Denys Vlasenko | 2010-02-23 | 1 | -0/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Kerneloops: be more specific looking for "WARNING:" string | Denys Vlasenko | 2010-02-22 | 1 | -2/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Kerneloops: make hashing more likely to produce same hash on different oopses | Denys Vlasenko | 2010-02-22 | 1 | -10/+73 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove unused variable | Denys Vlasenko | 2010-02-22 | 1 | -2/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | make abrt work with the latest kernels (>= 2.6.33) | Jiri Moskovcak | 2010-02-18 | 2 | -0/+44 |
| | |||||
* | fix my goof in cmdline escaping | Denys Vlasenko | 2010-02-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lib/Utils/abrt_dbus: utf8-sanitize all strings in dbus messages (fixes #565876) | Denys Vlasenko | 2010-02-17 | 1 | -1/+97 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Nikola Pajkovsky | 2010-02-17 | 1 | -0/+1 |
|\ | |||||
| * | added enabled=yes to ticketuploader.conf | Jiri Moskovcak | 2010-02-17 | 1 | -0/+1 |
| | | |||||
* | | simplification xmlrpc_client_call() | Nikola Pajkovsky | 2010-02-16 | 1 | -99/+62 |
|/ | |||||
* | license fix | Nikola Pajkovsky | 2010-02-16 | 8 | -95/+125 |
| | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | ||||
* | xmlrpc_DECREF(NULL) fix, clean source and show status of bug | Nikola Pajkovsky | 2010-02-16 | 1 | -289/+195 |
| | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | ||||
* | Merge branch 'master' into bugzilla | Nikola Pajkovsky | 2010-02-15 | 8 | -20/+142 |
|\ | |||||
| * | re-enabled kerneloops after bad merge | Jiri Moskovcak | 2010-02-12 | 1 | -9/+21 |
| | | |||||
| * | Better comment for LoadPluginSettings | Karel Klic | 2010-02-12 | 1 | -1/+3 |
| | | |||||
| * | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | Karel Klic | 2010-02-12 | 1 | -1/+1 |
| |\ | |||||
| | * | 1 -> yes, to be coherent in config files | Jiri Moskovcak | 2010-02-12 | 1 | -1/+1 |
| | | | |||||
| * | | Move LoadPluginSettings to the shared utils library. Add parameter ↵ | Karel Klic | 2010-02-12 | 2 | -1/+84 |
| | | | | | | | | | | | | skipKeysWithoutValue. | ||||
| * | | get_home_dir uses uid_t for the uid | Karel Klic | 2010-02-12 | 1 | -1/+1 |
| |/ | |||||
| * | fix big-endian build problem | Denys Vlasenko | 2010-02-09 | 1 | -5/+12 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | Python analyzer: make hashing bug-for-bug compatible :] | Denys Vlasenko | 2010-02-09 | 1 | -2/+21 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | remove FILENAME_UUID | Denys Vlasenko | 2010-02-08 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | remove debug message | Nikola Pajkovsky | 2010-02-09 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | ||||
* | | new bugzilla insides, add comment and reproduce when it's filled and not ↵ | Nikola Pajkovsky | 2010-02-08 | 4 | -249/+629 |
|/ | | | | CLOSED, hopping when bug is CLOSED as DUPLICATE | ||||
* | python hook: move UUID generation to abrtd; generate REASON, add it to bz title | Denys Vlasenko | 2010-02-08 | 4 | -10/+501 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | make "reason" field less verbose; bz reporter: include it in "summary" | Denys Vlasenko | 2010-02-08 | 1 | -0/+6 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | stupid whitespace fix | Denys Vlasenko | 2010-02-07 | 2 | -2/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | forgot to add lib/Utils/numtoa.cpp | Denys Vlasenko | 2010-02-07 | 1 | -0/+34 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: remove all usages of C++ streams (-10k in code size) | Denys Vlasenko | 2010-02-07 | 48 | -100/+361 |
| | | | | | | Also add copyright banners to all files which were missing them Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |