Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SOSreport/TicketUploader: use more restrictive file modes | Denys Vlasenko | 2010-01-11 | 1 | -2/+2 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | RunApp: safer chdir. Overhauled "sparn a child and get its output" in general | Denys Vlasenko | 2010-01-11 | 4 | -31/+128 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | DebugDump: use more restrictive modes | Denys Vlasenko | 2010-01-11 | 1 | -3/+14 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | ccpp: add a possibility to disable backtrace generation | Denys Vlasenko | 2010-01-07 | 1 | -1/+0 | |
| | | | | | | + assorted minor tweaks Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | moved get_cmdline() and daemon_is_ok() to abrtlib | Karel Klic | 2009-12-18 | 2 | -0/+140 | |
| | ||||||
* | prevent destructors from throwing exceptions; check curl_easy_init errors | Denys Vlasenko | 2009-12-16 | 4 | -2/+31 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | fix all instances of atoi() usage | Denys Vlasenko | 2009-12-15 | 3 | -1/+52 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | don't blame python for every crash in /usr/bin/python rhbz#533521 trac#109 | Jiri Moskovcak | 2009-12-15 | 1 | -0/+2 | |
| | | | | | | - 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 | |||||
* | add paranoia checks on setuid/setgid | Denys Vlasenko | 2009-12-14 | 1 | -0/+12 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | abrt-cli: report success/failure of reporting. closes bug 71 | Denys Vlasenko | 2009-12-11 | 1 | -0/+1 | |
| | | | | | | 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 funcs | Denys Vlasenko | 2009-12-10 | 1 | -10/+0 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | dbus lib: fix parsing of 0-element arrays. Fixes bug 95 | Denys Vlasenko | 2009-12-10 | 1 | -10/+12 | |
| | | | | | | See https://fedorahosted.org/abrt/ticket/95 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | abrtd: add comment about ccpp/abrtd race | Denys Vlasenko | 2009-12-10 | 1 | -1/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | style fixes, no code changes | Denys Vlasenko | 2009-12-10 | 2 | -4/+4 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | *: remove most of remaining const string& params | Denys Vlasenko | 2009-12-07 | 1 | -1/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | remove std::string usage from class CABRTException. | Denys Vlasenko | 2009-12-06 | 4 | -15/+31 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | SQLite3: string& -> char*, -8k in code size | Denys Vlasenko | 2009-12-03 | 2 | -35/+28 | |
| | | | | | | Run tested Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | hopefully fix rhbz#541854: when we trim the dir, we must delete it from DB too | Denys Vlasenko | 2009-12-03 | 1 | -17/+10 | |
| | | | | | | Also added a more robust code to resis SEGVing if directory doesn't exist. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | build fixes | Jiri Moskovcak | 2009-12-03 | 1 | -4/+5 | |
| | ||||||
* | fixes on top of AutoReportUIDs change. run tested | Denys Vlasenko | 2009-11-30 | 2 | -7/+5 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | a few fixes in automatic reporter | Nikola Pajkovsky | 2009-11-30 | 1 | -1/+1 | |
| | ||||||
* | Kerneloops are reported automaticky now when AutoReportUIDs = root is in ↵ | Nikola Pajkovsky | 2009-11-26 | 2 | -0/+13 | |
| | | | | | | Kerneloops.conf Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
* | hookCCpp: check total dump dir size and delete the largest/oldest one | Denys Vlasenko | 2009-11-26 | 4 | -21/+142 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | split libABRTdUtils from libABRTUtils. This makes hooks _much_ smaller. | Denys Vlasenko | 2009-11-25 | 1 | -5/+24 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | bump text size threshold 1k -> 2k | Denys Vlasenko | 2009-11-20 | 1 | -1/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | forgotten comma | Denys Vlasenko | 2009-11-19 | 1 | -2/+2 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | fix small bug in plugin loading code | Denys Vlasenko | 2009-11-19 | 1 | -0/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | make BZ insert small text attachments inline; move text file detection code | Denys Vlasenko | 2009-11-19 | 3 | -99/+32 | |
| | | | | | | Run-tested Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | move Catcut's description generation to lib/Utils/make_descr.cpp | Denys Vlasenko | 2009-11-19 | 2 | -4/+76 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | whitespace cleanups | Denys Vlasenko | 2009-11-18 | 2 | -2/+2 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | add support for \" escaping in config file | Denys Vlasenko | 2009-11-18 | 1 | -8/+17 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | add experimental saving of /var/log/Xorg*.log for X crashes | Denys Vlasenko | 2009-11-16 | 1 | -4/+4 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | disable compilation of the rest of socket code | Denys Vlasenko | 2009-11-12 | 1 | -1/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | SOSreport.cpp: __gnu_cxx::stdio_filebuf<char> is +8k in code, thanks but no | Denys Vlasenko | 2009-11-12 | 3 | -2/+33 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | forgot erase debug information for me | Nikola Pajkovsky | 2009-11-12 | 1 | -2/+0 | |
| | ||||||
* | Factored ParseArg | Nikola Pajkovsky | 2009-11-12 | 2 | -0/+33 | |
| | ||||||
* | remove getSettings from most plugins (inherited one is ok) | Denys Vlasenko | 2009-11-10 | 2 | -0/+39 | |
| | | | | | | | | | Also move parse_release() to abrtlib, it's shared among Bugzilla and Catcut. Tested Bugzilla and Catcut, both work. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | applied gavin's patch to Catcut. Refactored common xmlrpc code into lib/Utils. | Denys Vlasenko | 2009-11-09 | 3 | -0/+107 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | make IsTextFile more clever | Denys Vlasenko | 2009-11-09 | 1 | -7/+21 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | continuing s/string&/char*/ bit-by-bit | Denys Vlasenko | 2009-11-09 | 1 | -8/+8 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | give Plugin class a map_plugin_settings_t member | Denys Vlasenko | 2009-11-06 | 2 | -3/+16 | |
| | | | | | | This simplifies and unifies get/set settings ops Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | simplify logging a bit. warn_client() is gone, reuse error_msg() for it. | Denys Vlasenko | 2009-11-06 | 3 | -49/+70 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | lib/Plugins/FileTransfer: massive surgery | Denys Vlasenko | 2009-11-06 | 1 | -0/+22 | |
| | | | | | | | | text data bss dec hex filename 50212 2144 16 52372 cc94 0/libTicketUploader.so 34693 1888 24 36605 8efd 1/libTicketUploader.so Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | mass replace of const string& params by const char* | Denys Vlasenko | 2009-11-06 | 6 | -126/+57 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | const string& -> const char* conversion | Denys Vlasenko | 2009-11-05 | 1 | -14/+11 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp. | Denys Vlasenko | 2009-11-05 | 1 | -0/+13 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | uint64_t changed to int64_t | Nikola Pajkovsky | 2009-11-03 | 2 | -2/+2 | |
| | ||||||
* | kerneloop has uid = -1 new | Nikola Pajkovsky | 2009-11-03 | 2 | -3/+4 | |
| | ||||||
* | make_description_xxx: do not report empty fields | Denys Vlasenko | 2009-11-02 | 2 | -1/+6 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | s/CC_DBUS_/ABRTD_DBUS_/g | Denys Vlasenko | 2009-11-02 | 1 | -3/+3 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |