summaryrefslogtreecommitdiff
path: root/cli/src/network-manager.c
Commit message (Expand)AuthorAgeFilesLines
* cli: add 'help' for second level commands (bgo #698237) (rh #1034119)Jiří Klimeš2014-01-091-16/+182
* cli: allow specifying 'group.name' syntax for '--fields'Jiří Klimeš2013-12-171-17/+6
* cli: add support for getting/setting hostname to nmcli (rh #1018510)Jiří Klimeš2013-11-131-2/+44
* cli: make command line parsing check for help option firstThomas Haller2013-11-111-8/+8
* cli: clarify 'startup' property when NM is not runningDan Williams2013-09-121-1/+1
* cli: fix build error due to possibly uninitialized variableDan Williams2013-09-121-1/+1
* cli: add STARTUP field for 'nmcli -f all general status'Jiří Klimeš2013-09-121-19/+22
* cli: consolidate a code for connectivity check a bitJiří Klimeš2013-09-121-18/+8
* nmcli: special error message for access denied when SetLogging failsThomas Haller2013-09-041-1/+4
* cli: add connectivity supportDan Winship2013-08-281-22/+85
* cli: trivial update of NmcOutputField initializersJiří Klimeš2013-05-311-17/+17
* cli: adapt the code for the new flags and printing facilitiesJiří Klimeš2013-05-311-44/+47
* cli: remove RUNNING field from default 'common' fieldsJiří Klimeš2013-05-101-1/+1
* cli: remove obsolete 'nmcli nm'Jiří Klimeš2013-04-241-327/+9
* cli: add nmc_arg_is_help() and use it to save some code linesJiří Klimeš2013-04-181-12/+4
* trivial: format nmcli usage helpJiří Klimeš2013-04-081-9/+6
* cli: add 'nmcli general logging'Jiří Klimeš2013-04-081-1/+99
* cli: split 'nmcli switch' --> 'nmcli networking' and 'nmcli radio'Jiří Klimeš2013-04-081-38/+66
* cli: rename HARDWARE -> HW in status/switch fieldsJiří Klimeš2013-04-081-9/+9
* cli: split 'general' into 'nmcli switch' and 'nmcli general' commandsJiří Klimeš2013-04-081-56/+319
* cli: use nm_client_get_manager_running() instead of nmc_is_nm_running()Dan Williams2013-04-081-25/+20
* cli: make 'value' in NmcOutputField non constJiří Klimeš2013-03-261-11/+11
* cli: allow more forms of "help" command showing OBJECTs' descriptionJiří Klimeš2012-11-131-1/+4
* cli: add a command for listing permissions - nmcli nm permissionsJiří Klimeš2012-04-301-4/+144
* cli: trivial, fix up spacingJiří Klimeš2012-04-281-5/+5
* cli: remove useless static function prototypesJiří Klimeš2011-09-061-8/+1
* cli: fix 'nmcli nm' producing critical assertion when NM is not runningJiří Klimeš2011-04-211-1/+1
* build: do the right thing with config.h (bgo #644664)Kjartan Maraas2011-03-141-0/+2
* cli: compare nmcli and NM versionsJiří Klimeš2011-02-161-4/+10
* cli: add VERSION field to 'nmcli nm' commandJiří Klimeš2011-02-161-26/+28
* api: add additional NM daemon statesDan Williams2011-02-141-1/+7
* cli/build: make WiMAX support optionalJiří Klimeš2011-02-141-8/+34
* cli: improve/add NM running checksJiří Klimeš2011-02-101-54/+5
* cli: don't poke NetworkManager D-Bus service names when it's not runningJiří Klimeš2011-02-101-22/+91
* cli: add support for WiMAX devices and connectionsDan Williams2011-01-061-5/+47
* cli: add 'nmcli nm enable' commandJiří Klimeš2010-09-171-18/+103
* cli: 'dev list' adjustmentsJiří Klimeš2010-03-241-6/+6
* cli: add NMC_RESULT_ERROR_USER_INPUT code for bad invocation of nmcliJiří Klimeš2010-03-241-12/+12
* cli: convert 'dev list' to new format; checking options validity for terseJiří Klimeš2010-03-221-6/+22
* cli: print_fields() adjustments; error messages fixesJiří Klimeš2010-03-201-3/+6
* cli: converting 'nmcli nm ...' outputs to new formatJiří Klimeš2010-03-191-12/+85
* cli: add initial pieces of nmcliJirka Klimes2010-02-251-0/+186