summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Mailx.cpp
Commit message (Collapse)AuthorAgeFilesLines
* abrtd: fix Report() dbus call gaping security holesDenys Vlasenko2010-01-211-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 widelyDenys Vlasenko2010-01-201-1/+1
| | | | 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-191-4/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Eliminate ATT file type - use TXT or BINDenys Vlasenko2010-01-191-11/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: assorted fixes prompted by security analysis; more to comeDenys Vlasenko2010-01-111-25/+8
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ccpp: add a possibility to disable backtrace generationDenys Vlasenko2010-01-071-1/+1
| | | | | | + assorted minor tweaks Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix all instances of atoi() usageDenys Vlasenko2009-12-151-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add paranoia checks on setuid/setgidDenys Vlasenko2009-12-141-3/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: remove most of remaining const string& paramsDenys Vlasenko2009-12-071-2/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make BZ insert small text attachments inline; move text file detection codeDenys Vlasenko2009-11-191-0/+1
| | | | | | Run-tested Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make plugin descriptions more consistent in styleDenys Vlasenko2009-11-131-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* lib/Plugins/Mailx.cpp,TicketUploader.cpp: simplify (-7k)Denys Vlasenko2009-11-121-103/+78
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-101-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 memberDenys Vlasenko2009-11-061-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 settingsJiri Moskovcak2009-11-011-1/+2
|
* remove a few #include <iostream>'sDenys Vlasenko2009-09-181-3/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add gettext support for all pluginsNikola Pajkovsky2009-09-021-2/+2
|
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-261-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 variableDenys Vlasenko2009-08-251-5/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Fixed sigsegv (#rhbz 518609)Zdenek Prikryl2009-08-211-0/+1
|
* removed debug printsZdenek Prikryl2009-08-201-9/+1
|
* command mailx isn't run under root anymore.Zdenek Prikryl2009-08-201-22/+99
|
* mailx: correct EnglishDenys Vlasenko2009-08-191-3/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* removed dangerous parameter optionZdenek Prikryl2009-08-181-7/+0
|
* added support for storing results from reporters (used from gui)Zdenek Prikryl2009-08-141-1/+2
|
* moved LoadSettings from plugins into PluginManagerZdenek Prikryl2009-08-111-8/+0
|
* added new interface for geting plugins' settings (will be used in gui)Zdenek Prikryl2009-07-311-12/+29
|
* Move PLUGIN_INFOs to .cpp files: same object must never be defined twiceDenys Vlasenko2009-07-311-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 pluginsZdenek Prikryl2009-05-181-2/+6
|
* rework commlayerinner usageZdenek Prikryl2009-04-291-3/+3
| | | | new lock method in debugdump
* new commlayerinner interfaceZdenek Prikryl2009-04-281-0/+5
|
* added new abrt exceptionsZdenek Prikryl2009-04-231-4/+5
|
* - reporter plugins can tak an argimentZdenek Prikryl2009-04-161-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 occursZdenek Prikryl2009-04-161-1/+1
|
* added new CD_ATT typeZdenek Prikryl2009-04-081-12/+10
|
* added "editable" itemZdenek Prikryl2009-04-071-2/+2
|
* new crash typesZdenek Prikryl2009-04-021-8/+8
|
* added new interface frof settingsZdenek Prikryl2009-04-021-2/+2
|
* rewritten CDebugDump and CrashTypesZdenek Prikryl2009-04-011-57/+55
|
* replaced language and application plugins by analyzer pluginZdenek Prikryl2009-03-191-9/+13
| | | | | added action plugin simplify plugin iface
* Fixed saving of user commentJiri Moskovcak2009-03-041-0/+6
|
* replace old project name by new oneZdenek Prikryl2009-03-041-1/+1
|
* added new optionZdenek Prikryl2009-02-261-7/+15
|
* added new reporting itemsZdenek Prikryl2009-02-251-0/+5
|
* changed configurationZdenek Prikryl2009-02-181-4/+4
|
* added default values for settingsZdenek Prikryl2009-02-181-7/+7
|
* added new crash information, "cmdline"Zdenek Prikryl2009-02-121-0/+3
|
* changed interface of reporter plugins, so user have posibility ti change ↵Zdenek Prikryl2009-02-121-22/+13
| | | | reported data
* mailx sends relevant dataZdenek Prikryl2009-02-111-8/+66
|
* tabs are replaced by spaceZdenek Prikryl2009-02-041-31/+31
| | | | new plugin interface