]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - aclocal.m4
Add uuidd daemon to prevent duplicate time-based UUID's
authorTheodore Ts'o <tytso@mit.edu>
Sun, 16 Dec 2007 22:21:38 +0000 (17:21 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 16 Dec 2007 22:28:46 +0000 (17:28 -0500)
commit740837def7fc55ba6b0368f46a4b4abcaba0becd
treedd15d66d80d13234efcd0196050fcb855d9e5170
parent5221837e62641958f237e7fb5dee999cbfc850c9
Add uuidd daemon to prevent duplicate time-based UUID's

Also store the clock sequence information in a state file in
/var/lib/misc/uuid-clock so that if the time goes backwards the clock
sequence counter can get bumped.  This allows us to completely
correctly generate time-based (version 1) UUID's according to the
algorithm specified RFC 4122.

Addresses-Sourceforge-Bug: #1529672
Addresses-Red-Hat-Bugzilla: #233471

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
20 files changed:
aclocal.m4
configure
configure.in
debian/changelog
debian/control
debian/libuuid1.postinst [new file with mode: 0644]
debian/libuuid1.postrm [new file with mode: 0644]
debian/rules
debian/uuid-runtime.copyright [new file with mode: 0644]
debian/uuid-runtime.files [new file with mode: 0644]
debian/uuid-runtime.postinst [new file with mode: 0644]
debian/uuid-runtime.postrm [new file with mode: 0644]
debian/uuid-runtime.prerm [new file with mode: 0644]
debian/uuid-runtime.shlibs.local [new file with mode: 0644]
lib/uuid/gen_uuid.c
lib/uuid/uuidd.h [new file with mode: 0644]
misc/Makefile.in
misc/uuidd.8.in [new file with mode: 0644]
misc/uuidd.c [new file with mode: 0644]
misc/uuidd.rc [new file with mode: 0644]