summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* l10n: Updates to Dutch (Flemish) (nl) translationwarrink2011-02-021-79/+118
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Oriya (or) translationmgiri2011-02-021-158/+166
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Gujarati (gu) translationswkothar2011-02-021-77/+72
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Polish (pl) translationraven2011-02-011-222/+200
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* run_event: fix comment which become outdated after recent changeDenys Vlasenko2011-02-011-1/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-cli -r DIR: copy non-writable DIR into $HOME/abrt/spoolDenys Vlasenko2011-02-0110-16/+259
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* dump_dir: change locking to create .lock file inside dirDenys Vlasenko2011-02-011-63/+202
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* use run_state->children_count == 0 check for "event not conf'd" conditionDenys Vlasenko2011-02-015-13/+9
| | | | | | | | | | | | run_event_on_FOO() was returning -1 when it found that not even one program was run on the requested event. Which is not a very natural return value: in many cases this isn't an error. This change makes it return 0 in this case. It is ok since now we have run_state->children_count member which can be checked for 0 by those callers which want to detect this condition. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-cli: converted to process events locallyDenys Vlasenko2011-02-016-332/+370
| | | | | | Only -d DIR operation still goes through the daemon. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Merge branch 'fix-for-abrt' of ↵Nikola Pajkovsky2011-02-012-4/+6
|\ | | | | | | | | | | | | | | ssh://fedorapeople.org/home/fedora/npajkovs/public_git/abrt * 'fix-for-abrt' of ssh://fedorapeople.org/home/fedora/npajkovs/public_git/abrt: rhtsupport reads from uninitialized variable load_plugin_settings.c: remove unused variable
| * rhtsupport reads from uninitialized variableNikola Pajkovsky2011-02-011-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | abrt-action-rhtsupport.c: In function ‘main’: abrt-action-rhtsupport.c:231:12: warning: ‘child’ may be used uninitialized in this function [-Wuninitialized] abrt-action-rhtsupport.c:45:11: note: ‘child’ was declared here ... ... pid_t child; ... ... if (!login[0] || !password[0]) { errmsg = _("Empty login or password, please check RHTSupport.conf"); goto ret; } ... ... ret: // Damn, selinux does not allow SIGKILLing our own child! wtf?? //kill(child, SIGKILL); /* just in case */ waitpid(child, NULL, 0); ... ... Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * load_plugin_settings.c: remove unused variableNikola Pajkovsky2011-02-011-2/+0
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | l10n: Updates to Kannada (kn) translationshanky2011-02-011-215/+300
|/ | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Dutch (Flemish) (nl) translationwarrink2011-02-011-167/+171
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Gujarati (gu) translationswkothar2011-02-011-222/+281
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Japanese (ja) translationkhasida2011-02-011-362/+333
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Ukrainian (uk) translationyurchor2011-02-011-163/+168
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Panjabi (Punjabi) (pa) translationjassy2011-02-011-155/+159
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* New supported format of thread header "Thread 8 (Thread 0xb07fdb70 (LWP 6357)):"Karel Klic2011-01-311-2/+31
|
* Added functions malloc_consolidate, _int_malloc, and __libc_calloc to the ↵Karel Klic2011-01-311-1/+4
| | | | ignore list.
* Updated list of files with localized stringsKarel Klic2011-01-311-2/+2
|
* Increase limit for gdb run, as it was reported that 60 secs is too limiting ↵Karel Klic2011-01-311-1/+2
| | | | on slow machines
* Rating 0 (worst) for backtrace on which the parser fails.Karel Klic2011-01-311-4/+10
|
* l10n: Updates to Panjabi (Punjabi) (pa) translationjassy2011-01-311-110/+189
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Message text and other small cosmetic fixesDenys Vlasenko2011-01-283-11/+16
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* make list_possible_events return empty on non-dump directoriesDenys Vlasenko2011-01-281-4/+12
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* run_event: add children_countDenys Vlasenko2011-01-272-2/+15
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* preparatory changes for abrt-cli local processing changeDenys Vlasenko2011-01-279-168/+76
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* l10n: Updates to Telugu (te) translationkkrothap2011-01-271-207/+274
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Oriya (or) translationmgiri2011-01-271-88/+141
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* minor build fixesJiri Moskovcak2011-01-251-2/+2
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-01-254-21/+47
|\
| * split parse_release() into Bz and RHTS versionsDenys Vlasenko2011-01-253-10/+34
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtDenys Vlasenko2011-01-252-3/+5
| |\
| * | plug memory leak on error pathsDenys Vlasenko2011-01-251-1/+1
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * | comment out unused function post_signatureDenys Vlasenko2011-01-251-0/+2
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * | move block of code to eliminate a gotoDenys Vlasenko2011-01-251-10/+10
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | | don't try to remove the tmp dir if it's not createdJiri Moskovcak2011-01-251-3/+3
| | | | | | | | | | | | | | | - if no package is found the tmp dir is not created, but we tried to remove it anyway which failed
* | | fixed some gui warnings rhbz#671488Jiri Moskovcak2011-01-254-648/+5
| |/ |/| | | | | | | | | - it turned out to be caused by some unused code we had in git, so I just removed it and find out, that I was redefining the "show" signal from GObject, so I renamed it to "show_gui"
* | specify the uid:gid pair in useradd/groupadd invocationJiri Moskovcak2011-01-241-2/+4
| | | | | | | | | | - abrt has the 173:173 pair reserved in the setup package, so now we can use it
* | minor cleanup in python handlerJiri Moskovcak2011-01-241-1/+0
| | | | | | | | - removed unused import subprocess
* | added python to addon-python requires rhbz#672043Jiri Moskovcak2011-01-241-0/+1
|/ | | | | - doesn't make sense to install python handler without python and it breaks python build, see rhbz#672043 for more info
* remove CCommLayerServer[DBus] classesDenys Vlasenko2011-01-219-144/+39
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* s/QuotaExceed/QuotaExceeded/gDenys Vlasenko2011-01-215-9/+9
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* l10n: Updates to Polish (pl) translationraven2011-01-211-87/+140
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Dutch (Flemish) (nl) translationwarrink2011-01-211-86/+139
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Ukrainian (uk) translationyurchor2011-01-211-86/+139
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Remove CCrashWatcher and CObserver classes; merge libabrt_daemon into abrtdDenys Vlasenko2011-01-2111-165/+16
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* remove plugin.h, move its only macro into into only userDenys Vlasenko2011-01-205-35/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* add OPT_LIST mechanism to handle multiply occurring optionsDenys Vlasenko2011-01-2014-126/+110
| | | | | | | This allowed to convert abrt-action-bugzilla, abrt-action-rhtsupport and abrt-action-kerneloops to parse_opts() Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>