summaryrefslogtreecommitdiff
path: root/src/test/test-hexdecoct.c
Commit message (Expand)AuthorAgeFilesLines
* memory-util: add CLEANUP_ERASE_PTR() macro and use itLennart Poettering2023-01-161-0/+17
* hexdecoct: fix NULL pointer dereferences in hexmem()Yu Watanabe2022-12-091-0/+19
* test: add tests for base64_append()Yu Watanabe2022-12-091-0/+114
* test: Use TEST macroJan Janssen2021-11-251-38/+19
* alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhereLennart Poettering2021-10-141-2/+2
* hexdecoct: optionally, line break base64 encoded dataLennart Poettering2021-07-081-0/+33
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-7/+7
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* Delete duplicate linesTopi Miettinen2019-01-121-1/+0
* tree-wide: some automatic coccinelle fixes (#10463)Lennart Poettering2018-10-201-1/+1
* tree-wide: various ubsan zero size memory fixesLennart Poettering2018-10-101-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: do not wrap assert_se in extra parenthesesZbigniew Jędrzejewski-Szmek2018-05-141-2/+2
* test: do not call alloca() inside the list of argumentsYu Watanabe2018-05-111-86/+57
* hexdecoct: ignore whitespace within the input hexadecimal text of unhexmem()Yu Watanabe2018-05-111-10/+30
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+2
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-63/+63
* util-lib,tests: rework unbase64 so that we skip over whitespace automatically...Lennart Poettering2017-12-041-32/+33
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* util-lib: be stricter when decoding hex stringsLennart Poettering2016-12-211-13/+5
* tests: move hexdecoct tests to test-hexdecoct.cRonny Chevalier2016-03-031-0/+387