summaryrefslogtreecommitdiff
path: root/src/systemd/sd-dhcp-client.h
AgeCommit message (Expand)Author
2016-05-26sd-network: rename "index" field of the various clients to "ifindex"Lennart Poettering
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-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-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-18tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen
2015-10-24sd-*.h: clean up exported (or to-be-exported) header filesLennart Poettering
2015-09-22sd-dhcp: fix namespacingDavid Herrmann
2014-11-19sd-dhcp-client: allow getting/setting the client IDDan Williams
2014-10-11sd-dhcp-client: support non-Ethernet hardware addressesDan Williams
2014-08-01sd-dhcp-client: allow the max dhcp message size to be set to the MTU of the linkTom Gundersen
2014-07-28sd-dhcp-client: drop event DHCP_EVENT_NO_LEASETom Gundersen
2014-07-15sd-dhcp-client: make request broadcasts opt-inTom Gundersen
2014-07-14networkd: dhcp add vendor class indentifier option 60Susant Sahani
2014-07-01networkd: send hostname to dhcp serverEugene Yakubovich
2014-06-29sd-dhcp-client/networkd: set lifetimes for IPv4 addressesPatrik Flykt
2014-04-11sd-dhcp-client: Add reference counting for DHCPPatrik Flykt
2014-02-28sd-network: add new libraryTom Gundersen
2014-02-07sd-dhcp-client: split sd_dhcp_lease from sd_dhcp_clientTom Gundersen
2014-01-30sd-dhcp-client/net-util: make netmask_to_prefixlen genericTom Gundersen
2014-01-18sd-dhcp-client: refactor client_{free,new}Tom Gundersen
2014-01-18sd-dhcp-client/networkd: add domainname supportTom Gundersen
2014-01-16sd-dhcp-client: refactor DNS supportTom Gundersen
2014-01-16sd-dhcp-client/networkd: add transient hostname supportTom Gundersen
2014-01-16sd-dhcp-client/networkd: add interface MTU supportTom Gundersen
2014-01-06libsystemd-dns: expose list of DNS serversTom Gundersen
2014-01-05libsystemd-dhcp: expose received DNS serverTom Gundersen
2013-12-12dhcp: Add function to free DHCP client dataPatrik Flykt
2013-12-12dhcp: Add notification callbackPatrik Flykt
2013-12-12dhcp: Process DHCP Ack/Nak messagePatrik Flykt
2013-12-12dhcp: Add timeout and main loop supportPatrik Flykt
2013-12-12dhcp: Add function to stop the DHCP clientPatrik Flykt
2013-12-12dhcp: Add DHCP discover sendingPatrik Flykt
2013-12-12dhcp: Add DHCP client initializationPatrik Flykt