summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-dhcp-client.c
AgeCommit message (Expand)Author
2016-05-26sd-network: don't needlessly abbreviate "callback" as "cb" in struct membersLennart Poettering
2016-05-26sd-network: fix up assertion chaosLennart Poettering
2016-05-26sd-network: rename "index" field of the various clients to "ifindex"Lennart Poettering
2016-05-26sd-dhcp: shorten NUL initialization a bitLennart Poettering
2016-05-26sd-network: unify packet processing logic a bitLennart Poettering
2016-05-22libsystemd-network: use recv(..., 0) instead of read(...) (#3317)Tom Gundersen
2016-05-20sd-dhcp-client: fix busy loop reading zero sized DHCP UDP packets. (#3299)sadag
2016-05-03dh-dhcp{,6}-client: change the semantics of DUID settingZbigniew Jędrzejewski-Szmek
2016-05-03sd-dhcp: change uint8_t *duid to const void*Zbigniew Jędrzejewski-Szmek
2016-05-03sd-dhcp{,6}-client: use standard indentation for functions argsZbigniew Jędrzejewski-Szmek
2016-03-30DHCP DUID, IAID configuration optionsVinay Kulkarni
2016-03-21Revert "DHCP DUID and IAID configurability"Zbigniew Jędrzejewski-Szmek
2016-03-09DHCP DUID and IAID configurabilityVinay Kulkarni
2016-02-27core: avoid compiler warning when compiling with -fexceptionsThomas Haller
2016-02-20libsystemd-network: sd-event uses 64bit priorities, expose them in the APIs a...Lennart Poettering
2016-02-20libsystemd-network: don't abbreviate "callback" as "cb" needlesslyLennart Poettering
2016-02-16networkd: FIONREAD is not reliable on some socketsLennart Poettering
2016-02-15dhcp: assert the success of sd_event_now()Beniamino Galvani
2016-02-02dhcp: delay restarts after NAKsBeniamino Galvani
2016-01-20dhcp: make DHCP_OPTION_* enum publicBeniamino Galvani
2015-12-02util-lib: update dns_name_to_wire_format() to optionally generate DNSSEC cano...Lennart Poettering
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-27Merge pull request #2029 from teg/network-fixesMartin Pitt
2015-11-25dns-domain: simplify dns_name_is_root() and dns_name_is_single_label()Lennart Poettering
2015-11-25sd-dhcp: parse error message in DECLINE or NAKTom Gundersen
2015-11-25libsystemd-network: clean up recv functionsTom Gundersen
2015-11-17libsystemd-network: add support for "Client FQDN" DHCP optionBeniamino Galvani
2015-11-06doc: correct orthography, word forms and missing/extraneous wordsJan Engelhardt
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-11libsystemd-network: limit accuracy of timestamps in loggingTom Gundersen
2015-09-22sd-dhcp: fix namespacingDavid Herrmann
2015-08-27dhcp: don't underflow in lease time calculationsLennart Poettering
2015-08-27dhcp: NTP servers should be requested by networkd but not implicitly by sd-dhcpLennart Poettering
2015-08-27dhcp: clean up dhcp4 lease objectLennart Poettering
2015-08-26dhcp: stop using refcnt.hLennart Poettering
2015-08-26sd-dhcp: don't randomly ref objectsDavid Herrmann
2015-06-17sd-dhcp-client: readd deleted error checkThomas Hindoe Paaboel Andersen
2015-06-10util: introduce CMSG_FOREACH() macro and make use of it everywhereLennart Poettering
2015-04-12dhcp: yes, infiniband has the larger MAC address length, but let the compuler...Lennart Poettering
2015-04-11shared: add random-util.[ch]Ronny Chevalier
2015-04-10Revert "sd-dhcp-client: fix strict aliasing issue"Lennart Poettering
2015-03-14sd-dhcp-client: fix strict aliasing issueShawn Landden
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-01-22sd-dhcp-client: use RFC4361-complient ClientID by defaultTom Gundersen
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek
2015-01-13refcnt: refcnt is unsigned, fix comparisonsTom Gundersen
2014-12-30tree-wide: spelling fixesVeres Lajos