summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dhcp/dhclient: parse "interface" statementsbg/dhclient-interface-bgo778430Beniamino Galvani2017-02-272-0/+140
* merge: 'lr/nmtui-slaves-after-master-rh1369008'Lubomir Rintel2017-02-2710-32/+117
|\
| * ifcfg: avoid marking newly created connections as Unsavedlr/nmtui-slaves-after-master-rh1369008Lubomir Rintel2017-02-271-3/+5
| * tui: recommit bond, bridge and team slaves on master saveLubomir Rintel2017-02-273-0/+38
| * tui/editor: notify the pages after the connection is savedLubomir Rintel2017-02-273-0/+32
| * tui/edit-connection-list: add routine to recommit connections in a listLubomir Rintel2017-02-272-0/+29
| * settings-connection: fix Save()Lubomir Rintel2017-02-271-5/+12
| * ifcfg-rh: don't shortcut writing if the connection stays the sameLubomir Rintel2017-02-271-24/+1
|/
* libnm-core/trivial: fix a typo in doc commentLubomir Rintel2017-02-251-1/+1
* dns/resolved: consider configuration from unmanaged devicesBeniamino Galvani2017-02-241-3/+0
* session: merge branch 'th/elogind-bgo779167'Thomas Haller2017-02-243-15/+61
|\
| * session: make systemd-logind and elogind conflicting build optionsth/elogind-bgo779167Thomas Haller2017-02-243-18/+20
| * session: add elogind supportSven Eden2017-02-243-10/+54
|/
* manager: fix clearing error variable in autoconnect_slaves()Thomas Haller2017-02-241-1/+1
* device: mark uses of device's state-reason with nm_device_state_reason_check()Thomas Haller2017-02-2310-24/+46
* settings: refactor autoconnect-blocked-reason to use own enumThomas Haller2017-02-234-21/+37
* all: use "static inline" keywords instead of "inline static"Thomas Haller2017-02-236-76/+77
* modem: remove unused reason argument from nm_modem_device_state_changed()Thomas Haller2017-02-234-8/+5
* modem: merge branch 'th/modem-signal-cleanup'Thomas Haller2017-02-238-42/+78
|\
| * modem: cleanup integer types for ppp-stats signalth/modem-signal-cleanupThomas Haller2017-02-233-12/+19
| * modem: add nm_modem_emit_ppp_failed() functionThomas Haller2017-02-235-5/+21
| * modem: add nm_modem_emit_prepare_result() functionThomas Haller2017-02-236-20/+31
| * modem: remove unused variadic argument when emitting NM_MODEM_STATE_CHANGED s...Thomas Haller2017-02-231-1/+1
| * modem: emit signal NM_MODEM_AUTH_REQUESTED by id not nameThomas Haller2017-02-231-1/+1
| * modem: use defines for signal namesThomas Haller2017-02-233-3/+5
|/
* libnm-core: require interface name for dummy connectionsBeniamino Galvani2017-02-231-0/+14
* team: merge branch 'bg/team-cloned-mac-rh1424641'Beniamino Galvani2017-02-235-35/+202
|\
| * team: support the ethernet.cloned-mac-address propertyBeniamino Galvani2017-02-233-9/+62
| * device: split out cloned MAC decision from nm_device_hw_addr_set_cloned()Beniamino Galvani2017-02-232-18/+120
| * build: automatically determine Jansson support if not specifiedBeniamino Galvani2017-02-232-8/+20
|/
* docs: add missing links to dummy and macsec device/settingBeniamino Galvani2017-02-233-0/+6
* device: rename reason argument for NMDeviceDummyThomas Haller2017-02-221-4/+2
* device: remove out-reason argument from device's set-ip-configThomas Haller2017-02-221-54/+36
* device: rename device-state-reason argument to out_failure_reasonThomas Haller2017-02-2221-401/+347
* merge: branch 'bg/dummy-bgo777863'Beniamino Galvani2017-02-2226-1/+596
|\
| * cli: support dummy connectionsBeniamino Galvani2017-02-225-1/+20
| * core: add support for dummy devicesBeniamino Galvani2017-02-2215-0/+422
| * libnm-core: add dummy connection settingBeniamino Galvani2017-02-229-0/+154
|/
* libnm: fix gtk-doc comment for nm_setting_802_1x_get_phase2_ca_cert_password()Thomas Haller2017-02-221-1/+1
* build: ensure libnm-core directory exists for generated filesThomas Haller2017-02-221-0/+3
* build: ensure build directories exist for gdbus-codegen targetsThomas Haller2017-02-221-0/+2
* build: don't depend on libnm-core directory for make targetThomas Haller2017-02-221-2/+2
* build: add slash to directory name for mkdirThomas Haller2017-02-221-3/+3
* device: avoid assertion in nm_device_get_supplicant_timeout() for Wi-Fi conne...Thomas Haller2017-02-211-5/+5
* ifcfg: drop strlen() call from svEscape()Thomas Haller2017-02-211-6/+4
* ifcfg: some refactoring of reader using vGetValueStr()/vGetValue_cp()Thomas Haller2017-02-212-18/+11
* ifcfg: complete shvar API with svGetValue_cp() and svGetValueStr()Thomas Haller2017-02-212-8/+65
* ifcfg/trivial: rename svGetValueString() to svGetValueStr_cp()Thomas Haller2017-02-215-393/+393
* ifcfg: set error for failure reading unrecognized connection in connection_fr...Thomas Haller2017-02-211-2/+4
* ifcfg: don't g_strstrip() value in read_dcb_bool_array()Thomas Haller2017-02-211-3/+0