Télécharger la liste

Description du projet

OSSP uuid is an API for ISO C, ISO C++, Perl and PHP and a corresponding CLI for the generation of DCE 1.1,
ISO/IEC 11578:1996, and RFC4122 compliant Universally
Unique Identifiers (UUIDs). It supports DCE 1.1
variant UUIDs of version 1 (time and node based),
version 3 (name based, MD5), version 4 (random
number based), and version 5 (name based, SHA-1).
UUIDs are 128-bit numbers that are intended to
have a high likelihood of uniqueness over space
and time and are computationally difficult to
guess. They are globally unique identifiers that can be locally generated without contacting a
global registration authority.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-08-30 23:52
1.2.1

Cette version améliore les PRNG au cas où aucun système plus solide PRNG dispositif est disponible. Il fixe la détermination MAC sous Solaris. L'environnement de compilation a été mis à niveau vers GNU libtool 1.5.18 et GNU shtool 2.0.2. Le code source a été nettoyé plus encore par la suite d'un vaste ensemble de suggestions FlexeLint.
Tags: Minor bugfixes
This release improves the PRNG in case no stronger system PRNG device is available. It fixes MAC determination under Solaris. The build environment has been upgraded to GNU libtool 1.5.18 and GNU shtool 2.0.2. The source code has been cleaned up even more by following a large set of FlexeLint suggestions.

2005-01-23 16:19
1.2.0

Soutien à la version 5 UUID (basés sur le nom de hachage SHA-1) selon le dernier projet de UUID IETF a été ajouté.
Tags: Major feature enhancements
Support for version 5 UUIDs (name-based with SHA-1
hashing) according to latest IETF UUID draft was
added.

2005-01-13 13:33
1.1.2

Génération d'UUID v3 a été fixé en ajoutant le support pour les plateformes 64 bits pour le code uuid_md5.c sous-jacent. Run-time de la md5_store interne () a été optimisée. L'environnement de compilation n'est plus reconstruit l'API Perl s'il n'y avait pas de changements réels.
Tags: Major bugfixes
Generation of v3 UUIDs was fixed by adding support for 64-bit platforms to the underlying uuid_md5.c code. Run-time of the internal md5_store() function was optimized. The build environment no longer rebuilds the Perl API if there were no actual changes.

2004-11-18 19:54
1.1.1

Le uuid_create libc FreeBSD (3) Contournement apparentés a été appliquée à l'interface Perl sous FreeBSD 6.0-CURRENT. Traitement de l'option Autoconf - with-perl a été ajoutée dans l'affaire n Perl est disponible à tous.
Tags: Minor bugfixes
The FreeBSD libc uuid_create(3) related workaround has been applied to the Perl bindings under FreeBSD 6.0-CURRENT. Processing of the Autoconf option --with-perl has been added in case no Perl is available at all.

2004-11-03 22:36
1.1.0

Attendue depuis longtemps, Liaisons de langage Perl ont été ajoutés en fournissant à la fois un faible taux de C-style et d'un haut niveau OO-style Perl API.
Tags: Major feature enhancements
The long-awaited Perl language bindings have been added by providing both a low-level C-style and a high-level OO-style Perl API.

Project Resources