summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
AgeCommit message (Expand)Author
2014-10-02sd-dhcp6: do basic sanity-checking of supplied DUIDTom Gundersen
2014-10-02sd-dhcp6: specify the type explicitly when setting custom DUIDTom Gundersen
2014-10-02sd-dhcp6: support custom DUID's up to the size specified in the RFCTom Gundersen
2014-10-02sd-dhcp6-client: support custom DUIDsDan Williams
2014-09-17libsystemd-network: dhcp-test - assert that malloc0 succeedsTom Gundersen
2014-09-16libsystemd-network: avoid double-free in error caseAndreas Henriksson
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-09-14sd-dhcp: fix test of magic cookieThomas Hindoe Paaboel Andersen
2014-09-10test-dhcp6-client: Add checks for Elapsed Time optionPatrik Flykt
2014-09-10sd-dhcp6-client: Implement Elapsed Time optionPatrik Flykt
2014-08-30sd-dhcp6-client: properly calculate buffer size when parsing optionsZbigniew Jędrzejewski-Szmek
2014-08-30test-dhcp6-client: Fix option lengthPatrik Flykt
2014-08-30sd-ipv4ll: name the correct sourceTom Gundersen
2014-08-30Fix a few more typosRuben Kerkhof
2014-08-29Fix a few typos in log messagesRuben Kerkhof
2014-08-28sd-event: name event sources used in librariesTom Gundersen
2014-08-20indentation/spurious whitespace fixesLennart Poettering
2014-08-15util: never use ether_ntoa(), since it formats with %x, not %02x, which makes...Lennart Poettering
2014-08-15dhcp: the localhost isn't valid as hostname eitherLennart Poettering
2014-08-15sd-dhcp-lease: verify hostname and domainnames we receiveTom Gundersen
2014-08-14test: dhcp-server - fix testTom Gundersen
2014-08-14sd-dhcp-server: linebreaksTom Gundersen
2014-08-11networkd: monopolize in_addr utility functions in shared/in-addr-util.hLennart Poettering
2014-08-04sd-dhcp-server: always send out ROUTER and SUBNET_MASKTom Gundersen
2014-08-03sd-dhcp-server: avoid returning garbage valueThomas Hindoe Paaboel Andersen
2014-08-03sd-dhcp-server: check if r < 0Thomas Hindoe Paaboel Andersen
2014-08-01sd-dhcp-client: allow the max dhcp message size to be set to the MTU of the linkTom Gundersen
2014-07-31Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek
2014-07-29sd-network: make socket filter programs static const where possibleLennart Poettering
2014-07-28sd-dhcp-server: add forcerenew supportTom Gundersen
2014-07-28sd-dhcp-client: add support for FORCERENEWTom Gundersen
2014-07-28sd-dhcp-client: listen on UDP socket as soon as a lease is acquiredTom Gundersen
2014-07-28dhcp-network: enable IP_FREEBIND for UDP socketsTom Gundersen
2014-07-28sd-dhcp-client: drop event DHCP_EVENT_NO_LEASETom Gundersen
2014-07-28sd-dhcp-client: only verify UDP messagesTom Gundersen
2014-07-24libsystemd-network: use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC where possibleTom Gundersen
2014-07-23networkd: merge DNS and NTP entries when exportingTom Gundersen
2014-07-23dhcp-network: remove unused DHCP6_STATE_RSDan Williams
2014-07-18change type for address family to "int"Lennart Poettering
2014-07-17sd-network: remove redundant array size parameter from functions that return ...Lennart Poettering
2014-07-15sd-dhcp-client: make request broadcasts opt-inTom Gundersen
2014-07-14sd-dhcp-server: make gcc happyTom Gundersen
2014-07-14sd-dhcp6-client: make gcc happyTom Gundersen
2014-07-14networkd: dhcp add vendor class indentifier option 60Susant Sahani
2014-07-07dhcp-network: make clear that we are ANDing Fragment offset field with maskMichal Sekletar
2014-07-07dhcp-network: ignore IP packets with More Fragments (MF) flag setMichal Sekletar
2014-07-07dhcp-network: add check for DHCP.chaddrMichal Sekletar
2014-07-04networkd: don't clear dhcpv6 lease timers if there's no previous leaseSteven Noonan
2014-07-02sd-dhcp6-client: initialize variableTom Gundersen
2014-07-01sd-dhcp6-client: check return valueThomas Hindoe Paaboel Andersen