Age | Commit message (Expand) | Author |
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 |
2014-04-11 | sd-dhcp-client: recevie_message - verify cmsg_len before reading | Tom Gundersen |
2014-04-06 | sd-dhcp-client: improve BPF | Tom Gundersen |
2014-04-06 | sd-dhcp-client: eagerly drop too small packets | Tom Gundersen |
2014-04-06 | sd-dhcp-client: move magic cookie into DHCPMessage struct | Tom Gundersen |
2014-03-27 | silence warnings | Thomas Hindoe Paaboel Andersen |
2014-03-24 | sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM... | Lennart Poettering |
2014-03-21 | sd-dhcp-client/sd-ipv4ll: allow mac address to be updated at any time | Tom Gundersen |
2014-03-21 | sd-dhcp-client: add fallback subnet masks | Tom Gundersen |
2014-03-21 | sd-dhcp-client: make timeout handling a bit more robust | Tom Gundersen |
2014-03-20 | sd-dhcp-client: do not reset 'secs' when entering INIT-REBOOT | Tom Gundersen |
2014-03-20 | sd-dhcp-client: don't pass around 'secs' | Tom Gundersen |
2014-03-20 | libsystemd-network: Don't unnecessarily send too long packets | Patrik Flykt |
2014-03-20 | libsystemd-network: Prepend hardware type byte to client identifier | Patrik Flykt |
2014-03-19 | sd-dhcp-client: accept infinite lease lifetime | Tom Gundersen |
2014-03-19 | libsystemd-network: Add Init-Reboot support | Patrik Flykt |
2014-03-19 | libsystemd-network: Restart DHCP acquisition if the lease expires | Patrik Flykt |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-03-18 | sd-dhcp-client: make sure timers fire immediately | Tom Gundersen |
2014-03-11 | sd-dhcp-client: use close_nointr_nofail() | Tom Gundersen |
2014-03-11 | sd-dhcp: generalise ip header generation | Tom Gundersen |
2014-03-05 | sd-dhcp-client: log the MAC address we are using | Tom Gundersen |
2014-03-03 | sd-dhcp-lease: add sd_dhcp_lease_get_next_server() | Tom Gundersen |