summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: add 'general reload' commandbg/cli-general-reloadBeniamino Galvani2019-09-091-0/+97
* cli: don't create a NMClient for the 'connection reload' commandBeniamino Galvani2019-09-093-4/+65
* libnm: add nm_client_reload()Beniamino Galvani2019-09-095-0/+162
* libnm: export reload flagsBeniamino Galvani2019-09-095-24/+37
* systemd: use busctl instead of dbus-sendBeniamino Galvani2019-09-091-1/+1
* merge: branch 'lr/olpc-mesh'Lubomir Rintel2019-09-073-26/+104
|\
| * platforn/linux: don't fall back to WEXT for OLPC Meshlr/olpc-meshLubomir Rintel2019-09-071-9/+1
| * wifi/olpc-mesh: fix the stage2Lubomir Rintel2019-09-071-14/+33
| * wifi/olpc-mesh: drop assert(companion) from get_autoconnect_allowed()Lubomir Rintel2019-09-071-3/+3
| * wifi: add OLPC Mesh support via nl80211Lubomir Rintel2019-09-071-0/+67
|/
* build: use regexp in gtkdoc --ignore-decorators optionBeniamino Galvani2019-09-064-15/+2
* meson: fix build_clean.sh -w meson -w testFrancesco Giudici2019-09-051-0/+1
* dhcp: merge branch 'fg/nettools_persist_lease'Francesco Giudici2019-09-057-65/+127
|\
| * dhcp: nettools: read/write lease filesFrancesco Giudici2019-09-051-2/+57
| * dhcp: dhclient: use the shared function to retrieve the lease file pathFrancesco Giudici2019-09-051-24/+2
| * dhcp: prefer nm_assert() to g_assert*()Francesco Giudici2019-09-053-3/+3
| * dhcp: internal: use the shared function to retrieve the lease file pathFrancesco Giudici2019-09-051-35/+5
| * dhcp: add a shared function to retrieve the dhcp lease fileFrancesco Giudici2019-09-052-1/+60
|/
* core: add audit log for the SaveHostname callBeniamino Galvani2019-09-052-12/+27
* core: add defines for common authentication-related error messagesBeniamino Galvani2019-09-055-22/+26
* build: fix errors when building with gtk-doc 1.32Beniamino Galvani2019-09-053-1/+14
* core/tests: avoid deprecated g_main_run()/g_main_loop_unref() in testThomas Haller2019-09-031-3/+2
* core: merge branch 'bg/device-realize-failed-rh1686634'Beniamino Galvani2019-09-032-3/+5
|\
| * manager: keep device if realize() failsBeniamino Galvani2019-09-031-1/+0
| * device: don't set nm-owned flag if realize() failsBeniamino Galvani2019-09-031-2/+5
|/
* po: fixed typo in it.poDavide Palma2019-09-031-2/+2
* core: fix a typoLubomir Rintel2019-09-0367-67/+67
* device: fix crash when master connection failsBeniamino Galvani2019-09-031-5/+5
* libnm/remote-connection: add a pair of curly bracketsLubomir Rintel2019-09-021-2/+2
* clients: avoid clearing a structure pointer when we're still using itLubomir Rintel2019-09-021-2/+3
* keyfile: reorder printing empty [wireguard] section with peers and fix test f...Thomas Haller2019-09-021-6/+6
* merge: branch 'bg/ipv6-accept-ra-rh1734470'Beniamino Galvani2019-08-307-25/+107
|\
| * ipv6: disable kernel handling of RAs (accept_ra)Beniamino Galvani2019-08-302-25/+4
| * ipv6: set neighbor parameters from RAsBeniamino Galvani2019-08-307-0/+103
|/
* dhcp: fall back to 'internal' client for IPv6 when using 'nettools'Beniamino Galvani2019-08-291-13/+0
* device: merge branch 'th/act-stage1-re-entrant'Thomas Haller2019-08-2828-689/+699
|\
| * device: after stage1 call stage2 synchronouslyThomas Haller2019-08-281-1/+33
| * device: move check for master from nm_device_activate_schedule_stage2_device_...Thomas Haller2019-08-281-52/+39
| * device: let devices call stage1 again after being ready to proceedThomas Haller2019-08-288-48/+99
| * device/wifi-p2p: inline and drop local function cleanup_p2p_connect_attempt()Thomas Haller2019-08-281-16/+9
| * device/team: don't remember connection while killing teamThomas Haller2019-08-281-22/+18
| * device/team: various cleanupsThomas Haller2019-08-281-58/+72
| * device: set failure reason when settings hardware address failsThomas Haller2019-08-282-2/+8
| * device: let NMDevice set hardware address instead of act_stage1_prepare() for...Thomas Haller2019-08-281-3/+1
| * device: let NMDevice set hardware address instead of act_stage1_prepare()Thomas Haller2019-08-282-8/+2
| * device: move redundant act_stage1_prepare() implementations to set hwaddr to ...Thomas Haller2019-08-287-49/+17
| * device: don't let subclasses call NMDevice's act_stage1_prepare()Thomas Haller2019-08-2819-109/+13
| * device: move SR-IOV initialization to activate_stage1_device_prepare()Thomas Haller2019-08-282-83/+149
| * device: refactor handling of scheduled activation tasks on idleThomas Haller2019-08-282-99/+79
| * device/trivial: rename local variable for device in "nm-device-{ethernet,macv...Thomas Haller2019-08-282-17/+18