summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2000-01-11Use the same optimization as look_ahead for inspect (don't push back charMarc Espie
2000-01-11Don't recognize built-ins in contexts where they don't make sense.Marc Espie
2000-01-11Show problematic evaluated expression in error messages.Marc Espie
2000-01-11Remove references to ipx_error.h; it's going to be away.Federico G. Schwindt
2000-01-10document latest bugfixMarkus Friedl
2000-01-10handle OCLOSE for CHAN_INPUT_WAIT_DRAIN, i.e. do not drain buffer ifMarkus Friedl
2000-01-10discard data for channel if state != CHAN_OUTPUT_OPEN, fixes lockupMarkus Friedl
2000-01-09Add new ESP/AH statistic.Angelos D. Keromytis
2000-01-09Transport protocol ports are in network order.Angelos D. Keromytis
2000-01-09remove O_NONBLOCK from tty fd so we don't spin with EAGAINJason Wright
2000-01-09Make 'ftp host:/path/to/file' work again. This got broken during IPV6Todd C. Miller
2000-01-09Update to ncurses-5.0-20000108:Todd C. Miller
2000-01-09When storing termcap entry in the .db file, prune out empty entries likeTodd C. Miller
2000-01-08Silence gcc -Wall on alpha in enomem() printf via cast to u_long.Todd C. Miller
2000-01-08Finish changing all Var_Parse arguments to size_t. Thanks to millert@Marc Espie
2000-01-08Enable extended cap names. Previously, the only allowed cap names wereTodd C. Miller
2000-01-08Formatting fixes + better description of -a.Aaron Campbell
2000-01-05When converting from terminfo to termcap, if we run out of space, nukeTodd C. Miller
2000-01-05Close PR-1021. make unix or vms `special' macros that expand toMarc Espie
2000-01-05IPv6 support. commands under "netstat" are all IPv6-aware.Jun-ichiro itojun Hagino
2000-01-05better error messageMarkus Friedl
2000-01-05Y2K fix. at(1) would die with 'garbled time' when assign_date() was passedTodd C. Miller
2000-01-05clarify; suggestions from austin@canuck.comPaul Janzen
2000-01-05s/input histogram/input packet/histogram/Jun-ichiro itojun Hagino
2000-01-04fix file:// URL support; broken by KAME supportTheo de Raadt
2000-01-04document -4, -6, and 'ssh -L 2022/::1/22'Markus Friedl
2000-01-04allow auth-kerberos for IPv4 onlyMarkus Friedl
2000-01-04more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo, from itojun@Markus Friedl
2000-01-04'ssh @host' is illegal (null user name), from karsten@gedankenpolizei.deMarkus Friedl
2000-01-04listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)Markus Friedl
2000-01-04ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features:Markus Friedl
2000-01-04ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features:Markus Friedl
2000-01-03add missing stat items in ip section.Jun-ichiro itojun Hagino
2000-01-03.Sh "SEE ALSO" -> .Sh SEE ALSO; pjanzen@Aaron Campbell
2000-01-02cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and dgaudet@arctic.orgMarkus Friedl
2000-01-02update to ncurses-5.0-20000101Todd C. Miller
2000-01-02More bugs... fixes for most pending.Marc Espie
2000-01-02compare correct version for 1.3 compat modeMarkus Friedl
1999-12-30fix netstat -ss; some zeroed counters were displayedTheo de Raadt
1999-12-30dont strip off international characters; fixes pr/1020Niels Provos
1999-12-30avoid memory leak on realloc() failure.Jun-ichiro itojun Hagino
1999-12-30enable KAME scopeid hack (print link-local addresses with scope identifierJun-ichiro itojun Hagino
1999-12-30login already decleared in util.hEric Jackson
1999-12-29check for NULL 1stMarkus Friedl
1999-12-28Add necessary include files.Angelos D. Keromytis
1999-12-27check format string for packet_disconnect and packet_send_debug, tooMarkus Friedl
1999-12-27use packet_get_maxsize for channels. consistence.Markus Friedl
1999-12-26For loops are no longer that bad.Marc Espie
1999-12-25remove ref to .ssh/random_seed, mention .ssh/environment in .Sh FILES, tooMarkus Friedl
1999-12-23no need for obj dir at all; millert@ okMichael Shalayeff