| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Update for latest OpenSSH | Kris Kennaway | 2000-03-26 | 1 | -1/+1 |
| * | Buildworld fixes for NO_OPENSSH and NO_OPENSSL | Kris Kennaway | 2000-03-09 | 1 | -2/+2 |
| * | MFI: Make ssh and sshd link in the krb5 part of make release. | John Hay | 2000-03-03 | 1 | -2/+2 |
| * | New distribution names. | Mark Murray | 2000-02-28 | 1 | -2/+4 |
| * | Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing) | Peter Wemm | 2000-02-26 | 1 | -7/+0 |
| * | Merge from internat.freebsd.org; deal with -DRSAref the same way as | Peter Wemm | 2000-02-25 | 1 | -7/+9 |
| * | Don't pull in libRSAglue for the rsaref case. Since this is linked | Peter Wemm | 2000-02-25 | 6 | -21/+1 |
| * | Build everything properly. This means: | Mark Murray | 2000-02-24 | 2 | -4/+7 |
| * | Add the OpenSSH userland-building Makefiles. | Mark Murray | 2000-02-24 | 5 | -0/+129 |
| * | Diff reducer. Comes from Internat. | Mark Murray | 2000-02-24 | 1 | -0/+2 |
| * | Remove useless whitespace. | Mark Murray | 2000-02-24 | 1 | -13/+0 |
| * | Back out the previous commit - it broke world and was not approved. | Kris Kennaway | 2000-02-14 | 1 | -2/+2 |
| * | Link dynamically, not statically. | Kris Kennaway | 2000-02-13 | 1 | -2/+2 |
| * | Add NO_OPENSSL knob to turn off building of openssl | Kris Kennaway | 2000-01-30 | 1 | -1/+4 |
| * | another tcp apps IPv6 updates.(should be make world safe) | Yoshinobu Inoue | 2000-01-27 | 1 | -0/+3 |
| * | Don't search for libraries in ${LOCALBASE}. This should fix the problems | Kris Kennaway | 2000-01-20 | 1 | -1/+1 |
| * | The wrong version of the file was committed previously which explains the | Kris Kennaway | 2000-01-16 | 1 | -4/+17 |
| * | Turn back on openssl building. | Kris Kennaway | 2000-01-16 | 1 | -1/+1 |
| * | Add MAINTAINER tag so people don't feel the need to randomly frob with this. | Kris Kennaway | 2000-01-16 | 1 | -0/+2 |
| * | We cannot have libcrypto, and therefore OpenSSL at all, without RSA. | Brian Feldman | 2000-01-15 | 1 | -1/+1 |
| * | Connect OpenSSL to the build. | Kris Kennaway | 2000-01-14 | 1 | -1/+1 |
| * | Build infrastructure for OpenSSL | Kris Kennaway | 2000-01-14 | 1 | -0/+29 |
| * | Revert -lmd changes now that libcrypt doesn't expose this binutils/ld | Peter Wemm | 1999-12-18 | 1 | -2/+2 |
| * | Add libmd to DPADD and LDADD. | Marcel Moolenaar | 1999-12-17 | 1 | -2/+2 |
| * | Dont build telenet if we are going for kerberised telnet; this just | Mark Murray | 1999-10-12 | 1 | -2/+4 |
| * | Make telnet with SRA work. | Mark Murray | 1999-10-07 | 2 | -1/+17 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 3 | -3/+3 |
| * | Typo in comment. | Kris Kennaway | 1999-04-25 | 1 | -1/+1 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 3 | -3/+3 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 3 | -3/+3 |
| * | Secure telnet is now in eBones. | Mark Murray | 1996-11-07 | 19 | -12159/+0 |
| * | Bring in my changes for removing the pestilent obj links (unless you | Jordan K. Hubbard | 1996-06-24 | 1 | -3/+3 |
| * | Bring in a change that got lost when we spammed over the CVS repository | Nate Williams | 1996-06-05 | 2 | -12/+1 |
| * | Add support for socks | Paul Traina | 1996-04-23 | 2 | -1/+12 |
| * | Big clean-up job. Remove ancient and never-to-be used stuff. | Mark Murray | 1996-03-11 | 1 | -48/+8 |
| * | Sense MAKE_EBONES, DESTDIR | Andrey A. Chernov | 1996-03-09 | 1 | -7/+13 |
| * | Correct some manual page cross reference errors. E.g. su is a section | Mike Pritchard | 1996-02-02 | 1 | -1/+1 |
| * | This commit was generated by cvs2svn to compensate for changes in r13122, | Peter Wemm | 1995-12-30 | 1 | -207/+0 |
| * | Pick correct library dir whenever obj exists or not | Andrey A. Chernov | 1995-12-21 | 1 | -3/+9 |
| * | Remove MAKE_EBONES conditionals. They were originally placed here because | Justin T. Gibbs | 1995-10-11 | 1 | -2/+0 |
| * | Remove duplicated targets which now build from main tree | Andrey A. Chernov | 1995-09-29 | 1 | -2/+2 |
| * | Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries. This makes | Justin T. Gibbs | 1995-09-16 | 1 | -1/+2 |
| * | Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES. | Justin T. Gibbs | 1995-09-14 | 1 | -5/+1 |
| * | Comment out LDADD+=-ldescrypt, it is not yet active due to | Andrey A. Chernov | 1995-08-05 | 1 | -1/+2 |
| * | After pst and ache fixed secure telnet, it was still not in the main | Mark Murray | 1995-07-29 | 1 | -3/+2 |
| * | Final cleanup pass through Makefiles, now this stuff | Andrey A. Chernov | 1995-07-24 | 1 | -3/+4 |
| * | Add -ldescrypt, or wrong crypt version can be picked from libc | Andrey A. Chernov | 1995-07-24 | 1 | -0/+1 |
| * | Since this stuff not works with eBones, ifdef kerberos stuff | Andrey A. Chernov | 1995-07-24 | 1 | -4/+5 |
| * | Add comment about new_rnd_key.c module needed from original | Andrey A. Chernov | 1995-07-24 | 1 | -0/+3 |
| * | Fix dependances, typing errors, etc. | Andrey A. Chernov | 1995-07-24 | 1 | -4/+6 |