Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-10-25 | move common files to ./lib and link libssh.a, tested with and w/o obj | Markus Friedl | |
1999-10-07 | add skey to sshd: | Markus Friedl | |
1) pass *pw to auth_password() not user_name, do_authentication already keeps private copy of struct passwd for current user. 2) limit authentication attemps to 5, otherwise ssh -o 'NumberOfPasswordPrompts 100000' host lets you enter 100000 passwds 3) make s/key a run-time option in /etc/sshd_config 4) generate fake skeys, for s/key for nonexisting users, too limit auth-tries for nonexisting users, too. Note that % ssh -l nonexisting-user -o 'NumberOfPasswordPrompts 100000' host has NO limits in ssh-1.2.27 | |||
1999-10-06 | scp should not link against kerberos stuff | Theo de Raadt | |
1999-10-04 | nuke genminfd/AUTH_FD | Markus Friedl | |
1999-10-03 | clean the minfd junk | Theo de Raadt | |
1999-10-03 | AFS depends on kerberos, fixes KERBEROS=no | Theo de Raadt | |
1999-09-29 | update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up ↵ | Dug Song | |
unused variables, update manpages | |||
1999-09-29 | krb4 support; evanc@concer.to | Theo de Raadt | |
1999-09-28 | += | Theo de Raadt | |
1999-09-26 | distribution target | Theo de Raadt | |
1999-09-26 | build ssh components using our build model | Theo de Raadt | |