]> git.ipfire.org Git - thirdparty/systemd.git/history - src/libsystemd-network/sd-dhcp-server.c
hashmap: introduce hash_ops to make struct Hashmap smaller
[thirdparty/systemd.git] / src / libsystemd-network / sd-dhcp-server.c
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...