index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsystemd-network
/
sd-dhcp-server.c
Age
Commit message (
Expand
)
Author
2015-08-27
networkd: make DHCP lease timeouts configurable
Lennart Poettering
2015-08-26
dhcp: rename index to ifindex
Lennart Poettering
2015-08-26
dhcp: store client id as void*, since we dont know what it is
Lennart Poettering
2015-08-26
dhcp: properly handle error from ioctl()
Lennart Poettering
2015-08-26
dhcp: generic data should be void*, not uint8_t*
Lennart Poettering
2015-08-26
network: s/user_data/userdata/
Lennart Poettering
2015-08-26
dhcp: stop using refcnt.h
Lennart Poettering
2015-08-26
dhcp,network: implement RFC 4833 (DHCP Timezone option)
Lennart Poettering
2015-08-06
tree-wide: do not return error codes as bool
Thomas Hindoe Paaboel Andersen
2015-08-04
networkd: DHCP fix CID 1315105
Susant Sahani
2015-08-03
sd-event: make sure sd_event_now() cannot fail
Lennart Poettering
2015-06-10
util: introduce CMSG_FOREACH() macro and make use of it everywhere
Lennart Poettering
2015-03-27
fix gcc warnings about uninitialized variables
Harald Hoyer
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-12
Revert "tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC"
Lennart Poettering
2015-02-10
tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC
Cristian RodrĂguez
2015-02-09
treewide: correct typos and use consistent "MAC" spelling
Torstein Husebø
2014-10-11
sd-dhcp-client: support non-Ethernet hardware addresses
Dan Williams
2014-09-15
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-08-14
sd-dhcp-server: linebreaks
Tom Gundersen
2014-08-04
sd-dhcp-server: always send out ROUTER and SUBNET_MASK
Tom Gundersen
2014-08-03
sd-dhcp-server: avoid returning garbage value
Thomas Hindoe Paaboel Andersen
2014-08-03
sd-dhcp-server: check if r < 0
Thomas Hindoe Paaboel Andersen
2014-07-28
sd-dhcp-server: add forcerenew support
Tom Gundersen
2014-07-24
libsystemd-network: use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC where possible
Tom Gundersen
2014-07-14
sd-dhcp-server: make gcc happy
Tom Gundersen
2014-06-29
networkd/sd-dhcp-server: only start dhcp server when necessary
Tom Gundersen
2014-06-21
sd-dhcp-server: change default lease time form 1m to 1h
Tom Gundersen
2014-06-21
sd-dhcp-server: fix broadcast of DHCP packets
Tom Gundersen
2014-06-20
sd-dhcp-server: remove unused cleanup function
Thomas Hindoe Paaboel Andersen
2014-06-19
dhcp-server: simplify dhcp server unref call
Lennart Poettering
2014-06-18
sd-dhcp-server: fix a leak
Thomas Hindoe Paaboel Andersen
2014-06-13
sd-dhcp-server: add RELEASE support
Tom Gundersen
2014-06-13
sd-dhcp-server: add dummy DECLINE support
Tom Gundersen
2014-06-13
sd-dhcp-server: track bound leases
Tom Gundersen
2014-06-13
sd-dhcp-server: add support for clients requesting lease lifetime
Tom Gundersen
2014-06-13
sd-dhcp-server: add basic NAK support
Tom Gundersen
2014-06-13
sd-dhcp-server: add basic REQUEST/ACK support
Tom Gundersen
2014-06-13
sd-dhcp-server: add basic DISCOVER/OFFER support
Tom Gundersen
2014-06-13
sd-dhcp-server: add support for sending messages
Tom Gundersen
2014-06-13
sd-dhcp-server: add support for setting the server address
Tom Gundersen
2014-06-13
sd-dhcp-server: bind to raw socket for sending
Tom Gundersen
2014-06-13
sd-dhcp-server: add basic message parsing
Tom Gundersen
2014-06-13
sd-dhcp-server: add basic message handling and verification
Tom Gundersen
2014-06-13
sd-dhcp-server: bind to a given interface
Tom Gundersen
2014-06-13
sd-dhcp-server: add basic functionality for starting/stopping server
Tom Gundersen
2014-06-13
sd-dhcp-server: add basic functionality for creating/destroying server instance
Tom Gundersen