source: rtems/cpukit/libmisc/uuid/README @ 1df2277

4.104.115
Last change on this file since 1df2277 was 1df2277, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 05/06/09 at 11:27:39

added cpukit/libmisc/uuid/README

  • Property mode set to 100644
File size: 751 bytes
Line 
1uuid - DCE compatible Universally Unique Identifier library
2
3The UUID library is used to generate unique identifiers for objects that may be
4accessible beyond the local system.  This library generates UUIDs compatible
5with those created by the Open Software Foundation (OSF) Distributed Computing
6Environment (DCE) utility uuidgen.
7
8The UUIDs generated by this library can be reasonably expected to be unique
9within a system, and unique across all systems.  They could be used, for
10instance, to generate unique HTTP cookies across multiple web servers without
11communication between the servers, and without fear of a name clash.
12
13This code is from the E2fsprogs project: http://e2fsprogs.sourceforge.net.
14The package was e2fsprogs-libs-1.41.5.tar.gz.
Note: See TracBrowser for help on using the repository browser.