Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | abrtd: fix Report() dbus call gaping security holes | Denys Vlasenko | 2010-01-21 | 1 | -9/+9 |
| | | | | | | 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 widely | Denys Vlasenko | 2010-01-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | unify "crash data, "crash info" and "crash report" data types. they are the same | Denys Vlasenko | 2010-01-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Eliminate ATT file type - use TXT or BIN | Denys Vlasenko | 2010-01-19 | 1 | -11/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: assorted fixes prompted by security analysis; more to come | Denys Vlasenko | 2010-01-11 | 1 | -25/+8 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ccpp: add a possibility to disable backtrace generation | Denys Vlasenko | 2010-01-07 | 1 | -1/+1 |
| | | | | | | + assorted minor tweaks Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fix all instances of atoi() usage | Denys Vlasenko | 2009-12-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | add paranoia checks on setuid/setgid | Denys Vlasenko | 2009-12-14 | 1 | -3/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: remove most of remaining const string& params | Denys Vlasenko | 2009-12-07 | 1 | -2/+3 |
| | | | | 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 | 1 | -0/+1 |
| | | | | | | Run-tested Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | make plugin descriptions more consistent in style | Denys Vlasenko | 2009-11-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lib/Plugins/Mailx.cpp,TicketUploader.cpp: simplify (-7k) | Denys Vlasenko | 2009-11-12 | 1 | -103/+78 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove getSettings from most plugins (inherited one is ok) | Denys Vlasenko | 2009-11-10 | 1 | -17/+26 |
| | | | | | | | | | 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> | ||||
* | give Plugin class a map_plugin_settings_t member | Denys Vlasenko | 2009-11-06 | 1 | -8/+6 |
| | | | | | | This simplifies and unifies get/set settings ops Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Hack to fix the problem with daemon remembering the last used settings | Jiri Moskovcak | 2009-11-01 | 1 | -1/+2 |
| | |||||
* | remove a few #include <iostream>'s | Denys Vlasenko | 2009-09-18 | 1 | -3/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | add gettext support for all plugins | Nikola Pajkovsky | 2009-09-02 | 1 | -2/+2 |
| | |||||
* | add job ids (== thread ids) to warning/update DBus messages | Denys Vlasenko | 2009-08-26 | 1 | -2/+2 |
| | | | | | | | | renamed: comm_layer_inner_warning -> warn_client comm_layer_inner_status -> update_client Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | nuke unused variable | Denys Vlasenko | 2009-08-25 | 1 | -5/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Fixed sigsegv (#rhbz 518609) | Zdenek Prikryl | 2009-08-21 | 1 | -0/+1 |
| | |||||
* | removed debug prints | Zdenek Prikryl | 2009-08-20 | 1 | -9/+1 |
| | |||||
* | command mailx isn't run under root anymore. | Zdenek Prikryl | 2009-08-20 | 1 | -22/+99 |
| | |||||
* | mailx: correct English | Denys Vlasenko | 2009-08-19 | 1 | -3/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | removed dangerous parameter option | Zdenek Prikryl | 2009-08-18 | 1 | -7/+0 |
| | |||||
* | added support for storing results from reporters (used from gui) | Zdenek Prikryl | 2009-08-14 | 1 | -1/+2 |
| | |||||
* | moved LoadSettings from plugins into PluginManager | Zdenek Prikryl | 2009-08-11 | 1 | -8/+0 |
| | |||||
* | added new interface for geting plugins' settings (will be used in gui) | Zdenek Prikryl | 2009-07-31 | 1 | -12/+29 |
| | |||||
* | Move PLUGIN_INFOs to .cpp files: same object must never be defined twice | Denys Vlasenko | 2009-07-31 | 1 | -0/+9 |
| | | | | | | | | and if structure is defined in a .h file, that happens. Since this particular structure has non-trivial destructor, it was running twice and resulted in double-free. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | minor fixes in reporter plugins | Zdenek Prikryl | 2009-05-18 | 1 | -2/+6 |
| | |||||
* | rework commlayerinner usage | Zdenek Prikryl | 2009-04-29 | 1 | -3/+3 |
| | | | | new lock method in debugdump | ||||
* | new commlayerinner interface | Zdenek Prikryl | 2009-04-28 | 1 | -0/+5 |
| | |||||
* | added new abrt exceptions | Zdenek Prikryl | 2009-04-23 | 1 | -4/+5 |
| | |||||
* | - reporter plugins can tak an argiment | Zdenek Prikryl | 2009-04-16 | 1 | -5/+16 |
| | | | | | - added "Reporters" option which allows report basic info after a crash occurs - fixed interface of plugins | ||||
* | simple report can be activated immediately after a crash occurs | Zdenek Prikryl | 2009-04-16 | 1 | -1/+1 |
| | |||||
* | added new CD_ATT type | Zdenek Prikryl | 2009-04-08 | 1 | -12/+10 |
| | |||||
* | added "editable" item | Zdenek Prikryl | 2009-04-07 | 1 | -2/+2 |
| | |||||
* | new crash types | Zdenek Prikryl | 2009-04-02 | 1 | -8/+8 |
| | |||||
* | added new interface frof settings | Zdenek Prikryl | 2009-04-02 | 1 | -2/+2 |
| | |||||
* | rewritten CDebugDump and CrashTypes | Zdenek Prikryl | 2009-04-01 | 1 | -57/+55 |
| | |||||
* | replaced language and application plugins by analyzer plugin | Zdenek Prikryl | 2009-03-19 | 1 | -9/+13 |
| | | | | | added action plugin simplify plugin iface | ||||
* | Fixed saving of user comment | Jiri Moskovcak | 2009-03-04 | 1 | -0/+6 |
| | |||||
* | replace old project name by new one | Zdenek Prikryl | 2009-03-04 | 1 | -1/+1 |
| | |||||
* | added new option | Zdenek Prikryl | 2009-02-26 | 1 | -7/+15 |
| | |||||
* | added new reporting items | Zdenek Prikryl | 2009-02-25 | 1 | -0/+5 |
| | |||||
* | changed configuration | Zdenek Prikryl | 2009-02-18 | 1 | -4/+4 |
| | |||||
* | added default values for settings | Zdenek Prikryl | 2009-02-18 | 1 | -7/+7 |
| | |||||
* | added new crash information, "cmdline" | Zdenek Prikryl | 2009-02-12 | 1 | -0/+3 |
| | |||||
* | changed interface of reporter plugins, so user have posibility ti change ↵ | Zdenek Prikryl | 2009-02-12 | 1 | -22/+13 |
| | | | | reported data | ||||
* | mailx sends relevant data | Zdenek Prikryl | 2009-02-11 | 1 | -8/+66 |
| | |||||
* | tabs are replaced by space | Zdenek Prikryl | 2009-02-04 | 1 | -31/+31 |
| | | | | new plugin interface |