summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
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
1999-11-18bad aaronTheo de Raadt
1999-11-18Add MLINK for openssh(1).Aaron Campbell
1999-11-17Spell my name right.Aaron Campbell
1999-11-17include fingerprint.hMarkus Friedl
1999-11-17bugfix: the log() for passwd-auth escaped during logging changes.Markus Friedl
1999-11-17foregroundproc() in scpTheo de Raadt
1999-11-16typoTheo de Raadt
1999-11-16bugfix: check for space if child has terminated, from: iedowse@maths.tcd.ieMarkus Friedl
1999-11-16add OpenSSH information to AUTHOR section. okay markus@Niels Provos
1999-11-16close-on-exec for auth-socket, ok deraadtMarkus Friedl
1999-11-16rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>Markus Friedl
1999-11-16move common prompt-for-filename-code into own functionMarkus Friedl
1999-11-16force logging to stderr while loading private key fileMarkus Friedl
1999-11-16prettyprint dreaded keysize warningsMarkus Friedl
1999-11-16noone needs this anymoreTheo de Raadt
1999-11-16in known_hosts key lookup the entry for the bits does not need to match, allNiels Provos
1999-11-15more detailed messages about adding and checking hostkeysMarkus Friedl
1999-11-15remove support for cipher RC4Markus Friedl
1999-11-15a note for legay systems about secuity issues with permanently_set_uid(),Markus Friedl
1999-11-15the keysize of rsa-parameter 'n' is passed implizit,Markus Friedl
1999-11-15fix .XrEric Jackson
1999-11-15disconnect if getpeername() failsMarkus Friedl
1999-11-14split do_authentication() in subroutinesMarkus Friedl
1999-11-14missing xfree(*client)Markus Friedl
1999-11-14fix comment: we _do_ disconnect if ip-options are setMarkus Friedl
1999-11-14avoid extra fd per sshd, from millert@Markus Friedl
1999-11-14print _all_ bad config-options in ssh(1), tooMarkus Friedl
1999-11-14change passphrase loop logic and remove ref to $DISPLAY, ok nielsMarkus Friedl