Age | Commit message (Expand) | Author |
2006-03-25 | standardise spacing in $OpenBSD$ tags; requested by deraadt@ | Damien Miller |
2005-12-06 | Add support for tun(4) forwarding over OpenSSH, based on an idea and | Reyk Floeter |
2004-12-23 | bz #898: support AddressFamily in sshd_config. from peak@argo.troja.mff.cuni.cz | Damien Miller |
2004-06-24 | re-exec sshd on accept(); initial work, final debugging and ok markus@ | Damien Miller |
2004-05-23 | Add MaxAuthTries sshd config option; ok markus@ | Darren Tucker |
2004-04-27 | bz #815: implement ability to pass specified environment variables from the | Damien Miller |
2003-12-23 | implement KerberosGetAFSToken server option. ok markus@, beck@ | Jakob Schlyter |
2003-12-09 | rename keepalive to tcpkeepalive; the old name causes too much | Markus Friedl |
2003-09-01 | remove unused kerberos code; ok henning@ | Markus Friedl |
2003-08-22 | support GSS API user authentication; patches from Simon Wilkinson, | Markus Friedl |
2003-08-13 | remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@, | Markus Friedl |
2003-07-22 | remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); | Markus Friedl |
2003-06-02 | deprecate VerifyReverseMapping since it's dangerous if combined | Markus Friedl |
2003-05-15 | always parse kerberos options. ok djm@ markus@ | Jakob Schlyter |
2002-07-30 | add PermitUserEnvironment (off by default!); from dot@dotat.at; ok provos, de... | Markus Friedl |
2002-06-20 | allow Compression=yes/no in sshd_config | Markus Friedl |
2002-03-20 | for unprivileged user, group do: | Kevin Steves |
2002-03-19 | _PATH_PRIVSEP_CHROOT_DIR; ok provos@ | Kevin Steves |
2002-03-18 | integrate privilege separated openssh; its turned off by default for now. | Niels Provos |
2002-03-04 | $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add | Kevin Steves |
2002-01-29 | s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@ | Markus Friedl |
2002-01-27 | add X11UseLocalhost; ok markus@ | Kevin Steves |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |
2001-12-06 | add -o to sshd, too. ok deraadt@ | Markus Friedl |
2001-08-17 | typo in comment | Kevin Steves |
2001-08-16 | deprecate CheckMail. ok markus@ | Jakob Schlyter |
2001-06-26 | remove comments from .h, since they are cut&paste from the .c files | Markus Friedl |
2001-06-26 | Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org... | Dug Song |
2001-06-26 | prototype pedant. not very creative... | Jun-ichiro itojun Hagino |
2001-06-23 | get rid of known_hosts2, use it for hostkey lookup, but do not modify. | Markus Friedl |
2001-05-20 | configurable authorized_keys{,2} location; originally from peter@; ok djm@ | Markus Friedl |
2001-05-18 | improved kbd-interactive support. work by per@appgate.com and me | Markus Friedl |
2001-04-13 | Add options ClientAliveInterval and ClientAliveCountMax to sshd. | Bob Beck |
2001-04-12 | implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) | Markus Friedl |
2001-03-25 | PrintLastLog option; from chip@valinux.com with some minor | Kevin Steves |
2001-02-12 | PermitRootLogin={yes,without-password,forced-commands-only,no} | Markus Friedl |
2001-02-11 | 1) clean up the MAC support for SSH-2 | Markus Friedl |
2001-02-03 | make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@ | Markus Friedl |
2001-01-22 | rename skey -> challenge response. | Markus Friedl |
2001-01-19 | only auth-chall.c needs #ifdef SKEY | Markus Friedl |
2001-01-08 | implement option 'Banner /etc/issue.net' for ssh2, move version to | Markus Friedl |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl |
2000-11-12 | add support for RSA to SSH2. please test. | Markus Friedl |
2000-10-14 | AllowTcpForwarding; from naddy@ | Markus Friedl |
2000-10-11 | add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@av... | Markus Friedl |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
2000-07-22 | random early drop; ok theo, niels | Markus Friedl |
2000-06-26 | MaxStartups: limit number of unauthenticated connections, work by theo and me | Markus Friedl |
2000-06-20 | OpenBSD tag | Markus Friedl |
2000-06-17 | add support for ssh v2 subsystems. ok markus@. | Jakob Schlyter |