summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/dhcp6-option.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2589 from keszybz/resolve-tool-2Lennart Poettering2016-02-131-2/+1
|\
| * Add memcpy_safeZbigniew Jędrzejewski-Szmek2016-02-111-2/+1
* | tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
|/
* dhcp: make DHCP6_OPTION_* enum publicBeniamino Galvani2016-01-201-7/+9
* dns-domain: rework dns_label_escape() to not imply memory allocationLennart Poettering2015-11-251-10/+8
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* sd-dhcp6-client: fix assert in options parsingTom Gundersen2015-10-301-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-5/+5
* tree-wide: we place the opening bracket on the same line as the function nameLennart Poettering2015-08-271-3/+1
* sd-dhcp6: fix domainname memleakDavid Herrmann2015-08-261-1/+0
* dhcp6-option: Add helper function for uncompressed domain namesPatrik Flykt2015-08-211-0/+82
* dhcp6-option: Add helper function for fetching IPv6 addressesPatrik Flykt2015-08-211-1/+19
* libsystemd-network: don't use unaligned helpers in _packed_ structsTom Gundersen2014-11-051-9/+8
* dhcp6: use unaligned read/write helpersTom Gundersen2014-11-011-18/+25
* sd-dhcp6-lease: Name the structure containing IAADDR dataPatrik Flykt2014-10-091-11/+10
* sd-dhcp6-client: Implement Rapid CommitPatrik Flykt2014-06-261-2/+3
* sd-dhcp6-client: Add IA Address option parsingPatrik Flykt2014-06-191-9/+172
* sd-dhcp6-client: Add basic DHCPv6 option handlingPatrik Flykt2014-06-191-0/+150