summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Do not use now-removed concat_str_vectorKarel Klic2010-03-311-1/+1
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-03-313-16/+5
|\
| * minor fix to sosreport to make it work with latest sos rhbz#576861Jiri Moskovcak2010-03-311-1/+1
| | | | | | | | - requires sos-1.9-1
| * minor gui fixesJiri Moskovcak2010-03-311-3/+4
| |
| * remove unused static functionDenys Vlasenko2010-03-311-12/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | GetGlobalUUID compatibility with crashes created by older ABRT versionsKarel Klic2010-03-311-3/+115
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-03-312-2/+15
|\
| * trivial: better HTTP/curl error reportingDenys Vlasenko2010-03-302-2/+15
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Removed trailing whitespaces.Karel Klic2010-03-315-235/+235
| |
* | Use backtrace parser from abrtutils, new backtrace rating algorithm, store ↵Karel Klic2010-03-261-286/+151
| | | | | | | | crash function if it's known, compute Global UUID in CreateReport
* | Move backtrace parser from src/Backtrace to lib/Utils.Karel Klic2010-03-268-6/+1975
|/ | | | | | | | | | | | | | | Move abrt-backtrace app from src/Backtrace/main.c to src/utils/abrt-backtrace. Move backtrace preprocessign code from abrt-backtrace to the parser. Implemented new backtrace rating algorithm. Added old bt rating algorithm to backtrace.c Move strbuf to lib/Utils, and updated it to use xfuncs. Created separate header for xfuncs. Some functions in xfuncs marked as extern "c", so they can be used in C code. Merged backtrace fallback (independent_backtrace) "parser" into backtrace.{h/c}. Added option --rate to abrt-backtrace, to be able to use the new backtrace rating algorithm in scripts.
* add one-liner which somehow fell off last commitDenys Vlasenko2010-03-251-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rhfastcheck: a new reporter plugin based on Gavin's workDenys Vlasenko2010-03-258-4/+485
| | | | | | Plugin quickly checks RH support DB for known solutions. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rhticket: factor out HTTP POST code into abrt_curl.{h,cpp}Denys Vlasenko2010-03-2510-150/+254
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rhticket: xml-escape stringsDenys Vlasenko2010-03-231-178/+240
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove Firefox plugin, it had no development and was disabled for some timeDenys Vlasenko2010-03-233-1076/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove socket code, it is deadDenys Vlasenko2010-03-232-184/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rhticket: new reporter pluginDenys Vlasenko2010-03-193-0/+321
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Move dbus code to libABRTUtils. It makes libABRTUtils depend on four more libs,Denys Vlasenko2010-03-191-4/+7
| | | | | | | but allows abrt-applet to not depend on libABRTdUtils, thus going down from 78 to 48 dep libs Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove unnecessary DL_LIBSDenys Vlasenko2010-03-191-8/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* bz reporter: s/uuid/duphash; more understandable message; simplify result ↵Denys Vlasenko2010-03-183-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 Vlasenko2010-03-171-0/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Kerneloops: fix a case when we file an oops w/o backtraceDenys Vlasenko2010-03-171-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* don't read syslog if it didn't changeJiri Moskovcak2010-03-152-3/+14
|
* Define PLUGINS_CONF_DIR in Bugzilla pluginKarel Klic2010-03-151-1/+3
|
* added full path to Bugzilla.conf in error messageJiri Moskovcak2010-03-131-1/+1
|
* 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
| |