• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

perl/H03-May-2022-1,361974

pgsql/H03-May-2022-740545

php/H03-May-2022-1,012726

AUTHORSH A D07-Mar-2008484 1610

BINDINGSH A D07-Mar-2008977 3623

ChangeLogH A D04-Jul-200821.9 KiB625449

HISTORYH A D07-Mar-200816.2 KiB359317

INSTALLH A D07-Mar-2008677 2418

MANIFESTH A D07-Mar-2008958 8483

Makefile.PLH A D08-Mar-20082.2 KiB6827

Makefile.inH A D03-May-202214.2 KiB358293

NEWSH A D07-Mar-20081.1 KiB4326

OVERVIEWH A D07-Mar-20084.8 KiB8269

PORTINGH A D07-Mar-20081.1 KiB3428

READMEH A D04-Jul-20082.8 KiB6349

SEEALSOH A D07-Mar-20081.6 KiB5338

THANKSH A D07-Mar-20081.3 KiB3024

TODOH A D07-Mar-2008701 2417

USERSH A D08-Mar-20081.4 KiB5036

aclocal.m4H A D07-Mar-200811.9 KiB353339

config.guessH A D04-Jul-200843.8 KiB1,5271,315

config.h.inH A D04-Jul-20086 KiB217145

config.subH A D04-Jul-200832.6 KiB1,6591,514

configureH A D04-Jul-2008685.9 KiB24,24818,485

configure.acH A D07-Mar-20082.2 KiB5851

libtool.m4H A D04-Jul-2008273.7 KiB7,9167,095

ltmain.shH A D04-Jul-2008219.8 KiB7,8756,016

shtoolH A D04-Jul-2008135.4 KiB4,0083,319

uuid++.3H A D04-Jul-200811.2 KiB308283

uuid++.ccH A D07-Mar-20087.5 KiB302207

uuid++.hhH A D07-Mar-20084.7 KiB9949

uuid++.podH A D07-Mar-20086.7 KiB254152

uuid-config.1H A D04-Jul-20087 KiB237212

uuid-config.inH A D07-Mar-20084.1 KiB146110

uuid-config.podH A D07-Mar-20083.8 KiB15678

uuid.1H A D04-Jul-200810.5 KiB292267

uuid.3H A D04-Jul-200828 KiB579554

uuid.acH A D07-Mar-20087.5 KiB207193

uuid.cH A D07-Mar-200839 KiB1,218813

uuid.h.inH A D07-Mar-20084.3 KiB121101

uuid.pc.inH A D03-May-20221.7 KiB4339

uuid.podH A D14-May-200820.3 KiB530399

uuid_ac.hH A D07-Mar-20083.4 KiB11064

uuid_bm.hH A D07-Mar-20082.9 KiB8125

uuid_cli.cH A D07-Mar-200810.5 KiB284233

uuid_cli.podH A D07-Mar-20086.7 KiB202152

uuid_dce.cH A D07-Mar-20087.6 KiB295174

uuid_dce.hH A D07-Mar-20083.3 KiB8943

uuid_mac.cH A D07-Mar-20085.3 KiB184133

uuid_mac.hH A D07-Mar-20081.9 KiB5517

uuid_md5.cH A D07-Mar-200815.4 KiB472311

uuid_md5.hH A D07-Mar-20082.7 KiB7737

uuid_prng.cH A D03-Jun-20085.5 KiB199123

uuid_prng.hH A D07-Mar-20082.3 KiB6930

uuid_sha1.cH A D07-Mar-200814.7 KiB451293

uuid_sha1.hH A D07-Mar-20082.8 KiB7838

uuid_str.cH A D07-Mar-200819.2 KiB763629

uuid_str.hH A D07-Mar-20082.5 KiB6427

uuid_time.cH A D07-Mar-20083.4 KiB11871

uuid_time.hH A D07-Mar-20082.4 KiB8441

uuid_ui128.cH A D07-Mar-200814.3 KiB592425

uuid_ui128.hH A D07-Mar-20084.8 KiB11565

uuid_ui64.cH A D07-Mar-200814 KiB592425

uuid_ui64.hH A D07-Mar-20084.5 KiB11464

uuid_vers.hH A D04-Jul-2008989 4731

README

1   _        ___  ____ ____  ____                _     _
2  |_|_ _   / _ \/ ___/ ___||  _ \   _   _ _   _(_) __| |
3  _|_||_| | | | \___ \___ \| |_) | | | | | | | | |/ _` |
4 |_||_|_| | |_| |___) |__) |  __/  | |_| | |_| | | (_| |
5  |_|_|_|  \___/|____/____/|_|      \__,_|\__,_|_|\__,_|
6
7  OSSP uuid - Universally Unique Identifier
8  Version 1.6.2 (04-Jul-2008)
9
10  ABSTRACT
11
12  OSSP uuid is a ISO-C:1999 application programming interface (API)
13  and corresponding command line interface (CLI) for the generation of
14  DCE 1.1, ISO/IEC 11578:1996 and IETF RFC-4122 compliant Universally
15  Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version
16  1 (time and node based), version 3 (name based, MD5), version 4
17  (random number based) and version 5 (name based, SHA-1). Additional
18  API bindings are provided for the languages ISO-C++:1998, Perl:5 and
19  PHP:4/5. Optional backward compatibility exists for the ISO-C DCE-1.1
20  and Perl Data::UUID APIs.
21
22  UUIDs are 128 bit numbers which are intended to have a high likelihood
23  of uniqueness over space and time and are computationally difficult
24  to guess. They are globally unique identifiers which can be locally
25  generated without contacting a global registration authority. UUIDs
26  are intended as unique identifiers for both mass tagging objects
27  with an extremely short lifetime and to reliably identifying very
28  persistent objects across a network.
29
30  COPYRIGHT AND LICENSE
31
32  Copyright (c) 2004-2008 Ralf S. Engelschall <rse@engelschall.com>
33  Copyright (c) 2004-2008 The OSSP Project <http://www.ossp.org/>
34
35  This file is part of OSSP uuid, a library for the generation
36  of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/
37
38  Permission to use, copy, modify, and distribute this software for
39  any purpose with or without fee is hereby granted, provided that
40  the above copyright notice and this permission notice appear in all
41  copies.
42
43  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
44  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
45  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
46  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
47  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
48  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
49  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
50  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
51  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
52  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
53  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
54  SUCH DAMAGE.
55
56  HOME AND DOCUMENTATION
57
58  The documentation and latest release can be found on
59
60  o http://www.ossp.org/pkg/lib/uuid/
61  o  ftp://ftp.ossp.org/pkg/lib/uuid/
62
63