summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-dhcp-server.c
AgeCommit message (Expand)Author
2016-07-28./move.shLuke Shumaker
2016-05-17networkd: Add EmitRouter= option for DHCP Server (#3251)Clemens Gruber
2016-02-25sd-dhcp-server: Send replies to BOOTP relay server portPatrik Flykt
2016-02-20libsystemd-network: sd-event uses 64bit priorities, expose them in the APIs a...Lennart Poettering
2016-02-16networkd: FIONREAD is not reliable on some socketsLennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-20dhcp: make DHCP_OPTION_* enum publicBeniamino Galvani
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-25sd-dhcp: parse error message in DECLINE or NAKTom Gundersen
2015-11-25libsystemd-network: clean up recv functionsTom Gundersen
2015-11-16siphash24: let siphash24_finalize() and siphash24() return the result directlyDaniel Mack
2015-11-16siphash24: change result argument to uint64_tMartin Pitt
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24sd-*.h: clean up exported (or to-be-exported) header filesLennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-06siphash24: unify APITom Gundersen
2015-10-05hashmap: hash_funcs - make inputs unambiguousTom Gundersen
2015-10-05hashmap: refactor hash_funcTom Gundersen
2015-09-01Merge pull request #1108 from phomes/dont-shadow-globalsDavid Herrmann
2015-09-01tree-wide: do not shadow the global var timezoneThomas Hindoe Paaboel Andersen
2015-08-31sd-dhcp-server: simplify pool creationTom Gundersen
2015-08-28sd-dhcp-server: improve predictability of leasesTom Gundersen
2015-08-27dhcp,network: support emitting DNS/NTP server information from DHCP serverLennart Poettering
2015-08-27networkd: make DHCP lease timeouts configurableLennart Poettering
2015-08-26dhcp: rename index to ifindexLennart Poettering
2015-08-26dhcp: store client id as void*, since we dont know what it isLennart Poettering
2015-08-26dhcp: properly handle error from ioctl()Lennart Poettering
2015-08-26dhcp: generic data should be void*, not uint8_t*Lennart Poettering
2015-08-26network: s/user_data/userdata/Lennart Poettering
2015-08-26dhcp: stop using refcnt.hLennart Poettering
2015-08-26dhcp,network: implement RFC 4833 (DHCP Timezone option)Lennart Poettering
2015-08-06tree-wide: do not return error codes as boolThomas Hindoe Paaboel Andersen
2015-08-04networkd: DHCP fix CID 1315105Susant Sahani
2015-08-03sd-event: make sure sd_event_now() cannot failLennart Poettering
2015-06-10util: introduce CMSG_FOREACH() macro and make use of it everywhereLennart Poettering
2015-03-27fix gcc warnings about uninitialized variablesHarald Hoyer
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-12Revert "tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC"Lennart Poettering
2015-02-10tree-wide: Always use recvmsg with MSG_CMSG_CLOEXECCristian RodrĂ­guez
2015-02-09treewide: correct typos and use consistent "MAC" spellingTorstein Husebø
2014-10-11sd-dhcp-client: support non-Ethernet hardware addressesDan Williams
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-08-14sd-dhcp-server: linebreaksTom Gundersen
2014-08-04sd-dhcp-server: always send out ROUTER and SUBNET_MASKTom Gundersen
2014-08-03sd-dhcp-server: avoid returning garbage valueThomas Hindoe Paaboel Andersen
2014-08-03sd-dhcp-server: check if r < 0Thomas Hindoe Paaboel Andersen
2014-07-28sd-dhcp-server: add forcerenew supportTom Gundersen
2014-07-24libsystemd-network: use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC where possibleTom Gundersen
2014-07-14sd-dhcp-server: make gcc happyTom Gundersen