summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2000-06-05document UseLogin betterMarkus Friedl
2000-06-05allow use_login only for login sessions, otherwise remote commands are execed...Markus Friedl
2000-06-05Need defines for UVM on 68k.Artur Grabowski
2000-06-05Update to sudo 1.6.3p4Todd C. Miller
2000-06-04Handle the case where the last line of input does not contain a newline; issueAaron Campbell
2000-06-04Fix one-byte overflow; millert@ okAaron Campbell
2000-06-03correct documented return valueEric Jackson
2000-06-02Explicitly state that newsyslog does not send a HUP to syslogd ifTodd C. Miller
2000-06-02teach protocol v2 to count login failures properly and also enable anTodd T. Fries
2000-05-31typo, unusedMarkus Friedl
2000-05-31xauth_location support; pr 1234Markus Friedl
2000-05-30remove dependency on openssl-0.9.5a; green@FreeBSD.org via kris@FreeBSD.orgMarkus Friedl
2000-05-30don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via kris@FreeBSD.orgMarkus Friedl
2000-05-29forwardagent defaults to no, add ssh -AMarkus Friedl
2000-05-29enable mgTheo de Raadt
2000-05-29Print space between the last process to attach/use and the access time.Angelos D. Keromytis
2000-05-28remove crudTheo de Raadt
2000-05-27always enter pctrTheo de Raadt
2000-05-27urhm, this is flakeyTheo de Raadt
2000-05-25split kexinit/kexdh, factor out common codeMarkus Friedl
2000-05-25man subdirTheo de Raadt
2000-05-25do not attach incorrect Host: directive if we are using proxy.Jun-ichiro itojun Hagino
2000-05-25group ssh1 vs. ssh2 in serverloopMarkus Friedl
2000-05-25just some line shorteningTheo de Raadt
2000-05-24fix key_read() for uuencoded keys w/o '='Markus Friedl
2000-05-24correct type to be passed to IN6_ARE_ADDR_EQUAL macro.Jun-ichiro itojun Hagino
2000-05-22check strtok() != NULL; ok niels@Markus Friedl
2000-05-22make x11-fwd work w/ localhost (xauth add host/unix:11)Markus Friedl
2000-05-19Make usage() work as expected. deraadt@ okEric Jackson
2000-05-18Check for RSA key presence before freeing them. FromDamien Miller
2000-05-18we don't have stderr for interactive terminal sessions (fcntl errors)Markus Friedl
2000-05-18check getnameinfo error proprely. this can be visited on printingJun-ichiro itojun Hagino
2000-05-18allow mask == NULL in netname6.Jun-ichiro itojun Hagino
2000-05-17accept an empty shell in authentication; bug reported by chris@tinker.ucr.eduTheo de Raadt
2000-05-17copy only ai_addrlen bytes; misiek@pld.org.plMarkus Friedl
2000-05-17s/icmp/icmp6/ in messageJun-ichiro itojun Hagino
2000-05-17missing includeMarkus Friedl
2000-05-17enable nonblocking IO for sshd w/ proto 1, too; split out common codeMarkus Friedl
2000-05-150-size files still deserve a progress meter; also, after file is finishedTheo de Raadt
2000-05-15parse RFC2732 ftp URL (ftp://[::1]:21/readme)Jun-ichiro itojun Hagino
2000-05-15draft-ietf-secsh-architecture-05.txtMarkus Friedl
2000-05-15/etc/mail/aliasesTheo de Raadt
2000-05-15document ssh -T -N (ssh2 only)Markus Friedl
2000-05-15fix usage()Markus Friedl
2000-05-08OpenSSH-2.1Markus Friedl
2000-05-08handle escapes in real and original key format, ok millert@Markus Friedl
2000-05-08no drain if ibuf_empty, fixes x11fwd problems; tests by fries@Markus Friedl
2000-05-08some markus certified spelling adjustmentsHugh Graham
2000-05-08bug compat w/ ssh-2.0.13 x11, split out bugsMarkus Friedl
2000-05-08One last nit fix. (markus approved)Hugh Graham