summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* libnm: consolidate NMClientError and NMObjectErrorDan Winship2014-10-221-1/+1
* libnm: strip GDBus gunk from GErrorsDan Winship2014-10-223-15/+0
* libnm-core, libnm, settings: move NMSecretAgentError to nm-errorsDan Winship2014-10-221-1/+1
* libnm-core, core: move NMManagerError to nm-errorsDan Winship2014-10-221-6/+1
* tui: fix incorrect chain up to parentDan Williams2014-10-211-1/+1
* cli/bash-completion: normalize OPTIONS_TYPE to use it inside _nmcli_compl_ARGS()Thomas Haller2014-10-211-0/+17
* cli: fix getting/setting hostname (bgo #738796)Lubomir Rintel2014-10-201-0/+2
* cli: get connection ID straight from the active connectionJiří Klimeš2014-10-201-13/+1
* cli: show active connection even if the connection profile is not visibleJiří Klimeš2014-10-201-0/+65
* cli: show details for active connection even if the profile is not visibleJiří Klimeš2014-10-201-37/+47
* cli: fix errors and crash for invisible connectionsJiří Klimeš2014-10-201-6/+6
* cli: fix 'nmcli connection up bond0' being stuckJiří Klimeš2014-10-191-0/+1
* tui: clarify the "Device" widget with PPPoE connections (rh #1105753)Dan Winship2014-10-191-1/+10
* cli: support connection.autoconnect-priority propertyThomas Haller2014-10-122-29/+44
* cli: add nmc_property_set_int() functionThomas Haller2014-10-121-0/+20
* cli: fix type when setting variadic argument in nmc_property_set_uint()Thomas Haller2014-10-121-1/+1
* libnm: fix NMActiveConnection object-path-valued propertiesDan Winship2014-10-102-55/+27
* 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