summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-dhcp-client.c
AgeCommit message (Expand)Author
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-12Revert "tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC"Lennart Poettering
2015-02-10tree-wide: Always use recvmsg with MSG_CMSG_CLOEXECCristian Rodríguez
2015-01-22sd-dhcp-client: use RFC4361-complient ClientID by defaultTom Gundersen
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek
2015-01-13refcnt: refcnt is unsigned, fix comparisonsTom Gundersen
2014-12-30tree-wide: spelling fixesVeres Lajos
2014-12-11sd-dhcp-client: log if we fail to set up lease timersTom Gundersen
2014-11-19sd-dhcp-lease: load/save client IDDan Williams
2014-11-19sd-dhcp-client: allow getting/setting the client IDDan Williams
2014-11-18sd-dhcp-client: fix REBOOT state handlingDan Williams
2014-11-04sd-event: rename sd_event_source_set_name() to sd_event_source_get_name()Lennart Poettering
2014-10-31sd-dhcp-client: clean up raw socket sd_event_source when creating new UDP socketDan Williams
2014-10-11sd-dhcp-client: support non-Ethernet hardware addressesDan Williams
2014-08-29Fix a few typos in log messagesRuben Kerkhof
2014-08-28sd-event: name event sources used in librariesTom Gundersen
2014-08-15util: never use ether_ntoa(), since it formats with %x, not %02x, which makes...Lennart Poettering
2014-08-01sd-dhcp-client: allow the max dhcp message size to be set to the MTU of the linkTom Gundersen
2014-07-28sd-dhcp-client: add support for FORCERENEWTom Gundersen
2014-07-28sd-dhcp-client: listen on UDP socket as soon as a lease is acquiredTom Gundersen
2014-07-28sd-dhcp-client: drop event DHCP_EVENT_NO_LEASETom Gundersen
2014-07-28sd-dhcp-client: only verify UDP messagesTom Gundersen
2014-07-24libsystemd-network: use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC where possibleTom Gundersen
2014-07-15sd-dhcp-client: make request broadcasts opt-inTom Gundersen
2014-07-14networkd: dhcp add vendor class indentifier option 60Susant Sahani
2014-07-07dhcp-network: add check for DHCP.chaddrMichal Sekletar
2014-07-01networkd: send hostname to dhcp serverEugene Yakubovich
2014-06-29sd-dhcp-client: don't fail hard if UDP socket can not be boundTom Gundersen
2014-06-29sd-dhcp-client/networkd: set lifetimes for IPv4 addressesPatrik Flykt
2014-06-24sd-dhcp-client: return NULL from _unref() like the other sd-* librariesTom Gundersen
2014-06-18sd-dhcp-client: check return from dhcp_option_appendThomas Hindoe Paaboel Andersen
2014-06-13sd-dhcp-client: fix invalid free() in client_send_request()Andreas Henriksson
2014-06-03sd-dhcp-client: allways request broadcastCamilo Aguilar
2014-05-25Use %m instead of strerror(errno) where appropiateCristian Rodríguez
2014-05-21sd-dhcp-client: factor out dhcp packet allocationTom Gundersen
2014-05-21sd-dhcp: rely on FIONREAD workingTom Gundersen
2014-05-21sd-dhcp: option_append - support falling back to 'sname' and 'file'Tom Gundersen
2014-05-20sd-dhcp: refactor dhcp_option_appendTom Gundersen
2014-05-09sd-dhcp-client: improve logging when stopping clientTom Gundersen
2014-05-06sd-dhcp-client: use asynchronous_close()Tom Gundersen
2014-05-06dhcp-network: don't pass ifindex to bind_udp_socketTom Gundersen
2014-04-27sd-dhcp-client: log positive error numberUmut Tezduyar Lindskog
2014-04-27libnetworkd: add link local testsUmut Tezduyar Lindskog
2014-04-20sd-dhcp-client: log ifindex and mac address when startingTom Gundersen
2014-04-12test-dhcp-client: unref lease objects to make valgrind happyZbigniew Jędrzejewski-Szmek
2014-04-12sd-dhcp-client: drop logging about T1/T2Tom Gundersen
2014-04-12sd-dhcp-client: improve loggingTom Gundersen
2014-04-12sd-dhcp-client: use client_initialiez and client_restart for REBOOTTom Gundersen
2014-04-11sd-dhcp-client: document message creation a bit moreTom Gundersen
2014-04-11sd-dhcp-client: assert that we can only create DISCOVER or REQUEST messagesTom Gundersen