summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
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
2002-02-15krb5_get_err_text() does not like context==NULL; he@nordu.net via google; ok ...Markus Friedl
2002-02-15split do_child(), ok mouring@Markus Friedl
2002-02-14hide some more implementation details of cipher.[ch] and prepares for moveMarkus Friedl
2002-02-14increase the SSH v2 window size to 4 packets. comsumes a littleMarkus Friedl
2002-02-13When you give command examples and etc., in a manual page prefix them with:Mike Pechkin
2002-02-13API cleanup and backwards compat for filexfer v.0 servers; ok markus@Damien Miller
2002-02-13readpass.c is not longer from UCB, since we now use readpassphrase(3)Markus Friedl
2002-02-13handle SSH2_FILEXFER_ATTR_SIZE in SSH2_FXP_(F)SETSTAT; ok djm@Markus Friedl
2002-02-12Let overlapped upload path handle servers which reorder ACKs. This may beDamien Miller
2002-02-12Perform multiple overlapping read/write requests in file transfer. MostlyDamien Miller
2002-02-11support up to 40 algorithms per proposalMarkus Friedl
2002-02-11include md5.h not hmac.hMarkus Friedl
2002-02-11do not complain about port > 1024 if rhosts-auth is disabledMarkus Friedl
2002-02-11include md5.h, not evp.hMarkus Friedl
2002-02-11restore kexinit handler if we reset the dispatcher, this unbreaks rekeyingMarkus Friedl
2002-02-11there are in fact two 4-term licenses here..Theo de Raadt
2002-02-10more /etc/ssh; openbsd@davidkrause.comTheo de Raadt
2002-02-09move ssh config files to /etc/sshTheo de Raadt
2002-02-07remove bogus commentsMarkus Friedl
2002-02-06channel_new never returns NULL, mouring@; ok djm@Markus Friedl
2002-02-06minor KNFMarkus Friedl
2002-02-06sync usage() with manual.Mike Pechkin
2002-02-06sort options; ok mpech@, stevesk@Markus Friedl
2002-02-05use log interface and remove perror() in child. useKevin Steves
2002-02-05merge channel_request() into channel_request_start()Markus Friedl
2002-02-05Add "-B" option to specify copy buffer length (default 32k); ok markus@Damien Miller
2002-02-04Add "-P" option to directly connect to a local sftp-server. Should be usefulDamien Miller
2002-02-04more sync for default ssh-add identities; ok markus@Kevin Steves
2002-02-04add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1,Markus Friedl
2002-02-04cross checking of announced vs actual pktype in pubkey/hostbaed auth; ok stev...Markus Friedl
2002-02-04unneeded includesKevin Steves
2002-02-03ssh-add also adds $HOME/.ssh/id_rsa and $HOME/.ssh/id_dsa now.Kevin Steves
2002-02-03some KeepAlive cleanup/clarify; ok markus@Kevin Steves
2002-02-03more cross checking if announced vs. used key type; ok stevesk@Markus Friedl