summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2000-01-23OpenSSH-1.2.2Markus Friedl
2000-01-22Some minor doc updates that should have gotten commited ages ago.Todd C. Miller
2000-01-22getsockname() requires initialized tolen; andy@guildsoftware.comTheo de Raadt
2000-01-22Add a couple of useful examples.Aaron Campbell
2000-01-22ie. -> i.e.,Aaron Campbell
2000-01-21instead of blocking SIGINT, catch it ourselves, so that we can clean theTheo de Raadt
2000-01-21Deal with getcwd() returning NULL.Todd C. Miller
2000-01-21ip4 -> ipipAngelos D. Keromytis
2000-01-21Deal with getcwd() returning NULL. This code is not currentlyTodd C. Miller
2000-01-20Use sysopen() when opening recover files. This is purely paranoiaTodd C. Miller
2000-01-20Fix problem pointed out by FreeBSD, regen temp file name each time, toMarc Espie
2000-01-20log with level log() not fatal() if peer behaves badly.Markus Friedl
2000-01-20use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;Markus Friedl
2000-01-20Default value for -s option is ARG_MAX - 4096, not - 2048; enamiTheo de Raadt
2000-01-19.MAIN is nothing special.Marc Espie
2000-01-19Better summary line, in keeping with other *stat commands; from NetBSDPaul Janzen
2000-01-18Repair duplicate word occurences; (as found by a Perl script sent to us fromAaron Campbell
2000-01-18no need for poll.h; from bright@wintelcom.netMarkus Friedl
2000-01-18disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.Markus Friedl
2000-01-18fix user/1056, sshd keeps restrictions; dbt@meat.netMarkus Friedl
2000-01-18print IPv6 multicast groups on -ia.Jun-ichiro itojun Hagino
2000-01-18Use err, not errx when freopen() failes to get error string; form@openbsd.orgTodd C. Miller
2000-01-17IPv6 support. netbsd PR 9199 with adaptation to NRL inpcb.Jun-ichiro itojun Hagino
2000-01-16destroy keys earlierMarkus Friedl
2000-01-16split key exchange (kex) and user authentication (user-auth), ok: provos@Markus Friedl
2000-01-16Update to ncurses-5.0-20000115:Todd C. Miller
2000-01-15typo; sotiris.vassilopoulos@betatech.gr via adejoode@zedz.netNiels Provos
2000-01-15There is no need to waste short for holding EOF in the pushback buffer.Marc Espie
2000-01-14show blackhole flag; ura@hiru.aoba.yokohama.jpTheo de Raadt
2000-01-14sort options, from paskalis@di.uoa.gr; .Xr gzip 1Markus Friedl
2000-01-14port:host:hostport in SYNOPSIS, from mep@netsec.netMarkus Friedl
2000-01-13Record 50 levels of open parenthesis, open quotes, to give a post-mortem.Marc Espie
2000-01-12Use a proper abstract interface for file accesses, so that we can recordMarc Espie
2000-01-12usage() should go to stderr, not stdout.Todd C. Miller
2000-01-12Use MAXHOSTNAMELEN; millert@ okAaron Campbell
2000-01-12Better.Aaron Campbell
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