chiark / gitweb /
sd-dhcp-client: check return from dhcp_option_append
[elogind.git] / src / libsystemd-network / sd-dhcp-client.c
2014-06-18 Thomas Hindoe Paab... sd-dhcp-client: check return from dhcp_option_append
2014-06-13 Andreas Henrikssonsd-dhcp-client: fix invalid free() in client_send_request()
2014-06-03 Camilo Aguilarsd-dhcp-client: allways request broadcast
2014-05-25 Cristian RodríguezUse %m instead of strerror(errno) where appropiate
2014-05-21 Tom Gundersensd-dhcp-client: factor out dhcp packet allocation
2014-05-21 Tom Gundersensd-dhcp: rely on FIONREAD working
2014-05-21 Tom Gundersensd-dhcp: option_append - support falling back to 'sname...
2014-05-20 Tom Gundersensd-dhcp: refactor dhcp_option_append
2014-05-09 Tom Gundersensd-dhcp-client: improve logging when stopping client
2014-05-06 Tom Gundersensd-dhcp-client: use asynchronous_close()
2014-05-06 Tom Gundersendhcp-network: don't pass ifindex to bind_udp_socket
2014-04-27 Umut Tezduyar Lindskogsd-dhcp-client: log positive error number
2014-04-27 Umut Tezduyar Lindskoglibnetworkd: add link local tests
2014-04-20 Tom Gundersensd-dhcp-client: log ifindex and mac address when starting
2014-04-12 Zbigniew Jędrzejew... test-dhcp-client: unref lease objects to make valgrind...
2014-04-12 Tom Gundersensd-dhcp-client: drop logging about T1/T2
2014-04-11 Tom Gundersensd-dhcp-client: improve logging
2014-04-11 Tom Gundersensd-dhcp-client: use client_initialiez and client_restar...
2014-04-11 Tom Gundersensd-dhcp-client: document message creation a bit more
2014-04-11 Tom Gundersensd-dhcp-client: assert that we can only create DISCOVER...
2014-04-11 Tom Gundersensd-dhcp-client: rebind raw socket when resetting transa...
2014-04-11 Patrik Flyktsd-dhcp-client: Add an explicit stop state for the...
2014-04-11 Patrik Flyktsd-dhcp-client: Add reference counting for DHCP
2014-04-10 Tom Gundersensd-dhcp-client: recevie_message - verify cmsg_len befor...
2014-04-06 Tom Gundersensd-dhcp-client: improve BPF
2014-04-06 Tom Gundersensd-dhcp-client: eagerly drop too small packets
2014-04-06 Tom Gundersensd-dhcp-client: move magic cookie into DHCPMessage...
2014-03-27 Thomas Hindoe Paab... silence warnings
2014-03-24 Lennart Poetteringsd-event: rework API to support CLOCK_REALTIME_ALARM...
2014-03-21 Tom Gundersensd-dhcp-client/sd-ipv4ll: allow mac address to be updat...
2014-03-21 Tom Gundersensd-dhcp-client: add fallback subnet masks
2014-03-21 Tom Gundersensd-dhcp-client: make timeout handling a bit more robust
2014-03-20 Tom Gundersensd-dhcp-client: do not reset 'secs' when entering INIT...
2014-03-20 Tom Gundersensd-dhcp-client: don't pass around 'secs'
2014-03-20 Patrik Flyktlibsystemd-network: Don't unnecessarily send too long...
2014-03-20 Patrik Flyktlibsystemd-network: Prepend hardware type byte to clien...
2014-03-19 Tom Gundersensd-dhcp-client: accept infinite lease lifetime
2014-03-19 Patrik Flyktlibsystemd-network: Add Init-Reboot support
2014-03-19 Patrik Flyktlibsystemd-network: Restart DHCP acquisition if the...
2014-03-18 Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-03-18 Tom Gundersensd-dhcp-client: make sure timers fire immediately
2014-03-11 Tom Gundersensd-dhcp-client: use close_nointr_nofail()
2014-03-11 Tom Gundersensd-dhcp: generalise ip header generation
2014-03-05 Tom Gundersensd-dhcp-client: log the MAC address we are using
2014-03-03 Tom Gundersensd-dhcp-lease: add sd_dhcp_lease_get_next_server()
2014-02-28 Tom Gundersensd-network: add new library