summaryrefslogtreecommitdiff
path: root/src/libsystemd-dhcp/sd-dhcp-client.c
AgeCommit message (Expand)Author
2014-02-28sd-network: add new libraryTom Gundersen
2014-02-24sd-dhcp-client: respect TP_STATUS_CSUMNOTREADYTom Gundersen
2014-02-23sd-dhcp-client: fix max size of REQUEST messageTom Gundersen
2014-02-23sd-dhcp: message_init - only set secs in the clientTom Gundersen
2014-02-23sd-dhcp: use FIONREAD to get correct size of incoming DHCP packetTom Gundersen
2014-02-23sd-dhcp: equally verify udp and raw dhcp messagesTom Gundersen
2014-02-23sd-dhcp: be more detailed about invalid headersTom Gundersen
2014-02-22sd-dhcp: add very basic debug loggingTom Gundersen
2014-02-20sd-dhcp-client: prevent timer related memory leaksUmut Tezduyar Lindskog
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-02-19sd-dhcp-client: fix mixup between raw and udp socketsTom Gundersen
2014-02-16sd-dhcp: silently ignore malformed packetsTom Gundersen
2014-02-15sd-dhcp: network - don't hardcode portsTom Gundersen
2014-02-15sd-dhcp: minimum options size is part of the protocolTom Gundersen
2014-02-15sd-dhcp-client: explicitly handle raw and udp messagesTom Gundersen
2014-02-12sd-dhcp: make sure client->secs > 0Tom Gundersen
2014-02-11sd-dhcp: split out packet handling from clientTom Gundersen
2014-02-07sd-dhcp-client: split sd_dhcp_lease from sd_dhcp_clientTom Gundersen
2014-01-31libsystemd-dhcp: Update secs field only when sending DiscoverPatrik Flykt
2014-01-31libsystemd-dhcp: Fix stopping of DHCP clientPatrik Flykt
2014-01-31libsystemd-dhcp: Compute UDP checksum only if setPatrik Flykt
2014-01-31libsystemd-dhcp: Rename function to be clearer that options are parsedPatrik Flykt
2014-01-31libsystemd-dhcp: DNS name option must be a multiple of 4 bytesPatrik Flykt
2014-01-30sd-dhcp-client/net-util: make netmask_to_prefixlen genericTom Gundersen
2014-01-21libsystemd-dhcp: revert merge into libsystemdTom Gundersen