summaryrefslogtreecommitdiff
path: root/src/dhcp
Commit message (Expand)AuthorAgeFilesLines
* dhcp: refactor dhclient_start() to use cleanup attributeThomas Haller2018-05-261-45/+45
* dhcp: cache errno in nm_dhcp_client_stop_existing() before using itThomas Haller2018-05-262-6/+10
* dhcp: use NMIPConfig type for argument of nm_dhcp_client_set_state()Thomas Haller2018-05-263-14/+13
* dhcp: use cleanup attribute in nm_dhcp_client_handle_event()Thomas Haller2018-05-261-22/+19
* dhcp: minor cleanup initializing name of leasefile for NMDhcpDhclintThomas Haller2018-05-261-17/+11
* dhcp: fix leaking error in dhclient_start()Thomas Haller2018-05-261-0/+1
* core: minor cleanup using helpers NM_IN_STRSET() and nm_utils_strdict_get_keys()Thomas Haller2018-05-161-12/+5
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-103-3/+3
* all: remove consecutive empty linesBeniamino Galvani2018-04-305-8/+0
* dhcp: don't enforce broadcast flagRichard Schütz2018-04-171-6/+0
* build: meson: add prefix to test namesBeniamino Galvani2018-04-121-1/+1
* build: meson: use run-nm-test.sh to run testsBeniamino Galvani2018-04-121-1/+5
* dhcp/systemd: ensure aligned memory access in ip6_start() for duidThomas Haller2018-04-111-8/+5
* dhcp: remove unused nm_dhcp_dhclient_read_lease_ip_configs() functionThomas Haller2018-03-207-486/+0
* dhcp: remove unused nm_dhcp_manager_get_lease_ip_configs() functionThomas Haller2018-03-207-101/+0
* dhclient: write client-id with backslash and quotes as hexBeniamino Galvani2018-03-152-2/+32
* dhcp: dhclient: set type 0 for printable client IDsBeniamino Galvani2018-03-152-16/+113
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-14/+16
* core: rename "nm-bus-manager.h" to "nm-dbus-manager.h"Thomas Haller2018-03-121-1/+1
* dbus: extend NM_DEFINE_GDBUS*() helper macrosThomas Haller2018-03-101-6/+2
* dhcp: fix uninitialized pointer in DHCP listener's _method_call_handle()Thomas Haller2018-02-281-1/+1
* dhcp: inject client-id in GBytes format from NMDevice to nm_dhcp_manager_star...Thomas Haller2018-02-154-22/+7
* dhcp: refactor type of NMDhcpClient duid to be GBytesThomas Haller2018-02-1511-72/+87
* dhcp: refactor type of NMDhcpClient hwaddr to be GBytesThomas Haller2018-02-155-31/+30
* dhcp: initialize use_fqdn and info_only paramters in constructorThomas Haller2018-02-153-21/+39
* dhcp: cache info-only parameter in NMDhcpClientThomas Haller2018-02-156-13/+18
* dhcp: chain up parent stop() for NMDhcpSystem clientThomas Haller2018-02-153-2/+2
* dhcp: fix memleak parsing dhclient file with multiple dhcp-client-identifier ...Thomas Haller2018-02-152-1/+6
* dhcp: use NM_DEFINE_GDBUS_INTERFACE_INFO() macros to define D-Bus registratio...Thomas Haller2018-02-121-33/+17
* dhcp: mark descriptor tables for D-Bus as static constThomas Haller2018-02-121-10/+10
* all: replace non-leading tabs with spacesThomas Haller2018-02-073-12/+12
* dhcp/tests: don't use tab characters in string literalThomas Haller2018-02-071-14/+14
* all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-181-2/+0
* build/meson: use variables for ldflags and linker-scriptThomas Haller2018-01-111-5/+1
* build/meson: unconditionally use linker version scriptsThomas Haller2018-01-101-4/+3
* meson: Improve dependency systemIñigo Martínez2018-01-102-6/+3
* dhcp: fix check for client-id in _set_client_id()Thomas Haller2018-01-091-0/+1
* tests: use NMTST_EXPECT*() macrosThomas Haller2018-01-081-14/+7
* build: refine the NETWORKMANAGER_COMPILATION defineThomas Haller2018-01-081-1/+2
* dhcp: cleanup handling of ipv4.dhcp-client-id and avoid assertion failureThomas Haller2018-01-045-27/+84
* dhcp: track dhcp-client instances with CList instead of hash-tableThomas Haller2018-01-043-45/+34
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-2/+2
* dhcp: systemd: support the hostname propertyBeniamino Galvani2017-12-131-0/+8
* build: add initial support for meson build systemIñigo Martínez2017-12-132-0/+44
* all: use nm_direct_hash() instead of g_direct_hash()Thomas Haller2017-11-162-2/+2
* all: don't use g_direct_equal() for hash table equality functionThomas Haller2017-11-161-1/+1
* dhcp: add support for dhcpcanon clientjuga02017-10-304-2/+278
* dhcp: include "nm-dhcp-manager.h" in "nm-dhcp-listener.c"Thomas Haller2017-10-181-0/+1
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-184-5/+5
* shared: split random and hash utilsThomas Haller2017-10-171-0/+1