Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-26 | test-dhcp-option: fix memleak | 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 ↵ | Tom Gundersen | |
for END | |||
2014-05-20 | sd-dhcp: refactor dhcp_option_append | Tom Gundersen | |
Store a pointer to the options in the DHCPMessage struct, and pass this together with an offset around, rather than a uint8_t**. This avoids us having to (re)compute the pointer; and changes dhcp_option_append from adjusting both the pointer to the next option and the remaining size of the options, to just adjusting the current offset. This makes the code a bit simpler to follow IMHO, but there should be no functional change. | |||
2014-04-10 | sd-dhcp-client: test - fix for jenkins | Tom Gundersen | |
This test should have been updated when changing the magic cookie handling around. Reported by Ken MacLeod. | |||
2014-02-28 | sd-network: add new library | Tom Gundersen | |
This is similar to sd-login, but exposes the state of networkd rather than logind. Include it in libsystemd-dhcp and rename it to libsystemd-network. |