Age | Commit message (Expand) | Author |
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 |
2014-06-21 | sd-dhcp-server: change default lease time form 1m to 1h | Tom Gundersen |
2014-06-21 | sd-dhcp-server: fix broadcast of DHCP packets | Tom Gundersen |
2014-06-20 | sd-dhcp-server: remove unused cleanup function | Thomas Hindoe Paaboel Andersen |
2014-06-20 | tests: fix test-icmp6-rs | Ronny Chevalier |
2014-06-20 | sd-icmp6-nd: fix uninitialized fd | Ronny Chevalier |
2014-06-20 | sd-dhcp6-client: fix uninitialized variables | Ronny Chevalier |
2014-06-19 | sd-dhcp6-client: Initialize fd to -1 and rename function | Zbigniew Jędrzejewski-Szmek |
2014-06-19 | sd-dhcp6-client: Add reply sending for test | Patrik Flykt |
2014-06-19 | sd-dhcp6-client: Receive and parse a reply and set T1 and T2 timers | Patrik Flykt |
2014-06-19 | sd-dhcp6-client: Add Advertise sending for test case | Patrik Flykt |
2014-06-19 | sd-dhcp6-client: Add Request message sending | Patrik Flykt |
2014-06-19 | sd-dhcp6-client: Update start function to take a state | Patrik Flykt |
2014-06-19 | sd-dhcp6-client: Add test case for Advertise message parsing | Patrik Flykt |
2014-06-19 | sd-dhcp6-lease: Add functions for accessing lease and addresses | Patrik Flykt |
2014-06-19 | sd-dhcp6-client: Receive and parse Advertise messages | Patrik Flykt |
2014-06-19 | sd-dhcp6-client: Add IA Address option parsing | Patrik Flykt |
2014-06-19 | sd-dhcp6-lease: Add DHCPv6 lease handling | Patrik Flykt |
2014-06-19 | sd-dhcp6-client: Add DHCPv6 Solicit test case | Patrik Flykt |
2014-06-19 | sd-dhcp6-client: Add DHCPv6 Solicit message creation and sending | Patrik Flykt |
2014-06-19 | sd-dhcp6-client: Add functions to bind to DHCPv6 UDP socket | Patrik Flykt |
2014-06-19 | sd-dhcp6-client: Add basic DHCPv6 option handling | Patrik Flykt |
2014-06-19 | sd-dhcp6-client: Add DHCPv6 client Solicitation timeout handling | Patrik Flykt |
2014-06-19 | sd-dhcp6-client: Add basic DHCPv6 test cases | Patrik Flykt |
2014-06-19 | sd-dhcp6-client: Add DHCPv6 IAID functionality | Patrik Flykt |
2014-06-19 | network-internal: split out net_get_name() | Tom Gundersen |
2014-06-19 | sd-dhcp6-client: Initialize DUID | Tom Gundersen |
2014-06-19 | sd-icmp6-nd: Add initial Router Advertisement test case | Patrik Flykt |
2014-06-19 | sd-icmp6-nd: Add Router Solicitation and Advertisement support | Patrik Flykt |
2014-06-19 | sd-dhcp6-client: Add initial DHCPv6 client files | Patrik Flykt |
2014-06-19 | dhcp-server: simplify dhcp server unref call | Lennart Poettering |
2014-06-18 | sd-dhcp-client: check return from dhcp_option_append | Thomas Hindoe Paaboel Andersen |