Age | Commit message (Expand) | Author |
2001-03-01 | KNF | Theo de Raadt |
2001-02-22 | use pwcopy in ssh.c, too | Markus Friedl |
2001-02-13 | setproctitle(user) only if getpwnam succeeds | Markus Friedl |
2001-02-12 | PermitRootLogin={yes,without-password,forced-commands-only,no} | Markus Friedl |
2001-02-10 | offer passwd before s/key | Markus Friedl |
2001-02-08 | strict checking | Markus Friedl |
2001-02-08 | fix typo | Markus Friedl |
2001-02-07 | move k_setpag() to a central place; ok dugsong@ | Markus Friedl |
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves |
2001-02-04 | remove duplicate #include's; ok markus@ | Kevin Steves |
2001-01-22 | rename skey -> challenge response. | Markus Friedl |
2001-01-22 | no need to include; from mouring@etoh.eviladmin.org | Markus Friedl |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl |
2001-01-20 | typo | Markus Friedl |
2001-01-20 | pass the filename to auth_parse_options() | Markus Friedl |
2001-01-19 | move ssh1 definitions to ssh1.h, pathnames to pathnames.h | Markus Friedl |
2001-01-18 | 1) removes fake skey from sshd, since this will be much | Markus Friedl |
2001-01-13 | support supplementary group in {Allow,Deny}Groups | Markus Friedl |
2001-01-13 | enable kerberos passwd auth in ssh2, use k_setpag; ok hin, dugsong, from ksul... | Markus Friedl |
2001-01-08 | implement option 'Banner /etc/issue.net' for ssh2, move version to | Markus Friedl |
2000-12-28 | count authentication failures only | Markus Friedl |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl |
2000-12-03 | support f-secure/ssh.com 2.0.12; ok niels@ | Markus Friedl |
2000-11-12 | add support for RSA to SSH2. please test. | Markus Friedl |
2000-10-14 | OpenSSH_2.3; note that is is not complete, but the version number needs to be... | Markus Friedl |
2000-10-11 | new cipher framework | Markus Friedl |
2000-10-11 | add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@av... | Markus Friedl |
2000-10-11 | clear auth options unless auth sucessfull | Markus Friedl |
2000-09-27 | use key_type() | Markus Friedl |
2000-09-21 | add context to dispatch_run | Markus Friedl |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
2000-08-20 | Add calls to setusercontext() and login_get*(). We basically call | Todd C. Miller |
2000-07-07 | clean code is good code | Todd T. Fries |
2000-06-19 | make userauth+pubkey interop with ssh.com-2.2.0 | Markus Friedl |
2000-06-18 | split auth-rsa option parsing into auth-options | Markus Friedl |
2000-06-18 | implement bug compatibility with ssh-2.0.13 pubkey, server side | Markus Friedl |
2000-05-08 | bug compat w/ ssh-2.0.13 x11, split out bugs | Markus Friedl |
2000-05-06 | add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8 | Markus Friedl |
2000-05-05 | log failure before sending the reply | Markus Friedl |
2000-05-01 | Add missing #ifdefs; ok - markus | Damien Miller |
2000-05-01 | disable kerb,s/key in ssh2 | Markus Friedl |
2000-04-27 | cleanup logging for sshd/2, respect PasswordAuth no | Markus Friedl |
2000-04-27 | xfree DSA blobs | Markus Friedl |
2000-04-26 | split auth/sshconnect in one file per protocol version | Markus Friedl |