Age | Commit message (Expand) | Author |
2014-08-15 | util: never use ether_ntoa(), since it formats with %x, not %02x, which makes... | Lennart Poettering |
2014-08-15 | dhcp: the localhost isn't valid as hostname either | Lennart Poettering |
2014-08-15 | sd-dhcp-lease: verify hostname and domainnames we receive | Tom Gundersen |
2014-08-14 | test: dhcp-server - fix test | Tom Gundersen |
2014-08-14 | sd-dhcp-server: linebreaks | Tom Gundersen |
2014-08-11 | networkd: monopolize in_addr utility functions in shared/in-addr-util.h | Lennart Poettering |
2014-08-04 | sd-dhcp-server: always send out ROUTER and SUBNET_MASK | Tom Gundersen |
2014-08-03 | sd-dhcp-server: avoid returning garbage value | Thomas Hindoe Paaboel Andersen |
2014-08-03 | sd-dhcp-server: check if r < 0 | Thomas Hindoe Paaboel Andersen |
2014-08-01 | sd-dhcp-client: allow the max dhcp message size to be set to the MTU of the link | Tom Gundersen |
2014-07-31 | Reject invalid quoted strings | Zbigniew Jędrzejewski-Szmek |
2014-07-29 | sd-network: make socket filter programs static const where possible | Lennart Poettering |
2014-07-28 | sd-dhcp-server: add forcerenew support | Tom Gundersen |
2014-07-28 | sd-dhcp-client: add support for FORCERENEW | Tom Gundersen |
2014-07-28 | sd-dhcp-client: listen on UDP socket as soon as a lease is acquired | Tom Gundersen |
2014-07-28 | dhcp-network: enable IP_FREEBIND for UDP sockets | Tom Gundersen |
2014-07-28 | sd-dhcp-client: drop event DHCP_EVENT_NO_LEASE | Tom Gundersen |
2014-07-28 | sd-dhcp-client: only verify UDP messages | Tom Gundersen |
2014-07-24 | libsystemd-network: use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC where possible | Tom Gundersen |
2014-07-23 | networkd: merge DNS and NTP entries when exporting | Tom Gundersen |
2014-07-23 | dhcp-network: remove unused DHCP6_STATE_RS | Dan Williams |
2014-07-18 | change type for address family to "int" | Lennart Poettering |
2014-07-17 | sd-network: remove redundant array size parameter from functions that return ... | Lennart Poettering |
2014-07-15 | sd-dhcp-client: make request broadcasts opt-in | Tom Gundersen |
2014-07-14 | sd-dhcp-server: make gcc happy | Tom Gundersen |
2014-07-14 | sd-dhcp6-client: make gcc happy | Tom Gundersen |
2014-07-14 | networkd: dhcp add vendor class indentifier option 60 | Susant Sahani |
2014-07-07 | dhcp-network: make clear that we are ANDing Fragment offset field with mask | Michal Sekletar |
2014-07-07 | dhcp-network: ignore IP packets with More Fragments (MF) flag set | Michal Sekletar |
2014-07-07 | dhcp-network: add check for DHCP.chaddr | Michal Sekletar |
2014-07-04 | networkd: don't clear dhcpv6 lease timers if there's no previous lease | Steven Noonan |
2014-07-02 | sd-dhcp6-client: initialize variable | Tom Gundersen |
2014-07-01 | sd-dhcp6-client: check return value | Thomas Hindoe Paaboel Andersen |
2014-07-01 | networkd: send hostname to dhcp server | Eugene Yakubovich |
2014-07-01 | sd-dhcp6-client: fix free before use | Tom Gundersen |
2014-06-29 | network-internal: initialize _cleanup_ variable | Tom Gundersen |
2014-06-29 | netowrkd:deserialize_dhcp_routes verify strndup ret | Susant Sahani |
2014-06-29 | sd-dhcp-client: don't fail hard if UDP socket can not be bound | Tom Gundersen |
2014-06-29 | Add support for DHCP static route options | Eugene Yakubovich |
2014-06-29 | sd-dhcp-client/networkd: set lifetimes for IPv4 addresses | Patrik Flykt |
2014-06-29 | networkd/sd-dhcp-server: only start dhcp server when necessary | Tom Gundersen |
2014-06-26 | sd-dhcp6-client: Implement Rapid Commit | Patrik Flykt |
2014-06-26 | sd-dhcp6-client: Implement Renew and Rebind | Patrik Flykt |
2014-06-26 | sd-dhcp6-lease: Add helper function to compute remaining expiry time | Patrik Flykt |
2014-06-26 | sd-dhcp6-client: Add Option Request Option support | Patrik Flykt |
2014-06-26 | sd-icmp6-nd: Add function to stop ongoing ICMPv6 discovery | Patrik Flykt |
2014-06-26 | sd-dhcp6-client: return NULL from _unref() like the other sd-* libraries | Patrik Flykt |
2014-06-24 | sd-dhcp6-client: use %m instead of strerror(errno) | Ronny Chevalier |
2014-06-24 | sd-dhcp-client: return NULL from _unref() like the other sd-* libraries | Tom Gundersen |
2014-06-22 | dhcp-network: don't bother with IP fragments | Michal Sekletar |