Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
1999-12-20 | sync with reality. ifconfig(8) now behaves as before. | Jun-ichiro itojun Hagino | |
1999-12-20 | remove temporary workaround for library dependency problem. | Jun-ichiro itojun Hagino | |
(this was just for kame repository) | |||
1999-12-20 | say "REMOTE HOST IDENTIFICATION HAS CHANGED" | Markus Friedl | |
1999-12-20 | sync with reality (tcp/udp wildcard bind special behavior). | Jun-ichiro itojun Hagino | |
1999-12-20 | add missing IPV6_PORTRANGE case. | Jun-ichiro itojun Hagino | |
1999-12-20 | Add support for printing IPv6 addresses in IPsec flows. Formatting is | Angelos D. Keromytis | |
just plain ugly, given the possible length variances of addresses now; a better display method is needed. Also, netmasks are no longer printed for either IPv4 or IPv6 IPsec flows (they are not printed in the other protocols display either). | |||
1999-12-20 | Oops, forgot ports/protocol numbers. | Angelos D. Keromytis | |
1999-12-20 | Correctly print IPv6 addresses in IPsec flows. | Angelos D. Keromytis | |
1999-12-20 | -addr warning. | Angelos D. Keromytis | |
1999-12-20 | Accept IPv6 addresses. | Angelos D. Keromytis | |
1999-12-20 | sockaddr_in6 is padded to 32 bytes. | Angelos D. Keromytis | |
1999-12-20 | Clean up some DUALBUS initialization code. Clean up some checking | mjacob | |
against f/w revision because we'll now use initiator only mode f/w (if loading f/w) because we get more commands active in this case (and avoid some apparent sloppiness wrt Qlogic's f/w release practices). | |||
1999-12-20 | add in initiator-only f/w (preferred) for parallel SCSI devices | mjacob | |
1999-12-20 | wording fixes (sync with kame) | Jun-ichiro itojun Hagino | |
1999-12-19 | Improve timeout handling in poll machine | Constantine Sapuntzakis | |
Fix for some non-ATAPI-4 compliant drives | |||
1999-12-19 | Fix the TIMEOUT case not to dump the shell environment. | Angelos D. Keromytis | |
1999-12-19 | add icmp6(4) and ip6(4). may need some update to sync with reality. | Jun-ichiro itojun Hagino | |
in inet6(4), state that we do not support RFC1933 due to security reasons. | |||
1999-12-19 | disallow AF mismatch on inbound. | Jun-ichiro itojun Hagino | |
1999-12-19 | reject AF mismatch for inbonud multicast traffic. | Jun-ichiro itojun Hagino | |
1999-12-19 | Remove PCB protocol checks rendered unnecessary by the previous commit. | Angelos D. Keromytis | |
1999-12-19 | Be a bit more paranoid when searching for a PCB in the presence of IPv6. | Angelos D. Keromytis | |
1999-12-19 | Rearrange Lst_Find interface to conform better with other functions. | Marc Espie | |
1999-12-18 | ifdef myip_ifp (kernel/1014, thanks to dne@mayonnaise.net for testing | Angelos D. Keromytis | |
the patch) | |||
1999-12-18 | Nothing ever checks ReturnStatus on Lst_Insert, Lst_Append, Lst_AtFront, | Marc Espie | |
Lst_AtEnd, Lst_Concat, Lst_Remove, Lst_Replace. Don't bother returning one. | |||
1999-12-18 | Lst_DeQueue already checks for empty lists. | Marc Espie | |
1999-12-18 | NIL, NILGNODE, etc, are only glorified NULL. | Marc Espie | |
Get rid of them. Get rid of list.h, nothing uses it anyway. | |||
1999-12-18 | If the protocol specified via the -P flag is 1 (IPPROTO_ICMP), use | Angelos D. Keromytis | |
ICMP Echo Request packets (rather than UDP packets) for the traceroute (mlists@gizmo.kyrnet.kg) Also, if the -c flag is specified, the UDP destination port is not incremented; rather, the base port is used for all packets (33434 or as set via the -p flag). | |||
1999-12-18 | Fix kernel panic involving multicast packet (patch different from the | Angelos D. Keromytis | |
one provided by pavlin@catarina.usc.edu) | |||
1999-12-18 | too much software forgets to include sys/socket.h, SIGH | Theo de Raadt | |
1999-12-18 | netinet/in.h without sys/socket.h | Theo de Raadt | |
1999-12-18 | Enable realtime mode, use native curses functions when available, tidy man | Paul Janzen | |
page, and use MAXLOGNAME for scorefile (this makes new scorefiles incompatible with old ones). Realtime idea and some code from d@. | |||
1999-12-18 | tidy; don't list the game itself in FILES | Paul Janzen | |
1999-12-18 | Add to FILES; jsm@netbsd.org | Paul Janzen | |
1999-12-18 | add pdcache(), purge data cache | Michael Shalayeff | |
1999-12-18 | netinet/in.h without sys/socket.h | Theo de Raadt | |
1999-12-18 | make does not use circular lists, get rid of the extra weight. | Marc Espie | |
1999-12-18 | Fix error message. | Angelos D. Keromytis | |
1999-12-17 | Use pmap_writetext instead of manually fiddling with pmap_changeprot when | Artur Grabowski | |
filling in the fastint vectors. | |||
1999-12-17 | do not accept IPv4 traffic by AF_INET6 socket. IPv4 mapped address is | Jun-ichiro itojun Hagino | |
bad for access controls. (quickhack fix, need sysctl/setsockopt knob to enable this functionality) | |||
1999-12-17 | more fixes from markus | Theo de Raadt | |
1999-12-17 | set sa_len too | Theo de Raadt | |