Age | Commit message (Expand) | Author |
2000-01-23 | OpenSSH-1.2.2 | Markus Friedl |
2000-01-22 | Some minor doc updates that should have gotten commited ages ago. | Todd C. Miller |
2000-01-22 | getsockname() requires initialized tolen; andy@guildsoftware.com | Theo de Raadt |
2000-01-22 | Add a couple of useful examples. | Aaron Campbell |
2000-01-22 | ie. -> i.e., | Aaron Campbell |
2000-01-21 | instead of blocking SIGINT, catch it ourselves, so that we can clean the | Theo de Raadt |
2000-01-21 | Deal with getcwd() returning NULL. | Todd C. Miller |
2000-01-21 | ip4 -> ipip | Angelos D. Keromytis |
2000-01-21 | Deal with getcwd() returning NULL. This code is not currently | Todd C. Miller |
2000-01-20 | Use sysopen() when opening recover files. This is purely paranoia | Todd C. Miller |
2000-01-20 | Fix problem pointed out by FreeBSD, regen temp file name each time, to | Marc Espie |
2000-01-20 | log with level log() not fatal() if peer behaves badly. | Markus Friedl |
2000-01-20 | use getpeername() in packet_connection_is_on_socket(), fixes sshd -i; | Markus Friedl |
2000-01-20 | Default value for -s option is ARG_MAX - 4096, not - 2048; enami | Theo de Raadt |
2000-01-19 | .MAIN is nothing special. | Marc Espie |
2000-01-19 | Better summary line, in keeping with other *stat commands; from NetBSD | Paul Janzen |
2000-01-18 | Repair duplicate word occurences; (as found by a Perl script sent to us from | Aaron Campbell |
2000-01-18 | no need for poll.h; from bright@wintelcom.net | Markus Friedl |
2000-01-18 | disable agent fwding for proto 1.3, remove abuse of auth-rsa flags. | Markus Friedl |
2000-01-18 | fix user/1056, sshd keeps restrictions; dbt@meat.net | Markus Friedl |
2000-01-18 | print IPv6 multicast groups on -ia. | Jun-ichiro itojun Hagino |
2000-01-18 | Use err, not errx when freopen() failes to get error string; form@openbsd.org | Todd C. Miller |
2000-01-17 | IPv6 support. netbsd PR 9199 with adaptation to NRL inpcb. | Jun-ichiro itojun Hagino |
2000-01-16 | destroy keys earlier | Markus Friedl |
2000-01-16 | split key exchange (kex) and user authentication (user-auth), ok: provos@ | Markus Friedl |
2000-01-16 | Update to ncurses-5.0-20000115: | Todd C. Miller |
2000-01-15 | typo; sotiris.vassilopoulos@betatech.gr via adejoode@zedz.net | Niels Provos |
2000-01-15 | There is no need to waste short for holding EOF in the pushback buffer. | Marc Espie |
2000-01-14 | show blackhole flag; ura@hiru.aoba.yokohama.jp | Theo de Raadt |
2000-01-14 | sort options, from paskalis@di.uoa.gr; .Xr gzip 1 | Markus Friedl |
2000-01-14 | port:host:hostport in SYNOPSIS, from mep@netsec.net | Markus Friedl |
2000-01-13 | Record 50 levels of open parenthesis, open quotes, to give a post-mortem. | Marc Espie |
2000-01-12 | Use a proper abstract interface for file accesses, so that we can record | Marc Espie |
2000-01-12 | usage() should go to stderr, not stdout. | Todd C. Miller |
2000-01-12 | Use MAXHOSTNAMELEN; millert@ ok | Aaron Campbell |
2000-01-12 | Better. | Aaron Campbell |
2000-01-11 | Use the same optimization as look_ahead for inspect (don't push back char | Marc Espie |
2000-01-11 | Don't recognize built-ins in contexts where they don't make sense. | Marc Espie |
2000-01-11 | Show problematic evaluated expression in error messages. | Marc Espie |
2000-01-11 | Remove references to ipx_error.h; it's going to be away. | Federico G. Schwindt |
2000-01-10 | document latest bugfix | Markus Friedl |
2000-01-10 | handle OCLOSE for CHAN_INPUT_WAIT_DRAIN, i.e. do not drain buffer if | Markus Friedl |
2000-01-10 | discard data for channel if state != CHAN_OUTPUT_OPEN, fixes lockup | Markus Friedl |
2000-01-09 | Add new ESP/AH statistic. | Angelos D. Keromytis |
2000-01-09 | Transport protocol ports are in network order. | Angelos D. Keromytis |
2000-01-09 | remove O_NONBLOCK from tty fd so we don't spin with EAGAIN | Jason Wright |
2000-01-09 | Make 'ftp host:/path/to/file' work again. This got broken during IPV6 | Todd C. Miller |
2000-01-09 | Update to ncurses-5.0-20000108: | Todd C. Miller |
2000-01-09 | When storing termcap entry in the .db file, prune out empty entries like | Todd C. Miller |
2000-01-08 | Silence gcc -Wall on alpha in enomem() printf via cast to u_long. | Todd C. Miller |