Age | Commit message (Expand) | Author |
2002-03-18 | integrate privilege separated openssh; its turned off by default for now. | Niels Provos |
2002-03-05 | and -ldes here too | Theo de Raadt |
2001-10-07 | BSD_AUTH supersedes SKEY, so SKEY is commented out. | Markus Friedl |
2001-09-10 | link k5 before k4 (new binutils is more picky than old ld) | Jason Wright |
2001-06-28 | Link with libcom_err for kerberos5 | Hans Insulander |
2001-06-26 | only build Kerberos v5 support with KERBEROS5=yes | Dug Song |
2001-06-26 | Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org... | Dug Song |
2001-05-29 | build in support for BSD authentication | Todd C. Miller |
2001-05-18 | improved kbd-interactive support. work by per@appgate.com and me | Markus Friedl |
2001-03-29 | prepare for rekeying: move DH code to dh.c | Markus Friedl |
2001-03-04 | Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoid | Damien Miller |
2001-03-03 | log*.c -> log.c | Markus Friedl |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist |
2001-01-18 | rename *-skey.c *-chall.c since the files are not skey specific | 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 |
2000-10-11 | add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@av... | Markus Friedl |
2000-10-11 | First rough implementation of the diffie-hellman group exchange. The | Niels Provos |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie |
2000-08-20 | Add calls to setusercontext() and login_get*(). We basically call | Todd C. Miller |
2000-06-18 | split auth-rsa option parsing into auth-options | Markus Friedl |
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 |
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 |
1999-10-07 | add skey to sshd: | Markus Friedl |
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 unused... | Dug Song |
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 |
1999-09-26 | proper groups for install | Theo de Raadt |
1999-09-26 | build ssh components using our build model | Theo de Raadt |