summaryrefslogtreecommitdiff
path: root/src/dhcp-manager
Commit message (Expand)AuthorAgeFilesLines
* dhcp: refactor nm_dhcp_client_stop_existing()Thomas Haller2016-04-221-34/+32
* platform: change @plen field of NMPlatformIPxAddress to type guint8Thomas Haller2016-04-111-1/+2
* platform: change @plen field of NMPlatformIPxRoute to type guint8Thomas Haller2016-04-113-2/+5
* build: disable deprecation checks for internal compilationThomas Haller2016-04-052-2/+0
* dhcp: don't fail assertions when a DHCP client is not availableBeniamino Galvani2016-03-241-2/+8
* dhcp: fall back to other clients when an invalid one is specifiedBeniamino Galvani2016-03-241-34/+19
* dhcp: fix GBytes leak in nm_dhcp_client_start_ip4()Francesco Giudici2016-03-181-1/+4
* dhcp: support _LOGx_ENABLED() macro in dhcp-clientThomas Haller2016-03-171-1/+8
* systemd: split "nm-sd.h" out of "nm-sd-adapt.h"Thomas Haller2016-03-111-1/+0
* all/tests: fix tests after adjusting glib logging levelThomas Haller2016-03-101-7/+7
* dhcp: client: use logging helpersBeniamino Galvani2016-03-045-156/+190
* all: don't include error->code in log messagesThomas Haller2016-03-031-8/+6
* all: clean-up usage of GErrorThomas Haller2016-03-031-4/+4
* dhcp/systemd: enable DHCPv6 supportBeniamino Galvani2016-03-031-4/+127
* systemd: don't include "nm-sd-adapt.h" in systemd header filesThomas Haller2016-02-291-0/+3
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-1911-23/+12
* dhcp/systemd: accept default gateway in classless static routes optionBeniamino Galvani2016-02-161-19/+39
* all/trivial: rename STRLEN() macro to NM_STRLEN()Thomas Haller2016-02-144-8/+8
* build: cleanup default includesThomas Haller2016-02-123-8/+8
* systemd: merge branch 'systemd' into masterThomas Haller2016-01-261-55/+61
|\
* | dhcp/systemd: disable callback before stopping the clientBeniamino Galvani2016-01-251-2/+5
* | dhcp/systemd: honor timeoutBeniamino Galvani2016-01-253-7/+19
* | dhcp/systemd: gracefully fail when the interface has unknown ARP typeBeniamino Galvani2016-01-251-2/+9
* | dhcp: clear watch_id in child-watch callbackThomas Haller2016-01-201-1/+4
* | core: use nm_clear_g_signal_handler() where possibleBeniamino Galvani2016-01-061-8/+2
* | core: always use gulong to store signal handler idsBeniamino Galvani2016-01-061-2/+2
* | core,libnm: use nm_clear_g_source() where possibleBeniamino Galvani2016-01-061-8/+2
* | build: rename directory "include" to "shared"Thomas Haller2015-12-242-4/+4
* | dhcp: lifetimes are unsigned integers, use %u printf specifier (rh #1268911)Jiří Klimeš2015-12-031-3/+3
* | dhcp-helper: call g_type_init() to support pre 2.36.0 glibGlenn Washburn2015-11-251-0/+2
* | dhcp4: send FQDN option when ipv4.dhcp-fqdn is setBeniamino Galvani2015-11-2310-30/+111
* | dhcp-manager: strip hostname sent by dhcpcdBeniamino Galvani2015-11-231-2/+9
* | dhcp-manager: strip hostname sent by internal DHCP clientBeniamino Galvani2015-11-231-1/+11
* | systemd: merge branch 'systemd' into masterBeniamino Galvani2015-11-231-0/+6
|\ \ | |/
* | dhcp: pass IPv6 link-local address to DHCP clientBeniamino Galvani2015-11-237-3/+13
* | exported-object: add support for DBus ObjectManager interfaceDan Williams2015-11-181-0/+1
* | platform: properly handle IPv4 peer-addressesThomas Haller2015-11-025-6/+10
* | platform: add buffer argument to platform to-string functionsThomas Haller2015-11-011-2/+2
* | merge: merge branch 'systemd' into masterBeniamino Galvani2015-10-081-9/+9
|\ \ | |/
* | dhcp-systemd: sd_dhcp_lease_load() returns no lease or error on ENOENTLubomir Rintel2015-10-081-1/+1
* | dhcp-manager: fix memory leak in DHCP listenerBeniamino Galvani2015-10-071-0/+1
* | build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-302-0/+2
* | dhcp/systemd: fix leaking leases after dhcp_lease_load()Thomas Haller2015-09-171-7/+8
* | dhcp/systemd: fix unrefing lease after API change of sd_dhcp_client_get_lease()Thomas Haller2015-09-171-1/+0
* | Revert "systemd/dhcp: make sd_dhcp_lease_*() functions public again"Thomas Haller2015-09-161-3/+3
* | systemd/build: use separate NETWORKMANAGER_COMPILATION define for systemd buildThomas Haller2015-09-161-2/+0
* | systemd: merge branch 'systemd-integration' into masterThomas Haller2015-09-161-2/+2
|\ \ | |/
* | device: accept multiple addresses in a DHCPv6 leaseBeniamino Galvani2015-08-172-4/+19
* | systemd: merge branch 'systemd' into masterThomas Haller2015-08-121-4/+5
|\ \ | |/
* | dhcp/tests: fix memleaks in dhcp-testsThomas Haller2015-08-121-17/+17