summaryrefslogtreecommitdiff
path: root/clients/cli
Commit message (Expand)AuthorAgeFilesLines
* libnm: port to GDBusDan Winship2014-09-182-3/+1
* libnm-core: change connection hash tables to variants in APIDan Winship2014-09-181-6/+6
* libnm-core: fix up connection deserialize/copy/replace semanticsDan Winship2014-09-171-4/+2
* cli: fix ssid parameter processing in 'nmcli con add'Jiří Klimeš2014-09-091-11/+8
* cli: fix MAC address validation (bgo #736275)Dan Winship2014-09-091-1/+1
* libnm: drop libnm IP-address-array types, use G_TYPE_STRVDan Winship2014-09-041-24/+3
* libnm: change empty-GPtrArray-return semanticsDan Winship2014-09-042-40/+33
* libnm: drop NM_TYPE_SSID, use G_TYPE_BYTESDan Winship2014-09-041-6/+10
* libnm: drop NM_TYPE_STRING_ARRAY, use G_TYPE_STRVDan Winship2014-09-041-18/+2
* libnm: simplify NMDevice:state-reasonDan Winship2014-09-041-2/+4
* libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship2014-09-042-20/+59
* libnm-core: replace GByteArray with pointer + length in some APIsDan Winship2014-09-042-4/+5
* libnm-core: improve NMSettingIP4Config / NMSettingIP6Config property typesDan Winship2014-09-041-17/+164
* libnm-core: change map-of-string properties to G_TYPE_HASH_TABLEDan Winship2014-09-041-0/+30
* libnm-core: change list-of-string and array-of-string properties to G_TYPE_STRVDan Winship2014-09-041-0/+22
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-042-121/+56
* libnm-core: add nm_connection_is_virtual()Dan Winship2014-09-041-25/+1
* all: stop using virtual interface-name propertiesDan Winship2014-09-042-132/+64
* libnm-core: drop nm_{setting,connection}_get_virtual_iface_name()Dan Winship2014-09-041-3/+3
* libnm-core: rename NMConnection to/from_hash methodsDan Winship2014-09-041-1/+1
* all: remove a bunch of unnecessary dbus/dbus-glib includesDan Winship2014-09-032-3/+0
* cli: simplify do_connections() now that we don't wait for "connection-read"Jiří Klimeš2014-08-221-129/+79
* cli: fix 'nmcli connection' so that it returns correct exit codeJiří Klimeš2014-08-221-12/+2
* cli: succeed in master bring-up when device state reaches IP_CONFIG (bgo #733...Thomas Haller2014-08-191-40/+51
* trivial: fix a typo in show_access_point_info() function nameJiří Klimeš2014-08-181-3/+3
* cli: fix crash in `nmcli device wifi` with multiple wifi devices (bgo #734466)Jiří Klimeš2014-08-181-2/+25
* libnm-core, libnm, core: make NMConnection an interfaceDan Winship2014-08-162-5/+5
* libnm-core: move some fake NMConnection methods over to NMSettingDan Winship2014-08-161-2/+2
* libnm: port NMRemoteSettings to NMObjectDan Winship2014-08-071-32/+6
* libnm: synchronize NMClient and NMRemoteSettings "is NM running" propertiesDan Winship2014-08-073-18/+18
* libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-072-3/+0
* libnm-core, etc: drop type-based hwaddr funcs, port to length-based onesDan Winship2014-08-073-13/+16
* libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-08-019-96/+1
* libnm: make the the use of GInitable mandatoryDan Winship2014-08-013-6/+12
* libnm, core, cli, tui: fix the capitalization of various typesDan Winship2014-08-015-27/+27
* libnm: remove all deprecated functions and typesDan Winship2014-08-011-107/+6
* all: port everything to libnmDan Winship2014-08-015-11/+11
* cli: fix warning in parse_output_fields() about strict-overflowThomas Haller2014-08-011-2/+2
* cli: fix warning about uninitialized valueThomas Haller2014-08-011-0/+3
* cli: remove unused static struct nmc_mobile_settingsThomas Haller2014-08-011-11/+0
* all: add compatibility macros to ignore deprecation warnings for clangThomas Haller2014-08-011-0/+1
* clients: reorganize source tree, put all the installed clients togetherDan Winship2014-07-3017-0/+24548