summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dhcp: don't add server-id option to the parameter request listbg/nettools-dup-options-issue324Beniamino Galvani2020-01-221-1/+1
* n-dhcp4: accept options that are longer than requestedBeniamino Galvani2020-01-221-4/+4
* device: minor cleanup NMDevice's _set_state_full() for unrefing activation re...Thomas Haller2020-01-201-7/+4
* libnm: fix another leak when cleaning up NMClientThomas Haller2020-01-161-5/+31
* libnm: merge branch 'th/client-object-manager-dbus-leak'Thomas Haller2020-01-165-126/+124
|\
| * libnm: keep context-busy-watcher of NMClient alive for one more idle roundThomas Haller2020-01-161-0/+26
| * shared: remove nm_dbus_connection_signal_subscribe_object_manager() helperThomas Haller2020-01-164-125/+21
| * core/bluetooth: don't use nm_dbus_connection_signal_subscribe_object_manager()Thomas Haller2020-01-161-13/+46
| * libnm: avoid leaking GMainContext for sync initialization after context-busy-...Thomas Haller2020-01-161-14/+49
| * shared: add nm_source_func_unref_gobject() helperThomas Haller2020-01-161-0/+8
|/
* ifcfg-rh: merge branch 'th/ifcfg-parse-route-file-cleanup'Thomas Haller2020-01-167-79/+209
|\
| * ifcfg-rh: avoid creaing route file twice in make_ip4_setting()Thomas Haller2020-01-161-16/+17
| * ifcfg-rh: expose constructor for shvarFile that doesn't read content from fileThomas Haller2020-01-162-26/+46
| * ifcfg-rh: split reading file and parsing from read_route_file() functionThomas Haller2020-01-161-21/+46
| * ifcfg-rh: split reading file and parsing in utils_has_route_file_new_syntax()...Thomas Haller2020-01-162-4/+19
| * ifcfg-rh: don't use GRegex in utils_has_route_file_new_syntax()Thomas Haller2020-01-161-14/+34
| * ifcfg-rh/tests: add test for utils_has_route_file_new_syntax()Thomas Haller2020-01-161-0/+37
| * shared/tests: add nmtst_file_set_contents_size() helperThomas Haller2020-01-161-2/+14
|/
* clients: avoid compiler warning about redefining NDEBUG for qrcodegenThomas Haller2020-01-151-0/+1
* build: fix linking of "src/devices/wifi/tests/test-devices-wifi"Thomas Haller2020-01-151-1/+2
* po: update Esperanto (eo) translationCarmen Bianca Bakker2020-01-151-2934/+3134
* core: remove code for unused NM_WIFI_P2P_PEER_GROUPS propertyThomas Haller2020-01-152-45/+0
* core: drop "Groups" property from WifiP2PPeer D-Bus APIThomas Haller2020-01-152-1/+6
* libnm: ignore "Groups" property of WifiP2PPeerThomas Haller2020-01-151-10/+11
* libnm: fix exposing nm_wifi_p2p_peer_get_name() from D-Bus propertyThomas Haller2020-01-151-0/+1
* introspection: belatedly add Wi-Fi P2P peer "Name" property to D-Bus introspe...Thomas Haller2020-01-151-0/+9
* libnm: fix wrong assertion in nm_client_add_and_activate_connection2_finish()Thomas Haller2020-01-151-1/+1
* libnm: fix interface and object path for P2P StartFind/StopFind callsBenjamin Berg2020-01-151-4/+4
* license: add IƱigo to RELICENSE.mdThomas Haller2020-01-141-0/+1
* license: add Dan, Dan, Lubomir and Franceso to RELICENSE.mdThomas Haller2020-01-141-0/+4
* license: add list for legal entities to track their relation of contributorsThomas Haller2020-01-141-3/+12
* license: relicense "shared/nm-std-aux/nm-dbus-compat.h" under LGPL-2.1+Thomas Haller2020-01-141-49/+12
* initrd: merge branch 'lr/a-pair-of-ibft-fixes'Thomas Haller2020-01-144-43/+92
|\
| * initrd/cmdline: minor style cleanupsThomas Haller2020-01-142-2/+3
| * initrd/cmdline: obey rd.iscsi.ibftLubomir Rintel2020-01-142-43/+63
| * initrd/ibft-reader: don't set con.interface-name in iBFT connectionsLubomir Rintel2020-01-143-0/+28
|/
* n-dhcp4: fix integer context in n_dhcp4_client_probe_transition_nak() on 32 bitThomas Haller2020-01-141-3/+3
* platform: merge branch 'th/ifa-broadcast'Thomas Haller2020-01-147-37/+114
|\
| * platform: generate IFA_BROADCAST address based on the peer IFA_ADDRESSThomas Haller2020-01-141-3/+4
| * platform: track IFA_BROADCAST address in NMPlatformIP4AddressThomas Haller2020-01-147-37/+113
|/
* merge: branch 'bg/vrf'Beniamino Galvani2020-01-1447-11/+1113
|\
| * core,libnm: add VRF supportBeniamino Galvani2020-01-1421-3/+647
| * platform: add VRF supportBeniamino Galvani2020-01-149-0/+174
| * ifcfg-rh: add support for VRF slavesBeniamino Galvani2020-01-144-1/+24
| * libnm-core,cli: add VRF settingBeniamino Galvani2020-01-1417-7/+268
|/
* all: merge branch 'th/unix-fd-source'Thomas Haller2020-01-1316-174/+240
|\
| * session-monitor: don't use GIOChannel to watch plain file descriptorThomas Haller2020-01-131-9/+13
| * lndp: don't use GIOChannel to watch plain file descriptor for socketThomas Haller2020-01-131-14/+19
| * platform: don't use GIOChannel to watch plain file descriptor for netlink socketThomas Haller2020-01-131-21/+17
| * acd: don't use GIOChannel to watch plain file descriptor for event fdThomas Haller2020-01-131-13/+21