summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* disabled the autoreporting of kerneloopsesJiri Moskovcak2010-01-291-1/+1
| | | | - we don't want any default auto-magic in rhel6
* Kerneloops: fix BZ reporting of oopsesDenys Vlasenko2010-01-291-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Logger: create log file with mode 0600Denys Vlasenko2010-01-291-19/+13
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix bug 559881 (kerneloops not shown in "new" GUI)Denys Vlasenko2010-01-291-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Bugzilla,Catcut: fix or remove incomprehensible comments; fix error msgDenys Vlasenko2010-01-284-86/+37
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* SOSreport: do not leave stray files in /tmpDenys Vlasenko2010-01-281-3/+8
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Save the core where it belongs if ulimit -c is > 0Jiri Moskovcak2010-01-281-1/+1
|
* SOSreport: run it nicedDenys Vlasenko2010-01-281-2/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: proper fix to autostart problemDenys Vlasenko2010-01-271-5/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* TicketUploader: comment which files are not interestingDenys Vlasenko2010-01-261-0/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* FileTransfer.conf, TicketUploader.conf: better commentsDenys Vlasenko2010-01-262-14/+31
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* SQLite3: disable newline escaping, SQLite does not handle itDenys Vlasenko2010-01-261-13/+21
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* SOSreport: make it avoid double runs; add forced regeneration; upd PLUGINS-HOWTODenys Vlasenko2010-01-2610-28/+39
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* SQLite3: allow '\n' in message fieldDenys Vlasenko2010-01-261-3/+37
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove unused getuidbynameDenys Vlasenko2010-01-221-9/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* TicketUploader: report message string fix1.0.4Jiri Moskovcak2010-01-221-0/+1
|
* FileTransfer.conf: mention that URL = ftp:///tmp works tooDenys Vlasenko2010-01-221-1/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: small reorganization in report message dialogJiri Moskovcak2010-01-221-17/+9
|
* Bugzilla: attach backtrace even if it is smallDenys Vlasenko2010-01-211-5/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix bz description text disrupted by recent dbus security fixDenys Vlasenko2010-01-211-30/+65
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* bad position of Enabled=1 in bugzilla.confNikola Pajkovsky2010-01-211-1/+1
|
* diable catcut, enabled bugzillaNikola Pajkovsky2010-01-212-1/+2
|
* TicketUploader: made Report() to honor user settingsJiri Moskovcak2010-01-212-13/+106
|
* throw when some members are missing in xmlrpc responseNikola Pajkovsky2010-01-211-6/+19
|
* TicketUploader and FileTransfer plugins: fixes after a round of testingDenys Vlasenko2010-01-2113-204/+190
| | | | | | | for one, FileTransfer now would not use current dir as a storage for temp files. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' into hotfixNikola Pajkovsky2010-01-218-40/+104
|\
| * restore saving of backtrace broken by client->server security fixDenys Vlasenko2010-01-213-19/+35
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * abrtd: fix Report() dbus call gaping security holesDenys Vlasenko2010-01-217-32/+80
| | | | | | | | | | | | We were blindly trusting the values passed to us Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * use get_crash_data_item_content() accessor more widelyDenys Vlasenko2010-01-201-1/+1
| | | | | | | | 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-203-7/+11
| | | | | | 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-193-15/+14
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move all FILENAME_xxx defines to inc/CrashTypes.hDenys Vlasenko2010-01-199-40/+6
| | | | 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-1919-79/+141
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Eliminate ATT file type - use TXT or BINDenys Vlasenko2010-01-197-57/+42
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* preparatory patch with trivial cleanupsDenys Vlasenko2010-01-191-3/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* made bugzilla url copyableJiri Moskovcak2010-01-181-4/+25
|
* CCpp analyzer: display __abort_msg in backtrace. closes rhbz#549735Denys Vlasenko2010-01-182-19/+26
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* don't use getpagesize, it has been removed from posixJiri Moskovcak2010-01-141-1/+1
|
* added Python.confJiri Moskovcak2010-01-131-1/+2
|
* Added "Enabled = yes" to all plugin's config filesJiri Moskovcak2010-01-136-1/+7
|
* Merge branch 'bugzilla'Nikola Pajkovsky2010-01-135-46/+157
|\
| * fix memory leaks in catcut pluginNikola Pajkovsky2010-01-132-0/+4
| |
| * fix memory leaks in bugzillaNikola Pajkovsky2010-01-134-46/+153
| |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-01-131-3/+19
|\ \
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-01-131-2/+2
| |\|
| * | Better error messages for abrt-backtrace executionKarel Klic2010-01-131-3/+19
| | |
* | | remeove timeout when authorization is doneJiri Moskovcak2010-01-131-2/+2
| | |
* | | re-enable GetPluginSettings in TicketUploaderJiri Moskovcak2010-01-132-16/+14
| |/ |/| | | | | | | | | - we need this method to get defaults stored in TicketUploader.conf, this methods can be removed once we implement the tool to edit the config files
* | src/Hooks/CCpp.cpp -> src/Hooks/abrt_hook_ccpp.cppDenys Vlasenko2010-01-121-2/+2
|/ | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>