summaryrefslogtreecommitdiffstats
path: root/lib/Utils
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla,Catcut: fix or remove incomprehensible comments; fix error msgDenys Vlasenko2010-01-282-8/+2
* abrtd: proper fix to autostart problemDenys Vlasenko2010-01-271-5/+3
* SOSreport: make it avoid double runs; add forced regeneration; upd PLUGINS-HOWTODenys Vlasenko2010-01-261-1/+1
* remove unused getuidbynameDenys Vlasenko2010-01-221-9/+0
* fix bz description text disrupted by recent dbus security fixDenys Vlasenko2010-01-211-30/+65
* TicketUploader and FileTransfer plugins: fixes after a round of testingDenys Vlasenko2010-01-211-1/+1
* restore saving of backtrace broken by client->server security fixDenys Vlasenko2010-01-211-12/+35
* abrtd: fix Report() dbus call gaping security holesDenys Vlasenko2010-01-213-14/+62
* move all FILENAME_xxx defines to inc/CrashTypes.hDenys Vlasenko2010-01-192-20/+1
* unify "crash data, "crash info" and "crash report" data types. they are the sameDenys Vlasenko2010-01-197-28/+90
* Eliminate ATT file type - use TXT or BINDenys Vlasenko2010-01-191-36/+32
* CCpp analyzer: display __abort_msg in backtrace. closes rhbz#549735Denys Vlasenko2010-01-181-16/+20
* Merge branch 'bugzilla'Nikola Pajkovsky2010-01-132-3/+15
|\
| * fix memory leaks in bugzillaNikola Pajkovsky2010-01-132-3/+15
* | remeove timeout when authorization is doneJiri Moskovcak2010-01-131-2/+2
|/
* 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-113-18/+69
* *: assorted fixes prompted by security analysis; more to comeDenys Vlasenko2010-01-114-3/+7
* *: misc fixesDenys Vlasenko2010-01-115-10/+22
* *: cast pids and uigs to long, not intDenys Vlasenko2010-01-113-7/+7
* SOSreport/TicketUploader: use more restrictive file modesDenys Vlasenko2010-01-111-2/+2
* RunApp: safer chdir. Overhauled "sparn a child and get its output" in generalDenys Vlasenko2010-01-114-31/+128
* DebugDump: use more restrictive modesDenys Vlasenko2010-01-111-3/+14
* ccpp: add a possibility to disable backtrace generationDenys Vlasenko2010-01-071-1/+0
* moved get_cmdline() and daemon_is_ok() to abrtlibKarel Klic2009-12-182-0/+140
* prevent destructors from throwing exceptions; check curl_easy_init errorsDenys Vlasenko2009-12-164-2/+31
* fix all instances of atoi() usageDenys Vlasenko2009-12-153-1/+52
* don't blame python for every crash in /usr/bin/python rhbz#533521 trac#109Jiri Moskovcak2009-12-151-0/+2
* add paranoia checks on setuid/setgidDenys Vlasenko2009-12-141-0/+12
* abrt-cli: report success/failure of reporting. closes bug 71Denys Vlasenko2009-12-111-0/+1
* remove one case when we write data needlessly; remove 2 unused funcsDenys Vlasenko2009-12-101-10/+0
* dbus lib: fix parsing of 0-element arrays. Fixes bug 95Denys Vlasenko2009-12-101-10/+12
* abrtd: add comment about ccpp/abrtd raceDenys Vlasenko2009-12-101-1/+1
* style fixes, no code changesDenys Vlasenko2009-12-102-4/+4
* *: remove most of remaining const string& paramsDenys Vlasenko2009-12-071-1/+1
* remove std::string usage from class CABRTException.Denys Vlasenko2009-12-064-15/+31
* SQLite3: string& -> char*, -8k in code sizeDenys Vlasenko2009-12-032-35/+28
* hopefully fix rhbz#541854: when we trim the dir, we must delete it from DB tooDenys Vlasenko2009-12-031-17/+10
* build fixesJiri Moskovcak2009-12-031-4/+5
* fixes on top of AutoReportUIDs change. run testedDenys Vlasenko2009-11-302-7/+5
* a few fixes in automatic reporterNikola Pajkovsky2009-11-301-1/+1
* Kerneloops are reported automaticky now when AutoReportUIDs = root is in Kern...Nikola Pajkovsky2009-11-262-0/+13
* hookCCpp: check total dump dir size and delete the largest/oldest oneDenys Vlasenko2009-11-264-21/+142
* split libABRTdUtils from libABRTUtils. This makes hooks _much_ smaller.Denys Vlasenko2009-11-251-5/+24
* bump text size threshold 1k -> 2kDenys Vlasenko2009-11-201-1/+1
* forgotten commaDenys Vlasenko2009-11-191-2/+2
* fix small bug in plugin loading codeDenys Vlasenko2009-11-191-0/+1
* make BZ insert small text attachments inline; move text file detection codeDenys Vlasenko2009-11-193-99/+32
* move Catcut's description generation to lib/Utils/make_descr.cppDenys Vlasenko2009-11-192-4/+76
* whitespace cleanupsDenys Vlasenko2009-11-182-2/+2