chiark / gitweb /
Fix service file to match installed elogind binary location
[elogind.git] / src / libsystemd-network / sd-dhcp-server.c
2015-04-19 Andy WingoRemove src/libsystemd-network
2015-03-27 Harald Hoyerfix gcc warnings about uninitialized variables
2015-02-23 Thomas Hindoe Paab... remove unused includes
2015-02-12 Lennart PoetteringRevert "tree-wide: Always use recvmsg with MSG_CMSG_CLO...
2015-02-10 Cristian Rodrígueztree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC
2015-02-09 Torstein Husebøtreewide: correct typos and use consistent "MAC" spelling
2014-10-11 Dan Williamssd-dhcp-client: support non-Ethernet hardware addresses
2014-09-15 Michal Schmidthashmap: introduce hash_ops to make struct Hashmap...
2014-08-13 Tom Gundersensd-dhcp-server: linebreaks
2014-08-04 Tom Gundersensd-dhcp-server: always send out ROUTER and SUBNET_MASK
2014-08-03 Thomas Hindoe Paab... sd-dhcp-server: avoid returning garbage value
2014-08-03 Thomas Hindoe Paab... sd-dhcp-server: check if r < 0
2014-07-28 Tom Gundersensd-dhcp-server: add forcerenew support
2014-07-24 Tom Gundersenlibsystemd-network: use CLOCK_BOOTTIME instead of CLOCK...
2014-07-14 Tom Gundersensd-dhcp-server: make gcc happy
2014-06-29 Tom Gundersennetworkd/sd-dhcp-server: only start dhcp server when...
2014-06-21 Tom Gundersensd-dhcp-server: change default lease time form 1m to 1h
2014-06-21 Tom Gundersensd-dhcp-server: fix broadcast of DHCP packets
2014-06-20 Thomas Hindoe Paab... sd-dhcp-server: remove unused cleanup function
2014-06-18 Lennart Poetteringdhcp-server: simplify dhcp server unref call
2014-06-18 Thomas Hindoe Paab... sd-dhcp-server: fix a leak
2014-06-13 Tom Gundersensd-dhcp-server: add RELEASE support
2014-06-13 Tom Gundersensd-dhcp-server: add dummy DECLINE support
2014-06-13 Tom Gundersensd-dhcp-server: track bound leases
2014-06-13 Tom Gundersensd-dhcp-server: add support for clients requesting...
2014-06-13 Tom Gundersensd-dhcp-server: add basic NAK support
2014-06-13 Tom Gundersensd-dhcp-server: add basic REQUEST/ACK support
2014-06-13 Tom Gundersensd-dhcp-server: add basic DISCOVER/OFFER support
2014-06-13 Tom Gundersensd-dhcp-server: add support for sending messages
2014-06-13 Tom Gundersensd-dhcp-server: add support for setting the server...
2014-06-13 Tom Gundersensd-dhcp-server: bind to raw socket for sending
2014-06-13 Tom Gundersensd-dhcp-server: add basic message parsing
2014-06-13 Tom Gundersensd-dhcp-server: add basic message handling and verification
2014-06-13 Tom Gundersensd-dhcp-server: bind to a given interface
2014-06-13 Tom Gundersensd-dhcp-server: add basic functionality for starting...
2014-06-13 Tom Gundersensd-dhcp-server: add basic functionality for creating...