summaryrefslogtreecommitdiff
path: root/cli/src/utils.c
Commit message (Expand)AuthorAgeFilesLines
* cli: don't leak 'str' returned by g_strdup_vprintf()Jiří Klimeš2014-06-041-2/+4
* cli: fix ambiguity of "o" (on vs off) in nmc_string_to_bool()Jiří Klimeš2014-05-151-0/+6
* all: fix various warnings detected with coverityThomas Haller2014-05-021-1/+1
* cli: consolidate active and configured connections (rh #997999)Jiří Klimeš2014-01-231-18/+52
* cli: allow specifying 'group.name' syntax for '--fields'Jiří Klimeš2013-12-171-14/+99
* coverity: fix various warnings detected with CoverityThomas Haller2013-11-131-1/+1
* cli: fix in matching command line argumentsThomas Haller2013-11-111-2/+2
* nmcli: fix some leaks found by valgrindDan Winship2013-10-231-0/+5
* nmcli: reword error message for a wrong user input in edit modeThomas Haller2013-09-051-2/+8
* all: replace struct in_addr with guint32Pavel Šimerda2013-08-031-3/+3
* cli: add 'nmcli' command for nmcli connection editor configurationJiří Klimeš2013-07-221-0/+54
* cli: 'connection edit' - edit/add connections in an interactive editorJiří Klimeš2013-07-221-1/+43
* cli: 'dev wifi list' use nm_utils_ssid_to_utf8() to display SSID; add SSID-HEXJiří Klimeš2013-05-311-7/+2
* cli: print_required_fields() - fix non-ASCII strings alignment in multilineJiří Klimeš2013-05-311-2/+8
* cli: enhance printing to align tabular output properly and not to waste spaceJiří Klimeš2013-05-311-40/+161
* cli: nmc_string_to_bool() - util function for converting string to booleanJiří Klimeš2013-05-071-0/+21
* cli: util functions for converting string to intJiří Klimeš2013-05-071-0/+70
* cli: nmc_string_is_valid() utility functionJiří Klimeš2013-05-071-0/+48
* cli: handle NULL gracefully in nmc_arg_is_help()Jiří Klimeš2013-04-181-0/+2
* cli: add nmc_arg_is_help() and use it to save some code linesJiří Klimeš2013-04-181-0/+11
* trivial: avoid -WshadowPavel Šimerda2013-04-151-5/+5
* cli: util function to parse command-line argumentsJiří Klimeš2013-04-081-0/+74
* cli: add nmc_string_to_arg_array() to split a string to arguments arrayJiří Klimeš2013-04-081-0/+19
* cli: nmc_get_user_input() util function for getting user inputJiří Klimeš2013-04-081-0/+26
* cli: use nm_client_get_manager_running() instead of nmc_is_nm_running()Dan Williams2013-04-081-54/+0
* cli: add property get functions - returning property value for presentationDan Winship2013-03-261-0/+16
* cli: make 'value' in NmcOutputField non constJiří Klimeš2013-03-261-2/+2
* cli: allow next_arg() to move arguments past the last oneJiří Klimeš2012-11-201-4/+6
* cli: use an error quark for domain in g_set_error() instead of 0 (rh #842975)Jiří Klimeš2012-07-251-7/+7
* cli: use "--" instead of "no set" for NULL stringsJiří Klimeš2012-06-041-1/+1
* cli: trivial, fix up spacingJiří Klimeš2012-04-281-2/+2
* cli: add 'connect to SSID' feature: nmcli dev wifi connect <SSID> ...Jiří Klimeš2012-04-281-0/+32
* cli: fix a crash (due to freeing static string)Jiří Klimeš2012-01-061-1/+1
* cli: move helper IP conversion functions from devices.c to utils.cJiří Klimeš2012-01-051-0/+58
* cli: allow field values to be null-terminated string arraysJiří Klimeš2012-01-031-15/+59
* cli: increase values indentation in multiline mode to align printed textJiří Klimeš2011-09-071-1/+2
* cli: compare nmcli and NM versionsJiří Klimeš2011-02-161-0/+49
* cli: fix "format not a string literal and no format arguments" cc errorJiří Klimeš2011-02-101-1/+1
* cli: improve/add NM running checksJiří Klimeš2011-02-101-1/+56
* cli: align UTF-8 strings properlyJiří Klimeš2010-04-261-5/+23
* cli: Remove obsolete print_table_* functionsJiří Klimeš2010-03-241-80/+0
* cli: Convert SSID to a printable formJiří Klimeš2010-03-241-0/+27
* cli: 'dev list' adjustmentsJiří Klimeš2010-03-241-7/+14
* cli: print_fields(): don't segfault when a value is not setJiří Klimeš2010-03-241-2/+3
* cli: convert 'dev list' to new format; checking options validity for terseJiří Klimeš2010-03-221-10/+29
* cli: print_fields() adjustments; error messages fixesJiří Klimeš2010-03-201-13/+25
* cli: fix a memory leakJiří Klimeš2010-03-191-0/+2
* cli: changing nmcli output to better fit both computer and human needsJiří Klimeš2010-03-181-0/+166
* cli: add initial pieces of nmcliJirka Klimes2010-02-251-0/+126