summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-dhcp-client.c
Commit message (Expand)AuthorAge
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-22
* refcnt: refcnt is unsigned, fix comparisonsTom Gundersen2015-01-13
* tree-wide: spelling fixesVeres Lajos2014-12-30
* sd-dhcp-client: log if we fail to set up lease timersTom Gundersen2014-12-11
* sd-dhcp-lease: load/save client IDDan Williams2014-11-19
* sd-dhcp-client: allow getting/setting the client IDDan Williams2014-11-19
* sd-dhcp-client: fix REBOOT state handlingDan Williams2014-11-18
* sd-event: rename sd_event_source_set_name() to sd_event_source_get_name()Lennart Poettering2014-11-04
* sd-dhcp-client: clean up raw socket sd_event_source when creating new UDP socketDan Williams2014-10-31
* sd-dhcp-client: support non-Ethernet hardware addressesDan Williams2014-10-11
* Fix a few typos in log messagesRuben Kerkhof2014-08-29
* sd-event: name event sources used in librariesTom Gundersen2014-08-28
* util: never use ether_ntoa(), since it formats with %x, not %02x, which makes...Lennart Poettering2014-08-15
* sd-dhcp-client: allow the max dhcp message size to be set to the MTU of the linkTom Gundersen2014-08-01
* sd-dhcp-client: add support for FORCERENEWTom Gundersen2014-07-28
* sd-dhcp-client: listen on UDP socket as soon as a lease is acquiredTom Gundersen2014-07-28
* sd-dhcp-client: drop event DHCP_EVENT_NO_LEASETom Gundersen2014-07-28
* sd-dhcp-client: only verify UDP messagesTom Gundersen2014-07-28
* libsystemd-network: use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC where possibleTom Gundersen2014-07-24
* sd-dhcp-client: make request broadcasts opt-inTom Gundersen2014-07-15
* networkd: dhcp add vendor class indentifier option 60Susant Sahani2014-07-14
* dhcp-network: add check for DHCP.chaddrMichal Sekletar2014-07-07
* networkd: send hostname to dhcp serverEugene Yakubovich2014-07-01
* sd-dhcp-client: don't fail hard if UDP socket can not be boundTom Gundersen2014-06-29
* sd-dhcp-client/networkd: set lifetimes for IPv4 addressesPatrik Flykt2014-06-29
* sd-dhcp-client: return NULL from _unref() like the other sd-* librariesTom Gundersen2014-06-24
* sd-dhcp-client: check return from dhcp_option_appendThomas Hindoe Paaboel Andersen2014-06-18
* sd-dhcp-client: fix invalid free() in client_send_request()Andreas Henriksson2014-06-13
* sd-dhcp-client: allways request broadcastCamilo Aguilar2014-06-03
* Use %m instead of strerror(errno) where appropiateCristian Rodríguez2014-05-25
* sd-dhcp-client: factor out dhcp packet allocationTom Gundersen2014-05-21
* sd-dhcp: rely on FIONREAD workingTom Gundersen2014-05-21
* sd-dhcp: option_append - support falling back to 'sname' and 'file'Tom Gundersen2014-05-21
* sd-dhcp: refactor dhcp_option_appendTom Gundersen2014-05-20
* sd-dhcp-client: improve logging when stopping clientTom Gundersen2014-05-09
* sd-dhcp-client: use asynchronous_close()Tom Gundersen2014-05-06
* dhcp-network: don't pass ifindex to bind_udp_socketTom Gundersen2014-05-06
* sd-dhcp-client: log positive error numberUmut Tezduyar Lindskog2014-04-27
* libnetworkd: add link local testsUmut Tezduyar Lindskog2014-04-27
* sd-dhcp-client: log ifindex and mac address when startingTom Gundersen2014-04-20
* test-dhcp-client: unref lease objects to make valgrind happyZbigniew Jędrzejewski-Szmek2014-04-12
* sd-dhcp-client: drop logging about T1/T2Tom Gundersen2014-04-12
* sd-dhcp-client: improve loggingTom Gundersen2014-04-12
* sd-dhcp-client: use client_initialiez and client_restart for REBOOTTom Gundersen2014-04-12
* sd-dhcp-client: document message creation a bit moreTom Gundersen2014-04-11
* sd-dhcp-client: assert that we can only create DISCOVER or REQUEST messagesTom Gundersen2014-04-11
* sd-dhcp-client: rebind raw socket when resetting transaction idTom Gundersen2014-04-11
* sd-dhcp-client: Add an explicit stop state for the DHCP clientPatrik Flykt2014-04-11
* sd-dhcp-client: Add reference counting for DHCPPatrik Flykt2014-04-11
* sd-dhcp-client: recevie_message - verify cmsg_len before readingTom Gundersen2014-04-11