summaryrefslogtreecommitdiffstats
path: root/src/plugins/rhbz.c
Commit message (Collapse)AuthorAgeFilesLines
* rename "global_uuid" element to "duphash"Denys Vlasenko2011-05-231-0/+3
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* reenable kernel taintNikola Pajkovsky2011-05-191-13/+6
| | | | | | | | abrt-dump-oops stores two new files into dump dir. kernel_tainted_short which is representation of kernel tainted value (P----T). kernel_tainted_long contains human readable strings of short version Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* abrt-action-bugzilla: store "reported_to" for new bugs too. closes bz#698406Denys Vlasenko2011-05-171-15/+13
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* suppress mails for cc and attachmentsNikola Pajkovsky2011-05-161-13/+25
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* xmlrpc and bugzilla in a new C coatNikola Pajkovsky2011-05-121-0/+482
Bugzilla is splitted into two parts. One of them is core of bugzilla and second one is small module called librhbz. I did it, because I want to add a new functionality into bugzilla and I don't want to squash it into one big module. Librhbz is not a part of our libreport, because almost every function dies when feels badly (print error msg and then die). Server sends error or abrt sends corrupted xml or server sends corrupted xml. Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>