summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-12-09Couple of paranoid ifdefs...Angelos D. Keromytis
1999-12-09ip4e_output() can now generate any combination of IP{4,6}-in-IP{4,6}Angelos D. Keromytis
1999-12-09close passive mode data socket.Jun-ichiro itojun Hagino
1999-12-09Unspecified tunnel endpoint use statistic.Angelos D. Keromytis
1999-12-09Add "unspecified tunnel endpoint" statistic.Angelos D. Keromytis
1999-12-09Protocol family mismatch counter.Angelos D. Keromytis
1999-12-09Protocol family mismatch counter for IP-IP.Angelos D. Keromytis
1999-12-09Remove unnecessary statistic.Angelos D. Keromytis
1999-12-09Be more careful with IPv4 multicast (make sure it's IPv4), and removeAngelos D. Keromytis
1999-12-09ip4_input() can now handle either of IP-in-IP or IP-in-IPv6Angelos D. Keromytis
1999-12-09We can't use the gif interface input routine for IPIP/IP6IPAngelos D. Keromytis
1999-12-09IPv6 support should now be complete (well, we need the right hooks inAngelos D. Keromytis
1999-12-09Minor cleanupAngelos D. Keromytis
1999-12-09syncTheo de Raadt
1999-12-09first arg to pmap_changebit is paddr_tMichael Shalayeff
1999-12-09Remove extra SEE ALSO section.Aaron Campbell
1999-12-09who cares about the ipl lkmTheo de Raadt
1999-12-09Avoid divide by zero, spotted by aaron@Todd C. Miller
1999-12-09Bogus include file crept in.Angelos D. Keromytis
1999-12-09Note that the ``sappnd'' and ``schg'' system flags may only be unset whenAaron Campbell
1999-12-09Shrink...Angelos D. Keromytis
1999-12-09Add prototype for esp6_input() wrapper to ESP input processing routine.Angelos D. Keromytis
1999-12-09fix proto; markusTheo de Raadt
1999-12-09OpenSSH-1.2.1Markus Friedl
1999-12-09fix get_remote_port() and friends for sshd -i; Holger.Trapp@Informatik.TU-Che...Markus Friedl
1999-12-08repair fake-skey for AUTH_TISMarkus Friedl
1999-12-08- Document -alias.Aaron Campbell
1999-12-08only replace .mul/.umul on v8 cpusTheo de Raadt
1999-12-08June 6, 1999 version of the "one true awk"Todd C. Miller
1999-12-08syncTheo de Raadt
1999-12-08@@@0001 is not a sbTheo de Raadt
1999-12-08fix mbuf chain allocation to comply with m_devget() wayJason Wright
1999-12-08fix mbuf chain allocation to comply with m_devget() way.Jason Wright
1999-12-08move checking of hostkey into own function.Markus Friedl
1999-12-08make code simpler. no need for memcpy. niels@ okMarkus Friedl
1999-12-08DEC/Intel 21143 and "tulip" clone Ethernet driver. Intended to replace theAaron Campbell
1999-12-08Just comment out the M_TUNNEL case...Angelos D. Keromytis
1999-12-08silence more DAD debugging informationTheo de Raadt
1999-12-08avoid stdio; based on work by markus, millert, and ITheo de Raadt
1999-12-08s/ipv6intr/ip6intr/Jun-ichiro itojun Hagino
1999-12-08s/ipv6intr/ip6intr/Michael Shalayeff
1999-12-08Readd the PMAP_NEW code, this time with the missing ifdef.Artur Grabowski
1999-12-08add faith(4), gif(4) and inet6(4).Jun-ichiro itojun Hagino
1999-12-08avoid build breakage. (mbuf flag M_TUNNEL passed to userland???)Jun-ichiro itojun Hagino
1999-12-08sample entry for IPv6 ftp.Jun-ichiro itojun Hagino
1999-12-08IPv6/v4 inetd(8) from KAME. now you can test ftp over IPv6.Jun-ichiro itojun Hagino
1999-12-08IPv6 support from KAME.Jun-ichiro itojun Hagino
1999-12-08ftp(1) from KAME, should be good for testing.Jun-ichiro itojun Hagino
1999-12-08add ifmcstat(8), a program to check multicast group status on interfaces.Jun-ichiro itojun Hagino
1999-12-08add IPv6 support from KAME. cleanup type matches with printf() format.Jun-ichiro itojun Hagino