summaryrefslogtreecommitdiffstats
path: root/src/Daemon
Commit message (Collapse)AuthorAgeFilesLines
...
| * | commentsKarel Klic2010-02-041-2/+3
| |/
| * CCpp analyzer: change duphash calculation to group minor versions togetherDenys Vlasenko2010-02-031-4/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-01-291-1/+3
|\|
| * Kerneloops: fix BZ reporting of oopsesDenys Vlasenko2010-01-291-1/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | added BZ as reporter for KerneloopsJiri Moskovcak2010-01-291-1/+1
| |
* | use the rhel gpg keysJiri Moskovcak2010-01-291-1/+8
| |
* | Merge branch 'master' into rhel6Jiri Moskovcak2010-01-294-10/+29
|\| | | | | | | | | Conflicts: src/Daemon/abrt.conf
| * moved the gpg key list from abrt.conf to gpg_keys fileJiri Moskovcak2010-01-294-9/+29
| | | | | | | | | | | | - this should allow us to update the gpg_keys list when needed and will prevent the situation when user changed his abrt.conf
* | Merge branch 'master' into rhel6Denys Vlasenko2010-01-291-1/+9
|\|
| * fix bug 559881 (kerneloops not shown in "new" GUI)Denys Vlasenko2010-01-291-1/+9
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' into rhel6Denys Vlasenko2010-01-291-4/+1
|\|
| * added valgrind and strace to blacklistJiri Moskovcak2010-01-281-4/+1
| |
* | re-enabled the gpg check in rhel6 branchJiri Moskovcak2010-01-281-1/+1
| | | | | | | | - for some reason the merging from master failed for this change
* | abrt.conf: add Bugzilla reporterDenys Vlasenko2010-01-281-2/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' into rhel6Denys Vlasenko2010-01-282-2/+8
|\| | | | | | | | | | | | | Conflicts: src/Daemon/abrt.conf Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * reenabled gpg checkJiri Moskovcak2010-01-282-1/+8
| | | | | | | | | | | | - we still just check only the signature of the package, which doesn't tell us if the files on the disk weren't changed, but will at least filter not official packages
* | SOSreport: run it niced; abrt.conf: run SOSreport at crash timeDenys Vlasenko2010-01-281-3/+8
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' into rhel6Denys Vlasenko2010-01-272-9/+23
|\|
| * abrtd: proper fix to autostart problemDenys Vlasenko2010-01-272-9/+23
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' into rhel6Denys Vlasenko2010-01-271-6/+11
|\|
| * abrtd: set "Reported" status only if at least one reporter succeededDenys Vlasenko2010-01-271-6/+11
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' into rhel6Denys Vlasenko2010-01-261-7/+7
|\|
| * SOSreport: make it avoid double runs; add forced regeneration; upd PLUGINS-HOWTODenys Vlasenko2010-01-261-7/+7
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' into rhel6Denys Vlasenko2010-01-251-4/+5
|\|
| * attribute SEGVs in perl to script's package, like we already do for pythonDenys Vlasenko2010-01-251-4/+5
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * abrt.conf: wrap line >80charsDenys Vlasenko2010-01-251-2/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * abrt.conf: remove some bad EnglishDenys Vlasenko2010-01-251-2/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * fix previous commitDenys Vlasenko2010-01-221-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * remove unused getuidbynameDenys Vlasenko2010-01-222-8/+6
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | abrt.conf: wrap line >80charsDenys Vlasenko2010-01-251-2/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | abrt.conf: remove some bad English; remove half-deleted FileTransfer exampleDenys Vlasenko2010-01-251-3/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | fix previous commitDenys Vlasenko2010-01-221-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | remove unused getuidbynameDenys Vlasenko2010-01-222-8/+6
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Enabled sosreportJiri Moskovcak2010-01-221-2/+2
| |
* | Merge branch 'master' into rhel6Jiri Moskovcak2010-01-2110-246/+202
|\| | | | | | | | | Conflicts: src/Daemon/abrt.conf
| * TicketUploader and FileTransfer plugins: fixes after a round of testingDenys Vlasenko2010-01-212-5/+7
| | | | | | | | | | | | | | for one, FileTransfer now would not use current dir as a storage for temp files. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * restore saving of backtrace broken by client->server security fixDenys Vlasenko2010-01-211-45/+36
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * 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>