chiark / gitweb /
sd-dhcp: message_init - only set secs in the client
[elogind.git] / src / libsystemd-dhcp / sd-dhcp-client.c
2014-02-23 Tom Gundersensd-dhcp: message_init - only set secs in the client
2014-02-23 Tom Gundersensd-dhcp: use FIONREAD to get correct size of incoming...
2014-02-23 Tom Gundersensd-dhcp: equally verify udp and raw dhcp messages
2014-02-23 Tom Gundersensd-dhcp: be more detailed about invalid headers
2014-02-22 Tom Gundersensd-dhcp: add very basic debug logging
2014-02-20 Umut Tezduyar Lindskogsd-dhcp-client: prevent timer related memory leaks
2014-02-19 Lennart Poetteringapi: in constructor function calls, always put the...
2014-02-19 Tom Gundersensd-dhcp-client: fix mixup between raw and udp sockets
2014-02-16 Tom Gundersensd-dhcp: silently ignore malformed packets
2014-02-15 Tom Gundersensd-dhcp: network - don't hardcode ports
2014-02-15 Tom Gundersensd-dhcp: minimum options size is part of the protocol
2014-02-15 Tom Gundersensd-dhcp-client: explicitly handle raw and udp messages
2014-02-12 Tom Gundersensd-dhcp: make sure client->secs > 0
2014-02-11 Tom Gundersensd-dhcp: split out packet handling from client
2014-02-07 Tom Gundersensd-dhcp-client: split sd_dhcp_lease from sd_dhcp_client
2014-01-31 Patrik Flyktlibsystemd-dhcp: Update secs field only when sending...
2014-01-31 Patrik Flyktlibsystemd-dhcp: Fix stopping of DHCP client
2014-01-31 Patrik Flyktlibsystemd-dhcp: Compute UDP checksum only if set
2014-01-31 Patrik Flyktlibsystemd-dhcp: Rename function to be clearer that...
2014-01-31 Patrik Flyktlibsystemd-dhcp: DNS name option must be a multiple...
2014-01-30 Tom Gundersensd-dhcp-client/net-util: make netmask_to_prefixlen...
2014-01-20 Tom Gundersenlibsystemd-dhcp: revert merge into libsystemd