summaryrefslogtreecommitdiff
path: root/src/libsystemd-dhcp
Commit message (Expand)AuthorAge
* libsystemd-dhcp: Add a full DHCP address acquisition test casePatrik Flykt2014-02-18
* libsystemd-dhcp: Factor out test code for DHCP message verificationPatrik Flykt2014-02-18
* libsystemd-dhcp: Add capability to print out test stepsPatrik Flykt2014-02-18
* sd-dhcp: silently ignore malformed packetsTom Gundersen2014-02-16
* sd-dhcp: network - don't hardcode portsTom Gundersen2014-02-15
* sd-dhcp: minimum options size is part of the protocolTom Gundersen2014-02-15
* sd-dhcp-client: explicitly handle raw and udp messagesTom Gundersen2014-02-15
* sd-dhcp: make sure client->secs > 0Tom Gundersen2014-02-12
* sd-dhcp: split out packet handling from clientTom Gundersen2014-02-11
* sd-dhcp-client: split sd_dhcp_lease from sd_dhcp_clientTom Gundersen2014-02-07
* libsystemd-dhcp: Update secs field only when sending DiscoverPatrik Flykt2014-01-31
* libsystemd-dhcp: Fix stopping of DHCP clientPatrik Flykt2014-01-31
* libsystemd-dhcp: Compute UDP checksum only if setPatrik Flykt2014-01-31
* libsystemd-dhcp: Rename function to be clearer that options are parsedPatrik Flykt2014-01-31
* libsystemd-dhcp: DNS name option must be a multiple of 4 bytesPatrik Flykt2014-01-31
* sd-dhcp-client/net-util: make netmask_to_prefixlen genericTom Gundersen2014-01-30
* libsystemd-dhcp: revert merge into libsystemdTom Gundersen2014-01-21
* libsystemd-dhcp: merge into libsystemdTom Gundersen2014-01-13
* libsystemd-dns: expose list of DNS serversTom Gundersen2014-01-06
* libsystemd-dhcp: expose received DNS serverTom Gundersen2014-01-05
* libsystemd-dhcp: don't assert on client_stop()Tom Gundersen2014-01-03
* dhcp: fix creation of req_opts arrayZbigniew Jędrzejewski-Szmek2013-12-31
* shared: switch our hash table implementation over to SipHashLennart Poettering2013-12-22
* libsystemd-dhcp: add some assertsTom Gundersen2013-12-22
* libsystemd-dhcp: Handle T2 Rebinding timeoutPatrik Flykt2013-12-22
* libsystemd-dhcp: Factor out common code initializing eventsPatrik Flykt2013-12-22
* libsystemd-dhcp: Handle T1 Renewing timeoutPatrik Flykt2013-12-22
* libsystemd-dhcp: Add functions for sending unicast UDP messagesPatrik Flykt2013-12-22
* libsystemd-dhcp: Check test result without casting valuePatrik Flykt2013-12-22
* libsystemd-dhcp: Fix checksum computation for buffer with odd sizePatrik Flykt2013-12-22
* libsystemd-dhcp: Fix receiving of other message when expecting AckPatrik Flykt2013-12-22
* libsystemd-dhcp: Unref event source before closing socketPatrik Flykt2013-12-22
* libsystemd-dhcp: Return proper error on OOMPatrik Flykt2013-12-22
* libsystemd-dhcp: Return proper error if bind failsPatrik Flykt2013-12-22
* libsystemd-dhcp: Use be32_t for IP addresses in network order.Patrik Flykt2013-12-22
* dhcp: Properly handle unsuccessful cases for DHCP AckPatrik Flykt2013-12-17
* scan-build: silence some warningsThomas Hindoe Paaboel Andersen2013-12-12
* dhcp: Add function to free DHCP client dataPatrik Flykt2013-12-12
* dhcp: Add notification callbackPatrik Flykt2013-12-12
* dhcp: Compute expire, T1 and T2 timersPatrik Flykt2013-12-12
* dhcp: Process DHCP Ack/Nak messagePatrik Flykt2013-12-12
* dhcp: Add maximum message size optionPatrik Flykt2013-12-12
* dhcp: Send DHCP Request to acquire an IP addressPatrik Flykt2013-12-12
* dhcp: Handle received DHCP Offer messagePatrik Flykt2013-12-12
* dhcp: Add timeout and main loop supportPatrik Flykt2013-12-12
* dhcp: Add function to stop the DHCP clientPatrik Flykt2013-12-12
* dhcp: Support seconds elapsed since start of DHCP negotiationPatrik Flykt2013-12-12
* dhcp: Add test for discover DHCP packet creationPatrik Flykt2013-12-12
* dhcp: Add DHCP discover sendingPatrik Flykt2013-12-12
* dhcp: Add function for sending a raw packetPatrik Flykt2013-12-12