summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Collapse)Author
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
fixes erroneous "bad greeting". ok markus@
2002-03-04$OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; addKevin Steves
missing RCSID() to .c files and remove dup /*$OpenBSD$*/ from .c files. ok markus@
2002-03-04error-> debug, because O_NONBLOCK for /dev/null causes too many different ↵Markus Friedl
errnos; ok stevesk@, deraadt@
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
match.c must not use compress.c (via canonhost.c/packet.c) thanks to wilfried@
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
for sshd -u0; ok markus@
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
Last Ic on the first line should not have a space between it and the final comma.
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
forwarding endpoints). the intention is to preserve the on-the-wire appearance to applications at either end; the applications can then enable TCP_NODELAY according to their requirements. ok markus@
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 ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-02-16default to rsa keyfile path for non key generation operations whereKevin Steves
keyfile not specified. fixes core dump in those cases. ok markus@
2002-02-16-t required now for key generationKevin Steves
2002-02-16typoMarkus Friedl
2002-02-15krb5_get_err_text() does not like context==NULL; he@nordu.net via google; ok ↵Markus Friedl
provos@
2002-02-15split do_child(), ok mouring@Markus Friedl
2002-02-14hide some more implementation details of cipher.[ch] and prepares for moveMarkus Friedl
to EVP, ok deraadt@