Age | Commit message (Expand) | Author |
1999-11-24 | KNF, final part 3 | Markus Friedl |
1999-11-24 | missing copyright | Markus Friedl |
1999-11-24 | SSH_ASKPASS support | Markus Friedl |
1999-11-24 | much more KNF | Theo de Raadt |
1999-11-23 | KNF part 1 | Markus Friedl |
1999-11-22 | tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE | Markus Friedl |
1999-11-22 | syslog changes: | Markus Friedl |
1999-11-22 | -V, for fallback to openssh in SSH2 compatibility mode | Markus Friedl |
1999-11-21 | don't create ~/.ssh only if the user wants to store the private key there. | Markus Friedl |
1999-11-20 | fix sigchld race; cjc5@po.cwru.edu | Theo de Raadt |
1999-11-20 | replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me) | Markus Friedl |
1999-11-20 | typos; green@freebsd | Theo de Raadt |
1999-11-20 | overflow, djm@mindrot.org | Markus Friedl |
1999-11-19 | remove unused index (-Wall) | Markus Friedl |
1999-11-19 | SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@ | Markus Friedl |
1999-11-19 | make this compile, bad markus | Theo de Raadt |
1999-11-19 | SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@ | Markus Friedl |
1999-11-19 | bugfix: loglevels are per host in clientconfig, | Markus Friedl |
1999-11-19 | only one 'extern char *__progname' | Markus Friedl |
1999-11-19 | document SIGHUP, -Q to synopsis | Markus Friedl |
1999-11-18 | more %d vs. %s in fmt-strings | Markus Friedl |
1999-11-18 | Integers should not be printed with %s | Hakan Olsson |
1999-11-18 | bad aaron | Theo de Raadt |
1999-11-18 | Add MLINK for openssh(1). | Aaron Campbell |
1999-11-17 | Spell my name right. | Aaron Campbell |
1999-11-17 | include fingerprint.h | Markus Friedl |
1999-11-17 | bugfix: the log() for passwd-auth escaped during logging changes. | Markus Friedl |
1999-11-17 | foregroundproc() in scp | Theo de Raadt |
1999-11-16 | typo | Theo de Raadt |
1999-11-16 | bugfix: check for space if child has terminated, from: iedowse@maths.tcd.ie | Markus Friedl |
1999-11-16 | add OpenSSH information to AUTHOR section. okay markus@ | Niels Provos |
1999-11-16 | close-on-exec for auth-socket, ok deraadt | Markus Friedl |
1999-11-16 | rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se> | Markus Friedl |
1999-11-16 | move common prompt-for-filename-code into own function | Markus Friedl |
1999-11-16 | force logging to stderr while loading private key file | Markus Friedl |
1999-11-16 | prettyprint dreaded keysize warnings | Markus Friedl |
1999-11-16 | noone needs this anymore | Theo de Raadt |
1999-11-16 | in known_hosts key lookup the entry for the bits does not need to match, all | Niels Provos |
1999-11-15 | more detailed messages about adding and checking hostkeys | Markus Friedl |
1999-11-15 | remove support for cipher RC4 | Markus Friedl |
1999-11-15 | a note for legay systems about secuity issues with permanently_set_uid(), | Markus Friedl |
1999-11-15 | the keysize of rsa-parameter 'n' is passed implizit, | Markus Friedl |
1999-11-15 | fix .Xr | Eric Jackson |
1999-11-15 | disconnect if getpeername() fails | Markus Friedl |
1999-11-14 | split do_authentication() in subroutines | Markus Friedl |
1999-11-14 | missing xfree(*client) | Markus Friedl |
1999-11-14 | fix comment: we _do_ disconnect if ip-options are set | Markus Friedl |
1999-11-14 | avoid extra fd per sshd, from millert@ | Markus Friedl |
1999-11-14 | print _all_ bad config-options in ssh(1), too | Markus Friedl |
1999-11-14 | change passphrase loop logic and remove ref to $DISPLAY, ok niels | Markus Friedl |