summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! device: wait for valid MAC before making ethernet devices availablebg/device-zero-mac-fix-rh1288110Beniamino Galvani2015-12-151-2/+5
* device: wait for valid MAC before making ethernet devices availableBeniamino Galvani2015-12-143-5/+42
* device/trivial: split out nm_device_update_initial_hw_address()Beniamino Galvani2015-12-141-21/+29
* core: simplify generation of default connection for new devicesBeniamino Galvani2015-12-132-23/+5
* 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
* platform/tests: workaround broken vxlan platform tests on older kernelThomas Haller2015-12-111-2/+7
* platform: add const to input arguments to link-add functionsThomas Haller2015-12-114-37/+80
* device: do the LL check when the device is disconnectedLubomir Rintel2015-12-111-1/+1
* build: bump soup requirement to 2.40Lubomir Rintel2015-12-101-2/+2
* build: use soup 2.32Lubomir Rintel2015-12-101-1/+2
* vpn-connection: fix getting of MTU from the VPN configLubomir Rintel2015-12-101-1/+1
* platform: EAGAIN is equal to EWOULDBLOCKThomas Haller2015-12-101-1/+5
* platform: merge branch 'th/platform-fixes-and-tests'Thomas Haller2015-12-104-22/+216
|\
| * platform/tests: add test adding many dummy devicesThomas Haller2015-12-101-0/+80
| * platform/tests: use nmtstp_link_del() functionThomas Haller2015-12-101-19/+17
| * platform/tests: add nmtstp_link_del() helperThomas Haller2015-12-102-0/+48
| * platform/tests: add nmtstp_link_get() helperThomas Haller2015-12-102-0/+33
| * platform/tests: add nmtstp_link_dummy_add() helperThomas Haller2015-12-102-0/+26
| * platform/tests: log timestamp in test messagesThomas Haller2015-12-101-2/+7
| * platform: fix memleak in _nl_sock_flush_data()Thomas Haller2015-12-101-1/+4
| * platform: fix event_handler_read_netlink_one() wrongly returning with nothing...Thomas Haller2015-12-101-0/+1
|/
* vpn-connection: notify the object of banner changeLubomir Rintel2015-12-101-1/+3
* platform: merge branch 'th/platform-api-cleanup-bgo759261' into masterThomas Haller2015-12-1024-476/+361
|\
| * platform/trivial: remove obsolete code commentThomas Haller2015-12-101-28/+0
| * platform: remove g_return() checks for platform klass implementationThomas Haller2015-12-101-34/+0
| * platform: move reading sysctl-options for master/slave to NMPlatformThomas Haller2015-12-104-135/+67
| * platform/trivial: rename sysctl slave/master option functionsThomas Haller2015-12-105-21/+21
| * platform/trivial: rename link related functionsThomas Haller2015-12-1015-115/+128
| * trival: fix whitespaceThomas Haller2015-12-101-53/+53
| * platform: return pointer to NMPlatformLink object for add functionsThomas Haller2015-12-1016-90/+92