Skip to content
Snippets Groups Projects
Commit 717b855c authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Improve UUID support on all platforms

This patch adds a new implementation of UUID library.
New library generates RFC4122 compatible random-based (version 4)
UUIDs using data from /dev/(u)random. The uuidgen(2) syscall is also
supported on BSD system. `struct tt_uuid` redefined from RFC4122.
Complimentary functions rewrotten to remove dependecy on e2fs libuuid.
Lua bindings refactored to use new library and support all features.

Closes #317
parent 239c0e42
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment