summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-dhcp-client.c
Commit message (Expand)AuthorAgeFilesLines
* sd-dhcp-client: log ifindex and mac address when startingTom Gundersen2014-04-201-1/+4
* test-dhcp-client: unref lease objects to make valgrind happyZbigniew Jędrzejewski-Szmek2014-04-121-0/+3
* sd-dhcp-client: drop logging about T1/T2Tom Gundersen2014-04-121-4/+0
* sd-dhcp-client: improve loggingTom Gundersen2014-04-121-8/+32
* sd-dhcp-client: use client_initialiez and client_restart for REBOOTTom Gundersen2014-04-121-10/+7
* sd-dhcp-client: document message creation a bit moreTom Gundersen2014-04-111-18/+72
* sd-dhcp-client: assert that we can only create DISCOVER or REQUEST messagesTom Gundersen2014-04-111-20/+18
* sd-dhcp-client: rebind raw socket when resetting transaction idTom Gundersen2014-04-111-0/+6
* sd-dhcp-client: Add an explicit stop state for the DHCP clientPatrik Flykt2014-04-111-9/+29
* sd-dhcp-client: Add reference counting for DHCPPatrik Flykt2014-04-111-28/+65
* sd-dhcp-client: recevie_message - verify cmsg_len before readingTom Gundersen2014-04-111-2/+4
* sd-dhcp-client: improve BPFTom Gundersen2014-04-061-2/+2
* sd-dhcp-client: eagerly drop too small packetsTom Gundersen2014-04-061-8/+7
* sd-dhcp-client: move magic cookie into DHCPMessage structTom Gundersen2014-04-061-0/+11
* silence warningsThomas Hindoe Paaboel Andersen2014-03-271-1/+1
* sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering2014-03-241-29/+33
* sd-dhcp-client/sd-ipv4ll: allow mac address to be updated at any timeTom Gundersen2014-03-211-9/+15
* sd-dhcp-client: add fallback subnet masksTom Gundersen2014-03-211-13/+41
* sd-dhcp-client: make timeout handling a bit more robustTom Gundersen2014-03-211-59/+98
* sd-dhcp-client: do not reset 'secs' when entering INIT-REBOOTTom Gundersen2014-03-201-5/+5
* sd-dhcp-client: don't pass around 'secs'Tom Gundersen2014-03-201-66/+68
* libsystemd-network: Don't unnecessarily send too long packetsPatrik Flykt2014-03-201-3/+3
* libsystemd-network: Prepend hardware type byte to client identifierPatrik Flykt2014-03-201-6/+10
* sd-dhcp-client: accept infinite lease lifetimeTom Gundersen2014-03-191-0/+4
* libsystemd-network: Add Init-Reboot supportPatrik Flykt2014-03-191-6/+51
* libsystemd-network: Restart DHCP acquisition if the lease expiresPatrik Flykt2014-03-191-21/+51
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-11/+4
* sd-dhcp-client: make sure timers fire immediatelyTom Gundersen2014-03-181-30/+30
* sd-dhcp-client: use close_nointr_nofail()Tom Gundersen2014-03-111-3/+3
* sd-dhcp: generalise ip header generationTom Gundersen2014-03-111-10/+17
* sd-dhcp-client: log the MAC address we are usingTom Gundersen2014-03-051-0/+9
* sd-dhcp-lease: add sd_dhcp_lease_get_next_server()Tom Gundersen2014-03-031-0/+4
* sd-network: add new libraryTom Gundersen2014-02-281-0/+1051