Age | Commit message (Expand) | Author |
2001-06-27 | zap old vm | Artur Grabowski |
2001-06-27 | fix constraint, no idea how did it work | Michael Shalayeff |
2001-06-27 | implement 64 bit swap and fix constraints on others | Michael Shalayeff |
2001-06-27 | Hold on to m0->m_pkthdr.len (just being pendantic) | Angelos D. Keromytis |
2001-06-27 | Update. | Angelos D. Keromytis |
2001-06-27 | no more old VM | Artur Grabowski |
2001-06-27 | fix mac pool_get panics on forks - ok art@ | Bob Beck |
2001-06-27 | remove unneccessary check in ioctl | Theo de Raadt |
2001-06-27 | No more old VM on amiga. | Artur Grabowski |
2001-06-27 | Update comment. | Angelos D. Keromytis |
2001-06-27 | Password changing works, BSD auth works with login, su, lock, xdm and xlock. | Hans Insulander |
2001-06-27 | M_COPY_* -> M_MOVE_* | Angelos D. Keromytis |
2001-06-27 | Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending | Angelos D. Keromytis |
2001-06-27 | typo | Dug Song |
2001-06-27 | I suck | Hans Insulander |
2001-06-27 | use I2O_CLASS_MASK and I2O_LCT_ENTRY_TID_MASK instead of magic const, plus a ... | Michael Shalayeff |
2001-06-27 | for other protocols, keep correct track of match stats | Niels Provos |
2001-06-27 | "IPSec" -> "IPsec" (jsyn@nthought.com) | Angelos D. Keromytis |
2001-06-27 | KerberosV support. | Hans Insulander |
2001-06-27 | "IPsec" capitalization (jsyn@nthought.com) | Angelos D. Keromytis |
2001-06-27 | Consistently use "IPsec" capitalization (jsyn@nthought.com) | Angelos D. Keromytis |
2001-06-27 | handle non-TCP/UDP/ICMP protocols | Dug Song |
2001-06-27 | IPSec->IPsec (jsyn@nthough.com) | Angelos D. Keromytis |
2001-06-27 | Spit out errno message instead of just exitting. ericj@ ok. | smart |
2001-06-27 | ericj@ requested netcat not have -Wall defined in the Makefile | smart |
2001-06-27 | IPSEC->IPsec (jsyn@nthough.com) | Angelos D. Keromytis |
2001-06-27 | Fix AUTHORS section. aaron@ ok. | smart |
2001-06-27 | Add length to pkthdr.len directly. | Angelos D. Keromytis |
2001-06-27 | make it understand protocol numbers, too | Niels Provos |
2001-06-27 | Compile cleanly with -Wall | smart |
2001-06-27 | some more adapter and bus related definitions | Michael Shalayeff |
2001-06-27 | Minor nits. | Angelos D. Keromytis |
2001-06-27 | Oops | Hans Insulander |
2001-06-27 | remove unused var decl | Niklas Hallqvist |
2001-06-27 | remove print_ip, its unused | Niels Provos |
2001-06-27 | quick hack to make ssh2 work again. | Markus Friedl |
2001-06-27 | clean up TAILQ usage | Niels Provos |
2001-06-27 | modify for our scsi framework | Michael Shalayeff |
2001-06-27 | KNF | Niels Provos |
2001-06-27 | KNF | Niels Provos |
2001-06-27 | only set reason code match if there was a rule that we matched | Niels Provos |
2001-06-27 | Pastos from the inception | Niklas Hallqvist |
2001-06-27 | Don't check cached TDBs on the PCB -- always call ipsp_spd_lookup(); | Angelos D. Keromytis |
2001-06-27 | Don't cache packets that hit policies -- we'll do that at the PCB for | Angelos D. Keromytis |
2001-06-27 | implement md 64 bit swaps; niklas@ ok | Michael Shalayeff |
2001-06-27 | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel |
2001-06-27 | Keep track of the ACQUIRE sequence number, and pass it to the kernel | Angelos D. Keromytis |
2001-06-27 | Remove an unused function call. | Hakan Olsson |
2001-06-27 | IPv6. Also avoid a couple of mem leaks. | Hakan Olsson |
2001-06-27 | A few more functions to help with IPv6 support. By Niklas and me. | Hakan Olsson |