summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
AgeCommit message (Expand)Author
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
2014-07-01networkd: send hostname to dhcp serverEugene Yakubovich
2014-07-01sd-dhcp6-client: fix free before useTom Gundersen
2014-06-29network-internal: initialize _cleanup_ variableTom Gundersen
2014-06-29netowrkd:deserialize_dhcp_routes verify strndup retSusant Sahani
2014-06-29sd-dhcp-client: don't fail hard if UDP socket can not be boundTom Gundersen
2014-06-29Add support for DHCP static route optionsEugene Yakubovich
2014-06-29sd-dhcp-client/networkd: set lifetimes for IPv4 addressesPatrik Flykt
2014-06-29networkd/sd-dhcp-server: only start dhcp server when necessaryTom Gundersen
2014-06-26sd-dhcp6-client: Implement Rapid CommitPatrik Flykt
2014-06-26sd-dhcp6-client: Implement Renew and RebindPatrik Flykt
2014-06-26sd-dhcp6-lease: Add helper function to compute remaining expiry timePatrik Flykt
2014-06-26sd-dhcp6-client: Add Option Request Option supportPatrik Flykt
2014-06-26sd-icmp6-nd: Add function to stop ongoing ICMPv6 discoveryPatrik Flykt
2014-06-26sd-dhcp6-client: return NULL from _unref() like the other sd-* librariesPatrik Flykt
2014-06-24sd-dhcp6-client: use %m instead of strerror(errno)Ronny Chevalier
2014-06-24sd-dhcp-client: return NULL from _unref() like the other sd-* librariesTom Gundersen
2014-06-22dhcp-network: don't bother with IP fragmentsMichal Sekletar