summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
1999-12-06atomicio() via libTheo de Raadt
1999-12-06move atomicio into it's own file. wrap all socket write()s which were doingTheo de Raadt
1999-12-06properly name fd variableTheo de Raadt
1999-12-06check for ~ expansion past MAXPATHLENTheo de Raadt
1999-12-06fd leakTheo de Raadt
1999-12-06use openpty() if it exists (it does on BSD4_4)Theo de Raadt
1999-12-06display great hatred towards strcpyTheo de Raadt
1999-12-02warn only about mismatch if key is _used_Markus Friedl
1999-12-02indent, shorter warningMarkus Friedl
1999-12-02warn about keysize-mismatch with log() not error()Markus Friedl
1999-12-02set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()Markus Friedl
1999-12-02indentMarkus Friedl
1999-12-02use error() for internal errorsMarkus Friedl
1999-12-02document $SSH_ASKPASS, reasonable defaultMarkus Friedl
1999-12-02CheckHostIP is not available for connects via proxy commandMarkus Friedl
1999-12-01move skey-auth from auth-passwd.c to auth-skey.c, same for krb4Markus Friedl
1999-12-01typoMarkus Friedl
1999-12-01easier to read client code for passwd and skey authMarkus Friedl
1999-12-01turn of checkhostip for proxy connects, since we don't know the remote ipMarkus Friedl
1999-12-01ports are u_shortMarkus Friedl
1999-11-25fix typeTheo de Raadt
1999-11-24progress meter overflow fix from damien@ibs.com.auMarkus Friedl
1999-11-24remove dead #ifdef-0-codeMarkus Friedl
1999-11-24it's not an error() if shutdown_write failes in nchan.Markus Friedl
1999-11-24strcasecmp instead of tolowerMarkus Friedl
1999-11-24postpone fork_after_authentication until command execution,Markus Friedl
1999-11-24fix packet_integrity_check() for !have_hostname_in_open.Markus Friedl
1999-11-24set SO_REUSEADDR and SO_LINGER for forwarded ports.Markus Friedl
1999-11-24KNF, final part 3Markus Friedl
1999-11-24missing copyrightMarkus Friedl
1999-11-24SSH_ASKPASS supportMarkus Friedl
1999-11-24much more KNFTheo de Raadt
1999-11-23KNF part 1Markus Friedl
1999-11-22tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGEMarkus Friedl
1999-11-22syslog changes:Markus Friedl
1999-11-22-V, for fallback to openssh in SSH2 compatibility modeMarkus Friedl
1999-11-21don't create ~/.ssh only if the user wants to store the private key there.Markus Friedl
1999-11-20fix sigchld race; cjc5@po.cwru.eduTheo de Raadt
1999-11-20replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)Markus Friedl
1999-11-20typos; green@freebsdTheo de Raadt
1999-11-20overflow, djm@mindrot.orgMarkus Friedl
1999-11-19remove unused index (-Wall)Markus Friedl
1999-11-19SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@Markus Friedl
1999-11-19make this compile, bad markusTheo de Raadt
1999-11-19SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@Markus Friedl
1999-11-19bugfix: loglevels are per host in clientconfig,Markus Friedl
1999-11-19only one 'extern char *__progname'Markus Friedl
1999-11-19document SIGHUP, -Q to synopsisMarkus Friedl
1999-11-18more %d vs. %s in fmt-stringsMarkus Friedl
1999-11-18Integers should not be printed with %sHakan Olsson