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
/
sys
/
netinet
/
ip_id.c
Age
Commit message (
Expand
)
Author
2008-06-09
rename arc4random_bytes => arc4random_buf to match libc's nicer name;
Damien Miller
2008-03-15
revert - I'm a dumbfuck who doesn't know his own API
Damien Miller
2008-03-15
off by one at end of array
Damien Miller
2008-03-15
Because the ip_id code initialisation is a specific case of shuffling
Damien Miller
2008-03-02
because arc4random_uniform is being used, the modulo bias is taken care of
Theo de Raadt
2008-03-02
Add a arc4random_uniform() that returns a uniformly distributed number
Damien Miller
2008-02-29
replacement algorithm. initialize a 64K-short buffer using Durstenfeld
Theo de Raadt
2007-11-26
typos; ok jmc@
Martynas Venckus
2007-05-27
remove more static to avoid confusing the profiler (and maybe ddb too)
David Gwynne
2004-06-21
First step towards more sane time handling in the kernel -- this changes
Thorsten Lockert
2004-03-22
spelling; jjy2+@pitt.edu
Theo de Raadt
2003-12-12
niels kindly dropped clause 3/4 from the license. tnx!
Jun-ichiro itojun Hagino
2003-12-12
previous commit included bad hunk. sorry
Jun-ichiro itojun Hagino
2003-12-12
no need to call arc4random() if we don't skip numbers in ip_randomid().
Jun-ichiro itojun Hagino
2003-12-10
correct non-repetitive ID code, based on comments from niels provos.
Jun-ichiro itojun Hagino
2003-09-21
"exp" is a reserved symbol under gcc3/posix. mcbride ok
Jun-ichiro itojun Hagino
2002-03-15
Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-06-08
Cut down on include files.
Angelos D. Keromytis
2001-06-04
use faster arc4random() for small amounts fo data, some spaces; niels ok
Michael Shalayeff
1999-08-26
add an inner xor to make prediction attacks against the ids harder, due
Niels Provos
1998-12-26
make ip_id random but ensure that ids dont repeat for some period.
Niels Provos