summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* libnm: merge NMRemoteSettings into NMClientDan Winship2014-10-1013-103/+53
* cli: (trivial) rename NmCli.system_connections to connectionsDan Winship2014-10-104-28/+28
* tui: when deleting a bridge/bond/team, delete its slaves too (rh #1131574)Dan Winship2014-10-081-11/+40
* tui: show orphaned slaves in the connection editor listDan Winship2014-10-081-1/+25
* tui: fix multiple route editor bugs (rh #1149175)Dan Winship2014-10-081-9/+11
* tui: fix some valgrind warningsDan Winship2014-10-071-0/+3
* cli: fix setting secrets flagsJiří Klimeš2014-10-061-19/+28
* cli: fix setting SSID property in the editorJiří Klimeš2014-10-061-5/+4
* tui: fix accessing NULL in g_bytes_get_data()Jiří Klimeš2014-10-061-4/+10
* libnm-core: make NMSettingSerial:parity an enumDan Winship2014-10-031-5/+20
* tui: fix an NmtMacEntry bug introduced when changing hwaddrs to stringsDan Winship2014-10-021-1/+1
* cli: support new bond option 'lacp_rate'Thomas Haller2014-10-022-4/+36
* libnm: return errors in nm_client_networking_set_enabled()Jiří Klimeš2014-10-011-1/+1
* cli: strip errors from D-Bus before presenting to a userJiří Klimeš2014-10-013-24/+41
* cli: rename network-manager.[ch] to general.[ch]Jiří Klimeš2014-10-014-10/+10
* libnm-core: add nm_utils_wifi_strength_bars(), use it in nmcli and nmtuiDan Winship2014-09-272-40/+2
* cli: use g_print/g_printerr rather than printf/fprintfDan Winship2014-09-276-779/+746
* cli: move "CONNECTIONS" group lower in the outputJiří Klimeš2014-09-251-4/+4
* cli: show capabilities for Bluetooth devicesJiří Klimeš2014-09-251-5/+60
* cli: also show team and bridge specific details for devicesJiří Klimeš2014-09-251-51/+83
* libnm: make sync/async APIs more GLib-likeDan Winship2014-09-257-126/+221
* libnm: merge saved and unsaved connection methodsDan Winship2014-09-252-10/+4
* tui: additional fix for 'primary' optionJiří Klimeš2014-09-231-1/+1
* cli: create a connection if none exist in 'nmcli dev connect' (rh #1113941)Jiří Klimeš2014-09-221-80/+123
* cli: get NMClient early and remove duplicated codeJiří Klimeš2014-09-222-132/+13
* cli: when NM is not running, give this error in 'nmcli connection'Jiří Klimeš2014-09-221-3/+10
* cli: return a failure status when the daemon is not running (bgo #698060)Lubomir Rintel2014-09-221-28/+23
* tui: fix displaying bond ARP IP targetsJiří Klimeš2014-09-221-1/+1
* tui: don't call g_strv_length() on NULLJiří Klimeš2014-09-221-1/+1
* tui/bond: remove primary option if mode is not active-backup (rh #1142864)Lubomir Rintel2014-09-221-2/+6
* cli: fix crash by getting addresses and routesJiří Klimeš2014-09-191-67/+73
* tui: fix an earlier bugfixDan Winship2014-09-191-2/+1
* tui: fix a double freeDan Winship2014-09-191-1/+0
* tui: bind the leap-username property to its entryDan Winship2014-09-191-0/+3
* tui,examples: accept null SSID gracefullyJiří Klimeš2014-09-191-3/+4
* libnm: port to GDBusDan Winship2014-09-184-7/+1
* libnm-core: change connection hash tables to variants in APIDan Winship2014-09-183-50/+40
* tui: fix an out-of-date commentDan Winship2014-09-171-5/+2
* libnm-core: fix up connection deserialize/copy/replace semanticsDan Winship2014-09-172-11/+4
* Revert "tui: fix a crash"Dan Winship2014-09-171-10/+6
* tui: fix error: ‘return’ with no value, in function returning non-voidJiří Klimeš2014-09-161-1/+1
* tui: add support for editing DSL connections (rh #1105753)Dan Winship2014-09-167-2/+488
* tui: reorganize page-creation code a bitDan Winship2014-09-169-52/+66
* tui: add support for borderless NmtNewtSectionsDan Winship2014-09-163-14/+49
* tui: fix a crashDan Winship2014-09-151-6/+10
* libnm: start glib-ifying NMSecretAgent APIsDan Winship2014-09-092-10/+4
* 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
* tui: fix updating of NmtPasswordFields passwords (bgo #733002)Dan Williams2014-09-041-0/+4
* tui: fix requesting and displaying secretsDan Williams2014-09-041-2/+16