Age | Commit message (Expand) | Author |
2015-01-22 | sd-dhcp-client: use RFC4361-complient ClientID by default | Tom Gundersen |
2015-01-22 | Assorted format fixes | Zbigniew Jędrzejewski-Szmek |
2015-01-13 | refcnt: refcnt is unsigned, fix comparisons | Tom Gundersen |
2014-12-30 | tree-wide: spelling fixes | Veres Lajos |
2014-12-11 | sd-dhcp-client: log if we fail to set up lease timers | Tom Gundersen |
2014-11-19 | sd-dhcp-lease: load/save client ID | Dan Williams |
2014-11-19 | sd-dhcp-client: allow getting/setting the client ID | Dan Williams |
2014-11-18 | sd-dhcp-client: fix REBOOT state handling | Dan Williams |
2014-11-04 | sd-event: rename sd_event_source_set_name() to sd_event_source_get_name() | Lennart Poettering |
2014-10-31 | sd-dhcp-client: clean up raw socket sd_event_source when creating new UDP socket | Dan Williams |
2014-10-11 | sd-dhcp-client: support non-Ethernet hardware addresses | Dan Williams |
2014-08-29 | Fix a few typos in log messages | Ruben Kerkhof |
2014-08-28 | sd-event: name event sources used in libraries | Tom Gundersen |
2014-08-15 | util: never use ether_ntoa(), since it formats with %x, not %02x, which makes... | Lennart Poettering |
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-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 | 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-15 | sd-dhcp-client: make request broadcasts opt-in | Tom Gundersen |
2014-07-14 | networkd: dhcp add vendor class indentifier option 60 | Susant Sahani |
2014-07-07 | dhcp-network: add check for DHCP.chaddr | Michal Sekletar |
2014-07-01 | networkd: send hostname to dhcp server | Eugene Yakubovich |
2014-06-29 | sd-dhcp-client: don't fail hard if UDP socket can not be bound | Tom Gundersen |
2014-06-29 | sd-dhcp-client/networkd: set lifetimes for IPv4 addresses | Patrik Flykt |
2014-06-24 | sd-dhcp-client: return NULL from _unref() like the other sd-* libraries | Tom Gundersen |
2014-06-18 | sd-dhcp-client: check return from dhcp_option_append | Thomas Hindoe Paaboel Andersen |
2014-06-13 | sd-dhcp-client: fix invalid free() in client_send_request() | Andreas Henriksson |
2014-06-03 | sd-dhcp-client: allways request broadcast | Camilo Aguilar |
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-20 | sd-dhcp: refactor dhcp_option_append | Tom Gundersen |
2014-05-09 | sd-dhcp-client: improve logging when stopping client | Tom Gundersen |
2014-05-06 | sd-dhcp-client: use asynchronous_close() | Tom Gundersen |
2014-05-06 | dhcp-network: don't pass ifindex to bind_udp_socket | Tom Gundersen |
2014-04-27 | sd-dhcp-client: log positive error number | Umut Tezduyar Lindskog |
2014-04-27 | libnetworkd: add link local tests | Umut Tezduyar Lindskog |
2014-04-20 | sd-dhcp-client: log ifindex and mac address when starting | Tom Gundersen |
2014-04-12 | test-dhcp-client: unref lease objects to make valgrind happy | Zbigniew Jędrzejewski-Szmek |
2014-04-12 | sd-dhcp-client: drop logging about T1/T2 | Tom Gundersen |
2014-04-12 | sd-dhcp-client: improve logging | Tom Gundersen |
2014-04-12 | sd-dhcp-client: use client_initialiez and client_restart for REBOOT | Tom Gundersen |
2014-04-11 | sd-dhcp-client: document message creation a bit more | Tom Gundersen |
2014-04-11 | sd-dhcp-client: assert that we can only create DISCOVER or REQUEST messages | Tom Gundersen |
2014-04-11 | sd-dhcp-client: rebind raw socket when resetting transaction id | Tom Gundersen |
2014-04-11 | sd-dhcp-client: Add an explicit stop state for the DHCP client | Patrik Flykt |
2014-04-11 | sd-dhcp-client: Add reference counting for DHCP | Patrik Flykt |