Age | Commit message (Expand) | Author |
2001-08-16 | deprecate CheckMail. ok markus@ | Jakob Schlyter |
2001-07-11 | make it compilable in all 4 combination of KRB4/KRB5 settings. dugsong ok | Jun-ichiro itojun Hagino |
2001-07-08 | fix ``MaxStartups max''; ok markus@ | Kevin Steves |
2001-06-26 | #include <kafs.h> | Dug Song |
2001-06-26 | Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org... | Dug Song |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino |
2001-06-08 | move the path for xauth to pathnames.h | Markus Friedl |
2001-05-20 | configurable authorized_keys{,2} location; originally from peter@; ok djm@ | Markus Friedl |
2001-05-19 | sshd command-line arguments and configuration file options that | Kevin Steves |
2001-05-18 | improved kbd-interactive support. work by per@appgate.com and me | Markus Friedl |
2001-05-03 | remove "\n" from fatal() | Kevin Steves |
2001-04-15 | use fatal() or error() vs. fprintf(); ok markus@ | Kevin Steves |
2001-04-13 | Add options ClientAliveInterval and ClientAliveCountMax to sshd. | Bob Beck |
2001-04-12 | robust port validation; ok markus@ jakob@ | Kevin Steves |
2001-04-12 | implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) | Markus Friedl |
2001-04-06 | in addition to: | Kevin Steves |
2001-04-02 | correct comment; ok markus@ | Kevin Steves |
2001-03-25 | PrintLastLog option; from chip@valinux.com with some minor | Kevin Steves |
2001-03-05 | sync error message; ok markus@ | Kevin Steves |
2001-03-04 | log functions should not be passed strings that end in newline as they | Todd C. Miller |
2001-03-04 | kill obsolete RandomSeed; ok markus@ deraadt@ | Kevin Steves |
2001-02-22 | grammar; slade@shore.net | Theo de Raadt |
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-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves |
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-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl |
2001-01-20 | Check for NULL return from strdelim; ok markus | Damien Miller |
2001-01-19 | move ssh1 definitions to ssh1.h, pathnames to pathnames.h | Markus Friedl |
2001-01-19 | only auth-chall.c needs #ifdef SKEY | Markus Friedl |
2001-01-18 | log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many systems | Markus Friedl |
2001-01-08 | implement option 'Banner /etc/issue.net' for ssh2, move version to | Markus Friedl |
2001-01-07 | rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE | 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-07-14 | allow leading whitespace. ok niels | Markus Friedl |
2000-07-13 | allow multiple whitespace but only one '=' between tokens, bug report from | Niels Provos |
2000-07-10 | strtok() --> strsep(). (niels@ ok) | Hakan Olsson |
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-18 | include = in WHITESPACE; markus ok | Theo de Raadt |
2000-06-17 | add support for ssh v2 subsystems. ok markus@. | Jakob Schlyter |
2000-05-31 | xauth_location support; pr 1234 | Markus Friedl |
2000-05-22 | check strtok() != NULL; ok niels@ | Markus Friedl |
2000-05-08 | complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only) | Markus Friedl |