summaryrefslogtreecommitdiff
path: root/cli/src/utils.h
Commit message (Expand)AuthorAgeFilesLines
* cli: consolidate active and configured connections (rh #997999)Jiří Klimeš2014-01-231-1/+3
* cli: allow specifying 'group.name' syntax for '--fields'Jiří Klimeš2013-12-171-1/+5
* cli: add 'nmcli' command for nmcli connection editor configurationJiří Klimeš2013-07-221-0/+2
* cli: 'connection edit' - edit/add connections in an interactive editorJiří Klimeš2013-07-221-1/+3
* cli: 'dev wifi list' use nm_utils_ssid_to_utf8() to display SSID; add SSID-HEXJiří Klimeš2013-05-311-1/+1
* cli: enhance printing to align tabular output properly and not to waste spaceJiří Klimeš2013-05-311-3/+8
* cli: nmc_string_to_bool() - util function for converting string to booleanJiří Klimeš2013-05-071-0/+1
* cli: util functions for converting string to intJiří Klimeš2013-05-071-0/+22
* cli: nmc_string_is_valid() utility functionJiří Klimeš2013-05-071-0/+1
* cli: add nmc_arg_is_help() and use it to save some code linesJiří Klimeš2013-04-181-0/+1
* cli: util function to parse command-line argumentsJiří Klimeš2013-04-081-0/+11
* cli: add nmc_string_to_arg_array() to split a string to arguments arrayJiří Klimeš2013-04-081-0/+1
* cli: nmc_get_user_input() util function for getting user inputJiří Klimeš2013-04-081-0/+1
* cli: use nm_client_get_manager_running() instead of nmc_is_nm_running()Dan Williams2013-04-081-1/+0
* cli: add property get functions - returning property value for presentationDan Winship2013-03-261-0/+1
* cli: make 'value' in NmcOutputField non constJiří Klimeš2013-03-261-2/+2
* cli: add 'connect to SSID' feature: nmcli dev wifi connect <SSID> ...Jiří Klimeš2012-04-281-0/+2
* cli: move helper IP conversion functions from devices.c to utils.cJiří Klimeš2012-01-051-0/+2
* cli: allow field values to be null-terminated string arraysJiří Klimeš2012-01-031-1/+3
* cli: compare nmcli and NM versionsJiří Klimeš2011-02-161-0/+1
* cli: improve/add NM running checksJiří Klimeš2011-02-101-1/+2
* cli: align UTF-8 strings properlyJiří Klimeš2010-04-261-0/+1
* cli: Remove obsolete print_table_* functionsJiří Klimeš2010-03-241-2/+0
* cli: Convert SSID to a printable formJiří Klimeš2010-03-241-0/+1
* cli: convert 'dev list' to new format; checking options validity for terseJiří Klimeš2010-03-221-0/+1
* cli: changing nmcli output to better fit both computer and human needsJiří Klimeš2010-03-181-0/+7
* cli: add initial pieces of nmcliJirka Klimes2010-02-251-0/+28