Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2004-05-04
2004-05-04 10:59:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b3117f062ca2e321f276fc418ef7df4ac7758273 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Bugfix in new_uuid_string().
Rev: server/base_server/roxen.pike:1.871
6:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others. // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
870
2004/05/
03
16
:
32
:
27
grubba Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
871
2004/05/
04
10
:
59
:
03
grubba Exp $";
//! @appears roxen //!
2178:
static int clock_sequence = random(0x4000); static string hex_mac_address = Crypto.string_to_hex(Crypto.randomness.reasonably_random()->read(6)|
-
"
\0\0\0\0\0\1
"); // Multicast bit.
+
"
\1\0\0\0\0\0
"); // Multicast bit.
// Generate an uuid string. string new_uuid_string() {