summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ifcfg-rh: persist the wep key typebg/ifcfg-rh-wep-key-type-rh1518177Beniamino Galvani2017-12-014-47/+78
* cli: don't print warnings when completing argumentsBeniamino Galvani2017-12-011-0/+4
* ifcfg-rh: merge branch 'bg/ifcfg-rh-dns-rh1517794'Beniamino Galvani2017-11-3010-126/+96
|\
| * ifcfg-rh: only open network file once when parsing connectionThomas Haller2017-11-301-22/+10
| * ifcfg-rh: use different variables for IPv4 and IPv6 DNS optionsBeniamino Galvani2017-11-307-91/+66
| * clients: fix display value for dns-optionsBeniamino Galvani2017-11-301-2/+9
| * all: replace 'inital' with 'initial'Beniamino Galvani2017-11-302-11/+11
|/
* tui: fix creation of open Wi-Fi connectionsBeniamino Galvani2017-11-302-5/+28
* device: add "indicated" argument to nm_utils_match_connection()Thomas Haller2017-11-304-2/+27
* libnm: drop now unused helper function _nm_utils_strsplit_set()Thomas Haller2017-11-292-39/+0
* ifcfg-rh: replace usage of _nm_utils_strsplit_set() with nm_utils_strsplit_set()Thomas Haller2017-11-291-17/+17
* ifcfg-rh: avoid copy of value for "HWADDR_BLACKLIST"Thomas Haller2017-11-291-8/+8
* shared: fix nm_utils_strsplit_set() to increase buffer size exponentiallyThomas Haller2017-11-291-1/+1
* cli: exit from main loop after 'quit' editor commandBeniamino Galvani2017-11-291-0/+2
* cli: use nm_clear_g_source() util in quit() functionsThomas Haller2017-11-292-9/+2
* core: avoid duplicate <info> logging message when sleeping/wakingThomas Haller2017-11-291-5/+4
* policy: don't schedule_activate_all() when going to sleepThomas Haller2017-11-291-4/+2
* core: fix broken autoconnect due to wrong nm_settings_connection_autoconnect_...Thomas Haller2017-11-291-2/+2
* policy: fix possible crash on deactivating connection on removalLubomir Rintel2017-11-281-1/+4
* c-list: re-import latest version of c-list.h from upstreamThomas Haller2017-11-2817-49/+49
* device: merge branch 'th/device-carrier-wait-timeout'Thomas Haller2017-11-283-8/+41
|\
| * device: use same values for carrier-wait and carrier-defer timeThomas Haller2017-11-281-17/+5
| * device: extend carrier lost defer time after MTU changeThomas Haller2017-11-281-9/+23
| * device: make carrier-wait-timeout configurable per deviceThomas Haller2017-11-283-2/+33
|/
* cli: do completion only when needed on 'nmcli con down'Beniamino Galvani2017-11-281-1/+1
* settings: fix clist initializationBeniamino Galvani2017-11-271-0/+1
* core: merge branch 'th/user-block-autoconnect-rh1401515'Thomas Haller2017-11-2720-633/+720
|\
| * core: fix race of blocking autoconnect for no-secrets when a new secret-agent...Thomas Haller2017-11-276-11/+63
| * policy: use "agent-registered" signal directly from NMAgentManager instead of...Thomas Haller2017-11-273-34/+13
| * core: use #define for "agent-registered" signal nameThomas Haller2017-11-273-2/+4
| * settings: use slice allocator for UpdateInfo dataThomas Haller2017-11-271-3/+2
| * policy: avoid false positives for checking for autoactivationThomas Haller2017-11-271-5/+10
| * policy: add nm_settings_connection_autoconnect_is_blocked() helper functionThomas Haller2017-11-273-2/+12
| * policy: don't clear autoconnect-blocked-reason user-request on internal reasonsThomas Haller2017-11-271-1/+2
| * policy: only selectively schedule autoconnect check in activate_slave_connect...Thomas Haller2017-11-271-5/+12
| * policy: only reset autoconnect-blocked-reason FAILED in activate_slave_connec...Thomas Haller2017-11-271-6/+3
| * policy: only reset no-secrets autoconnect block flag when secret agent registersThomas Haller2017-11-271-14/+22
| * policy: track autoconnect-blocked-reasons as flagsThomas Haller2017-11-273-35/+65
| * policy: minor refactoring of device_state_changed()Thomas Haller2017-11-271-10/+13
| * policy: minor cleanup of loop in activate_slave_connections()Thomas Haller2017-11-271-17/+11
| * policy: fix logging about autoconnect retries numberThomas Haller2017-11-271-1/+1
| * core: cache "autoconnect-retries-default" in NMConfigDataThomas Haller2017-11-273-14/+23
| * core: use #define for "autoconnect-retries-default" configThomas Haller2017-11-272-1/+2
| * core: don't explicitly unset autoconnect retry counterThomas Haller2017-11-271-42/+62
| * policy: don't log GError codeThomas Haller2017-11-271-4/+2
| * policy: move setting autoconnect retries to a separate functionThomas Haller2017-11-272-14/+26
| * core: log autoconnect properties of NMSettingsConnectionThomas Haller2017-11-271-8/+15
| * policy: minor code cleanup in activate_slave_connections()Thomas Haller2017-11-271-5/+3
| * settings/trivial: rename nm_settings_connection_autoconnect_retries_blocked_u...Thomas Haller2017-11-273-11/+11
| * policy: merge reset_autoconnect_*() functionsThomas Haller2017-11-271-32/+28