summaryrefslogtreecommitdiffstats
path: root/src/Hooks
Commit message (Expand)AuthorAgeFilesLines
* Revert "Remove abrt-hook-python, deprecated by abrtd socket"Nikola Pajkovsky2010-05-142-1/+173
* Remove abrt-hook-python, deprecated by abrtd socketKarel Klic2010-05-122-173/+1
* Daemon socket for reporting crashesKarel Klic2010-05-122-11/+20
* Move hooklib from src/Hooks to lib/UtilsKarel Klic2010-05-123-151/+3
* fix bug 588945 - sparse core files performance hitDenys Vlasenko2010-05-121-3/+3
* hooklib: fix excessive rounding down in free space calculation (bz#575644)Denys Vlasenko2010-04-021-5/+13
* PYHOOK: don't use sitecustomize.py rhbz#539497Jiri Moskovcak2010-03-254-19/+14
* don't read syslog if it didn't changeJiri Moskovcak2010-03-151-2/+2
* *: UID:UUID -> crash_id conversionDenys Vlasenko2010-03-041-1/+1
* partial fix for bz#565983Denys Vlasenko2010-02-231-1/+2
* simplify kerneloops/dumpoops a bitDenys Vlasenko2010-02-231-6/+7
* license fixNikola Pajkovsky2010-02-161-24/+21
* abrt-hook-ccpp: do not consider SIGQUIT to be a crashDenys Vlasenko2010-02-122-42/+33
* fix bz#541088 "abrt should not catch python excp EPIPE"Denys Vlasenko2010-02-111-0/+14
* python hook: move UUID generation to abrtd; generate REASON, add it to bz titleDenys Vlasenko2010-02-083-26/+19
* make "reason" field less verbose; bz reporter: include it in "summary"Denys Vlasenko2010-02-081-10/+15
* stupid whitespace fixDenys Vlasenko2010-02-071-1/+0
* use .new suffix on new crashdumps; strip it when crashdump is readyDenys Vlasenko2010-02-042-2/+18
* abrt-hook-ccpp: fix rhbz#560612 "limit '18446744073709551615' is bogus"Denys Vlasenko2010-02-011-1/+6
* python hook: clean up exception handler (removed dead code)Denys Vlasenko2010-01-262-194/+31
* TicketUploader and FileTransfer plugins: fixes after a round of testingDenys Vlasenko2010-01-211-3/+1
* move all FILENAME_xxx defines to inc/CrashTypes.hDenys Vlasenko2010-01-192-7/+6
* use repr() to print variable values in python hookJiri Moskovcak2010-01-151-1/+1
* abrt-hook-python: sanitize input more; log to syslogDenys Vlasenko2010-01-122-12/+44
* grr... src/Hooks/abrt_hook_ccpp.cpp -> abrt-hook-ccpp.cppDenys Vlasenko2010-01-122-2/+2
* src/Hooks/CCpp.cpp -> src/Hooks/abrt_hook_ccpp.cppDenys Vlasenko2010-01-122-2/+2
* Fixing /var/cache/abrt/ permissions by allowing users to read, but not to cha...Karel Klic2010-01-121-1/+1
* Catch and display ABRTException thrown by CDebugDump::CreateKarel Klic2010-01-111-1/+7
* DebugDump: more consistent logic in setting mode and uid:gid on dump dirDenys Vlasenko2010-01-111-0/+4
* *: assorted fixes prompted by security analysis; more to comeDenys Vlasenko2010-01-112-1/+2
* *: misc fixesDenys Vlasenko2010-01-112-1/+3
* *: cast pids and uigs to long, not intDenys Vlasenko2010-01-112-15/+15
* abrt-hook-python: add input sanitization and directory size guardDenys Vlasenko2010-01-115-95/+174
* cmdline and daemon checking is done by abrt-python-hookKarel Klic2009-12-183-47/+16
* moved get_cmdline() and daemon_is_ok() to abrtlibKarel Klic2009-12-181-122/+0
* large file support for whole abrtKarel Klic2009-12-181-8/+0
* src/Hooks/CCpp.cpp: use and honour %c (core limit size).Denys Vlasenko2009-12-161-73/+98
* fix all instances of atoi() usageDenys Vlasenko2009-12-151-13/+14
* add paranoia checks on setuid/setgidDenys Vlasenko2009-12-141-3/+8
* rename part 3, now it builds :]Denys Vlasenko2009-12-111-2/+2
* abrt-pyhook-helper rename part 2Denys Vlasenko2009-12-111-0/+0
* renaming abrt-pyhook-helper -> abrt-hook-python and moving it to /usr/libexecDenys Vlasenko2009-12-113-9/+9
* abrtd: add comment about ccpp/abrtd raceDenys Vlasenko2009-12-101-1/+1
* fix incorrect wordingDenys Vlasenko2009-12-091-3/+3
* removed un needed filesJiri Moskovcak2009-12-082-17/+0
* PyHook: better logic for checking if abrtd is running rhbz#539987Jiri Moskovcak2009-12-073-40/+34
* PyHook: use repr() for displaying variables rhbz#545070Jiri Moskovcak2009-12-071-1/+1
* whitespace cleanupDenys Vlasenko2009-12-031-1/+1
* ccpp hook: reanme it, and add "crash storm protection" (see rhbz#542003)Denys Vlasenko2009-11-302-10/+40
* Hooks/CCpp.cpp: cosmetics after last big commitDenys Vlasenko2009-11-271-38/+38