summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Bugzilla.cpp
Commit message (Collapse)AuthorAgeFilesLines
* bz reporter: s/uuid/duphash; more understandable message; simplify result ↵Denys Vlasenko2010-03-181-97/+92
| | | | | | | str generation; fix indentation Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Acked-by: Jiri Moskovcak <jmoskovc@redhat.com>
* added full path to Bugzilla.conf in error messageJiri Moskovcak2010-03-131-1/+1
|
* add arch, package and release in commentNikola Pajkovsky2010-03-051-1/+10
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* add ProcessUnpackaged option to abrt.confDenys Vlasenko2010-03-051-2/+7
| | | | | | Based on patch by Pekka Pietikainen <pp@ee.oulu.fi> 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>
* remove unused variableDenys Vlasenko2010-02-221-2/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* simplification xmlrpc_client_call()Nikola Pajkovsky2010-02-161-99/+62
|
* license fixNikola Pajkovsky2010-02-161-0/+1
| | | | 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>
* new bugzilla insides, add comment and reproduce when it's filled and not ↵Nikola Pajkovsky2010-02-081-248/+594
| | | | CLOSED, hopping when bug is CLOSED as DUPLICATE
* 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>
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-1/+19
| | | | | | Also add copyright banners to all files which were missing them Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Bugzilla,Catcut: fix or remove incomprehensible comments; fix error msgDenys Vlasenko2010-01-281-49/+20
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Bugzilla: attach backtrace even if it is smallDenys Vlasenko2010-01-211-5/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* throw when some members are missing in xmlrpc responseNikola Pajkovsky2010-01-211-6/+19
|
* Merge branch 'master' into hotfixNikola Pajkovsky2010-01-211-2/+2
|\
| * abrtd: fix Report() dbus call gaping security holesDenys Vlasenko2010-01-211-2/+2
| | | | | | | | | | | | We were blindly trusting the values passed to us Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | fix double filled bug with same status_whiteboard(abrt hash)Nikola Pajkovsky2010-01-211-6/+20
|/
* split load_crash_data_from_debug_dump from DebugDumpToCrashReportDenys Vlasenko2010-01-201-4/+10
| | | | | | We will need it elsewhere later Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* use get_crash_data_item_content() more widely. -4k.Denys Vlasenko2010-01-191-7/+7
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* unify "crash data, "crash info" and "crash report" data types. they are the sameDenys Vlasenko2010-01-191-17/+17
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Eliminate ATT file type - use TXT or BINDenys Vlasenko2010-01-191-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix memory leaks in catcut pluginNikola Pajkovsky2010-01-131-0/+3
|
* fix memory leaks in bugzillaNikola Pajkovsky2010-01-131-29/+109
|
* src/Hooks/CCpp.cpp -> src/Hooks/abrt_hook_ccpp.cppDenys Vlasenko2010-01-121-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* style fixes, no code changesDenys Vlasenko2009-12-101-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: remove most of remaining const string& paramsDenys Vlasenko2009-12-071-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove std::string usage from class CABRTException.Denys Vlasenko2009-12-061-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* closing rhbz#541459: "remove word 'detected' from description"Denys Vlasenko2009-11-261-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make BZ insert small text attachments inline; move text file detection codeDenys Vlasenko2009-11-191-15/+10
| | | | | | Run-tested Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* include abrt version in bug descriptionsDenys Vlasenko2009-11-181-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make plugin descriptions more consistent in styleDenys Vlasenko2009-11-131-2/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-101-41/+12
| | | | | | | | | Also move parse_release() to abrtlib, it's shared among Bugzilla and Catcut. Tested Bugzilla and Catcut, both work. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* applied gavin's patch to Catcut. Refactored common xmlrpc code into lib/Utils.Denys Vlasenko2009-11-091-93/+17
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* give Plugin class a map_plugin_settings_t memberDenys Vlasenko2009-11-061-8/+6
| | | | | | This simplifies and unifies get/set settings ops Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* simplify logging a bit. warn_client() is gone, reuse error_msg() for it.Denys Vlasenko2009-11-061-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* lib/Plugins/Bugzilla: sanitize xmlrpc init; fix bug where ssl_verify=1 alwaysDenys Vlasenko2009-11-031-189/+228
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Hack to fix the problem with daemon remembering the last used settingsJiri Moskovcak2009-11-011-10/+97
|
* lib/Plugins/Bugzilla: generate less sparse bug report commentsDenys Vlasenko2009-10-301-50/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* lib/Plugins/Bugzilla: better message at login failureDenys Vlasenko2009-10-301-7/+17
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* document a bad interaction with keyringDenys Vlasenko2009-10-301-10/+24
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Bugzilla: fix some memory leaks. More reamins on error path...Denys Vlasenko2009-10-301-51/+42
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Bugzilla: simplify; CCpp, DebugDump: don't add EOL to one-line data filesDenys Vlasenko2009-10-301-33/+30
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Normal user can see kerneloops and report itNikola Pajkovsky2009-10-291-1/+26
| | | | Bugzilla memory leaks fix
* trivial simplifications by removing redundant initializationsDenys Vlasenko2009-10-271-11/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove redundant return after throwDenys Vlasenko2009-10-271-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* simplify messags handlingDenys Vlasenko2009-10-271-3/+2
| | | | | | | | | | text data bss dec hex filename 38598 1840 288 40726 9f16 old/libBugzilla.so 38474 1840 288 40602 9e9a new/libBugzilla.so 37433 2144 24 39601 9ab1 old/libFileTransfer.so 37382 2144 24 39550 9a7e new/libFileTransfer.so Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* simplify base64 conversionDenys Vlasenko2009-10-271-28/+4
| | | | | | | | text data bss dec hexfilename 39575 2016 288 41879 old/libBugzilla.so 38598 1840 288 40726 new/libBugzilla.so Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Bugzilla: simplifications: remove dead member m_bLoggedIn, use staticsDenys Vlasenko2009-10-261-26/+22
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>