summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* improve syslog file detection. closes bz#565983Denys Vlasenko2010-03-051-22/+17
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add arch, package and release in commentNikola Pajkovsky2010-03-051-1/+10
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* use FILENAME_BACKTRACE for oops text tooDenys Vlasenko2010-03-054-4/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add ProcessUnpackaged option to abrt.confDenys Vlasenko2010-03-054-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 tableDenys Vlasenko2010-03-051-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: UID:UUID -> crash_id conversionDenys Vlasenko2010-03-0411-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 windowsJiri Moskovcak2010-03-036-6/+6
|
* save reporters' results to abrt_vNN_reportresult table tooDenys Vlasenko2010-03-023-5/+44
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix format security errorFrederic Crozat2010-03-021-2/+2
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* bump SQL table version to 3; add abrt_v3_reportresult tableDenys Vlasenko2010-03-011-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 Vlasenko2010-02-261-3/+7
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* bad logic in call functionNikola Pajkovsky2010-02-251-9/+7
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Bugzilla: fix a few memory leaksDenys Vlasenko2010-02-241-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#565983Denys Vlasenko2010-02-231-2/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* simplify kerneloops/dumpoops a bitDenys Vlasenko2010-02-232-122/+101
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* cli: add support for "--report @N" and "--report PARTIAL_UUID"Denys Vlasenko2010-02-231-0/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Kerneloops: be more specific looking for "WARNING:" stringDenys Vlasenko2010-02-221-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Kerneloops: make hashing more likely to produce same hash on different oopsesDenys Vlasenko2010-02-221-10/+73
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove unused variableDenys Vlasenko2010-02-221-2/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make abrt work with the latest kernels (>= 2.6.33)Jiri Moskovcak2010-02-182-0/+44
|
* fix my goof in cmdline escapingDenys Vlasenko2010-02-171-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 Vlasenko2010-02-171-1/+97
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtNikola Pajkovsky2010-02-171-0/+1
|\
| * added enabled=yes to ticketuploader.confJiri Moskovcak2010-02-171-0/+1
| |
* | simplification xmlrpc_client_call()Nikola Pajkovsky2010-02-161-99/+62
|/
* license fixNikola Pajkovsky2010-02-168-95/+125
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* xmlrpc_DECREF(NULL) fix, clean source and show status of bugNikola Pajkovsky2010-02-161-289/+195
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Merge branch 'master' into bugzillaNikola Pajkovsky2010-02-158-20/+142
|\
| * re-enabled kerneloops after bad mergeJiri Moskovcak2010-02-121-9/+21
| |
| * Better comment for LoadPluginSettingsKarel Klic2010-02-121-1/+3
| |
| * Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2010-02-121-1/+1
| |\
| | * 1 -> yes, to be coherent in config filesJiri Moskovcak2010-02-121-1/+1
| | |
| * | Move LoadPluginSettings to the shared utils library. Add parameter ↵Karel Klic2010-02-122-1/+84
| | | | | | | | | | | | skipKeysWithoutValue.
| * | get_home_dir uses uid_t for the uidKarel Klic2010-02-121-1/+1
| |/
| * fix big-endian build problemDenys Vlasenko2010-02-091-5/+12
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Python analyzer: make hashing bug-for-bug compatible :]Denys Vlasenko2010-02-091-2/+21
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * remove FILENAME_UUIDDenys Vlasenko2010-02-081-1/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | remove debug messageNikola Pajkovsky2010-02-091-1/+0
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | new bugzilla insides, add comment and reproduce when it's filled and not ↵Nikola Pajkovsky2010-02-084-249/+629
|/ | | | CLOSED, hopping when bug is CLOSED as DUPLICATE
* python hook: move UUID generation to abrtd; generate REASON, add it to bz titleDenys Vlasenko2010-02-084-10/+501
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make "reason" field less verbose; bz reporter: include it in "summary"Denys Vlasenko2010-02-081-0/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* stupid whitespace fixDenys Vlasenko2010-02-072-2/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* forgot to add lib/Utils/numtoa.cppDenys Vlasenko2010-02-071-0/+34
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-0748-100/+361
| | | | | | 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 Vlasenko2010-02-052-10/+25
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: fix handling of dupes (weren't deleting dup's directory); better loggingDenys Vlasenko2010-02-051-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* use .new suffix on new crashdumps; strip it when crashdump is readyDenys Vlasenko2010-02-041-2/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-02-0410-48/+188
|\
| * fixed button order in plugins windows rhbz#560961Jiri Moskovcak2010-02-036-30/+30
| |
| * GUI: fixed windows icons and titles rhbz#537240, rhbz#560964Jiri Moskovcak2010-02-036-6/+12
| |