summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* ifcfg: return early on error using cleanup attributes in readerThomas Haller2017-02-211-192/+119
* ifcfg: add nm_auto_shvar_file_close cleanup macroThomas Haller2017-02-211-0/+12
* merge: branch 'bg/802-1x-auth-timeout-bgo723084'Beniamino Galvani2017-02-2112-36/+162
|\
| * settings: log changes to NMSettingsConnection's autoconnect_retriesThomas Haller2017-02-211-2/+5
| * device: honor the connection.autoconnect-retries for 802.1XBeniamino Galvani2017-02-212-25/+32
| * device: add support for 802-1x.auth-timeoutBeniamino Galvani2017-02-215-7/+46
| * ifcfg-rh: add support for 802-1x.auth-timeout propertyBeniamino Galvani2017-02-213-0/+18
| * cli: add support for 802-1x.auth-timeout propertyBeniamino Galvani2017-02-211-1/+12
| * libnm-core: add auth-timeout property to the 802.1x settingBeniamino Galvani2017-02-213-1/+49
|/
* ifcfg: don't check for empty string after svGetValueString()Thomas Haller2017-02-211-41/+35
* ifcfg: stack-allocate tag for DNS value lookupThomas Haller2017-02-211-12/+7
* ifcfg: return binary address from read_ip4_address()Thomas Haller2017-02-211-78/+79
* build: fix type on Makefile.amThomas Haller2017-02-211-1/+1
* ifcfg: also read DEFROUTE and GATEWAY from alias filesThomas Haller2017-02-205-16/+80
* ifcfg: refactor creation of numered tag lables to use stack allocated bufferThomas Haller2017-02-201-81/+69
* tui: generate names for bonds, teams and bridgesLubomir Rintel2017-02-201-1/+39
* merge branch 'th/8021x-auth-flags-tls-disable-bgo765059'Thomas Haller2017-02-2013-113/+406
|\
| * ifcfg-rh: support 802-1x.phase1-auth-algBeniamino Galvani2017-02-204-0/+43
| * cli: support 802-1x.phase1-auth-flagsBeniamino Galvani2017-02-201-50/+112