summaryrefslogtreecommitdiff
path: root/src/libsystemd-dhcp
AgeCommit message (Expand)Author
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: don't reject packets with the 'wrong' source portTom 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-22test: always use assert_se in testsTom 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-18libsystemd-dhcp: Add a full DHCP address acquisition test casePatrik Flykt
2014-02-18libsystemd-dhcp: Factor out test code for DHCP message verificationPatrik Flykt
2014-02-18libsystemd-dhcp: Add capability to print out test stepsPatrik Flykt
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
2014-01-13libsystemd-dhcp: merge into libsystemdTom Gundersen
2014-01-06libsystemd-dns: expose list of DNS serversTom Gundersen
2014-01-05libsystemd-dhcp: expose received DNS serverTom Gundersen
2014-01-03libsystemd-dhcp: don't assert on client_stop()Tom Gundersen
2013-12-31dhcp: fix creation of req_opts arrayZbigniew Jędrzejewski-Szmek
2013-12-22shared: switch our hash table implementation over to SipHashLennart Poettering
2013-12-22libsystemd-dhcp: add some assertsTom Gundersen
2013-12-22libsystemd-dhcp: Handle T2 Rebinding timeoutPatrik Flykt
2013-12-22libsystemd-dhcp: Factor out common code initializing eventsPatrik Flykt
2013-12-22libsystemd-dhcp: Handle T1 Renewing timeoutPatrik Flykt
2013-12-22libsystemd-dhcp: Add functions for sending unicast UDP messagesPatrik Flykt
2013-12-22libsystemd-dhcp: Check test result without casting valuePatrik Flykt
2013-12-22libsystemd-dhcp: Fix checksum computation for buffer with odd sizePatrik Flykt
2013-12-22libsystemd-dhcp: Fix receiving of other message when expecting AckPatrik Flykt
2013-12-22libsystemd-dhcp: Unref event source before closing socketPatrik Flykt
2013-12-22libsystemd-dhcp: Return proper error on OOMPatrik Flykt
2013-12-22libsystemd-dhcp: Return proper error if bind failsPatrik Flykt
2013-12-22libsystemd-dhcp: Use be32_t for IP addresses in network order.Patrik Flykt
2013-12-17dhcp: Properly handle unsuccessful cases for DHCP AckPatrik Flykt
2013-12-12scan-build: silence some warningsThomas Hindoe Paaboel Andersen
2013-12-12dhcp: Add function to free DHCP client dataPatrik Flykt