summaryrefslogtreecommitdiff
path: root/src/dhcp
Commit message (Expand)AuthorAgeFilesLines
* all: drop _nm_utils_bin2hexstr()Thomas Haller2018-09-301-2/+2
* all/trivial: rename hexstr<>bin conversion functionsThomas Haller2018-09-301-1/+1
* dhcp: dhclient: fix memory leakBeniamino Galvani2018-09-271-0/+1
* config: add --configure-and-quit=initrd modeLubomir Rintel2018-09-183-5/+45
* dhcp: save root-path in the state fileLubomir Rintel2018-09-183-1/+30
* docs: misc. typos pt2luz.paz2018-09-171-2/+2
* build: remove check on dhcpcd version numberBeniamino Galvani2018-09-131-2/+0
* dhcp: abort DHCP on devices without MAC address earlyThomas Haller2018-09-121-0/+17
* dhcp: return error reason from DHCP client startThomas Haller2018-09-128-197/+287
* dhcp: fix leak in dhclient's dhclient_start()Thomas Haller2018-09-101-2/+6
* tests: minor code cleanup in testsThomas Haller2018-08-301-14/+10
* all: use nm_utils_gbytes_equal_mem()Thomas Haller2018-08-301-11/+2
* build: always define NM_MORE_LOGGING define and don't check with #ifdefThomas Haller2018-08-271-1/+1
* dhcp/trivial: add fixme comments to nm_dhcp_dhclient_unescape_duid()Thomas Haller2018-08-221-0/+7
* dhcp: allowing changing route metric and route tableBeniamino Galvani2018-08-082-5/+32
* dhcp/dhclient-utils: skip over dhclient.conf blocksLubomir Rintel2018-07-232-9/+110
* build: create "config-extra.h" header instead of passing directory variables ...Thomas Haller2018-07-172-2/+0
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-116-7/+7
* dhcp: look for DUID in both private and global DHCP client lease filesFrancesco Giudici2018-06-203-7/+5
* dhcp: drop NMDhcpDuidEnforce typeFrancesco Giudici2018-06-205-15/+6
* dhcp: allow to skip DUID search from DHCP client global configurationFrancesco Giudici2018-06-093-16/+13
* dhcp: remove fallback DUID-UUID generation from dhcp codeFrancesco Giudici2018-06-092-64/+5
* libnm-core: add ipv6.dhcp-duid propertyFrancesco Giudici2018-06-085-8/+37
* dhclient: always update the DUID in the lease fileFrancesco Giudici2018-06-073-20/+29
* dhclient: fix updating the DUID in multiline lease filesFrancesco Giudici2018-06-072-7/+40
* build: use default NM_BUILD_* defines for testsThomas Haller2018-05-312-3/+5
* 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