summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_id.c
AgeCommit message (Expand)Author
2004-06-21First step towards more sane time handling in the kernel -- this changesThorsten Lockert
2004-03-22spelling; jjy2+@pitt.eduTheo de Raadt
2003-12-12niels kindly dropped clause 3/4 from the license. tnx!Jun-ichiro itojun Hagino
2003-12-12previous commit included bad hunk. sorryJun-ichiro itojun Hagino
2003-12-12no need to call arc4random() if we don't skip numbers in ip_randomid().Jun-ichiro itojun Hagino
2003-12-10correct 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 okJun-ichiro itojun Hagino
2002-03-15Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-06-08Cut down on include files.Angelos D. Keromytis
2001-06-04use faster arc4random() for small amounts fo data, some spaces; niels okMichael Shalayeff
1999-08-26add an inner xor to make prediction attacks against the ids harder, dueNiels Provos
1998-12-26make ip_id random but ensure that ids dont repeat for some period.Niels Provos