summaryrefslogtreecommitdiffstats
path: root/lib/Plugins
Commit message (Collapse)AuthorAgeFilesLines
* fix the bug where lock file was not removedDenys Vlasenko2009-09-095-18/+11
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* four more more string& -> char* conversions. -2kDenys Vlasenko2009-09-091-1/+1
| | | | | | | | text data bss dec hex filename 188660 2776 2320 193756 2f4dc abrt.t5/abrt-0.0.8.5/src/Daemon/.libs/abrtd 186751 2776 2320 191847 2ed67 abrt.t6/abrt-0.0.8.5/src/Daemon/.libs/abrtd Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* minor fix to TicketUploaderJiri Moskovcak2009-09-091-1/+2
|
* man page for ticket uploaderZdenek Prikryl2009-09-081-0/+55
|
* added ticket uploader plugin (gavin@redhat.com)Zdenek Prikryl2009-09-085-3/+820
|
* Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-09-083-54/+57
|\
| * style fixes, trivial code changes onlyDenys Vlasenko2009-09-082-41/+39
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * preparatory work for proper (i.e. unicast) server->client dbus communicationDenys Vlasenko2009-09-071-13/+18
| | | | | | | | | | | | | | | | + /* send unicast dbus signal */ + if (!dbus_message_set_destination(msg, pDest)) + die_out_of_memory(); Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Some simple changes to SOSreport plugin. (gavin@redhat.com)Zdenek Prikryl2009-09-072-5/+60
|/
* Add checker if bugzilla login and password are filled in.Nikola Pajkovsky2009-09-071-19/+24
|
* Add new config option InstallDebuginfo into CCpp.confNikola Pajkovsky2009-09-073-3/+23
|
* typedef cleanup. no code changesDenys Vlasenko2009-09-042-4/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Change report logic.Nikola Pajkovsky2009-09-031-22/+25
| | | | | | | * Check duplicity. If duplicity exist, return bug id * Login * Report bug * Logout
* if login fails, then bugzilla tries to find a bug without loginZdenek Prikryl2009-09-032-3/+30
|
* add gettext support for all pluginsNikola Pajkovsky2009-09-0210-31/+36
|
* Build fixesJiri Moskovcak2009-08-311-1/+1
|
* consolidate container typedefs in one file (we had a few dupes)Denys Vlasenko2009-08-271-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* resolved: Ticket #70: Be more paranoid about Bugzilla.conf permissionsNikola Pajkovsky2009-08-271-0/+1
|
* simplify error handling. CrashWatcher.cpp lost a few wrapper functionsDenys Vlasenko2009-08-272-3/+1
| | | | | | -4k of code Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* eliminate global variable g_cwDenys Vlasenko2009-08-271-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-2610-32/+33
| | | | | | | | renamed: comm_layer_inner_warning -> warn_client comm_layer_inner_status -> update_client Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-08-251-4/+28
|\
| * Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-08-252-32/+31
| |\
| * | fixed sql command for update from v1->v2Zdenek Prikryl2009-08-251-4/+28
| | |
* | | more sensible loggingDenys Vlasenko2009-08-254-24/+18
| |/ |/| | | | | | | | | | | | | | | | | | | comm_layer_inner_debug was jumping through the hoops in order to simply send a message to stderr. this can be made much simpler. also, set logmode to LOGMODE_SYSLOG in abrt daemon, making its log visible if it is daemonized. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | BZ#518413 PATCH ... furious kerneloops reportingAnton Arapov2009-08-252-32/+31
|/ | | | back to old logic.
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtDaniel Novotny2009-08-251-5/+0
|\
| * nuke unused variableDenys Vlasenko2009-08-251-5/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | add new parameter to FileTransfer pluginDaniel Novotny2009-08-252-3/+24
|/
* Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-08-241-1/+1
|\
| * LOGGER: return valid uri of the log file on succesJiri Moskovcak2009-08-241-1/+1
| |
* | added support for updating abrt's tableZdenek Prikryl2009-08-242-6/+90
| |
* | added check for cc-list and reporter.Zdenek Prikryl2009-08-242-2/+40
|/ | | | +1 is created iff reporter is somebody else and current user isn't in cc list.
* typo fixesJiri Moskovcak2009-08-241-2/+2
|
* Fixed sigsegv (#rhbz 518609)Zdenek Prikryl2009-08-211-0/+1
|
* KerneloopsSysLog: check line length to be >= 4 before looking for "Abrt"Denys Vlasenko2009-08-201-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* removed debug printsZdenek Prikryl2009-08-201-9/+1
|
* fixed +-1 bugZdenek Prikryl2009-08-201-1/+1
|
* command mailx isn't run under root anymore.Zdenek Prikryl2009-08-202-24/+106
|
* MiddleWare, Bugzilla: create new component file. Can be used in reportingZdenek Prikryl2009-08-202-8/+15
| | | | MiddleWare: fixed reporting according package name
* Plugins/CCpp: remove trailing \n from debuginfo-install's outputDenys Vlasenko2009-08-191-0/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* mailx: correct EnglishDenys Vlasenko2009-08-191-3/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Bugzilla.conf: correct EnglishDenys Vlasenko2009-08-191-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* BZ plugin: removed /xmlrpc.cgi from config, made the report message more ↵Jiri Moskovcak2009-08-193-4/+20
| | | | user friendly
* CCpp plugin: do not abort if debuginfos aren't foundDenys Vlasenko2009-08-191-14/+23
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* removed a removed parameterZdenek Prikryl2009-08-181-3/+0
|
* removed dangerous parameter optionZdenek Prikryl2009-08-182-8/+0
|
* whitespace cleanup, no code changesDenys Vlasenko2009-08-181-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* simplify parsing of debuginfo-install outputDenys Vlasenko2009-08-181-49/+26
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* added support for storing results from reporters (used from gui)Zdenek Prikryl2009-08-1410-21/+41
|