index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
test-id128.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs-util: tweak how openat_report_new() operates when O_CREAT is used on a dan...
Lennart Poettering
2024-10-22
1
-3
/
+2
*
test-id128: Use new assertion macros
Daan De Meyer
2024-07-24
1
-166
/
+166
*
sd-id128: add an app-specific flavour of the invocation ID too
Lennart Poettering
2024-04-20
1
-1
/
+31
*
ASSERT_STREQ for simple cases
Ivan Kruglov
2024-04-15
1
-4
/
+4
*
test: make assert_return() critical by default on fuzzer and unit tests
Yu Watanabe
2023-12-23
1
-2
/
+2
*
sd-id128: do not allow null 'app_id' param
Zbigniew Jędrzejewski-Szmek
2023-09-02
1
-0
/
+4
*
id128: allow combining --app with show
Zbigniew Jędrzejewski-Szmek
2023-09-02
1
-0
/
+1
*
id128-util: add id128_from_string_not_null()
Zbigniew Jędrzejewski-Szmek
2023-08-29
1
-0
/
+8
*
sd-id128: export sd_id128_get_app_specific()
Zbigniew Jędrzejewski-Szmek
2023-08-29
1
-0
/
+4
*
tree-wide: drop trailing newline from various log calls
Lennart Poettering
2023-07-10
1
-1
/
+1
*
tree-wide: when in doubt use greek small letter mu rather than micro symbol
Lennart Poettering
2023-06-14
1
-1
/
+1
*
test: add tests for id128_get_machine() and _at()
Yu Watanabe
2023-04-04
1
-0
/
+10
*
test: add tests for ID128_REFUSE_NULL
Yu Watanabe
2023-04-04
1
-0
/
+20
*
test: add tests for id128_{read,write}_at()
Yu Watanabe
2023-04-04
1
-0
/
+74
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
test-id128: simplify machine-id check
Nick Rosbrook
2022-12-14
1
-4
/
+4
*
sd-id128: make sd_id128_get_machine() or friends return -EUCLEAN when an ID i...
Yu Watanabe
2022-12-14
1
-6
/
+6
*
sd-id128: fold do_sync flag into Id128FormatFlag
Yu Watanabe
2022-12-12
1
-2
/
+2
*
test: add tests for "uninitialized" string handling by id128_read_fd()
Yu Watanabe
2022-12-12
1
-0
/
+25
*
sd-id128: make id128_read() or friends return -ENOPKG when the file contents ...
Yu Watanabe
2022-12-12
1
-13
/
+13
*
test-id128: do not fail if machine-id is missing
Luca Boccassi
2022-10-25
1
-6
/
+11
*
sd128: export sd_id128_to_uuid_string()
Lennart Poettering
2022-02-14
1
-3
/
+3
*
test: Use TEST macro
Jan Janssen
2021-11-25
1
-16
/
+4
*
Add benchmark for sha256 calculations
Zbigniew Jędrzejewski-Szmek
2021-10-08
1
-0
/
+22
*
test-id128: split into functions and add the usual headers
Zbigniew Jędrzejewski-Szmek
2021-10-08
1
-3
/
+18
*
libsystemd/sd-id128: use only internal hmac, remove khash/OpenSSL support
Luca Boccassi
2021-10-08
1
-10
/
+5
*
sd-id128: add convenience functions to compare multiple sd_id128_t
Zbigniew Jędrzejewski-Szmek
2021-04-21
1
-0
/
+7
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
id128: introduce ID128_UUID_STRING_MAX for sizing UUID buffers
Lennart Poettering
2019-12-10
1
-1
/
+1
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
sd-id128: expose ID128_UUID_FORMAT_STR
Zbigniew Jędrzejewski-Szmek
2019-04-05
1
-1
/
+1
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-0
/
+3
*
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
1
-1
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
khash: try to detect broken AF_ALG support in centos kernels
Lennart Poettering
2018-02-26
1
-2
/
+2
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
test: skip instead of fail if crypto kmods are not available
Martin Pitt
2017-03-03
1
-5
/
+10
*
core: store the invocation ID in the per-service keyring
Lennart Poettering
2016-12-13
1
-0
/
+8
*
sd-id128: add new sd_id128_get_machine_app_specific() API
Lennart Poettering
2016-11-29
1
-0
/
+6
*
test: fix stack overflow reported by ASAN
Cristian Rodríguez
2016-08-06
1
-1
/
+1
*
sd-id128: be more liberal when reading files with 128bit IDs
Lennart Poettering
2016-07-25
1
-1
/
+68
*
sd-id128: split UUID file read/write code into new id128-util.[ch]
Lennart Poettering
2016-07-22
1
-1
/
+13
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-3
/
+4
*
Always prefer our headers to system headers
Zbigniew Jędrzejewski-Szmek
2014-07-31
1
-1
/
+1
*
test: Make testing work on systems without or old systemd
Holger Hans Peter Freyther
2013-08-22
1
-4
/
+7
*
id128: when taking user input for a 128bit ID, validate syntax
Lennart Poettering
2013-04-30
1
-2
/
+25
[next]