summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-06-27remove unneccessary check in ioctlTheo de Raadt
2001-06-27No more old VM on amiga.Artur Grabowski
2001-06-27Update comment.Angelos D. Keromytis
2001-06-27Password changing works, BSD auth works with login, su, lock, xdm and xlock.Hans Insulander
2001-06-27M_COPY_* -> M_MOVE_*Angelos D. Keromytis
2001-06-27Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, dependingAngelos D. Keromytis
on how macros should be treated. Code by fgsch@, ok by me and itojun@
2001-06-27typoDug Song
2001-06-27I suckHans Insulander
2001-06-27use I2O_CLASS_MASK and I2O_LCT_ENTRY_TID_MASK instead of magic const, plus a ↵Michael Shalayeff
couple of minor knits
2001-06-27for other protocols, keep correct track of match statsNiels Provos
2001-06-27"IPSec" -> "IPsec" (jsyn@nthought.com)Angelos D. Keromytis
2001-06-27KerberosV support.Hans Insulander
Kerberos related cleanup.
2001-06-27"IPsec" capitalization (jsyn@nthought.com)Angelos D. Keromytis
2001-06-27Consistently use "IPsec" capitalization (jsyn@nthought.com)Angelos D. Keromytis
2001-06-27handle non-TCP/UDP/ICMP protocolsDug Song
2001-06-27IPSec->IPsec (jsyn@nthough.com)Angelos D. Keromytis
2001-06-27Spit out errno message instead of just exitting. ericj@ ok.smart
2001-06-27ericj@ requested netcat not have -Wall defined in the Makefilesmart
2001-06-27IPSEC->IPsec (jsyn@nthough.com)Angelos D. Keromytis
2001-06-27Fix AUTHORS section. aaron@ ok.smart
2001-06-27Add length to pkthdr.len directly.Angelos D. Keromytis
2001-06-27make it understand protocol numbers, tooNiels Provos
2001-06-27Compile cleanly with -Wallsmart
2001-06-27some more adapter and bus related definitionsMichael Shalayeff
2001-06-27Minor nits.Angelos D. Keromytis
2001-06-27OopsHans Insulander
2001-06-27remove unused var declNiklas Hallqvist
2001-06-27remove print_ip, its unusedNiels Provos
2001-06-27quick hack to make ssh2 work again.Markus Friedl
2001-06-27clean up TAILQ usageNiels Provos
2001-06-27modify for our scsi frameworkMichael Shalayeff
2001-06-27KNFNiels Provos
2001-06-27KNFNiels Provos
2001-06-27only set reason code match if there was a rule that we matchedNiels Provos
2001-06-27Pastos from the inceptionNiklas Hallqvist
2001-06-27Don't check cached TDBs on the PCB -- always call ipsp_spd_lookup();Angelos D. Keromytis
this simplifies the logic a bit.
2001-06-27Don't cache packets that hit policies -- we'll do that at the PCB forAngelos D. Keromytis
local packets.
2001-06-27implement md 64 bit swaps; niklas@ okMichael Shalayeff
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
2001-06-27Keep track of the ACQUIRE sequence number, and pass it to the kernelAngelos D. Keromytis
along with the ADD message.
2001-06-27Remove an unused function call.Hakan Olsson
2001-06-27IPv6. Also avoid a couple of mem leaks.Hakan Olsson
2001-06-27A few more functions to help with IPv6 support. By Niklas and me.Hakan Olsson
2001-06-26Add ancontrol too, since it is supported.Dale Rahn
2001-06-26Add wicontrol to ramdisk.Dale Rahn
2001-06-26use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
2001-06-26routines for getting/putting data register numbersJason Wright
2001-06-26Add dmesg to the ramdisk, since it was added to the install.md file...Dale Rahn
2001-06-26Use the ACQUIRE sequence number to "wake up" acquire state kept andAngelos D. Keromytis
cause retransmission of outgoing packets. Also, only store outgoing packets -- just drop incoming packets that cause an SA acquisition. Some comment fixup.
2001-06-26update match countsNiels Provos