summaryrefslogtreecommitdiff
path: root/src/libsystemd-id128/sd-id128.c
AgeCommit message (Collapse)Author
2013-04-30id128: when taking user input for a 128bit ID, validate syntaxLennart Poettering
Also, always accept both our simple hexdump syntax and UUID syntax.
2013-04-05sd-id128: check that the kernel is feeding us proper dataZbigniew Jędrzejewski-Szmek
The characters are already checked, so we show that we don't trust the kernel. Make sure we don't overrun the buffer too.
2012-04-12move libsystemd-id128, libsystemd-daemon to subdirKay Sievers