index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libc
/
net
/
res_random.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for timeconting in userland.
pirofti
2020-07-06
1
-3
/
+3
*
Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specific
guenther
2016-04-05
1
-4
/
+4
*
Wrap <resolv.h> so that internal calls go direct
guenther
2015-10-05
1
-2
/
+3
*
force reseeding if pid has changed.
eric
2015-06-04
1
-2
/
+7
*
From ISO/IEC 9899:1999 and 9899:201x,
guenther
2014-07-20
1
-2
/
+2
*
permute15() should be static. Not cranking libc now, because it is
deraadt
2013-11-12
1
-2
/
+2
*
use CLOCK_MONOTONIC, and repair future time_t overflow
deraadt
2013-04-17
1
-8
/
+8
*
protect the PRG state with a mutex in res_randomid().
eric
2013-03-26
1
-2
/
+13
*
Improve the libc DNS resolver ID generation algorithm to be more
djm
2008-04-13
1
-43
/
+79
*
ansify. ok deraadt@ moritz@
otto
2005-03-25
1
-3
/
+3
*
niels kindly dropped clause 3/4 from the license. tnx!
itojun
2003-12-12
1
-6
/
+1
*
we can skip arc4random() call here. markus
itojun
2003-12-12
1
-2
/
+2
*
correct non-repetitive ID code, based on comments from niels provos.
itojun
2003-12-10
1
-12
/
+16
*
%d -> %u. mostly in #ifdef DEBUG.
itojun
2002-06-27
1
-6
/
+6
*
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
millert
2002-02-19
1
-7
/
+1
*
Part one of userland __P removal. Done with a simple regexp with some minor ...
millert
2002-02-16
1
-3
/
+3
*
grammer/spelling
todd
2001-01-04
1
-2
/
+2
*
add an inner xor to make prediction attacks against the ids harder, due
provos
1999-08-26
1
-3
/
+5
*
#if __STDC__ --> #ifdef __STDC__
mickey
1997-07-25
1
-2
/
+2
*
Be more careful about possible type promotion
tholo
1997-04-30
1
-1
/
+6
*
skipped too many ids
provos
1997-04-25
1
-2
/
+2
*
pmod to u_int16_t, Angelos kindly reminded me
provos
1997-04-23
1
-5
/
+5
*
change time() to gettimeofday()
provos
1997-04-19
1
-5
/
+8
*
make things more complicated.
provos
1997-04-19
1
-13
/
+46
*
the before mentioned random number generator.
provos
1997-04-13
1
-0
/
+192