summaryrefslogtreecommitdiffstats
path: root/src/CLI
Commit message (Collapse)AuthorAgeFilesLines
* backtrace rating check in abrt-cliMichal Toman2010-11-151-49/+71
|
* Localization of [y/n] response in abrt-cliKarel Klic2010-11-151-6/+13
|
* abrt-cli --info: Make coredump and rating fields optionalKarel Klic2010-11-151-5/+12
|
* Mention --info and --backtrace in the abrt-cli man page.Karel Klic2010-07-261-4/+13
|
* style fixes, no code changesDenys Vlasenko2010-07-222-6/+11
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Added --info action to abrt-cliMichal Toman2010-07-221-19/+130
|
* String updatesKarel Klic2010-07-122-10/+10
|
* lower-case devel headersNikola Pajkovsky2010-07-094-7/+7
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Display hostname in abrt-cli if it's available.Karel Klic2010-07-071-0/+5
|
* added support for package specific actionsJiri Moskovcak2010-06-301-4/+9
|
* English and message format fixesDenys Vlasenko2010-06-304-13/+13
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'cli'Karel Klic2010-06-293-113/+176
|\
| * Allow using the same operation multiple timesKarel Klic2010-06-291-1/+1
| |
| * Bash completion updateKarel Klic2010-06-221-5/+21
| |
| * Remove dead socket code.Karel Klic2010-06-221-9/+0
| |
| * Rename --get-list to --listKarel Klic2010-06-222-10/+10
| |
| * Update man pageKarel Klic2010-06-221-8/+15
| |
| * Options overhaulKarel Klic2010-06-221-56/+94
| |
| * Indentation onlyKarel Klic2010-06-221-24/+24
| |
| * Split print_crash_infos to two functions, add some comments.Karel Klic2010-06-221-33/+44
| |
* | Show comment and how to reproduce fields when reporing crashes in abrt-cliKarel Klic2010-06-221-1/+15
|/
* fix whitespaceDenys Vlasenko2010-05-311-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-cli: suppress misleading "crash 'XXXXXXXX' is not in database" messagesDenys Vlasenko2010-05-264-7/+15
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Improved echo switching as suggested by DenysKarel Klic2010-05-051-5/+14
|
* Do not echo password to terminal in abrt-cliKarel Klic2010-05-051-1/+27
|
* Changes to abrt-cli made by Denys Vlasenko on 2010-03-18.Karel Klic2010-04-201-16/+11
| | | | Reviewed by Karel Klic.
* Removed trailing whitespaces.Karel Klic2010-03-311-1/+1
|
* remove socket code, it is deadDenys Vlasenko2010-03-233-203/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Allow user to select which reporter he wants to use to report a crash using CLI.Karel Klic2010-03-183-47/+189
| | | | | | | The daemon skips reporters which are not in the list of reporters provided via Report() dbus call. Reviewed by: Jiri Moskovcak <jmoskovc@redhat.com> Reviewed by: Denys Vlasenko <vda.linux@googlemail.com>
* cli: make --report UUIDprefix match only unique prfixDenys Vlasenko2010-03-091-5/+10
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* use FILENAME_BACKTRACE for oops text tooDenys Vlasenko2010-03-051-4/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* cli: pass reporters param in call_Report(); handle error returnsDenys Vlasenko2010-03-041-6/+29
| | | | | | | | | | | ... Do you want to send the report? [y/N]: y >! string expected in dbus message, but not found ('e') >! dbus call Report: parameter type mismatch Dbus call returned error: 'org.freedesktop.DBus.Error.Failed' Acked-by: Nikola Pajkovsky <npajkovs@redhat.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: UID:UUID -> crash_id conversionDenys Vlasenko2010-03-044-47/+70
| | | | | | | | | | | | | | | | | | | This fixes at least three instances where we did not check whether user is even allowed to report or delete a crash. Also fixes a few cases when root might inadvertently act on (e.g. delete) mote than one crash. Renamed FILENAME_UID to CD_UID - makes more sense this way. Added COL_INFORMALL and CD_INFORMALL. Nuked UID == -1 hacks. Renamed getReport() to start_job on Python side. Dropped a few unused parameters from server -> client dbus signals. Fixed CLI's way of reverencing crashes (see updated help text). Run-tested (GUI and CLI). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Acked-by: Nikola Pajkovsky <npajkovs@redhat.com>
* fix format security errorFrederic Crozat2010-03-021-1/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* cli: add support for "--report @N" and "--report PARTIAL_UUID"Denys Vlasenko2010-02-233-23/+54
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Load plugin settings also from ~/.abrt/*.confKarel Klic2010-02-121-82/+114
|
* Remove newline from user input, separate run_report_editor from the reportKarel Klic2010-02-121-61/+122
|
* cli: fix trivial error counter bugDenys Vlasenko2010-02-091-5/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-072-0/+36
| | | | | | Also add copyright banners to all files which were missing them Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Ask for login and password if missing from reporter plugin.Karel Klic2010-02-053-7/+90
|
* cli: fix the problem of not showing oops text in editorDenys Vlasenko2010-02-031-7/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: fix Report() dbus call gaping security holesDenys Vlasenko2010-01-212-10/+10
| | | | | | 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-9/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move all FILENAME_xxx defines to inc/CrashTypes.hDenys Vlasenko2010-01-191-7/+8
| | | | 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-196-24/+24
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* preparatory patch with trivial cleanupsDenys Vlasenko2010-01-191-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-142-4/+8
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* prevent destructors from throwing exceptions; check curl_easy_init errorsDenys Vlasenko2009-12-161-1/+11
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-cli: report success/failure of reporting. closes bug 71Denys Vlasenko2009-12-115-83/+100
| | | | | | See https://fedorahosted.org/abrt/ticket/71 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make "abrt-cli --delete randomuuid" report that deletion failed. closes bug 59Denys Vlasenko2009-12-104-25/+46
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>