Age | Commit message (Expand) | Author |
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 |
2014-06-18 | sd-dhcp-server: fix a leak | Thomas Hindoe Paaboel Andersen |
2014-06-18 | dhcp-network: remove TODO | Michal Sekletar |
2014-06-17 | networkd: veth - fix memleak | Tom Gundersen |
2014-06-17 | sd-dhcp: checksum - make endianess-neutral | Tom Gundersen |
2014-06-13 | sd-dhcp-server: test - skip when lacking perms | Tom Gundersen |
2014-06-13 | sd-dhcp-client: fix invalid free() in client_send_request() | Andreas Henriksson |
2014-06-13 | sd-dhcp-server: add RELEASE support | Tom Gundersen |
2014-06-13 | sd-dhcp-server: add dummy DECLINE support | Tom Gundersen |
2014-06-13 | sd-dhcp-server: track bound leases | Tom Gundersen |
2014-06-13 | sd-dhcp-server: add support for clients requesting lease lifetime | Tom Gundersen |
2014-06-13 | sd-dhcp-server: add basic NAK support | Tom Gundersen |
2014-06-13 | sd-dhcp-server: add basic REQUEST/ACK support | Tom Gundersen |
2014-06-13 | sd-dhcp-server: add basic DISCOVER/OFFER support | Tom Gundersen |
2014-06-13 | sd-dhcp-server: add support for sending messages | Tom Gundersen |
2014-06-13 | sd-dhcp-server: add support for setting the server address | Tom Gundersen |
2014-06-13 | sd-dhcp-server: bind to raw socket for sending | Tom Gundersen |
2014-06-13 | sd-dhcp-server: add basic message parsing | Tom Gundersen |
2014-06-13 | sd-dhcp-server: add basic message handling and verification | Tom Gundersen |
2014-06-13 | sd-dhcp-server: bind to a given interface | Tom Gundersen |
2014-06-13 | sd-dhcp-server: add basic functionality for starting/stopping server | Tom Gundersen |
2014-06-13 | sd-dhcp-server: add basic functionality for creating/destroying server instance | Tom Gundersen |
2014-06-13 | dhcp-network: allow UDP socket to listen on any address | Tom Gundersen |
2014-06-03 | sd-dhcp-client: allways request broadcast | Camilo Aguilar |
2014-06-03 | networkd: drop CAP_SYS_MODULE | Tom Gundersen |
2014-05-26 | test-dhcp-option: fix memleak | Tom Gundersen |
2014-05-25 | Use %m instead of strerror(errno) where appropiate | Cristian RodrÃguez |
2014-05-21 | sd-dhcp-client: factor out dhcp packet allocation | Tom Gundersen |
2014-05-21 | sd-dhcp: rely on FIONREAD working | Tom Gundersen |
2014-05-21 | sd-dhcp: option_append - support falling back to 'sname' and 'file' | Tom Gundersen |
2014-05-21 | sd-dhcp: make sure we can not fill options so much that there is no space for... | Tom Gundersen |
2014-05-20 | dhcp-lease: add support for parsing a few more dhcp options | Tom Gundersen |
2014-05-20 | dhcp-lease: refactor lease parsing | Tom Gundersen |
2014-05-20 | sd-dhcp: refactor parse_options | Tom Gundersen |
2014-05-20 | sd-dhcp: refactor dhcp_option_append | Tom Gundersen |
2014-05-19 | sd-dhcp-lease/sd-network: modernization and fix leak | Tom Gundersen |