summaryrefslogtreecommitdiff
path: root/src/dhcp
AgeCommit message (Expand)AuthorFilesLines
2018-04-12build: meson: use run-nm-test.sh to run testsBeniamino Galvani1-1/+5
2018-04-11dhcp/systemd: ensure aligned memory access in ip6_start() for duidThomas Haller1-8/+5
2018-03-20dhcp: remove unused nm_dhcp_dhclient_read_lease_ip_configs() functionThomas Haller7-486/+0
2018-03-20dhcp: remove unused nm_dhcp_manager_get_lease_ip_configs() functionThomas Haller7-101/+0
2018-03-15dhclient: write client-id with backslash and quotes as hexBeniamino Galvani2-2/+32
2018-03-15dhcp: dhclient: set type 0 for printable client IDsBeniamino Galvani2-16/+113
2018-03-12core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller1-14/+16
2018-03-12core: rename "nm-bus-manager.h" to "nm-dbus-manager.h"Thomas Haller1-1/+1
2018-03-10dbus: extend NM_DEFINE_GDBUS*() helper macrosThomas Haller1-6/+2
2018-02-28dhcp: fix uninitialized pointer in DHCP listener's _method_call_handle()Thomas Haller1-1/+1
2018-02-15dhcp: inject client-id in GBytes format from NMDevice to nm_dhcp_manager_star...Thomas Haller4-22/+7
2018-02-15dhcp: refactor type of NMDhcpClient duid to be GBytesThomas Haller11-72/+87
2018-02-15dhcp: refactor type of NMDhcpClient hwaddr to be GBytesThomas Haller5-31/+30
2018-02-15dhcp: initialize use_fqdn and info_only paramters in constructorThomas Haller3-21/+39
2018-02-15dhcp: cache info-only parameter in NMDhcpClientThomas Haller6-13/+18
2018-02-15dhcp: chain up parent stop() for NMDhcpSystem clientThomas Haller3-2/+2
2018-02-15dhcp: fix memleak parsing dhclient file with multiple dhcp-client-identifier ...Thomas Haller2-1/+6
2018-02-12dhcp: use NM_DEFINE_GDBUS_INTERFACE_INFO() macros to define D-Bus registratio...Thomas Haller1-33/+17
2018-02-12dhcp: mark descriptor tables for D-Bus as static constThomas Haller1-10/+10
2018-02-07all: replace non-leading tabs with spacesThomas Haller3-12/+12
2018-02-07dhcp/tests: don't use tab characters in string literalThomas Haller1-14/+14
2018-01-18all: require glib 2.40Lubomir Rintel1-2/+0
2018-01-11build/meson: use variables for ldflags and linker-scriptThomas Haller1-5/+1
2018-01-10build/meson: unconditionally use linker version scriptsThomas Haller1-4/+3
2018-01-10meson: Improve dependency systemIñigo Martínez2-6/+3
2018-01-09dhcp: fix check for client-id in _set_client_id()Thomas Haller1-0/+1
2018-01-08tests: use NMTST_EXPECT*() macrosThomas Haller1-14/+7
2018-01-08build: refine the NETWORKMANAGER_COMPILATION defineThomas Haller1-1/+2
2018-01-04dhcp: cleanup handling of ipv4.dhcp-client-id and avoid assertion failureThomas Haller5-27/+84
2018-01-04dhcp: track dhcp-client instances with CList instead of hash-tableThomas Haller3-45/+34
2017-12-18all: get rid of a handful of unused-but-set variablesLubomir Rintel1-2/+2
2017-12-13dhcp: systemd: support the hostname propertyBeniamino Galvani1-0/+8
2017-12-13build: add initial support for meson build systemIñigo Martínez2-0/+44
2017-11-16all: use nm_direct_hash() instead of g_direct_hash()Thomas Haller2-2/+2
2017-11-16all: don't use g_direct_equal() for hash table equality functionThomas Haller1-1/+1
2017-10-30dhcp: add support for dhcpcanon clientjuga04-2/+278
2017-10-18dhcp: include "nm-dhcp-manager.h" in "nm-dhcp-listener.c"Thomas Haller1-0/+1
2017-10-18core,clients: use our own string hashing function nm_str_hash()Thomas Haller4-5/+5
2017-10-17shared: split random and hash utilsThomas Haller1-0/+1
2017-10-13dhcp: use nm_utils_random_bytes() for generating random DUIDThomas Haller1-6/+1
2017-10-10core: rework tracking of gateway/default-route in ip-configThomas Haller7-43/+101
2017-10-09core: use ipv4.route-table setting for other IPv4 routesThomas Haller9-11/+62
2017-10-06dhcp/trivial: rename "priority" variables to "route_metric" in DHCP codeThomas Haller9-49/+46
2017-10-04dhcp: cleanup handling method-call in DHCP listenerThomas Haller1-29/+32
2017-09-21dhcp: use systemd defines for DHCP optionsThomas Haller1-36/+34
2017-09-21systemd: merge branch systemd into masterThomas Haller1-1/+1
2017-09-18dhcp: consider a timeout equal to MAXINT32 as infinityFrancesco Giudici2-3/+14
2017-09-15dhcp: dhclient: remove the --timeout argument from the command lineFrancesco Giudici4-39/+57
2017-09-11core/dhcp: use addr-family parameter for instead of booleanThomas Haller10-133/+163
2017-09-11device: enable support for ipv6.dhcp-timeoutThomas Haller3-7/+8