summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* FileTransfer.conf: mention that URL = ftp:///tmp works tooDenys Vlasenko2010-01-221-1/+2
* 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
* fix bz description text disrupted by recent dbus security fixDenys Vlasenko2010-01-211-30/+65
* 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
* 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
| * abrtd: fix Report() dbus call gaping security holesDenys Vlasenko2010-01-217-32/+80
| * use get_crash_data_item_content() accessor more widelyDenys Vlasenko2010-01-201-1/+1
* | 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
* use get_crash_data_item_content() more widely. -4k.Denys Vlasenko2010-01-193-15/+14
* move all FILENAME_xxx defines to inc/CrashTypes.hDenys Vlasenko2010-01-199-40/+6
* unify "crash data, "crash info" and "crash report" data types. they are the sameDenys Vlasenko2010-01-1919-79/+141
* Eliminate ATT file type - use TXT or BINDenys Vlasenko2010-01-197-57/+42
* preparatory patch with trivial cleanupsDenys Vlasenko2010-01-191-3/+1
* made bugzilla url copyableJiri Moskovcak2010-01-181-4/+25
* CCpp analyzer: display __abort_msg in backtrace. closes rhbz#549735Denys Vlasenko2010-01-182-19/+26
* 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
| |/ |/|
* | src/Hooks/CCpp.cpp -> src/Hooks/abrt_hook_ccpp.cppDenys Vlasenko2010-01-121-2/+2
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-01-125-19/+290
|\
| * Kerneloops: we require commandline for every crash, save dummy one for oopsesDenys Vlasenko2010-01-111-7/+8
| * *: remove nss dependenciesDenys Vlasenko2010-01-113-11/+11
| * CCpp: use our own sha1 implementation (less pain with nss libs)Denys Vlasenko2010-01-114-4/+274
* | Fixing /var/cache/abrt/ permissions by allowing users to read, but not to cha...Karel Klic2010-01-121-20/+31
|/
* DebugDump: more consistent logic in setting mode and uid:gid on dump dirDenys Vlasenko2010-01-114-18/+71
* *: assorted fixes prompted by security analysis; more to comeDenys Vlasenko2010-01-1112-58/+56
* *: misc fixesDenys Vlasenko2010-01-118-25/+33
* *: cast pids and uigs to long, not intDenys Vlasenko2010-01-115-9/+9
* SOSreport/TicketUploader: use more restrictive file modesDenys Vlasenko2010-01-113-4/+5
* RunApp: safer chdir. Overhauled "sparn a child and get its output" in generalDenys Vlasenko2010-01-117-104/+161
* DebugDump: use more restrictive modesDenys Vlasenko2010-01-111-3/+14
* SQLite3: check for SQL injectionDenys Vlasenko2010-01-111-0/+58
* replace plugin enabling via EnabledPlugins by par-plugin Enabled = yes/noDenys Vlasenko2010-01-102-0/+2
* ccpp: add a possibility to disable backtrace generationDenys Vlasenko2010-01-078-73/+106
* abrtd: limit the number of frames in backtrace to 3000Denys Vlasenko2010-01-052-2/+4