summaryrefslogtreecommitdiff
path: root/cli/src/settings.c
Commit message (Expand)AuthorAgeFilesLines
* cli: fix a crash when trying to set a white-space string as IP (rh #1071394)Jiří Klimeš2014-03-031-18/+22
* cli: allow removing properties by-value (in addition to by-index)Jiří Klimeš2014-02-281-156/+592
* replace snprintf by g_snprintfThomas Haller2014-02-241-2/+1
* cli: allow resetting the connection.master to NULLThomas Haller2014-02-241-2/+6
* cli: better checking of WEP key types in nmcli interactive editor (rh #1040964)Jiří Klimeš2014-02-171-11/+54
* cli: show warning when setting band/channel for infra mode (rh #1000096)Thomas Haller2014-02-131-0/+46
* cli: fix leaks for getter functions (release GValue)Thomas Haller2014-01-081-4/+16
* cli: allow '--field group.field' for nmcli con show conf <bla>Jiří Klimeš2013-12-171-78/+103
* cli: allow specifying 'group.name' syntax for '--fields'Jiří Klimeš2013-12-171-25/+25
* cli: add support for DCB settingsDan Williams2013-11-271-0/+556
* cli: support file names for 'config' argument when creating team connectionsJiří Klimeš2013-11-221-4/+32
* coverity: fix various warnings detected with CoverityThomas Haller2013-11-131-2/+2
* cli: tivial fixup whitespace in command description textThomas Haller2013-11-121-4/+4
* core: add support for EAP-PWD authenticationjvoisin2013-10-231-1/+1
* Fix typosYuri Chornoivan2013-10-191-2/+2
* cli: editor 'change' command: output -> input format conversion (rh #998929)Jiří Klimeš2013-09-131-58/+372
* cli: set wep-key-type properly in nmcli con edit (rh #1003945)Jiří Klimeš2013-09-101-10/+27
* cli: forbid removing connection.uuid in editorJiří Klimeš2013-09-061-1/+7
* cli: deny removing values of nmcli-unchangable propertiesJiří Klimeš2013-09-061-0/+26
* cli: add missing connection:type to nmc_add_prop_funcs() in editorJiří Klimeš2013-09-061-1/+7
* cli: allow editing team and team-port settings in interactive editorJiří Klimeš2013-09-041-0/+22
* cli: add team and team-slave detail printingJiri Pirko2013-09-041-0/+82
* cli: connect IP addresses/method handlers for existing connections (rh #998137)Jiří Klimeš2013-09-021-10/+24
* cli: remove 802-11-wireless.security property from nmcli as it is deprecatedJiří Klimeš2013-09-021-12/+2
* cli: disable setting 'rate' and 'tx-power' properties in editorJiří Klimeš2013-08-291-2/+6
* cli: bugfix verification for wifi channel in edit modeThomas Haller2013-08-231-1/+1
* all: replace struct in_addr with guint32Pavel Šimerda2013-08-031-2/+2
* cli: editor: automagic changes of IP 'addresses'/'method' if the other is setJiří Klimeš2013-07-301-2/+161
* cli: add support for InfiniBand's 'p-key' and 'parent' to interactive editorJiří Klimeš2013-07-221-0/+33
* cli: trivial; use mtu variable instead of calling *_get_mtu() againJiří Klimeš2013-07-221-3/+3
* cli: simplify setting creationDan Williams2013-07-221-51/+13
* cli: nmc_property_get_gvalue() nmc_property_set_gvalue()Jiří Klimeš2013-07-221-0/+35
* cli: 'connection edit' - edit/add connections in an interactive editorJiří Klimeš2013-07-221-2/+3292
* cli: print newly added 'gateway-ping-timeout' connection's propertyJiří Klimeš2013-06-241-14/+18
* cli: add support for new InfiniBand propertiesDan Winship2013-06-131-3/+24
* cli: use a table for setting details functionsDan Williams2013-06-061-125/+116
* mobile: don't fail in old MM code when using deprecated functionsDan Williams2013-06-051-0/+2
* cli: 'dev wifi list' use nm_utils_ssid_to_utf8() to display SSID; add SSID-HEXJiří Klimeš2013-05-311-2/+2
* cli: trivial update of NmcOutputField initializersJiří Klimeš2013-05-311-23/+23
* cli: adapt the code for the new flags and printing facilitiesJiří Klimeš2013-05-311-463/+463
* cli: fix displaying unknown flags/bandsJiří Klimeš2013-05-061-3/+3
* cli: clarify generic getter alloc/free behaviorDan Williams2013-05-031-0/+3
* Revert :carrier-detect properties and associated codeDan Winship2013-04-031-15/+3
* cli: add property get functions - returning property value for presentationDan Winship2013-03-261-814/+850
* cli: make 'value' in NmcOutputField non constJiří Klimeš2013-03-261-71/+71
* cli: show connection:interface-name property for connectionsJiří Klimeš2013-03-141-21/+24
* cli: add CARRIER-DETECT properties for wired, infiniband, vlan settingsJiří Klimeš2013-02-181-3/+12
* cli: add missing properties (mainly secrets flags, and some others)Jiří Klimeš2013-01-301-92/+206
* cli: add missing 'dhcp-hostname' property to 'ipv6' settingJiří Klimeš2013-01-301-1/+4
* cli: add generic setting_details() for printing NMSettingJiří Klimeš2013-01-301-0/+58