Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-25 | remove ref to .ssh/random_seed, mention .ssh/environment in .Sh FILES, too | Markus Friedl | |
1999-12-25 | Support v4 and v6 destination TDBs. | Angelos D. Keromytis | |
1999-12-25 | Change some function prototypes, dont unnecessarily initialize some | Angelos D. Keromytis | |
variables. | |||
1999-12-25 | fake cerror.S creation for now | Michael Shalayeff | |
1999-12-25 | Move the IPsec packet-processing loop to a separate routine, so we can | Angelos D. Keromytis | |
reuse it in ip6_output and the bridge. The policy-lookup code will probably follow suit in a separate routine sometime soon. | |||
1999-12-25 | fix rfc number. | Jun-ichiro itojun Hagino | |
1999-12-24 | Try to preserve file flags in mv (Kamo Hiroyasu <wd@ics.nara-wu.ac.jp>) | Angelos D. Keromytis | |
1999-12-24 | Use correct printf formatting (dwmalone@maths.tcd.ie) | Angelos D. Keromytis | |
1999-12-24 | Return EINVAL instead of ENOBUFS if the source address is not specified. | Angelos D. Keromytis | |
1999-12-24 | Fix synopsis. bde@freebsd.org | Alex Feldman | |
1999-12-23 | Edimax NE2000; from tom@knienieder.com. | Federico G. Schwindt | |
1999-12-23 | regen. | Federico G. Schwindt | |
1999-12-23 | Edimax NE2000; from tom@knienieder.com. | Federico G. Schwindt | |
1999-12-23 | Add -I flag for compatibility. | Angelos D. Keromytis | |
1999-12-23 | Repair .Nd descriptor; wilfried@commentor.se | Aaron Campbell | |
1999-12-23 | no need for obj dir at all; millert@ ok | Michael Shalayeff | |
1999-12-23 | disable all debugs | Michael Shalayeff | |
1999-12-23 | some support for hp som executables | Michael Shalayeff | |
1999-12-23 | some more of hp som definitions from different {,kinds} sources | Michael Shalayeff | |
1999-12-23 | add hp som file support protos | Michael Shalayeff | |
1999-12-23 | clean some more files | Michael Shalayeff | |
1999-12-22 | Add yet another case when user matching is disabled. | Jason Downs | |
1999-12-22 | repair a few breakages in cross-tools caused by switch to egcs and new lorder | Michael Shalayeff | |
1999-12-22 | Add Dual NE2000. | Federico G. Schwindt | |
1999-12-22 | regen. | Federico G. Schwindt | |
1999-12-22 | Dual NE2000; john@teletrak.com.au. | Federico G. Schwindt | |
1999-12-22 | i thought hppa is there long time ago | Michael Shalayeff | |
1999-12-22 | wording fixes. sync with reality. | Jun-ichiro itojun Hagino | |
(bring in latest from KAME tree) | |||
1999-12-21 | Recursive definitions are not the real problem. | Marc Espie | |
Trying to expand them is. So flag obvious recursive definitions for later, and give an error only if we expand them. (Some gnu-m4 files, including autoconf, do define some macros with themselves as the replacement text, for use in test-if-set patterns) Since type is no longer MACRTYPE, those macros end up in builtins... but this is not a problem, since expanding them is an error. | |||
1999-12-21 | compile without INET6, okay angelos@ | Niels Provos | |
1999-12-21 | no TCP_NEWRENO anymore | Niels Provos | |
1999-12-21 | option TCP_NEWRENO goes away, its the default case for TCP_SACK if | Niels Provos | |
SACK is disabled for the connection or via sysctl | |||
1999-12-21 | be paranoid about malicious use of v4 mapped addr on v6 packet. | Jun-ichiro itojun Hagino | |
malicious party may try to use v4 mapped addr as source/dest to confuse tcp/udp layer, or to bypass security checks, for example, naive stack can mistakingly think a packet with src = ::ffff:127.0.0.1 is from local node. (sync with kame) | |||
1999-12-21 | enable SACK again | Niels Provos | |
1999-12-21 | fix non-IPsec compilation. (too complex #ifdef...) | Jun-ichiro itojun Hagino | |
1999-12-21 | reuse encapsulate/decapsulate routine in ip_ip4.c from gif interface | Jun-ichiro itojun Hagino | |
(outer=IPv4 case). tested with (inner=IPv6, outer=IPv4) case. BUG ALERT: in_gif_output() assumes about ipe4_output()'s behavior too much. I mean, "tdb" is configured with certain knowledge about ipe4_output()'s behavior. | |||
1999-12-21 | rcsid police. add Makefile. add gifconfig to SUBDIR. | Jun-ichiro itojun Hagino | |
1999-12-21 | gifconfig from KAME | Jun-ichiro itojun Hagino | |
1999-12-21 | Initialize variable. | Angelos D. Keromytis | |
1999-12-21 | Use MAP_PRIVATE for mmap() flags instead of 0. With UVM this defaults | Todd C. Miller | |
to MAP_PRIVATE anyway but we want to avoid the kernel complaining... | |||
1999-12-21 | strip lynx before installation. | Federico G. Schwindt | |
1999-12-21 | typo fix. | Jun-ichiro itojun Hagino | |
From: Michael Shalayeff <mickey@lucifier.dial-up.user.akula.net> | |||
1999-12-21 | wording changes (on openbsd ipsec6) | Jun-ichiro itojun Hagino | |
1999-12-20 | add faithd to SUBDIR. | Jun-ichiro itojun Hagino | |
1999-12-20 | rcsid police. | Jun-ichiro itojun Hagino | |
pathname change (/usr/local/v6/libexec -> /usr/libexec) bring in some of kame fixes (sprintf -> snprintf, proc title). | |||
1999-12-20 | faith translator deamon, from KAME | Jun-ichiro itojun Hagino | |
1999-12-20 | decide address family for {set,get}sockopt() by domain table, | Jun-ichiro itojun Hagino | |
not from tcb. it will present more natural behavior. af for socket option obeys address family passed to bind(2). | |||
1999-12-20 | perform setsockopt(IP_TOS) only when IPv4 connection comes. | Jun-ichiro itojun Hagino | |
1999-12-20 | machine is hppa; in cross case, define LORDER too | Michael Shalayeff | |
1999-12-20 | it looks perror("") has no effect in most cases. | Jun-ichiro itojun Hagino | |
use strerror(errno) and format it on our own. |