index
:
~lkundrak/NetworkManager
lr/active-connection-state-changed
lr/auth-dialog
lr/completion-4
lr/guide
lr/ifla-flags-detection
lr/initrd
lr/nmcli-colors
lr/ovs-2
lr/ovs-3
lr/ovs-interface-plink
lr/rp-filter
lr/version-dir
lr/wifi-data
master
nm-1-0
nm-1-10
nm-1-14
nm-1-4
nm-1-6
nm-1-8
pan2
LR staging for NetworkManager
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nm-policy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-08
core: specify an activation reason for active connections
Beniamino Galvani
1
-0
/
+3
2018-04-04
core: add macro for iterating CList of devices of NMManager
Thomas Haller
1
-15
/
+10
2018-03-27
core: track devices in manager via embedded CList
Thomas Haller
1
-17
/
+23
2018-03-12
core/dbus: rework D-Bus implementation to use lower layer GDBusConnection API
Thomas Haller
1
-3
/
+3
2018-03-08
policy: fix blocking autoconnect for no-secrets
Fabian Vogt
1
-2
/
+8
2018-01-23
trivial: avoid XXX tag and replace by NOTE or FIXME
Thomas Haller
1
-1
/
+1
2018-01-18
all: require glib 2.40
Lubomir Rintel
1
-2
/
+2
2018-01-09
policy: merge IPv4 and IPv6 versions of device_ip_config_changed()
Thomas Haller
1
-45
/
+27
2018-01-09
core: rework tracking config in dns-manager to use ifindex
Thomas Haller
1
-96
/
+21
2018-01-09
libnm: rename MDns flag UNKNOWN to DEFAULT
Thomas Haller
1
-7
/
+8
2018-01-09
dns: add mechanism for propagating mDNS setting.
Ismo Puustinen
1
-1
/
+60
2017-12-12
core: fix uninialized boolean variable in reset_autoconnect_all()
Thomas Haller
1
-1
/
+1
2017-12-05
settings: let invisible connection not autoconnect according to is_blocked() ...
Thomas Haller
1
-6
/
+5
2017-12-05
settings: remove accessor functions to connection flags
Thomas Haller
1
-2
/
+4
2017-12-05
settings: track visible state as regular connection flags
Thomas Haller
1
-7
/
+7
2017-11-29
policy: don't schedule_activate_all() when going to sleep
Thomas Haller
1
-4
/
+2
2017-11-28
policy: fix possible crash on deactivating connection on removal
Lubomir Rintel
1
-1
/
+4
2017-11-28
c-list: re-import latest version of c-list.h from upstream
Thomas Haller
1
-1
/
+1
2017-11-27
core: fix race of blocking autoconnect for no-secrets when a new secret-agent...
Thomas Haller
1
-4
/
+19
2017-11-27
policy: use "agent-registered" signal directly from NMAgentManager instead of...
Thomas Haller
1
-3
/
+13
2017-11-27
policy: avoid false positives for checking for autoactivation
Thomas Haller
1
-5
/
+10
2017-11-27
policy: add nm_settings_connection_autoconnect_is_blocked() helper function
Thomas Haller
1
-2
/
+1
2017-11-27
policy: don't clear autoconnect-blocked-reason user-request on internal reasons
Thomas Haller
1
-1
/
+2
2017-11-27
policy: only selectively schedule autoconnect check in activate_slave_connect...
Thomas Haller
1
-5
/
+12
2017-11-27
policy: only reset autoconnect-blocked-reason FAILED in activate_slave_connec...
Thomas Haller
1
-6
/
+3
2017-11-27
policy: only reset no-secrets autoconnect block flag when secret agent registers
Thomas Haller
1
-14
/
+22
2017-11-27
policy: track autoconnect-blocked-reasons as flags
Thomas Haller
1
-14
/
+18
2017-11-27
policy: minor refactoring of device_state_changed()
Thomas Haller
1
-10
/
+13
2017-11-27
policy: minor cleanup of loop in activate_slave_connections()
Thomas Haller
1
-17
/
+11
2017-11-27
policy: fix logging about autoconnect retries number
Thomas Haller
1
-1
/
+1
2017-11-27
policy: don't log GError code
Thomas Haller
1
-4
/
+2
2017-11-27
policy: move setting autoconnect retries to a separate function
Thomas Haller
1
-12
/
+24
2017-11-27
policy: minor code cleanup in activate_slave_connections()
Thomas Haller
1
-5
/
+3
2017-11-27
settings/trivial: rename nm_settings_connection_autoconnect_retries_blocked_u...
Thomas Haller
1
-2
/
+2
2017-11-27
policy: merge reset_autoconnect_*() functions
Thomas Haller
1
-32
/
+28
2017-11-27
core: merge IPv4 and IPv6 versions of nm_active_connection_get_default()
Thomas Haller
1
-6
/
+6
2017-11-27
core: track NMActiveConnection in manager with CList
Thomas Haller
1
-65
/
+58
2017-11-27
policy: use CList to track pending_activation_checks
Thomas Haller
1
-27
/
+20
2017-11-27
policy: schedule autoactivation check after reset_autoconnect_all()
Thomas Haller
1
-1
/
+3
2017-11-27
policy: avoid cloning connection list
Thomas Haller
1
-8
/
+8
2017-11-16
all: use nm_direct_hash() instead of g_direct_hash()
Thomas Haller
1
-3
/
+3
2017-11-13
core: allow slaves to autoactivate when master is available
Beniamino Galvani
1
-7
/
+14
2017-11-08
policy: merge IPv4 and IPv6 implementation of update_ip_dns()
Thomas Haller
1
-58
/
+44
2017-11-08
policy: don't block autoconnect for connections when disconnecting software d...
Thomas Haller
1
-39
/
+6
2017-11-08
device: refactor autoconnect blocking by introducing NMDeviceAutoconnectBlock...
Thomas Haller
1
-1
/
+1
2017-11-08
policy: refactor auto_activate_device() to return early
Thomas Haller
1
-37
/
+37
2017-11-08
policy: optimize nm_device_can_auto_connect() to not check nm_device_autoconn...
Thomas Haller
1
-0
/
+3
2017-11-08
policy: remove redundant check in device_autoconnect_changed()
Thomas Haller
1
-4
/
+2
2017-11-08
device: move nm_device_get_enabled() from schedule_activate_check() to nm_dev...
Thomas Haller
1
-3
/
+0
2017-10-31
policy: move blocking autoconnect from NMDeviceModem to NMPolicy
Thomas Haller
1
-0
/
+22
[next]