summaryrefslogtreecommitdiff
path: root/src/dhcp-manager
Commit message (Expand)AuthorAgeFilesLines
* core: add nm_utils_setpgid(), and use itDan Winship2015-06-202-18/+2
* core: use GUnixSignalWatchSource to simplify signal handlingDan Winship2015-06-202-14/+0
* core: use NM_DEFINE_SINGLETON_GETTER() macroThomas Haller2015-06-191-10/+1
* build: rename file "include/nm-utils-internal.h" to "nm-macros-internal.h"Thomas Haller2015-06-192-2/+2
* systemd-dhcp: fix build with Linux 3.2.0 headersLubomir Rintel2015-06-181-0/+5
* libnm: move _nm_utils_ascii_str_to_int64() from src/ to libnm-core/Thomas Haller2015-06-171-0/+1
* trivial: rename nm_utils_ascii_str_to_int64() to _nm_utils_ascii_str_to_int64()Thomas Haller2015-06-171-1/+1
* systemd: fix build with toolchains not exporting CLOCK_BOOTTIMEDan Williams2015-05-191-0/+9
* logging/trivial: rename _nm_log() to _nm_log_impl()Thomas Haller2015-04-291-1/+1
* logging: add error argument to _nm_log() to support "%m" format specifierThomas Haller2015-04-291-1/+1
* test: setup logging during nmtst_init_assert_logging()Thomas Haller2015-04-091-2/+1
* tests: enable valgrind tests for testsThomas Haller2015-03-131-0/+1
* dhcp/tests: fix memleaks in test code for valgrindThomas Haller2015-03-131-0/+3
* dhcp: fix memleak in process_dhclient_rfc3442_route()Thomas Haller2015-03-131-0/+1
* dhclient: use fqdn.fqdn for server DDNS updatesDan Williams2015-02-272-23/+82
* dhcp-client: memleak: free uuid on disposeLubomir Rintel2015-02-181-0/+1
* dhcp-client: memleak: free hostname on disposeLubomir Rintel2015-02-181-0/+1
* dhcp: gracefully recover from failed DHCP BOUND state transitions (bgo #743700)Dan Williams2015-02-171-1/+7
* all: move STRLEN() macro to global header nm-utils-internal.hThomas Haller2014-12-182-0/+2
* logging: pass file:line as separate arguments to _nm_log()Thomas Haller2014-12-181-2/+2
* core: better handle DHCP expiry/nak during initial lease acquisition (bgo #73...Dan Williams2014-12-123-8/+15
* dhcp: fix printf format string for printing guint32 variableThomas Haller2014-11-241-1/+1
* dhcp: pass device specific route metric to nm_dhcp_systemd_get_lease_ip_confi...Thomas Haller2014-11-245-7/+12
* dhcp: fix expiry time logging/exportingDan Winship2014-11-241-5/+12
* dhcp: Simplify nm-dhcp-systemd lease-handling codeDan Winship2014-11-191-25/+13
* dhcp: fix startup warnings with dhcp=internalDan Winship2014-11-191-1/+1
* dhcp: fix systemd-dhcp's writing of routes in lease fileDan Winship2014-11-191-3/+5
* dhcp: update nm-dhcp-systemd code for system-dhcp re-importDan Winship2014-11-191-3/+3
* dhcp: re-fix system-dhcp code after re-importDan Winship2014-11-193-2/+11
* Merge branch 'master' into dhcp-mergeDan Winship2014-11-1947-459/+2347
|\
| * dhcp: Fix the DHCP client lookup by gtypeLubomir Rintel2014-11-141-1/+1
| * all: consistently include config.hDan Winship2014-11-1329-10/+54
| * dhcp: log the configured DHCP clientThomas Haller2014-11-131-8/+10
| * dhcp: fix adapter for sd logging macros to show file locationThomas Haller2014-11-111-2/+5
| * dhcp-manager: Keep size of PID consistentlr/crashesLubomir Rintel2014-11-103-6/+6
| * dhcp: demote DHCP client registration message to 'debug' levelDan Williams2014-11-071-2/+8
| * iface-helper: add nm-iface-helper for dynamic configure-then-quit supportDan Williams2014-11-071-1/+8
| * dhcp: track last IPv4 address on start for renewalDan Williams2014-11-077-22/+30
| * dhcp: preserve hostname for later useDan Williams2014-11-075-21/+31
| * dhcp: preserve DHCPv4 client ID for later useDan Williams2014-11-079-83/+327
| * dhcp: move client-specific knowledge out of the managerDan Williams2014-11-079-72/+140
| * dhcp: move D-Bus DHCP listener into separate classDan Williams2014-11-077-247/+375
| * libnm,core: enhance nm_utils_hexstr2bin()Dan Williams2014-11-071-35/+6
| * core: cleanup type of route metric to ensure guint32Thomas Haller2014-11-074-13/+13
| * core: move definition of NMLinkType to nm-types.hThomas Haller2014-11-071-0/+1
| * platform: don't include gsystem-local-alloc.h in nm-platform.hThomas Haller2014-11-071-0/+1
| * dhcp: fix building without sys/auxv.hJiří Klimeš2014-11-071-0/+2
| * core, clients: implement dhcp-send-hostname for IPv6Dan Winship2014-11-072-3/+5
| * libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classesDan Winship2014-11-073-0/+3
| * dhcp/test: fix compiler warning about pointer arithmetric for void*Thomas Haller2014-11-071-1/+1