summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* settings: support setting a connection as volatile via Update2()th/user-block-autoconnect-rh1401515Thomas Haller2017-12-054-43/+110
* settings: delete volatile connection and support setting the volatile flagThomas Haller2017-12-051-15/+110
* shared/trivial: fix type on commentThomas Haller2017-12-051-1/+1
* manager/trivial: reorder declarations at beginning of fileThomas Haller2017-12-051-80/+88
* settings: let invisible connection not autoconnect according to is_blocked() ...Thomas Haller2017-12-052-10/+23
* settings: remove accessor functions to connection flagsThomas Haller2017-12-057-53/+18
* settings: refactor setting connection flagsThomas Haller2017-12-052-28/+26
* settings: track visible state as regular connection flagsThomas Haller2017-12-055-62/+24
* settings: add "connection-flags-changed" signal to connectionThomas Haller2017-12-052-0/+25
* settings: block autoconnect of volatile connectionsThomas Haller2017-12-051-1/+2
* settings: move delete call to separate functionThomas Haller2017-12-051-14/+24
* settings: clear filename after deleting file from diskThomas Haller2017-12-051-0/+2
* ifcfg-rh: add and use nm_inotify_helper_clear_watch() helperThomas Haller2017-12-052-18/+17
* ifcfg-rh: move nm-inotify-helper to ifcfg-rh pluginThomas Haller2017-12-055-9/+3
* ifcfg-rh: fix path_watch_stop() not to create inotify-helperThomas Haller2017-12-051-23/+11
* settings: pass new_connection to commit_changes() and fix ifnetThomas Haller2017-12-054-5/+5
* settings: unify settings-update API (drop internal _update())Thomas Haller2017-12-051-29/+13
* settings: unify settings-update API (rename and merge)Thomas Haller2017-12-0513-123/+97
* settings: unify settings-update API (nm_settings_connection_replace_settings())Thomas Haller2017-12-059-1/+10
* settings: unify settings-update API (nm_settings_connection_commit_changes())Thomas Haller2017-12-055-9/+23
* examples: add python/gi example nm-connection-update-stable-id.pyThomas Haller2017-12-052-0/+117
* settings: add NM_SETTINGS_UPDATE2_FLAG_BLOCK_AUTOCONNECT flagThomas Haller2017-12-053-2/+15
* core: clear autoconnect-blocked-reason USER_REQUEST when activating connectionThomas Haller2017-12-051-0/+3
* libnm: add nm_remote_connection_update2()Thomas Haller2017-12-053-0/+124
* all: add new D-Bus API org.freedesktop.NetworkManager.Settings.Connection.Upd...Thomas Haller2017-12-056-58/+188
* checkpoint: don't bypass settings-connection commit code on rollbackThomas Haller2017-12-051-3/+1
* settings/trivial: rename update function in nm-settings-connection.cThomas Haller2017-12-052-48/+44
* settings: merge _replace_settings_full() into _commit_changes_full()Thomas Haller2017-12-051-128/+81
* settings: always call _commit_changes_full() instead of _replace_settings_full()Thomas Haller2017-12-051-63/+80
* settings: in _commit_changes_full() mark the connection as saved before emitt...Thomas Haller2017-12-051-4/+3
* settings: call replace-settings also without new settingsThomas Haller2017-12-051-46/+47
* settings: refactor update_auth_cb() and prepare connection onceThomas Haller2017-12-051-15/+19
* settings: split nm_settings_connection_commit_changes() to call it without pr...Thomas Haller2017-12-051-6/+21
* settings: add persistent-mode argument for connection-replaceThomas Haller2017-12-059-45/+52
* settings: log pretty names for settings-connection flagsThomas Haller2017-12-052-4/+15
* po: update Swedish (sv) translation (bgo #791222)Josef Andersson2017-12-051-866/+964
* ifcfg-rh: merge branch 'bg/ifcfg-rh-wep-key-type-rh1518177'Beniamino Galvani2017-12-044-69/+90
|\
| * ifcfg-rh: avoid unnecessary string copies in add_one_wep_key()Thomas Haller2017-12-041-7/+7
| * ifcfg-rh: use NM_IN_SET() macro in add_one_wep_key()Thomas Haller2017-12-041-3/+3
| * ifcfg-rh: use NM_STRCHAR_ANY() macro in add_one_wep_key()Thomas Haller2017-12-041-18/+8
| * ifcfg-rh: persist the wep key typeBeniamino Galvani2017-12-044-47/+78
|/
* python: make dbus, gi examples, and debug-helper.py python3 readyYifan J2017-12-0425-104/+104
* 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