summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-06-29On OpenBSD, we want -Werror.Hakan Olsson
2001-06-29Get rid of redundant lengths in get_spi API.Hakan Olsson
2001-06-29Change get_src/get_dst API as we get the length with sa_len.Hakan Olsson
2001-06-29More sa_len usage.Hakan Olsson
2001-06-29use socklen_t for getsockopt arg #5; ok markus@Kevin Steves
2001-06-29sync function definition with declaration; ok markus@Kevin Steves
2001-06-29move pf_test check to happen after checksum calculation - withoutBob Beck
this packets originating from this host (such as with an rdr to localhost for transparent proxying) do not get checksummed correctly, because the pf code does not have a correct checksum to fix up (ok kjell@)
2001-06-29A few more direct sa_len usages.Hakan Olsson
2001-06-29saner checking in icmp_error; from NetBSD with work by dug and me.Niels Provos
2001-06-29Since we have a sockaddr struct, use sa_len directly.Hakan Olsson
2001-06-29Be consistent.Hakan Olsson
2001-06-29More libkvm.old relicsMiod Vallat
2001-06-29Prepend pf_ to limit potential namespace problems, shorten some lines.Niklas Hallqvist
2001-06-29Add kbd info for iBook. -mojMats O Jansson
2001-06-29allocate contexts during attach since we can't mess with them duringJason Wright
interrupts (the space allocation is wasteful, but more data will be moved into the allocation soon).
2001-06-29call defrouter_select() only if i am autoconfigured hostJun-ichiro itojun Hagino
2001-06-29typosMarc Espie
2001-06-29list instead of tailq for frents, use pool hardlimits, correctly freeNiels Provos
after complete reassembly
2001-06-29Remove defines that are now defined elsewhere.Janne Johansson
2001-06-29initialize earlyMarkus Friedl
2001-06-29new error handling for cyberflex_*Markus Friedl
2001-06-29biosboot is more than 256 bytes for a while nowMichael Shalayeff
2001-06-29cleanupMarkus Friedl
2001-06-29Include/header cleanup. More.Dale Rahn
2001-06-29implement __swap64mdMichael Shalayeff
2001-06-29Enable iop+ioprbsNiklas Hallqvist
2001-06-29Enable ioprbsNiklas Hallqvist
2001-06-29header file include/define cleanup. commit N of many.Dale Rahn
2001-06-29Alpha-version (or is that Intel?) of the I2O random block storage driver.Niklas Hallqvist
Inspired by ld_iop.c from NetBSD but written by me mostly. Tested on the Adaptec 2100S RAID card, got it working at Usenix in a weird hackathon setup.
2001-06-29uglyTheo de Raadt
2001-06-29We need telnet_net_write() even when AUTHENTICATION is not defined.Todd C. Miller
2001-06-29o We have uname(2)Todd C. Miller
o Include stdarg.h since we do varags stuff
2001-06-29Better failure handling in the init routineNiklas Hallqvist
2001-06-29create /usr/libdata/sshTheo de Raadt
2001-06-29print the total score, size permittingMichael Shalayeff
2001-06-29fix compilation on netbsd/kame. not really testedJun-ichiro itojun Hagino
2001-06-29Style fix as per niklas@'s suggestion.Hakan Olsson
2001-06-29cleanup, including removing the size rule which nobodyMichael Shalayeff
gives a shit about anyway.
2001-06-29Initial IPv6 support. (niklas@ ok)Hakan Olsson
2001-06-29Don't assume IPv4. Initial IPv6 support.Hakan Olsson
2001-06-29Fix PF_SCRUB enumerator.Angelos D. Keromytis
2001-06-29note safety (discussed with art)Jason Wright
2001-06-29/etc/krb5.keytab -> /etc/kerberosV/krb5.keytabHans Insulander
/etc/srvtab -> /etc/kerberosIV/srvtab
2001-06-29/etc/krb5.conf -> /etc/kerberosV/krb5.confHans Insulander
2001-06-29use mktemp for temporary files creation, remove unnecessary directoryPeter Valchev
usage, exit appropriately and adjust the trap statements; ok millert
2001-06-29fix counter/reason array usageDaniel Hartmeier
2001-06-29KNFsmart
2001-06-28Add swedish keyboard with or without dead keys. -mojMats O Jansson
2001-06-28lower hiwat limits, enforce hi water markNiels Provos
2001-06-28'/' can also be an instance separator (e.g. kerb5)Todd C. Miller