summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd
AgeCommit message (Expand)Author
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-18rename *-skey.c *-chall.c since the files are not skey specificMarkus Friedl
2001-01-181) removes fake skey from sshd, since this will be muchMarkus Friedl
2001-01-13support supplementary group in {Allow,Deny}GroupsMarkus Friedl
2000-10-11add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@av...Markus Friedl
2000-10-11First rough implementation of the diffie-hellman group exchange. TheNiels Provos
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
2000-08-20Add calls to setusercontext() and login_get*(). We basically callTodd C. Miller
2000-06-18split auth-rsa option parsing into auth-optionsMarkus Friedl
2000-04-26syncMarkus Friedl
2000-03-28split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removalMarkus Friedl
2000-03-14support DESTDIR include fetching; dmTheo de Raadt
2000-03-01order kerberos librariesTheo de Raadt
1999-12-06atomicio() via libTheo de Raadt
1999-12-06move atomicio into it's own file. wrap all socket write()s which were doingTheo de Raadt
1999-10-25move common files to ./lib and link libssh.a, tested with and w/o objMarkus Friedl
1999-10-16support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies.Markus Friedl
1999-10-07add skey to sshd:Markus Friedl
1999-10-06scp should not link against kerberos stuffTheo de Raadt
1999-10-05crc32 compensation attack fix from CORE-SDI. "it's not crypto..." -- deraadt@Dug Song
1999-10-04more shrinkingTheo de Raadt
1999-10-04nuked minfd. sigh. hope this is the last one.Markus Friedl
1999-10-03libwrap, ick, yuckTheo de Raadt
1999-10-01Remove kerberos libdes - it's all in libcryptoBob Beck
1999-10-01Why do I need this library dependency workaround for static builds.. anyone?Theo de Raadt
1999-09-30use libc md5Theo de Raadt
1999-09-30revert last commit. somethign was out of sync.Niels Provos
1999-09-30link with -lkrbNiels Provos
1999-09-29update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused...Dug Song
1999-09-29DPADD; mickeyTheo de Raadt
1999-09-29no need for double librariesTheo de Raadt
1999-09-29krb4 support; evanc@concer.toTheo de Raadt
1999-09-28convert all uses of gmp to SSL bignumNiels Provos
1999-09-26proper groups for installTheo de Raadt
1999-09-26build ssh components using our build modelTheo de Raadt