Age | Commit message (Expand) | Author |
2000-01-08 | Formatting fixes + better description of -a. | Aaron Campbell |
2000-01-05 | When converting from terminfo to termcap, if we run out of space, nuke | Todd C. Miller |
2000-01-05 | Close PR-1021. make unix or vms `special' macros that expand to | Marc Espie |
2000-01-05 | IPv6 support. commands under "netstat" are all IPv6-aware. | Jun-ichiro itojun Hagino |
2000-01-05 | better error message | Markus Friedl |
2000-01-05 | Y2K fix. at(1) would die with 'garbled time' when assign_date() was passed | Todd C. Miller |
2000-01-05 | clarify; suggestions from austin@canuck.com | Paul Janzen |
2000-01-05 | s/input histogram/input packet/histogram/ | Jun-ichiro itojun Hagino |
2000-01-04 | fix file:// URL support; broken by KAME support | Theo de Raadt |
2000-01-04 | document -4, -6, and 'ssh -L 2022/::1/22' | Markus Friedl |
2000-01-04 | allow auth-kerberos for IPv4 only | Markus Friedl |
2000-01-04 | more 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.de | Markus Friedl |
2000-01-04 | listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE) | Markus Friedl |
2000-01-04 | ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: | Markus Friedl |
2000-01-04 | ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: | Markus Friedl |
2000-01-03 | add missing stat items in ip section. | Jun-ichiro itojun Hagino |
2000-01-03 | .Sh "SEE ALSO" -> .Sh SEE ALSO; pjanzen@ | Aaron Campbell |
2000-01-02 | cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and dgaudet@arctic.org | Markus Friedl |
2000-01-02 | update to ncurses-5.0-20000101 | Todd C. Miller |
2000-01-02 | More bugs... fixes for most pending. | Marc Espie |
2000-01-02 | compare correct version for 1.3 compat mode | Markus Friedl |
1999-12-30 | fix netstat -ss; some zeroed counters were displayed | Theo de Raadt |
1999-12-30 | dont strip off international characters; fixes pr/1020 | Niels Provos |
1999-12-30 | avoid memory leak on realloc() failure. | Jun-ichiro itojun Hagino |
1999-12-30 | enable KAME scopeid hack (print link-local addresses with scope identifier | Jun-ichiro itojun Hagino |
1999-12-30 | login already decleared in util.h | Eric Jackson |
1999-12-29 | check for NULL 1st | Markus Friedl |
1999-12-28 | Add necessary include files. | Angelos D. Keromytis |
1999-12-27 | check format string for packet_disconnect and packet_send_debug, too | Markus Friedl |
1999-12-27 | use packet_get_maxsize for channels. consistence. | Markus Friedl |
1999-12-26 | For loops are no longer that bad. | Marc Espie |
1999-12-25 | remove ref to .ssh/random_seed, mention .ssh/environment in .Sh FILES, too | Markus Friedl |
1999-12-23 | no need for obj dir at all; millert@ ok | Michael Shalayeff |
1999-12-22 | Add yet another case when user matching is disabled. | Jason Downs |
1999-12-21 | Recursive definitions are not the real problem. | Marc Espie |
1999-12-21 | Use MAP_PRIVATE for mmap() flags instead of 0. With UVM this defaults | Todd C. Miller |
1999-12-20 | it looks perror("") has no effect in most cases. | Jun-ichiro itojun Hagino |
1999-12-20 | say "REMOTE HOST IDENTIFICATION HAS CHANGED" | Markus Friedl |
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-19 | Rearrange Lst_Find interface to conform better with other functions. | Marc Espie |
1999-12-18 | Nothing ever checks ReturnStatus on Lst_Insert, Lst_Append, Lst_AtFront, | Marc Espie |
1999-12-18 | Lst_DeQueue already checks for empty lists. | Marc Espie |
1999-12-18 | NIL, NILGNODE, etc, are only glorified NULL. | Marc Espie |
1999-12-18 | make does not use circular lists, get rid of the extra weight. | Marc Espie |
1999-12-17 | grammar; one instance found by NetBSD | Paul Janzen |
1999-12-16 | Bugfix: execvp might fail for many reasons. | Marc Espie |
1999-12-16 | Var_Subst is actually two distinct functions folded into one: | Marc Espie |
1999-12-16 | remaining part of the previous patch... patch got confused somehow. | Marc Espie |