index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
net
/
res_random.c
Age
Commit message (
Expand
)
Author
2008-04-13
Improve the libc DNS resolver ID generation algorithm to be more
Damien Miller
2005-03-25
ansify. ok deraadt@ moritz@
Otto Moerbeek
2003-12-12
niels kindly dropped clause 3/4 from the license. tnx!
Jun-ichiro itojun Hagino
2003-12-12
we can skip arc4random() call here. markus
Jun-ichiro itojun Hagino
2003-12-10
correct non-repetitive ID code, based on comments from niels provos.
Jun-ichiro itojun Hagino
2002-06-27
%d -> %u. mostly in #ifdef DEBUG.
Jun-ichiro itojun Hagino
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-01-04
grammer/spelling
Todd T. Fries
1999-08-26
add an inner xor to make prediction attacks against the ids harder, due
Niels Provos
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-04-30
Be more careful about possible type promotion
Thorsten Lockert
1997-04-25
skipped too many ids
Niels Provos
1997-04-23
pmod to u_int16_t, Angelos kindly reminded me
Niels Provos
1997-04-19
change time() to gettimeofday()
Niels Provos
1997-04-19
make things more complicated.
Niels Provos
1997-04-13
the before mentioned random number generator.
Niels Provos