summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: don't ask secrets from connection if there are hintsbg/vpn-ask-username-rh1535517Beniamino Galvani2018-10-161-1/+9
* cli: show the secret request message only onceBeniamino Galvani2018-10-162-2/+2
* vpn: log hints for secret requestBeniamino Galvani2018-10-161-2/+4
* vpn: ask username to agents when neededBeniamino Galvani2018-10-161-10/+63
* all: support temporary interactive secrets for VPNsBeniamino Galvani2018-10-164-4/+25
* libnm,cli: introduce vpn.ask-user-name propertyBeniamino Galvani2018-10-166-399/+578
* dhcp: merge branch 'bg/dhcp-failed-rh1625901'Beniamino Galvani2018-10-153-50/+51
|\
| * dhcp: don't start grace period if the client is not runningBeniamino Galvani2018-10-151-33/+31
| * dhcp: introduce terminated dhcp-stateBeniamino Galvani2018-10-153-14/+12
| * dhcp: reset @was_active on cleanupBeniamino Galvani2018-10-151-0/+2
| * dhcp: log whether the client was activeBeniamino Galvani2018-10-151-4/+6
| * dhcp6: fix handling of failure eventsBeniamino Galvani2018-10-151-7/+8
|/
* ndisc: merge branch 'th/ndisc-addr-lifetime'Thomas Haller2018-10-137-88/+163
|\
| * ndisc: don't update dad_counter for addresses in router configThomas Haller2018-10-131-3/+1
| * ndisc: fix updating address lifetime on Router Announcement according to RFC4862Thomas Haller2018-10-135-14/+64
| * ndisc: handle integer overflows better for lifetime handlingThomas Haller2018-10-132-59/+56
| * ndisc: minor refactoring loop in nm_ndisc_add_address()Thomas Haller2018-10-131-11/+18
| * ndisc: only generate address interface identifer after checking existing prefixThomas Haller2018-10-132-22/+43
| * ndisc: ensure we skip unspecified IPv6 address in ndisc_set_router_config()Thomas Haller2018-10-131-1/+2
| * ndisc: ignore addresses with preferred lifetime larger than lifetimeThomas Haller2018-10-132-4/+5
|/
* all: remove \n endings from log callsLubomir Rintel2018-10-127-40/+40
* devices/olpc: don't assert we're waiting for companion on device_added_cb()Lubomir Rintel2018-10-121-1/+1
* systemd: don't make NetworkManager D-Bus activatableMichael Biebl2018-10-125-28/+7
* wwan: don't assume DNS info is always available for IPv6Thomas Haller2018-10-121-1/+1
* cli: check we have an active connection before showing hintbg/fix-hint-assertionBeniamino Galvani2018-10-111-0/+3
* wifi/iwd: merge branch 'balrog-kun/iwd-ap-adhoc'Thomas Haller2018-10-113-279/+714
|\
| * wifi/iwd: use KnownNetwork DBus properties on Network objectsAndrew Zaborowski2018-10-111-14/+35
| * wifi/iwd: always update can_connect in state_changedAndrew Zaborowski2018-10-111-5/+7
| * wifi/iwd: add Ad-hoc mode supportAndrew Zaborowski2018-10-111-41/+96
| * wifi/iwd: add AP mode supportAndrew Zaborowski2018-10-111-194/+511
| * wifi/iwd: use nm_utils_error_is_cancelled consistentlyAndrew Zaborowski2018-10-111-4/+5
| * wifi/iwd: free variants returned by g_dbus_proxy_call_finishAndrew Zaborowski2018-10-111-16/+25
| * wifi: skip nm_platform_wifi_get_capabilities/get_mode for IWD backendAndrew Zaborowski2018-10-113-23/+27
| * wifi/iwd: set capabilities property based on IWD supportAndrew Zaborowski2018-10-111-30/+56
|/
* ndisc: merge branch 'th/ndisc-fixes'Thomas Haller2018-10-112-79/+99
|\
| * ndisc: always emit changed signal if an ndisc parameter changesThomas Haller2018-10-111-23/+37
| * ndisc/trivial: move codeThomas Haller2018-10-111-51/+53
| * ndisc: abort handling IO in event_ready() if we are unable to switch namespaceThomas Haller2018-10-111-2/+5
| * ndisc: keep NMNDisc instance alive while processing IO in event_ready()Thomas Haller2018-10-111-0/+1
| * ndisc: first reschedule timeout before invoking change event in check_timesta...Thomas Haller2018-10-111-3/+3
|/
* keyfile/tests: drop unused variablesThomas Haller2018-10-101-2/+0
* platform/netlink: fix overrun in attribute iteration in nla_ok()Thomas Haller2018-10-101-1/+1
* cli: merge branch 'th/cli-drop-some-global'Thomas Haller2018-10-1013-190/+265
|\
| * cli: don't needlessly cast function pointer for rl_attempted_completion_functionThomas Haller2018-10-102-4/+4
| * cli: don't access global nm_cli variable from nmc_setting_set_property()Thomas Haller2018-10-103-23/+29
| * cli: don't use global variable nm_cli in nmc_terminal_spawn_pager()Thomas Haller2018-10-106-18/+26
| * cli: don't use global nm_cli in nmc_readline_*()Thomas Haller2018-10-106-135/+194
| * cli: don't pass complex info argument to active_connection_hint()Thomas Haller2018-10-101-10/+12
|/
* devices/olpc: correct the signal handler argumentsLubomir Rintel2018-10-091-1/+1
* cli: fix memory leakbg/issue51Beniamino Galvani2018-10-091-0/+4