summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2002-03-16BSD license. from Daniel Kouril via Dug Song. ok markus@Kevin Steves
2002-03-16split auth_rhosts_rsa(), ok provos@Markus Friedl
2002-03-16skip inflateEnd if inflate fails; ok provos@Markus Friedl
2002-03-15fix file type checking (use S_ISREG). ok by markusJun-ichiro itojun Hagino
2002-03-14split auth_rsa() for better readability and privsep; ok provos@Markus Friedl
2002-03-14split out ssh1 session key decryption; ok provos@Markus Friedl
2002-03-14don't trust size sent by (rogue) server; noted by s.esser@e-matters.deMarkus Friedl
2002-03-11indentJun-ichiro itojun Hagino
2002-03-11correct type mismatches (u_int64_t != unsigned long long)Jun-ichiro itojun Hagino
2002-03-08printf type mismatchJun-ichiro itojun Hagino
2002-03-08tabifyJun-ichiro itojun Hagino
2002-03-06OpenSSH_3.1Markus Friedl
2002-03-06compat.cMarkus Friedl
2002-03-06undoMarkus Friedl
2002-03-06compat.cMarkus Friedl
2002-03-05and -ldes here tooTheo de Raadt
2002-03-04off by one; thanks to joost@pine.nlMarkus Friedl
2002-03-04handle connection close during read of protocol version string.Kevin Steves
2002-03-04$OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; addKevin Steves
2002-03-04error-> debug, because O_NONBLOCK for /dev/null causes too many different err...Markus Friedl
2002-03-04unused includeMarkus Friedl
2002-03-02correct copyright dates for scp license; ok markus@Kevin Steves
2002-03-01undo the 'delay hostname lookup' changeMarkus Friedl
2002-02-28log user not allowed details, from dwd@bell-labs.com; ok markus@Kevin Steves
2002-02-28-u0 DNS for user@hostKevin Steves
2002-02-28DenyUsers allows user@host pattern alsoKevin Steves
2002-02-28delay hostname lookup until we see a ``@'' in DenyUsers and AllowUsersKevin Steves
2002-02-28add some const EVP_MD for openssl-0.9.7Markus Friedl
2002-02-27remove unneeded casts in [gs]etsockopt(); ok markus@Kevin Steves
2002-02-26use socklen_tKevin Steves
2002-02-26no, look closely. the comma was highlighted. split .Ic even moreTheo de Raadt
2002-02-26> Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.orgmouring
2002-02-26Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.orgTheo de Raadt
2002-02-25more u_* fixesMarkus Friedl
2002-02-24disable Nagle in connect_to() and channel_post_port_listener() (portKevin Steves
2002-02-24signed vs. unsigned: make size arguments u_int, ok stevesk@Markus Friedl
2002-02-24typo in commentMarkus Friedl
2002-02-24make 'cp' unsigned and merge with 'ucp'; ok stevesk@Markus Friedl
2002-02-24early close(), missing free; ok stevesk@Markus Friedl
2002-02-24use u_char* here; ok markus@Kevin Steves
2002-02-23don't allow garbage after payload.Markus Friedl
2002-02-22overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@Markus Friedl
2002-02-19stategy is not an english wordTheo de Raadt
2002-02-18-q: Fatal errors are _not_ displayed.Markus Friedl
2002-02-18switch to EVP, ok djm@ deraadt@Markus Friedl
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-16default to rsa keyfile path for non key generation operations whereKevin Steves
2002-02-16-t required now for key generationKevin Steves
2002-02-16typoMarkus Friedl