summaryrefslogtreecommitdiffstats
path: root/src/Daemon
Commit message (Collapse)AuthorAgeFilesLines
...
| * abrtd: fix Report() dbus call gaping security holesDenys Vlasenko2010-01-216-155/+113
| | | | | | | | | | | | 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-202-8/+7
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * split load_crash_data_from_debug_dump from DebugDumpToCrashReportDenys Vlasenko2010-01-204-33/+36
| | | | | | | | | | | | 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-6/+6
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * move all FILENAME_xxx defines to inc/CrashTypes.hDenys Vlasenko2010-01-191-2/+2
| | | | | | | | 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-198-105/+109
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' into rhel6Jiri Moskovcak2010-01-193-8/+6
|\|
| * Eliminate ATT file type - use TXT or BINDenys Vlasenko2010-01-192-7/+6
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * preparatory patch with trivial cleanupsDenys Vlasenko2010-01-191-1/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | conflictJiri Moskovcak2010-01-184-59/+63
|\|
| * GUI: make it so that even non-loaded plugins show up in "Plugins" dialogDenys Vlasenko2010-01-144-59/+63
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | removed KerneloopReporter because we don't use it in rhel6Jiri Moskovcak2010-01-141-5/+5
|/
* *: disable plugin loading/unloading through GUI. Document keyring a bitDenys Vlasenko2010-01-134-2/+11
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fixed the switched lines 2nd tryJiri Moskovcak2010-01-131-1/+1
|
* don't use deleted variableJiri Moskovcak2010-01-131-1/+1
|
* Fixing /var/cache/abrt/ permissions by allowing users to read, but not to ↵Karel Klic2010-01-121-7/+7
| | | | change their crash data. Adds abrt user, changes abrt-hook-python to use suid instead of sgid bit (uid=abrt), sets /var/cache/abrt and every dump subdirectory to be owned by abrt user. Read access for users and their own crashes is provided by group (/var/cache/abrt/ccpp-xxxx-xx has user's group).
* *: assorted fixes prompted by security analysis; more to comeDenys Vlasenko2010-01-114-5/+11
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: misc fixesDenys Vlasenko2010-01-112-9/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: cast pids and uigs to long, not intDenys Vlasenko2010-01-112-4/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* replace plugin enabling via EnabledPlugins by par-plugin Enabled = yes/noDenys Vlasenko2010-01-108-138/+121
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: preparatory patch for per-plugin "Enable" codeDenys Vlasenko2010-01-082-29/+25
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* PluginManager: preparatory cleanupDenys Vlasenko2010-01-074-140/+137
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ccpp: add a possibility to disable backtrace generationDenys Vlasenko2010-01-071-7/+8
| | | | | | + assorted minor tweaks Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* speed optimalization of abrt-debuginfo-installJiri Moskovcak2010-01-051-2/+6
| | | | | | - abrt can't handle(report) bugs in non-fedora packages, so we can use only Fedora repositories when looking for debuginfo packages which makes the whole process faster
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-12-185-50/+133
|\
| * made s_signal_caught volatileDenys Vlasenko2009-12-171-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * abrt-debuginfo-install: fixes for runs w/o cachedirDenys Vlasenko2009-12-171-0/+9
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * delete obsolete comment from abrt-debuginfo-installDenys Vlasenko2009-12-171-14/+4
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * further robustification of signal handlerDenys Vlasenko2009-12-171-3/+7
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * remove unsafe log() from signal handlerDenys Vlasenko2009-12-171-1/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * change "python /path/to/script" code a bit: doesnt log false failures nowDenys Vlasenko2009-12-161-53/+67
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * fix all instances of atoi() usageDenys Vlasenko2009-12-154-8/+8
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * move misplaced commentDenys Vlasenko2009-12-151-9/+10
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * don't blame python for every crash in /usr/bin/python rhbz#533521 trac#109Jiri Moskovcak2009-12-151-1/+49
| | | | | | | | | | | | - when there is a bug in 3rd party python extension, the python binary creates the coredump, so ABRT always blames the python package, but we want to blame the app that uses the extension instead
| * abrt-debuginfo-install: better loggingDenys Vlasenko2009-12-141-18/+34
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-12-145-37/+32
|\|
| * better logging of package and hash checksDenys Vlasenko2009-12-143-30/+27
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * more "obviously correct" code for secure opening of /dev/nullDenys Vlasenko2009-12-141-6/+3
| | | | | | | | | | | | Old code is not broken, new one merely looks "more obviously correct". Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * disabled GPG check again1.0.2Jiri Moskovcak2009-12-141-1/+2
| | | | | | | | | | - rpm uses prelink to check the hash, this can be dangerous and it's disallowed by SELinux
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-12-1415-68/+95
|\|
| * temporarily convert hyperlink-laden label to normal one (HL doesn't work)Denys Vlasenko2009-12-111-0/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * abrt-cli: report success/failure of reporting. closes bug 71Denys Vlasenko2009-12-111-4/+4
| | | | | | | | | | | | See https://fedorahosted.org/abrt/ticket/71 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * remove one case when we write data needlessly; remove 2 unused funcsDenys Vlasenko2009-12-101-3/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * abrtd: add comment about ccpp/abrtd raceDenys Vlasenko2009-12-101-0/+6
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * abrtd: fix manpage: s/abrt/abrtd/; document -s and -vDenys Vlasenko2009-12-101-10/+15
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * make "abrt-cli --delete randomuuid" report that deletion failed. closes bug 59Denys Vlasenko2009-12-103-15/+25
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * style fixes, no code changesDenys Vlasenko2009-12-103-3/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * better wording to dbus error message (bug 106)Denys Vlasenko2009-12-091-1/+2
| | | | | | | | | | | | See https://fedorahosted.org/abrt/ticket/106 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * re-enabled gpg sign checkingJiri Moskovcak2009-12-071-1/+1
| |
| * *: remove most of remaining const string& paramsDenys Vlasenko2009-12-077-18/+19
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>