summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: improve TAB-completion for hash (options) propertiesjk/libnm-nmcli-metadata-bgo732292jk/libnm-nmcli-metadataJiří Klimeš2015-12-161-4/+74
* cli: use nm_setting_bond_get_option_valid_values() to complete bond modeJiří Klimeš2015-12-161-2/+1
* libnm: provide information about values inside hash propertiesJiří Klimeš2015-12-164-2/+48
* libnm: add nm_setting_bond_get_option_valid_values()Jiří Klimeš2015-12-163-0/+33
* cli: complete file names for more propertiesJiří Klimeš2015-12-161-4/+12
* cli: switch to using libnm properties' metadata in nmcliJiří Klimeš2015-12-162-273/+176
* libnm: add nm_setting_property_maybe_filename()Jiří Klimeš2015-12-165-40/+91
* libnm: add nm_setting_property_is_boolean() checking if a property is booleanJiří Klimeš2015-12-163-0/+28
* libnm: add metadata for properties (bgo #732292)Jiří Klimeš2015-12-1618-385/+663
* platform/tests: always run link tests using both methodsBeniamino Galvani2015-12-161-9/+32
* merge: fix various crashes and issues with ADSL devices (bgo #759001)Dan Williams2015-12-163-178/+249
|\
| * adsl: look up ATM index before constructionDan Williams2015-12-163-54/+90
| * adsl: fix detection of br2684 ("nas") interface (bgo #759001)Dan Williams2015-12-161-126/+161
|/
* cli: check ip-tunnel mode right after it is readJiří Klimeš2015-12-161-8/+8
* cli: enable TAB-completion for macvlan.mode in editorJiří Klimeš2015-12-161-1/+13
* cli: enable TAB-completion for "MACVLAN mode: " in nmcli -a con add type macvlanJiří Klimeš2015-12-161-1/+15
* cli: enable TAB-completion for ip-tunnel.mode in editorJiří Klimeš2015-12-161-1/+14
* cli: enable TAB-completion for "Tunnel mode: " in nmcli -a con add type ip-tunJiří Klimeš2015-12-161-1/+15
* cli: there are 5 optional arguments for vxlan connectionsJiří Klimeš2015-12-161-1/+1
* cli: remove stray space from help descriptionJiří Klimeš2015-12-161-1/+2
* cli: (trivial) fix a copy-paste error in a commentJiří Klimeš2015-12-161-1/+1
* cli: document ip-tunnel connection typeBeniamino Galvani2015-12-162-1/+19
* cli: allow specifying a 'dev' option when adding IP tunnelsBeniamino Galvani2015-12-161-3/+35
* cli: fix error handling in creation of IP tunnelsBeniamino Galvani2015-12-161-0/+3
* manager: don't create the virtual devices on all connection changesLubomir Rintel2015-12-151-8/+6
* cli: monitor whether NetworkManager is runningJiří Klimeš2015-12-141-0/+33
* cli: primary connection is not NMConnection, but NMActiveConnectionJiří Klimeš2015-12-141-4/+4
* device: remove the unreferenced unreal devicesLubomir Rintel2015-12-141-0/+5
* device: reset autoconnect when the device unrealizesLubomir Rintel2015-12-141-2/+4
* libnm-core: add missing transfer annotation for nm_utils_enum_get_values()Jiří Klimeš2015-12-121-1/+1
* platform: refactor handling netlink message by manually inlining cache functionsThomas Haller2015-12-121-47/+6
* merge: enable VPN secrets for nmtui/nmcli secret agent (rh #975185)Jiří Klimeš2015-12-128-19/+494
|\
| * tui: prefill a secret in the entry if we have a valueJiří Klimeš2015-12-121-0/+2
| * tui: allow connecting to OpenConnectJiří Klimeš2015-12-121-1/+91
| * cli: do not present secrets from openconnect to the user for confirmationJiří Klimeš2015-12-121-4/+10
| * cli: make asking VPN secrets for OpenConnect really workJiří Klimeš2015-12-121-1/+95
| * clients: add a helper function to get required openconnect VPN secretsJiří Klimeš2015-12-122-0/+85
| * clients: add vpn_type member to secret structure in secret agentJiří Klimeš2015-12-122-0/+20
| * clients: move vpn_get_secret_names() to nm-vpn-helpersJiří Klimeš2015-12-124-48/+54
| * clients: enable VPN secrets for nmtui/nmcli secret agent (rh #975185)Jiří Klimeš2015-12-122-13/+185
|/
* platform/tests: add --no-persist option to monitorThomas Haller2015-12-121-1/+37
* tests: don't assert for initialized tests in g_test_assert_expected_messages()Thomas Haller2015-12-121-1/+0
* platform: inline setup_socket() functionThomas Haller2015-12-121-52/+51
* platform: factor out completing and sending netlink messageThomas Haller2015-12-121-39/+31
* platform/tests: refactor nmtstp_link_*_add() functionsThomas Haller2015-12-112-53/+113
* platform/tests: add nmtstp_link_get_typed()Thomas Haller2015-12-112-2/+14
* device: don't tell the device to unconfigure if it's gone alreadyLubomir Rintel2015-12-111-1/+5
* manager: clean up the system_create_virtual_device() error handlingLubomir Rintel2015-12-111-33/+33
* manager: if there's an unrealized device that matches new connection, realize itLubomir Rintel2015-12-111-28/+36
* platform/tests: ignore failure of iproute2 command for adding vxlan interfaceThomas Haller2015-12-113-24/+37