Age | Commit message (Expand) | Author |
1997-09-07 | for broadcast/multicast packets, correct m_pkthdr.len on the way up to the so... | Theo de Raadt |
1997-08-26 | indent | Theo de Raadt |
1997-08-26 | indent | Theo de Raadt |
1997-08-26 | new esp: encryption, authentication and replay protection + | Niels Provos |
1997-08-19 | Add DP_CLR() macro | Todd C. Miller |
1997-08-19 | Theo doesn't like extra kernel options, so don't allow | Todd C. Miller |
1997-08-16 | Allow DEFBADDYNAMICPORTS_TCP and DEFBADDYNAMICPORTS_UDP to be | Todd C. Miller |
1997-08-16 | Just some more debugging info. | Angelos D. Keromytis |
1997-08-09 | The list of tcp/udp ports not to allocate dynamically is now | Todd C. Miller |
1997-08-09 | SYN flood protection, by specifying | Angelos D. Keromytis |
1997-08-04 | No more crashes because of this bug (double m_freem(), essentially). | Angelos D. Keromytis |
1997-08-01 | when family is AF_UNSPEC, | flipk |
1997-07-31 | some indentation stuff | Theo de Raadt |
1997-07-28 | make it compile | Niels Provos |
1997-07-28 | Make struct in_addr contain an in_addr_t since that's what | Todd C. Miller |
1997-07-27 | expiration messages, fixes, updates, all sorts of things | Niklas Hallqvist |
1997-07-27 | hardcode list of ports to not randomly allocate; will add configuration later | Theo de Raadt |
1997-07-24 | do not ignore IFF_NOARP | Theo de Raadt |
1997-07-24 | bail properly if malloc fails | Theo de Raadt |
1997-07-24 | network byte order for counters | Theo de Raadt |
1997-07-24 | cmd is a u_long | Theo de Raadt |
1997-07-24 | cmd is a u_long | Theo de Raadt |
1997-07-21 | make this compile until niklas fixes the boo-boo | Theo de Raadt |
1997-07-18 | enablespi/disablespi in encap + print spi's in hostorder | Niels Provos |
1997-07-15 | flags for tunnels and replacing existing routes, sysctl! + tiny bug fix | Niels Provos |
1997-07-14 | global byte counters. | Niels Provos |
1997-07-14 | sysctl... | Niels Provos |
1997-07-14 | routes with zero spi can be used to avoid ipsec processing | Niels Provos |
1997-07-12 | fixed tiny bug in pad values and hmac inner hash lengths. should work now. | Niels Provos |
1997-07-11 | obsolete. | Niels Provos |
1997-07-11 | put old esp/ah and new esp/ah in different files. | Niels Provos |
1997-07-06 | unsigned calc should be signed; jdp@polstra.com; freebsd pr#3998 | Theo de Raadt |
1997-07-02 | fix neglected _FLEN's + reserve_spi + output reserved spi's without alg. | Niels Provos |
1997-07-02 | Move prototype for bindresvport(3) to <netiniet/in.h> as it is | Todd C. Miller |
1997-07-01 | major restructuring | Niels Provos |
1997-06-27 | udp icmp errors had ip_len 20 bytes too large; stevens p774; koji@math.human.... | Theo de Raadt |
1997-06-25 | hard and soft limits for SPI's per absolute timer, relative since establish, | Niels Provos |
1997-06-24 | use ntohs instead of NTOHS for counters | Niels Provos |
1997-06-24 | correct AH options hashing. | Niels Provos |
1997-06-24 | handle IP options in AH + allow IP options in outgoing encapsulated packets | Niels Provos |
1997-06-24 | Comment reordering. | Angelos D. Keromytis |
1997-06-23 | merge in 3.1.11 | kstailey |
1997-06-21 | u_int32_t changes, need testing | Theo de Raadt |
1997-06-20 | make SHA1Final(NULL, &ctx) behave as MD5Final, only update context | Niels Provos |
1997-06-20 | 3des ede | Niels Provos |
1997-06-20 | comply with draft 3des mode is ede not eee + performance. | Niels Provos |
1997-06-20 | ah-sha1 + esp-3des + indentation | Niels Provos |
1997-06-19 | ensure urgent is within window; TCP/IP Illustrated Vol 2, checked by Andreas.... | Theo de Raadt |
1997-06-16 | swap labels; adam@math.tau.ac.il | Theo de Raadt |
1997-06-15 | change byte counters to u_quad_t | Theo de Raadt |