summaryrefslogtreecommitdiff
path: root/src/dhcp-manager
Commit message (Expand)AuthorAgeFilesLines
* libnm: move _nm_utils_ascii_str_to_int64() from src/ to libnm-core/Thomas Haller2015-03-121-0/+1
* trivial: rename nm_utils_ascii_str_to_int64() to _nm_utils_ascii_str_to_int64()Thomas Haller2015-03-121-1/+1
* dhcp: sd-dhcp6-client: delay setting the DUID and don't fail constructorThomas Haller2015-03-042-11/+13
|\
| * dhcp: update systemd DHCP codeThomas Haller2015-03-042-7/+13
* | dhcp: revert "remove local modifications initializing cleanup variables"Thomas Haller2015-03-035-6/+6
* | dhcp: add prefix to logging lines from systemd libraryThomas Haller2015-03-031-1/+1
* | dhcp: avoid compilation error in macro.h due to undefined __STDC_VERSION__ va...Thomas Haller2015-03-031-1/+1
* | dhcp: include sys/resource.h in nm-sd-adapt.hThomas Haller2015-03-031-0/+1
* | dhcp: include net/if_arp.h in nm-sd-adapt.hThomas Haller2015-03-031-0/+2
* | dhcp: remove sd_dhcp6_client_set_ifname() functionThomas Haller2015-03-033-21/+0
* | dhcp: add systemd's dhcp-identifier.c for dhcp_identifier_set_duid_en()Thomas Haller2015-03-032-0/+14
* | dhcp: add systemd's sd-id128.c for sd_id128_get_machine()Thomas Haller2015-03-032-1/+7
* | dhcp: add systemd's path-util.c for path_kill_slashes()Thomas Haller2015-03-033-0/+12
* | dhcp: add systemd's 'log.h' to provide logging macrosThomas Haller2015-03-033-24/+29
* | dhcp: comment-out unused systemd utility functionsThomas Haller2015-03-032-2/+2
* | dhcp: comment-in now needed string_table_lookup() function in util.cThomas Haller2015-03-031-0/+2
* | dhcp: comment-in now needed filename_is_valid() function in util.cThomas Haller2015-03-031-0/+2
* | dhcp: remove local modifications initializing cleanup variablesThomas Haller2015-03-035-6/+8
* | dhcp/trivial: remove unused fixes to our copy of the systemd codeThomas Haller2015-03-032-5/+6
* | dhcp/trivial: remove code commentThomas Haller2015-03-031-2/+0
* | dhcp: merge branch 'master' into th/systemd-dhcp-integrationThomas Haller2015-03-0367-536/+2521
|\ \ | |/ |/|
| * dhcp: ensure every systemd dhcp file includes 'nm-sd-adapt.h' firstThomas Haller2015-03-0224-2/+48
| * dhcp: don't include config.h in systemd sourceThomas Haller2015-03-0217-31/+3
| * logging: add error argument to _nm_log() to support "%m" format specifierThomas Haller2015-03-021-1/+1
| * dhcp/trivial: add '/* NM_IGNORED */' comment to #endif added by NetworkManagerThomas Haller2015-03-029-40/+40
| * dhcp/trivial: remove shaddowed '#if 0 /* NM_IGNORED */' blockThomas Haller2015-03-021-2/+0
| * dhclient: use fqdn.fqdn for server DDNS updatesDan Williams2015-02-272-23/+82
| * core: pass ifindex as parameter to nm_ip6_config_new()lr/route-manager-rh740064Lubomir Rintel2015-02-271-2/+1
| * core: pass ifindex as parameter to nm_ip4_config_new()Dan Williams2015-02-279-10/+20
| * ip6-config: keep track of ifindexLubomir Rintel2015-02-273-3/+7
| * ip4-config: keep track of ifindexLubomir Rintel2015-02-275-23/+29
| * 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
| * tests: enable valgrind tests for testsThomas Haller2015-02-091-0/+1
| * dhcp/tests: fix memleaks in test code for valgrindThomas Haller2015-02-091-0/+3
| * dhcp: fix memleak in process_dhclient_rfc3442_route()Thomas Haller2015-02-091-0/+1
| * core: add nm_utils_setpgid(), and use itDan Winship2015-01-192-18/+2
| * core: use GUnixSignalWatchSource to simplify signal handlingDan Winship2015-01-192-14/+0
| * core: use NM_DEFINE_SINGLETON_GETTER() macroThomas Haller2015-01-121-10/+1
| * core: declare nm_dhcp_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-121-10/+1
| * 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