summaryrefslogtreecommitdiffstats
path: root/tests/expected/uuid
Commit message (Collapse)AuthorAgeFilesLines
* test: update UUID v5 testsKarel Zak2018-08-311-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: adjust for ISO timezone colon useJ William Piggott2017-11-121-1/+1
| | | | | | | Fix several tests broken by adding a timezone colon in the timeutils ISO format functions. Signed-off-by: J William Piggott <elseifthen@gmx.com>
* uuidgen: add support for hash-based UUIDsPhilip Prindeville2017-09-051-0/+4
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* libuuid: add support for hash-based UUIDsPhilip Prindeville2017-09-051-0/+7
| | | | | | | | | Adding V3 and V5 UUIDs per RFC-4122. [kzak@redhat.com: - fix symbols file] Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* uuidparse: nil uuid have all bits set to zeroSami Kerola2017-08-051-3/+3
| | | | | | | | The nil UUID is special form of UUID that is specified to have all 128 bits set to zero. Reference: https://tools.ietf.org/html/rfc4122#section-4.1.7 Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: remove UUIDs with time overflow from uuidparseKarel Zak2017-07-181-2/+0Star
| | | | | | | | The time_t used by timeval is "long", it means too small on 32-bits archs to hold large numbers. Reported-by: Ruediger Meier <ruediger.meier@ga-group.nl> Signed-off-by: Karel Zak <kzak@redhat.com>
* uuidparse: add new commandSami Kerola2017-06-261-0/+33
| | | | | | | | | | | This command will analyze and print information about UUID's. The command is based on libuuid/src/uuid_time.c but modified to use libsmartcol. [kzak@redhat.com: - minor coding style changes] Reference: http://marc.info/?l=util-linux-ng&m=149735980715600&w=2 Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add uuidd output checkSami Kerola2015-10-181-0/+11
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: add uuidgen output checkSami Kerola2015-10-181-0/+8
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: add uuid parser checkSami Kerola2015-10-181-0/+15
The check is based on code by Theodore Ts'o to test libuuid, from which unstable output is commented out. Signed-off-by: Sami Kerola <kerolasa@iki.fi>