summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: reset the connection secrets iff they are present on D-Buslr/secretsLubomir Rintel2017-01-1815-61/+82
* cli: don't send secrets unless we actually learn themLubomir Rintel2017-01-173-0/+49
* libnm/remote-connection: add serialize-flags propertyLubomir Rintel2017-01-172-5/+43
* settings-connection: tolerate lack of agents on GetSecretsLubomir Rintel2017-01-171-2/+6
* settings-connection/trivial: rename a variableLubomir Rintel2017-01-171-6/+6
* device: add an initializerLubomir Rintel2017-01-171-2/+1
* release: bump version to 1.5.3 (1.6-rc1)1.6-rc1Lubomir Rintel2017-01-171-1/+1
* proxy: merge branch 'jk/proxy-fixes'Thomas Haller2017-01-177-35/+173
|\
| * ifcfg-rh: add a basic test for Proxy settingJiří Klimeš2017-01-173-0/+94
| * cli: enable TAB-completion for proxy properties in interactive editorJiří Klimeš2017-01-172-1/+15
| * pacrunner: fix a few typos, uniforms spelling of various forms to "pacrunner"Jiří Klimeš2017-01-171-16/+16
| * libnm-core: add ifcfg-rh documentation for proxy settingsJiří Klimeš2017-01-171-0/+30
| * libnm-core: adjust the documentation of proxy settingJiří Klimeš2017-01-171-15/+15
| * libnm-core: (trivial) fix white spaces in proxy settingJiří Klimeš2017-01-171-3/+3
|/
* contrib/rpm: fix code comment in default "NetworkManager.conf"Thomas Haller2017-01-171-2/+3
* release: update NEWSLubomir Rintel2017-01-171-1/+16
* device: make the MTU globally configurable via connection-defaultsThomas Haller2017-01-176-1/+62
* libnm: (trivial): add missing return description in comment blockJiří Klimeš2017-01-171-1/+1
* po: import Zanata translationsLubomir Rintel2017-01-1666-119696/+134603
* platform/tun: don't passing around the ifname guessLubomir Rintel2017-01-164-21/+7
* ifupdown: remove redundant error checkLubomir Rintel2017-01-161-9/+0
* merge: branch 'bg/macsec-bgo762114'Beniamino Galvani2017-01-1644-47/+3488
|\
| * contrib: add macsec test scriptBeniamino Galvani2017-01-161-0/+102
| * cli: macsec supportBeniamino Galvani2017-01-164-4/+263
| * core: support macsec connectionsBeniamino Galvani2017-01-161-2/+646
| * supplicant: add an enum to specify the driverBeniamino Galvani2017-01-167-20/+41
| * supplicant: add support for macsec optionsBeniamino Galvani2017-01-163-0/+87
| * libnm-core: add NMSettingMacsecBeniamino Galvani2017-01-1610-0/+758
| * core,libnm: introduce NMDeviceMacsecBeniamino Galvani2017-01-1615-0/+1309
| * platform: add support for macsec linksBeniamino Galvani2017-01-166-0/+279
| * ethernet: simplify supplicant error pathBeniamino Galvani2017-01-161-23/+5
|/
* device: merge branch 'th/device-mtu-bgo777251'Thomas Haller2017-01-1626-460/+465
|\
| * device: enforce a link MTU of at least 1280 for connections with IPv6Thomas Haller2017-01-161-0/+16
| * device: set a per-device default MTU on activationThomas Haller2017-01-161-5/+25
| * device: reset previous MTU when device disconnectsThomas Haller2017-01-161-8/+55
| * device: refactor configuring MTU by dropping mtu_desiredThomas Haller2017-01-161-61/+47
| * ip4-config: cleanup MTU handlingThomas Haller2017-01-161-11/+15
| * device/bridge: support setting bridge MTU via wired settingThomas Haller2017-01-161-0/+1
| * device: refactor setting user-configured MTU during config commitThomas Haller2017-01-1613-173/+101
| * device: refactor handling of MTU in deviceThomas Haller2017-01-161-76/+53
| * device: cleanup setting of mtu in NMDeviceThomas Haller2017-01-161-23/+31
| * device: drop unused virtual function NMDevice:ip6_config_pre_commitThomas Haller2017-01-162-4/+0
| * device: fix indention and assertion in apply_mtu_from_config()Thomas Haller2017-01-161-5/+4
| * device: fix sysctl getter for MTU using guint32 typeThomas Haller2017-01-161-3/+8
| * ip[46]-config: reorder fields in private struct and use bool bitfieldThomas Haller2017-01-162-18/+18
| * ip[46]-config/trivial: move code aroundThomas Haller2017-01-169-127/+141
| * ppp: use defines for signal namesThomas Haller2017-01-166-14/+18
|/
* platform: avoid one memset() in nmp_cache_id_init()Thomas Haller2017-01-162-28/+25
* core: use nm_offsetofend() macroThomas Haller2017-01-162-22/+17
* shared: add nm_offsetofend() macroThomas Haller2017-01-161-0/+2