summaryrefslogtreecommitdiff
path: root/src/libsystemd-dhcp
AgeCommit message (Expand)Author
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
2013-12-12dhcp: Add notification callbackPatrik Flykt
2013-12-12dhcp: Compute expire, T1 and T2 timersPatrik Flykt
2013-12-12dhcp: Process DHCP Ack/Nak messagePatrik Flykt
2013-12-12dhcp: Add maximum message size optionPatrik Flykt
2013-12-12dhcp: Send DHCP Request to acquire an IP addressPatrik Flykt
2013-12-12dhcp: Handle received DHCP Offer messagePatrik Flykt
2013-12-12dhcp: Add timeout and main loop supportPatrik Flykt
2013-12-12dhcp: Add function to stop the DHCP clientPatrik Flykt
2013-12-12dhcp: Support seconds elapsed since start of DHCP negotiationPatrik Flykt
2013-12-12dhcp: Add test for discover DHCP packet creationPatrik Flykt
2013-12-12dhcp: Add DHCP discover sendingPatrik Flykt
2013-12-12dhcp: Add function for sending a raw packetPatrik Flykt
2013-12-12dhcp: Add test function for computing checksumPatrik Flykt
2013-12-12dhcp: Add option append testsPatrik Flykt
2013-12-12dhcp: Add tests for DHCP options, file and sname fieldsPatrik Flykt