Age | Commit message (Expand) | Author |
2001-06-30 | adress -> address; ok markus@ | Kevin Steves |
2001-06-30 | Default login style is now krb4-or-pwd, not krb-or-pwd. | Todd C. Miller |
2001-06-30 | Repair 197 support (oops) | Miod Vallat |
2001-06-30 | Get root filehandle via nfs_root. | Constantine Sapuntzakis |
2001-06-30 | make it more sysctl-like, ommit -kmd switches. | Michael Shalayeff |
2001-06-30 | fix the love quote, slacker bob | Michael Shalayeff |
2001-06-30 | More log searching; mickey@ ok'ed. | Federico G. Schwindt |
2001-06-30 | more from icb.log; mickey@ ok. | Federico G. Schwindt |
2001-06-30 | ok mickey@ | Bob Beck |
2001-06-30 | faith(4) is now documented in RFC3142. | Jun-ichiro itojun Hagino |
2001-06-30 | missing freeaddrinfo(). PR 1907 | Jun-ichiro itojun Hagino |
2001-06-29 | Fix address byte ordering issue, ho@ ok | Angelos D. Keromytis |
2001-06-29 | Move ifq_maxlen setting to if_attach(). Doing it at if_init() is wrong, | Federico G. Schwindt |
2001-06-29 | Removing a debugging printout... | Hakan Olsson |
2001-06-29 | update the copyright year | Michael Shalayeff |
2001-06-29 | return normal is error code returned is zero, for some thinkpads | Michael Shalayeff |
2001-06-29 | KAME-integrated BSDs have getnameinfo | Jun-ichiro itojun Hagino |
2001-06-29 | Reflect setsockopt changes. May need further mods for KAME IPsecs. | Hakan Olsson |
2001-06-29 | setsockopt flags needs to be IPv6 aware | Hakan Olsson |
2001-06-29 | Some cleaning. Remove unused boot options, don't declare extra RB_FOO | Miod Vallat |
2001-06-29 | move definitions around a bit and define a few more constants | Jason Wright |
2001-06-29 | Give RB_NOSYM a non-conflicting value here too. | Miod Vallat |
2001-06-29 | Add back gettytab reading but use cget* instead of the obsolescent gtget* | Todd C. Miller |
2001-06-29 | POSIX-ify the flag options at theo's request | Kjell Wooding |
2001-06-29 | Move esetenv() to misc.c since it is not specific to kerberized | Todd C. Miller |
2001-06-29 | change load_file implementation so we can accept input on | Kjell Wooding |
2001-06-29 | Set the port *before* the comparison. | Angelos D. Keromytis |
2001-06-29 | LOG_DBG in hash_get, and if sysdep_cleartext() fails bail out of | Angelos D. Keromytis |
2001-06-29 | spaces | Michael Shalayeff |
2001-06-29 | Create an IPv6 default transport | Niklas Hallqvist |
2001-06-29 | implement get/set screen ioctls to fetch configured screen list | Michael Shalayeff |
2001-06-29 | oops | Niklas Hallqvist |
2001-06-29 | merge a bit of bus_dma* from netbsd | Jason Wright |
2001-06-29 | more AF-independence | Niklas Hallqvist |
2001-06-29 | Remove extra ':' from LOG_DBG_BUF() | Angelos D. Keromytis |
2001-06-29 | Provide an API to get sockaddrs out of the config db | Niklas Hallqvist |
2001-06-29 | IPv6 support, by niklas@ and me. | Hakan Olsson |
2001-06-29 | On OpenBSD, we want -Werror. | Hakan Olsson |
2001-06-29 | Get rid of redundant lengths in get_spi API. | Hakan Olsson |
2001-06-29 | Change get_src/get_dst API as we get the length with sa_len. | Hakan Olsson |
2001-06-29 | More sa_len usage. | Hakan Olsson |
2001-06-29 | use socklen_t for getsockopt arg #5; ok markus@ | Kevin Steves |
2001-06-29 | sync function definition with declaration; ok markus@ | Kevin Steves |
2001-06-29 | move pf_test check to happen after checksum calculation - without | Bob Beck |
2001-06-29 | A few more direct sa_len usages. | Hakan Olsson |
2001-06-29 | saner checking in icmp_error; from NetBSD with work by dug and me. | Niels Provos |
2001-06-29 | Since we have a sockaddr struct, use sa_len directly. | Hakan Olsson |
2001-06-29 | Be consistent. | Hakan Olsson |
2001-06-29 | More libkvm.old relics | Miod Vallat |
2001-06-29 | Prepend pf_ to limit potential namespace problems, shorten some lines. | Niklas Hallqvist |