summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wipbg/802-1x-fallbackBeniamino Galvani2019-07-113-0/+44
* ethernet: honor the 802-1x.optional flagBeniamino Galvani2019-07-111-14/+26
* ifcfg-rh: refactor reading 802.1X phase2 auth methodBeniamino Galvani2019-07-111-116/+79
* libnm-core: update 802-1x.phase2-auth* documentationBeniamino Galvani2019-07-112-4/+4
* all: add 802-1x.optional propertyBeniamino Galvani2019-07-117-0/+78
* libnm/crypto: accept TPM2-wrapped PEM keysDaniel Kobras2019-07-103-3/+76
* clients/metta-setting-desc: allow "system" and "dpdk" ovs interface typesLubomir Rintel2019-07-101-1/+1
* core,libnm: merge branch 'th/various-settings-cleanup-5'Thomas Haller2019-07-1015-520/+823
|\
| * libnm,cli,ifcfg-rh: add connection:wait-device-timeout propertyThomas Haller2019-07-1011-516/+781
| * core: use nm_c_list_elem_free_steal() in _delete_volatile_connection_all ()Thomas Haller2019-07-101-3/+1
| * shared: add NM_CMP_DIRECT_STRCMP() macroThomas Haller2019-07-101-0/+3
| * shared: optimize nm_utils_error_set() for string literalsThomas Haller2019-07-101-1/+7
| * shared: add nm_pdirect_hash()/nm_pdirect_equal()Thomas Haller2019-07-102-0/+31
|/
* gitlab-ci: enable test build on Debian 10 (buster)Thomas Haller2019-07-101-0/+5
* po: fix a typo in the French translationLuclu72019-07-101-2/+2
* core: fix mangling static IPv6 routes in nm_ip6_config_merge_setting()Thomas Haller2019-07-091-1/+1
* man: update nm-openswitch exampleFrancesco Giudici2019-07-091-2/+2
* platform/tests: relax check for accepting platform signalsThomas Haller2019-07-091-1/+1
* libnm/crypto: use memmem() instead of naive O(n*m) search in find_tag()Thomas Haller2019-07-081-12/+14
* settings: fix a reversed conditional in have_connection_for_device()Lubomir Rintel2019-07-081-1/+1
* build: add missing dependency for shared/systemd/src/sharedBeniamino Galvani2019-07-081-9/+10
* core: merge branch 'bg/slaves-autoconnect-managed'Beniamino Galvani2019-07-082-8/+18
|\
| * manager: propagate the for-user-request flag for slaves autoconnectionBeniamino Galvani2019-07-081-5/+8
| * device: properly honor flags when checking connection availabilityBeniamino Galvani2019-07-081-3/+10
|/
* dhcp: merge branch 'fg/dhcp_options2env-rh1663253'Francesco Giudici2019-07-0510-213/+850
|\
| * dispatcher: add MS Azure endpoint env var expected by cloud-initfg/dhcp_options2env-rh1663253Francesco Giudici2019-07-051-0/+35
| * dispatcher/trivial: fix typo in commentFrancesco Giudici2019-07-051-1/+1
| * dhcp/dhclient: expose the private_xyz labels for dhcp private optionsFrancesco Giudici2019-07-051-3/+47
| * dhcp/internal: move dhcp options management to shared dhcp codebaseFrancesco Giudici2019-07-055-290/+597
| * dhcp/internal: expose on D-Bus all the private dhcp optionsFrancesco Giudici2019-07-051-0/+85
| * dhcp: access internal systemd structure to retrieve dhcp private optionsFrancesco Giudici2019-07-054-0/+91
| * dhcp/internal: expose on D-Bus some more dhcp optionsFrancesco Giudici2019-07-051-2/+46
| * dhcp/internal: expose on D-Bus the lease time dhcp optionFrancesco Giudici2019-07-051-3/+4
| * dhcp/internal: decrease logging level when retrieving dhcp optionsFrancesco Giudici2019-07-051-32/+62
|/
* dhcp: merge branch 'bg/nettools'Beniamino Galvani2019-07-0527-55/+1656
|\
| * n-dhcp4: client/probe: fix memory leakBeniamino Galvani2019-07-051-0/+1
| * n-dhcp4: client/connection: fix memory leakBeniamino Galvani2019-07-051-0/+1
| * dhcp: pass broadcast address to clientsBeniamino Galvani2019-07-057-17/+73
| * core: drop nm_platform_link_get_address_as_bytes()Beniamino Galvani2019-07-054-17/+26
| * dhcp: nettools: improve error messagesBeniamino Galvani2019-07-051-5/+5
| * dhcp: nettools: decrease initial delayBeniamino Galvani2019-07-051-2/+2
| * dhcp: nettools: support the FQDN optionBeniamino Galvani2019-07-051-8/+45
| * shared: add nm_sd_dns_name_to_wire_format()Beniamino Galvani2019-07-052-0/+14
| * systemd: add dns-domain utils to systemd static libraryBeniamino Galvani2019-07-055-6/+7
| * dhcp: nettools: relicense as LGPLBeniamino Galvani2019-07-051-4/+5
| * n-dhcp4: avoid {net,linux}/if.h clashes on old distrosTom Gundersen2019-07-054-7/+8
| * shared/n-dhcp4: avoid c_min() macro to work with old GCCTom Gundersen2019-07-052-4/+13
| * dhcp: add nettools dhcp4 clientTom Gundersen2019-07-0510-6/+1429
| * dhcp: support notifying the client of the result of DADTom Gundersen2019-07-053-2/+50
|/
* systemd: merge branch systemd into masterBeniamino Galvani2019-07-0544-463/+986
|\