summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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-194-16/+16
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-01-1916-129/+148
|\
| * unify "crash data, "crash info" and "crash report" data types. they are the sameDenys Vlasenko2010-01-1914-129/+133
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Add warning text about script usage to abrt-bz-* scripts. Document the ↵Karel Klic2010-01-192-0/+15
| | | | | | | | purpose of the scripts.
* | GUI: reporter dialog polishingJiri Moskovcak2010-01-192-73/+89
| |
* | GUI: made the report url clickable againJiri Moskovcak2010-01-191-6/+8
|/
* resolve conflictJiri Moskovcak2010-01-1912-64/+31
|\
| * Eliminate ATT file type - use TXT or BINDenys Vlasenko2010-01-194-10/+8
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * preparatory patch with trivial cleanupsDenys Vlasenko2010-01-199-54/+23
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | GUI: changed type of log window to popupJiri Moskovcak2010-01-191-0/+1
| | | | | | | | - it removes the window decorations and it's not shown in taskbar
* | GUI: redesign of reporter dialogJiri Moskovcak2010-01-192-262/+612
|/
* fixed: "Warning: g_set_prgname() called multiple times"Jiri Moskovcak2010-01-181-1/+1
|
* Set the prgname to "Automatic Bug Reporting Tool" fixes rhbz#550357Jiri Moskovcak2010-01-181-2/+4
|
* s/os.exit/sys.exit - closes rhbz#556313Denys Vlasenko2010-01-181-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: better code for plugin settings overriding; better logging; fixed "not ↵Denys Vlasenko2010-01-153-26/+73
| | | | | | reported" display bug Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* use repr() to print variable values in python hookJiri Moskovcak2010-01-151-1/+1
|
* add code to make GUI -> daemon settings passing less weird. not enabled yetDenys Vlasenko2010-01-143-23/+87
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* gui: add logging infrastructureDenys Vlasenko2010-01-1412-54/+94
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* comment out forgotten debuggingDenys Vlasenko2010-01-141-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: make it so that even non-loaded plugins show up in "Plugins" dialogDenys Vlasenko2010-01-1410-78/+80
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add an URL to Gnome keyring API (it wasn't trivial to google for)Denys Vlasenko2010-01-131-0/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix plugin type display in GUIDenys Vlasenko2010-01-132-37/+38
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: disable plugin loading/unloading through GUI. Document keyring a bitDenys Vlasenko2010-01-1310-66/+98
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-01-134-16/+48
|\
| * fixed the switched lines 2nd tryJiri Moskovcak2010-01-131-1/+1
| |
| * don't use deleted variableJiri Moskovcak2010-01-131-1/+1
| |
| * abrt-hook-python: sanitize input more; log to syslogDenys Vlasenko2010-01-122-12/+44
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * grr... src/Hooks/abrt_hook_ccpp.cpp -> abrt-hook-ccpp.cppDenys Vlasenko2010-01-122-2/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * src/Hooks/CCpp.cpp -> src/Hooks/abrt_hook_ccpp.cppDenys Vlasenko2010-01-122-2/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Better error messages for abrt-backtrace executionKarel Klic2010-01-131-2/+2
|/
* Fixing /var/cache/abrt/ permissions by allowing users to read, but not to ↵Karel Klic2010-01-122-8/+8
| | | | change their crash data. Adds abrt user, changes abrt-hook-python to use suid instead of sgid bit (uid=abrt), sets /var/cache/abrt and every dump subdirectory to be owned by abrt user. Read access for users and their own crashes is provided by group (/var/cache/abrt/ccpp-xxxx-xx has user's group).
* 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
| | | | | | | | With comments! yay. Before it, too restrictive mode was preventing python craches to be handled. Signed-off-by: Karel Klic <kklic@redhat.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: assorted fixes prompted by security analysis; more to comeDenys Vlasenko2010-01-117-11/+19
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: misc fixesDenys Vlasenko2010-01-115-11/+13
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: cast pids and uigs to long, not intDenys Vlasenko2010-01-114-19/+19
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-hook-python: add input sanitization and directory size guardDenys Vlasenko2010-01-115-95/+174
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* replace plugin enabling via EnabledPlugins by par-plugin Enabled = yes/noDenys Vlasenko2010-01-108-138/+121
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: preparatory patch for per-plugin "Enable" codeDenys Vlasenko2010-01-082-29/+25
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* PluginManager: preparatory cleanupDenys Vlasenko2010-01-074-140/+137
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ccpp: add a possibility to disable backtrace generationDenys Vlasenko2010-01-072-7/+10
| | | | | | + assorted minor tweaks Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-01-051-15/+39
|\
| * Better noncrash frame detection and removal.Karel Klic2010-01-051-15/+39
| |
* | speed optimalization of abrt-debuginfo-installJiri Moskovcak2010-01-051-2/+6
|/ | | | | | - abrt can't handle(report) bugs in non-fedora packages, so we can use only Fedora repositories when looking for debuginfo packages which makes the whole process faster
* updated creditsJiri Moskovcak2010-01-042-2/+17
| | | | - hopefully alphabetically ordered
* GUI: fixed crash when abrt-gui is run without X server rhbz#552039Jiri Moskovcak2010-01-041-1/+6
|
* abrt-backtrace manpage installedKarel Klic2009-12-181-2/+2
|
* Bugzilla duplication checker scriptKarel Klic2009-12-181-0/+108
|
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-12-1812-313/+274
|\