summaryrefslogtreecommitdiff
path: root/src/test/test-id128.c
Commit message (Expand)AuthorAgeFilesLines
* test: add tests for id128_get_machine() and _at()Yu Watanabe2023-04-051-0/+10
* test: add tests for ID128_REFUSE_NULLYu Watanabe2023-04-051-0/+20
* test: add tests for id128_{read,write}_at()Yu Watanabe2023-04-041-0/+74
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* test-id128: simplify machine-id checkNick Rosbrook2022-12-141-4/+4
* sd-id128: make sd_id128_get_machine() or friends return -EUCLEAN when an ID i...Yu Watanabe2022-12-151-6/+6
* sd-id128: fold do_sync flag into Id128FormatFlagYu Watanabe2022-12-121-2/+2
* test: add tests for "uninitialized" string handling by id128_read_fd()Yu Watanabe2022-12-121-0/+25
* sd-id128: make id128_read() or friends return -ENOPKG when the file contents ...Yu Watanabe2022-12-121-13/+13
* test-id128: do not fail if machine-id is missingLuca Boccassi2022-10-251-6/+11
* sd128: export sd_id128_to_uuid_string()Lennart Poettering2022-02-141-3/+3
* test: Use TEST macroJan Janssen2021-11-251-16/+4
* Add benchmark for sha256 calculationsZbigniew Jędrzejewski-Szmek2021-10-081-0/+22
* test-id128: split into functions and add the usual headersZbigniew Jędrzejewski-Szmek2021-10-081-3/+18
* libsystemd/sd-id128: use only internal hmac, remove khash/OpenSSL supportLuca Boccassi2021-10-081-10/+5
* sd-id128: add convenience functions to compare multiple sd_id128_tZbigniew Jędrzejewski-Szmek2021-04-211-0/+7
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* id128: introduce ID128_UUID_STRING_MAX for sizing UUID buffersLennart Poettering2019-12-101-1/+1
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* sd-id128: expose ID128_UUID_FORMAT_STRZbigniew Jędrzejewski-Szmek2019-04-051-1/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+3
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* khash: try to detect broken AF_ALG support in centos kernelsLennart Poettering2018-02-261-2/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* test: skip instead of fail if crypto kmods are not availableMartin Pitt2017-03-031-5/+10
* core: store the invocation ID in the per-service keyringLennart Poettering2016-12-131-0/+8
* sd-id128: add new sd_id128_get_machine_app_specific() APILennart Poettering2016-11-291-0/+6
* test: fix stack overflow reported by ASANCristian Rodríguez2016-08-061-1/+1
* sd-id128: be more liberal when reading files with 128bit IDsLennart Poettering2016-07-251-1/+68
* sd-id128: split UUID file read/write code into new id128-util.[ch]Lennart Poettering2016-07-221-1/+13
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-3/+4
* Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek2014-07-311-1/+1
* test: Make testing work on systems without or old systemdHolger Hans Peter Freyther2013-08-221-4/+7
* id128: when taking user input for a 128bit ID, validate syntaxLennart Poettering2013-04-301-2/+25
* test: test tools should still be in the src/ directoryLennart Poettering2012-04-121-0/+52