Age | Commit message (Expand) | Author |
2015-11-27 | tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy | Lennart Poettering |
2015-11-25 | libsystemd-network: clean up recv functions | Tom Gundersen |
2015-11-17 | sd-dhcp6-client: bind to link-local address | Tom Gundersen |
2015-11-16 | networkd: ndisc/dhcpv6 - handle starting running clients | Tom Gundersen |
2015-11-13 | networkd: dhcp6 - don't log about losing a lease we never had | Tom Gundersen |
2015-11-11 | sd-dhcp6-client: add is_running() method | Tom Gundersen |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | sd-*.h: clean up exported (or to-be-exported) header files | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-11 | libsystemd-network: limit accuracy of timestamps in logging | Tom Gundersen |
2015-09-24 | Merge pull request #1332 from thom311/master | Tom Gundersen |
2015-09-23 | sd-dhcp6-client: Prevent setting and restarting of DHCPv6 client | Patrik Flykt |
2015-09-22 | sd-dhcp6: fix namespacing | David Herrmann |
2015-09-22 | sd-dhcp6: ensure canceling lease timers and refactor setting lease | Thomas Haller |
2015-08-26 | dhcp: coding style fixes | Lennart Poettering |
2015-08-26 | dhcp: stop using refcnt.h | Lennart Poettering |
2015-08-26 | sd-dhcp: don't randomly ref objects | David Herrmann |
2015-08-21 | sd-dhcp6: Support deprecated SNTP Configuration Option | Patrik Flykt |
2015-08-21 | sd-dhcp6: Add support for DHCPv6 NTP Server Option | Patrik Flykt |
2015-08-21 | sd-dhcp6: Add support for DHCPv6 DNS Domain Search List option | Patrik Flykt |
2015-08-21 | sd-dhcp6: Add support for DHCPv6 DNS Recursive Name Server option | Patrik Flykt |
2015-08-21 | sd-dhcp6-client: Save a DHCPv6 lease also with Information Reply | Patrik Flykt |
2015-08-21 | sd-dhcp6-client: Fix unreferencing DHCPv6 lease on client reset | Patrik Flykt |
2015-08-03 | sd-event: make sure sd_event_now() cannot fail | Lennart Poettering |
2015-04-21 | dhcp6: remove unnecessary if check | Lennart Poettering |
2015-04-14 | sd-dhcp6-client: unref lease when freeing the client | Thomas Hindoe Paaboel Andersen |
2015-04-11 | shared: add random-util.[ch] | Ronny Chevalier |
2015-03-04 | sd-dhcp6-client: delay setting the DUID and don't fail constructor | Thomas Haller |
2015-01-21 | network: dhcp - split out dhcp_identifier_set_{iaid,duid_en} from dhcp6-client | Tom Gundersen |
2015-01-21 | network: dhcp - split out the duid structure into a new header file | Tom Gundersen |
2015-01-20 | sd-dhcp6-client: Remove unnecessary debug printout | Patrik Flykt |
2015-01-13 | refcnt: refcnt is unsigned, fix comparisons | Tom Gundersen |
2014-12-10 | test-dhcp6-client: Add a simple Information Request test case | Patrik Flykt |
2014-12-10 | sd-dhcp6-client: Implement Information Request message | Patrik Flykt |
2014-12-10 | sd-dhcp6-client: Make end of successfull option parsing explicit | Patrik Flykt |
2014-11-04 | sd-event: rename sd_event_source_set_name() to sd_event_source_get_name() | Lennart Poettering |
2014-11-01 | sd-dhcp6-client: fix off-by-two error in DUID length | Dan Williams |
2014-10-11 | sd-dhcp-client: support non-Ethernet hardware addresses | Dan Williams |
2014-10-02 | sd-dhcp6: do basic sanity-checking of supplied DUID | Tom Gundersen |
2014-10-02 | sd-dhcp6: specify the type explicitly when setting custom DUID | Tom Gundersen |
2014-10-02 | sd-dhcp6: support custom DUID's up to the size specified in the RFC | Tom Gundersen |
2014-10-02 | sd-dhcp6-client: support custom DUIDs | Dan Williams |
2014-09-10 | sd-dhcp6-client: Implement Elapsed Time option | Patrik Flykt |
2014-08-30 | sd-dhcp6-client: properly calculate buffer size when parsing options | Zbigniew Jędrzejewski-Szmek |
2014-08-28 | sd-event: name event sources used in libraries | Tom Gundersen |
2014-08-20 | indentation/spurious whitespace fixes | Lennart Poettering |
2014-07-24 | libsystemd-network: use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC where possible | Tom Gundersen |
2014-07-23 | dhcp-network: remove unused DHCP6_STATE_RS | Dan Williams |