| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reimplementation of world/kernel build options. For details, see: | Ruslan Ermilov | 2006-03-17 | 2 | -3/+7 |
| * | Hook audit into OpenSSH. Now that the necessary bits for OpenSSH support | Christian S.J. Peron | 2006-02-12 | 1 | -0/+6 |
| * | Add a new extensible GSS-API layer which can support GSS-API plugins, | Doug Rabson | 2005-12-29 | 1 | -1/+1 |
| * | Revert the commits that made libssh an INTERNALLIB; they caused too much | Dag-Erling Smørgrav | 2005-06-07 | 1 | -4/+6 |
| * | Make libssh an INTERNALLIB like it is in {Net,Open}BSD. | Dag-Erling Smørgrav | 2005-06-06 | 1 | -6/+4 |
| * | Update for OpenSSH 4.1p1. | Dag-Erling Smørgrav | 2005-06-05 | 1 | -12/+5 |
| * | NOLIBC_R -> NO_LIBC_R | Ruslan Ermilov | 2004-12-21 | 1 | -2/+2 |
| * | Update for OpenSSH 3.9p1. | Dag-Erling Smørgrav | 2004-10-28 | 1 | -3/+2 |
| * | Update for 3.8p1, including workaround for a bug in gss-genr.c. | Dag-Erling Smørgrav | 2004-02-26 | 1 | -1/+2 |
| * | Use the default threading library if requested. | Ruslan Ermilov | 2004-02-07 | 1 | -3/+8 |
| * | - Removed libmd from the Kerberos library set. | Ruslan Ermilov | 2004-02-02 | 1 | -7/+4 |
| * | Fixed static linkage. | Ruslan Ermilov | 2004-01-08 | 1 | -2/+5 |
| * | Enable GSSAPI support. [1] | Dag-Erling Smørgrav | 2004-01-08 | 1 | -3/+3 |
| * | Update Makefiles for OpenSSH 3.7.1p2. | Dag-Erling Smørgrav | 2004-01-07 | 1 | -11/+10 |
| * | Fixed "make checkdpadd". | Ruslan Ermilov | 2003-07-02 | 1 | -2/+2 |
| * | Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extra | Mark Murray | 2003-05-05 | 1 | -1/+1 |
| * | We no longer have a separate kerberos distribution. Its now just | Mark Murray | 2003-04-30 | 1 | -1/+0 |
| * | The including makefile's directory is tried first for .include "...". | Ruslan Ermilov | 2003-04-30 | 1 | -1/+1 |
| * | Update for 3.6.1p1; also remove Kerberos IV shims. | Dag-Erling Smørgrav | 2003-04-23 | 1 | -9/+2 |
| * | ia64 and sparc64 both have libc_r now. | Dag-Erling Smørgrav | 2003-01-09 | 1 | -2/+1 |
| * | Don't build auth-pam.c and auth2-pam.c, auth2-pam-freebsd.c is all we need. | Dag-Erling Smørgrav | 2002-12-14 | 1 | -1/+8 |
| * | No guts, no glory. Switch to OpenSSH-portable. | Dag-Erling Smørgrav | 2002-06-25 | 1 | -5/+5 |
| * | Install the new man pages. | Dag-Erling Smørgrav | 2002-06-23 | 1 | -1/+1 |
| * | Update Makefiles for OpenSSH 3.3. | Dag-Erling Smørgrav | 2002-06-23 | 1 | -3/+6 |
| * | Milestone #1 in cross-arch make releases. | Ruslan Ermilov | 2002-04-26 | 1 | -6/+4 |
| * | Switch over to using pam_login_access(8) module in sshd(8). | Ruslan Ermilov | 2002-03-26 | 1 | -5/+3 |
| * | Use PAM instead of S/Key (or OPIE) for SSH2. | Dag-Erling Smørgrav | 2002-03-21 | 1 | -2/+2 |
| * | Don't forget auth-skey.c. | Dag-Erling Smørgrav | 2002-03-18 | 1 | -1/+2 |
| * | Add pam_ssh support to the static PAM library, libpam.a: | Ruslan Ermilov | 2002-01-23 | 1 | -1/+1 |
| * | Fixed world breakage in rev.1.13. -lpam must never be used directly since | Bruce Evans | 2001-08-29 | 1 | -1/+1 |
| * | Enable Kerberos 5 support in sshd again. | Brian Feldman | 2001-06-12 | 1 | -2/+0 |
| * | Update to OpenSSH 2.9. Somehow this missed getting committed yesterday. | Brian Feldman | 2001-05-04 | 1 | -3/+3 |
| * | Don't build with Kerberos 5 support for now. I'll fix this soon, | Brian Feldman | 2001-05-04 | 1 | -0/+2 |
| * | secure/ build fixes: | Ruslan Ermilov | 2001-03-26 | 2 | -15/+9 |
| * | Define HAVE_PAM_GETENVLIST for build. Now environmental variables set | Jacques Vidrine | 2001-02-08 | 1 | -1/+1 |
| * | Update for OpenSSH 2.3.0. | Brian Feldman | 2000-12-05 | 1 | -4/+6 |
| * | Fix up the build for the STARTTLS version of sendmail (again). This method | Gregory Neil Shapiro | 2000-10-24 | 2 | -78/+0 |
| * | Do not override BINDIR settings from subdirectory Makefiles. | Gregory Neil Shapiro | 2000-10-13 | 1 | -1/+1 |
| * | ../Makefile.inc was clobbering BINDIR so sendmail was being installed in | Gregory Neil Shapiro | 2000-10-13 | 1 | -1/+1 |
| * | Activate the 'secure' (TLS) version of sendmail if !NO_SENDMAIL && !NO_OPENSSL | Gregory Neil Shapiro | 2000-10-13 | 1 | -0/+4 |
| * | Given that sendmail's STARTTLS support requires OpenSSL and the bootstrap | Gregory Neil Shapiro | 2000-10-13 | 1 | -4/+11 |
| * | Remove STARTTLS support as it breaks builds without crypto installed. | Gregory Neil Shapiro | 2000-10-12 | 1 | -7/+0 |
| * | With apoligies to Greg Shapiro, fix the world. The previous commit | Peter Wemm | 2000-10-11 | 1 | -2/+2 |
| * | Style fixes | Gregory Neil Shapiro | 2000-10-11 | 1 | -4/+4 |
| * | NOCRYPT imples NO_OPENSSL. | Gregory Neil Shapiro | 2000-10-11 | 1 | -1/+1 |
| * | Build sendmail with STARTTLS support unless NO_OPENSSL is set. | Gregory Neil Shapiro | 2000-10-10 | 1 | -0/+7 |
| * | Give users a way to alter the sendmail (and related utilities) build | Gregory Neil Shapiro | 2000-09-17 | 1 | -1/+7 |
| * | Allow users to add libraries for sendmail (e.g. Cyrus SASL) | Gregory Neil Shapiro | 2000-09-13 | 1 | -1/+1 |
| * | Update for OpenSSH 2.2.0 | Kris Kennaway | 2000-09-10 | 1 | -2/+6 |
| * | Err, we weren't even compiling auth1.c with LOGIN_CAP at all. Guess nobody | Kris Kennaway | 2000-09-02 | 1 | -1/+1 |