Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-26 | sync | Markus Friedl | |
2000-03-28 | split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal | Markus Friedl | |
2000-03-14 | support DESTDIR include fetching; dm | Theo de Raadt | |
2000-03-01 | order kerberos libraries | Theo de Raadt | |
1999-12-06 | atomicio() via lib | Theo de Raadt | |
1999-12-06 | move atomicio into it's own file. wrap all socket write()s which were doing | Theo de Raadt | |
write(sock, buf, len) != len, with atomicio() calls. | |||
1999-10-25 | move common files to ./lib and link libssh.a, tested with and w/o obj | Markus Friedl | |
1999-10-16 | support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies. | Markus Friedl | |
interops (x11,agent,etc) with 1.2.27 and protocol 1.3 | |||
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-05 | crc32 compensation attack fix from CORE-SDI. "it's not crypto..." -- deraadt@ | Dug Song | |
1999-10-04 | more shrinking | Theo de Raadt | |
1999-10-04 | nuked minfd. sigh. hope this is the last one. | Markus Friedl | |
1999-10-03 | libwrap, ick, yuck | Theo de Raadt | |
1999-10-01 | Remove kerberos libdes - it's all in libcrypto | Bob Beck | |
1999-10-01 | Why do I need this library dependency workaround for static builds.. anyone? | Theo de Raadt | |
1999-09-30 | use libc md5 | Theo de Raadt | |
1999-09-30 | revert last commit. somethign was out of sync. | Niels Provos | |
1999-09-30 | link with -lkrb | Niels Provos | |
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 | DPADD; mickey | Theo de Raadt | |
1999-09-29 | no need for double libraries | Theo de Raadt | |
1999-09-29 | krb4 support; evanc@concer.to | Theo de Raadt | |
1999-09-28 | convert all uses of gmp to SSL bignum | Niels Provos | |
convert all used of rsa to SSL rsa functions remove all use of randomstate to OpenBSD arc4random() and arc4_stir() all this done at a long long night in Canada. | |||
1999-09-26 | proper groups for install | Theo de Raadt | |
1999-09-26 | build ssh components using our build model | Theo de Raadt | |