summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-06-30adress -> address; ok markus@Kevin Steves
2001-06-30Default login style is now krb4-or-pwd, not krb-or-pwd.Todd C. Miller
2001-06-30Repair 197 support (oops)Miod Vallat
2001-06-30Get root filehandle via nfs_root.Constantine Sapuntzakis
2001-06-30make it more sysctl-like, ommit -kmd switches.Michael Shalayeff
2001-06-30fix the love quote, slacker bobMichael Shalayeff
2001-06-30More log searching; mickey@ ok'ed.Federico G. Schwindt
2001-06-30more from icb.log; mickey@ ok.Federico G. Schwindt
2001-06-30ok mickey@Bob Beck
2001-06-30faith(4) is now documented in RFC3142.Jun-ichiro itojun Hagino
2001-06-30missing freeaddrinfo(). PR 1907Jun-ichiro itojun Hagino
2001-06-29Fix address byte ordering issue, ho@ okAngelos D. Keromytis
2001-06-29Move ifq_maxlen setting to if_attach(). Doing it at if_init() is wrong,Federico G. Schwindt
2001-06-29Removing a debugging printout...Hakan Olsson
2001-06-29update the copyright yearMichael Shalayeff
2001-06-29return normal is error code returned is zero, for some thinkpadsMichael Shalayeff
2001-06-29KAME-integrated BSDs have getnameinfoJun-ichiro itojun Hagino
2001-06-29Reflect setsockopt changes. May need further mods for KAME IPsecs.Hakan Olsson
2001-06-29setsockopt flags needs to be IPv6 awareHakan Olsson
2001-06-29Some cleaning. Remove unused boot options, don't declare extra RB_FOOMiod Vallat
2001-06-29move definitions around a bit and define a few more constantsJason Wright
2001-06-29Give RB_NOSYM a non-conflicting value here too.Miod Vallat
2001-06-29Add back gettytab reading but use cget* instead of the obsolescent gtget*Todd C. Miller
2001-06-29POSIX-ify the flag options at theo's requestKjell Wooding
2001-06-29Move esetenv() to misc.c since it is not specific to kerberizedTodd C. Miller
2001-06-29change load_file implementation so we can accept input onKjell Wooding
2001-06-29Set the port *before* the comparison.Angelos D. Keromytis
2001-06-29LOG_DBG in hash_get, and if sysdep_cleartext() fails bail out ofAngelos D. Keromytis
2001-06-29spacesMichael Shalayeff
2001-06-29Create an IPv6 default transportNiklas Hallqvist
2001-06-29implement get/set screen ioctls to fetch configured screen listMichael Shalayeff
2001-06-29oopsNiklas Hallqvist
2001-06-29merge a bit of bus_dma* from netbsdJason Wright
2001-06-29more AF-independenceNiklas Hallqvist
2001-06-29Remove extra ':' from LOG_DBG_BUF()Angelos D. Keromytis
2001-06-29Provide an API to get sockaddrs out of the config dbNiklas Hallqvist
2001-06-29IPv6 support, by niklas@ and me.Hakan Olsson
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
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