Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-09 | Add "unspecified tunnel endpoint" statistic. | Angelos D. Keromytis | |
1999-12-09 | Protocol family mismatch counter. | Angelos D. Keromytis | |
1999-12-09 | Protocol family mismatch counter for IP-IP. | Angelos D. Keromytis | |
1999-12-09 | Remove unnecessary statistic. | Angelos D. Keromytis | |
1999-12-09 | Be more careful with IPv4 multicast (make sure it's IPv4), and remove | Angelos D. Keromytis | |
unnecessary include files. | |||
1999-12-09 | ip4_input() can now handle either of IP-in-IP or IP-in-IPv6 | Angelos D. Keromytis | |
encapsulation. Eventually, this routine will be made to deal with all 4 combinations of IP/IPv6 encapsulation. gif interface support should be added here too (itojun :-), when the packet has not been received over an IPsec tunnel. ECN handling should also be done. | |||
1999-12-09 | We can't use the gif interface input routine for IPIP/IP6IP | Angelos D. Keromytis | |
encapsulation. | |||
1999-12-09 | IPv6 support should now be complete (well, we need the right hooks in | Angelos D. Keromytis | |
ip6_input()) | |||
1999-12-09 | Minor cleanup | Angelos D. Keromytis | |
1999-12-09 | sync | Theo de Raadt | |
1999-12-09 | first arg to pmap_changebit is paddr_t | Michael Shalayeff | |
1999-12-09 | Remove extra SEE ALSO section. | Aaron Campbell | |
1999-12-09 | who cares about the ipl lkm | Theo de Raadt | |
1999-12-09 | Avoid divide by zero, spotted by aaron@ | Todd C. Miller | |
1999-12-09 | Bogus include file crept in. | Angelos D. Keromytis | |
1999-12-09 | Note that the ``sappnd'' and ``schg'' system flags may only be unset when | Aaron Campbell | |
non-secure (i.e., single-user mode). | |||
1999-12-09 | Shrink... | Angelos D. Keromytis | |
1999-12-09 | Add prototype for esp6_input() wrapper to ESP input processing routine. | Angelos D. Keromytis | |
1999-12-09 | fix proto; markus | Theo de Raadt | |
1999-12-09 | OpenSSH-1.2.1 | Markus Friedl | |
1999-12-09 | fix get_remote_port() and friends for sshd -i; ↵ | Markus Friedl | |
Holger.Trapp@Informatik.TU-Chemnitz.DE | |||
1999-12-08 | repair fake-skey for AUTH_TIS | Markus Friedl | |
1999-12-08 | - Document -alias. | Aaron Campbell | |
- More reference to inet6. - Misc cleanup, but should revisit this file later. | |||
1999-12-08 | only replace .mul/.umul on v8 cpus | Theo de Raadt | |
1999-12-08 | June 6, 1999 version of the "one true awk" | Todd C. Miller | |
Most of the changes are to avoid using a static buffer for error messages. | |||
1999-12-08 | sync | Theo de Raadt | |
1999-12-08 | @@@0001 is not a sb | Theo de Raadt | |
1999-12-08 | fix mbuf chain allocation to comply with m_devget() way | Jason Wright | |
1999-12-08 | fix mbuf chain allocation to comply with m_devget() way. | Jason Wright | |
1999-12-08 | move checking of hostkey into own function. | Markus Friedl | |
1999-12-08 | make code simpler. no need for memcpy. niels@ ok | Markus Friedl | |
1999-12-08 | DEC/Intel 21143 and "tulip" clone Ethernet driver. Intended to replace the | Aaron Campbell | |
individual ax, al, pn, and mx drivers. It also supports the Davicom DM9100 and DM9102 chipsets (dm) which we previously did not have. From FreeBSD. | |||
1999-12-08 | Just comment out the M_TUNNEL case... | Angelos D. Keromytis | |
1999-12-08 | silence more DAD debugging information | Theo de Raadt | |
1999-12-08 | avoid stdio; based on work by markus, millert, and I | Theo de Raadt | |
1999-12-08 | s/ipv6intr/ip6intr/ | Jun-ichiro itojun Hagino | |
1999-12-08 | s/ipv6intr/ip6intr/ | Michael Shalayeff | |
1999-12-08 | Readd the PMAP_NEW code, this time with the missing ifdef. | Artur Grabowski | |
1999-12-08 | add faith(4), gif(4) and inet6(4). | Jun-ichiro itojun Hagino | |
1999-12-08 | avoid build breakage. (mbuf flag M_TUNNEL passed to userland???) | Jun-ichiro itojun Hagino | |
1999-12-08 | sample entry for IPv6 ftp. | Jun-ichiro itojun Hagino | |
1999-12-08 | IPv6/v4 inetd(8) from KAME. now you can test ftp over IPv6. | Jun-ichiro itojun Hagino | |
1999-12-08 | IPv6 support from KAME. | Jun-ichiro itojun Hagino | |
XXX kerberos and tcp_wrapper needs checking | |||
1999-12-08 | ftp(1) from KAME, should be good for testing. | Jun-ichiro itojun Hagino | |
1999-12-08 | add ifmcstat(8), a program to check multicast group status on interfaces. | Jun-ichiro itojun Hagino | |
1999-12-08 | add IPv6 support from KAME. cleanup type matches with printf() format. | Jun-ichiro itojun Hagino | |
KAME_SCOPEID should be enabled after KAME get{addr,name}info(3) merge. | |||
1999-12-08 | undo even more damage | Theo de Raadt | |
1999-12-08 | undo total garbage untested sloppy commit from art | Theo de Raadt | |
1999-12-08 | silence non-duplicate DAD completion messages | Theo de Raadt | |
1999-12-08 | Fix debugging printf compilation. | Angelos D. Keromytis | |