summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm-core: json: share code to load defaults in team(-port).configfg/team_abstraction_link_watchers_rh1398925Francesco Giudici2017-12-011-58/+50
* libnm-core: trivial: just move static json functionsFrancesco Giudici2017-12-011-211/+212
* libnm-core: trivial: move json key deletion code to a separate functionFrancesco Giudici2017-12-011-32/+44
* libnm-core: use proper writer for team-port link-watchersFrancesco Giudici2017-12-011-0/+3
* cli: add support to TeamPort link watchersFrancesco Giudici2017-12-011-0/+80
* libnm-core: team-port: expose the new link-watchers propertyFrancesco Giudici2017-12-015-17/+261
* libnm-core: add keyfile writer for team link watcherFrancesco Giudici2017-12-011-0/+40
* libnm-core: synchronize team.link_watchers when team.config is set.Francesco Giudici2017-12-013-3/+105
* libnm-core: synchronize team.config when team.link_watchers is set.Francesco Giudici2017-12-012-5/+121
* cli: add support to Team link watchersFrancesco Giudici2017-12-011-0/+242
* libnm-core: team: expose the new link-watchers propertyFrancesco Giudici2017-12-014-0/+279
* libnm-core: add backend for GVariant de/serialization of link_watchers.Francesco Giudici2017-12-014-0/+234
* libnm-core: team: add NMTeamLinkWatcher boxed typeFrancesco Giudici2017-12-013-0/+519
* ifcfg-rh: tests: align json team configuration format to jansson oneFrancesco Giudici2017-12-017-13/+13
* libnm-core: preserve keys order in team.config with old jansson libsFrancesco Giudici2017-12-011-1/+1
* cli: don't print warnings when completing argumentsBeniamino Galvani2017-12-011-0/+4
* 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