Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-12 | better error msg. hook to parse command line options. reviewed by pjanzen@ | David Leonard | |
1999-12-12 | Use socklen_t | David Leonard | |
Cope with fragmented reads in the initial cilent connect a lot better/simpler. Check the team name. Caller must free allocated 'spawn' structures. reviewed by pjanzen@ | |||
1999-12-12 | Catch some bad draw characters (like NUL). | David Leonard | |
Use display_beep() instead of write(,"\7",) Report read errors from stdin. reviewed by pjanzen@ | |||
1999-12-12 | Use netdb to find the hunt service port. | David Leonard | |
Use the new probe_drivers(). Better warning messages about the -t option. Correct error message for monitors that find nothing. In the screen where the user has to choose the huntd host, show new hosts as they come in. Check statistics information for 'bad' characters. Allow space to be a team name (same as no team) reviewed by pjanzen@ | |||
1999-12-12 | sync KAME rcsid. | Jun-ichiro itojun Hagino | |
1999-12-12 | inet6_rthdr_reverse() is not available yet. | Jun-ichiro itojun Hagino | |
1999-12-12 | fix variable name, refer to huntd configs. reviewed by pjanzen@ | David Leonard | |
1999-12-12 | clear an array before filling. reviewed by pjanzen@ | David Leonard | |
1999-12-12 | isplit complicated probe_drivers() out to own file. reviewed by pjanzen@ | David Leonard | |
1999-12-12 | describe the hunt client-server protocol. reviewed by pjanzen@ | David Leonard | |
1999-12-12 | make it easier to synchronize INP_xx flags and IN6P_xx flags. | Jun-ichiro itojun Hagino | |
1999-12-12 | route6d now works fine (because of udp socket advanced API fix) | Jun-ichiro itojun Hagino | |
1999-12-12 | fix IPv6 advanced API (RFC2292) for udp socket. | Jun-ichiro itojun Hagino | |
TODO: ditto for raw and tcp socket | |||
1999-12-12 | install infotocap.1 | Todd C. Miller | |
1999-12-12 | Update to ncurses-19991211: | Todd C. Miller | |
o treat as untranslatable to termcap those terminfo strings which contain non-decimal formatting, e.g., hexadecimal or octal. o correct commented-out capabilities that cannot be translated to termcap, which did not check if a colon must be escaped. o correct termcap translation for "%>" and "%+", which did not check if a colon must be escaped, for instance. o use save_string/save_char for _nc_captoinfo() to eliminate fixed buffer (originally for _nc_infotocap() in 960301 -TD). o correct expression used for terminfo equivalent of termcap %B, adjust regent100 entry which uses this. o some cleanup and commenting of ad hoc cases in _nc_infotocap(). o eliminate a fixed-buffer in tic, used for translating comments. o add manpage for infotocap. | |||
1999-12-12 | they say that cr 24-31 are for interrupt handlers use, so pdc may mangle those | Michael Shalayeff | |
1999-12-12 | do homebrew pmap_changebit pmap_new way | Michael Shalayeff | |
1999-12-12 | reflect reality; millert@ ok | Hugh Graham | |
1999-12-12 | widen output formatting a bit | Hugh Graham | |
1999-12-11 | Add a perror() in reporting failure to connect. | Angelos D. Keromytis | |
1999-12-11 | Remove old IDE driver | Constantine Sapuntzakis | |
1999-12-11 | Remove old atapi driver | Constantine Sapuntzakis | |
1999-12-11 | Bye-bye to the old ATAPI driver | Constantine Sapuntzakis | |
1999-12-11 | LS-120's do support mode sense. | Constantine Sapuntzakis | |
1999-12-11 | Cleanup. | Constantine Sapuntzakis | |
Better timeout logic | |||
1999-12-11 | atapiscsi(4) not atapi(4) and add atapiscsi(4) to SEE ALSO section | Todd C. Miller | |
1999-12-11 | it looks that route6d is not working right, because of | Jun-ichiro itojun Hagino | |
behavior difference in socket layer against multicast destination. | |||
1999-12-11 | add and enable route6d. fix bogus enties in distrib/sets/lists. | Jun-ichiro itojun Hagino | |
XXX route6d is not really tested on kame/openbsd. there can be some trouble with kernel advanced API part. | |||
1999-12-11 | route6d, simple ripng daemon, from KAME | Jun-ichiro itojun Hagino | |
1999-12-11 | enable rtadvd in usr.sbin/Makefile. | Jun-ichiro itojun Hagino | |
rcsid police on usr.sbin/rtadvd. add sample config into etc/rtadvd.conf. add files into distrib/sets/list. | |||
1999-12-11 | Updated docos to reflect ATAPI tape support | Constantine Sapuntzakis | |
1999-12-11 | router advertisement daemon, from KAME | Jun-ichiro itojun Hagino | |
1999-12-11 | ATAPI Tape drive support. Should be considered experimental. | Constantine Sapuntzakis | |
Major restructuring of the code path that sends ATAPI packet commands. One set of functions works in polling, process, and interrupt contexts. | |||
1999-12-11 | add fingerd on tcp6. | Jun-ichiro itojun Hagino | |
1999-12-11 | IPv6 support for finger client. | Jun-ichiro itojun Hagino | |
1999-12-11 | namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org | Markus Friedl | |
1999-12-11 | IPv6/IPv4 dual stack support. uses getaddrinfo() and getnameinfo() | Jun-ichiro itojun Hagino | |
throughout the code so please look at it with care (for auditing). XXX source routing is not available for IPv6 (even before I modify, it was not available for IPv4 anyways) | |||
1999-12-11 | we don't have support for IPsec controls, so comment them out. | Jun-ichiro itojun Hagino | |
1999-12-11 | add ping6(8), IPv6 ping. | Jun-ichiro itojun Hagino | |
XXX may be merged into ping(8)? XXX NRL getaddrinfo(3) does not allow SOCK_RAW as ai_socktype. quickhack is enabled by -DNRL_GETADDRINFO. | |||
1999-12-11 | prevent bogus reverse query for 1.0.0.0.in-addr.arpa. | Jun-ichiro itojun Hagino | |
this occurs by mixing up ::1 as IPv6 auto-tunnel address like ::10.1.1.1. | |||
1999-12-11 | fix gethostbyname2(foo, AF_INET6). | Jun-ichiro itojun Hagino | |
on /etc/hosts lookup, file static variable "hosts" was damaged and prevented lookup of IPv6 hostnames. | |||
1999-12-11 | add inet6_option_* and inet6_rthdr_*. | Jun-ichiro itojun Hagino | |
increase shlib minor. | |||
1999-12-11 | this isn't the first release | Jason Wright | |
1999-12-11 | add telnetd on tcp6 (commented out). | Jun-ichiro itojun Hagino | |
1999-12-11 | set "host" properly when getnameinfo() is successful. | Jun-ichiro itojun Hagino | |
1999-12-10 | simple driver for Texas Instruments TNETE2101 phy | Jason Wright | |
1999-12-10 | Close comment just once. | Marc Espie | |
Amazed, this bug has been in the gcc main source for almost a year. Is this file compiled somewhere ? (reported to gcc folks, thanks to Andreas Gunnarsson for finding the bug) | |||
1999-12-10 | sync | Jason Wright | |
1999-12-10 | add TNETE2101 | Jason Wright | |
1999-12-10 | v6 friendly; KAME | Theo de Raadt | |