| Commit message (Expand) | Author | Age | Files | Lines |
* | Update for OpenSSL 0.9.6a | kris | 2001-05-20 | 1 | -2/+5 |
* | Fixed world breakage in previous commit. -lpam must never be used | bde | 2001-05-09 | 1 | -4/+4 |
* | Fixed world breakage in previous commit. -lpam must never be used | bde | 2001-05-09 | 1 | -3/+4 |
* | Add PAM support to SRA authentication. Cribbed mostly from ftpd. This | nsayer | 2001-05-07 | 2 | -2/+2 |
* | Update to OpenSSH 2.9. Somehow this missed getting committed yesterday. | green | 2001-05-04 | 1 | -3/+3 |
* | Don't build with Kerberos 5 support for now. I'll fix this soon, | green | 2001-05-04 | 1 | -0/+2 |
* | Follow the OpenSSH 2.9 upgrade with the infrastructure. Two new | green | 2001-05-04 | 10 | -20/+42 |
* | Add the new version.c to libssh. | green | 2001-05-03 | 1 | -1/+1 |
* | Reactivate SRA. | nsayer | 2001-04-05 | 1 | -2/+2 |
* | Merged src/lib/libtelnet rev.1.9 (fixed removing of obsolete shared | ru | 2001-03-28 | 1 | -8/+5 |
* | Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness. | ru | 2001-03-28 | 4 | -4/+11 |
* | secure/ build fixes: | ru | 2001-03-26 | 18 | -109/+62 |
* | disable SRA | assar | 2001-03-23 | 1 | -2/+2 |
* | Attempt to fix the problem with -j builds, and du-uglify the asm code | kris | 2001-03-14 | 1 | -10/+6 |
* | Add OpenBSD-style blowfish password hashing. This makes one less | markm | 2001-03-11 | 3 | -0/+1249 |
* | MFS: Belatedly bump SHLIB_MAJOR corresponding to OpenSSL 0.9.6 | kris | 2001-03-08 | 2 | -2/+2 |
* | Install the des.h link under ${DESTDIR}. Fixes buildworld. | kris | 2001-03-04 | 1 | -1/+1 |
* | Clean up the installation of the compatibility libdes header/library | kris | 2001-03-04 | 1 | -22/+11 |
* | Don't override CPUTYPE (actually this predates the <bsd.cpu.mk> use of | kris | 2001-03-04 | 1 | -13/+3 |
* | setlocale(3) has been fixed to match POSIX standard: | ru | 2001-03-02 | 1 | -1/+1 |
* | Update the list of OpenSSL manpages (now contains many more describing | kris | 2001-02-25 | 1 | -55/+108 |
* | Add back a missing file from the no-asm case | kris | 2001-02-20 | 1 | -1/+1 |
* | Remove a remnant of my attempt to get alpha asm code working. OpenSSL | kris | 2001-02-19 | 1 | -2/+0 |
* | Introduce support for using OpenSSL ASM optimizations. This is done | kris | 2001-02-19 | 2 | -10/+91 |
* | Define HAVE_PAM_GETENVLIST for build. Now environmental variables set | nectar | 2001-02-08 | 1 | -1/+1 |
* | Fixed missing include of <unistd.h> and wrong prototype for setkey(). | bde | 2001-02-06 | 1 | -1/+2 |
* | Add .Lb libcipher | ben | 2001-01-24 | 1 | -1/+3 |
* | man(7) -> mdoc(7). | ru | 2001-01-16 | 1 | -140/+173 |
* | Merge into a single US-exportable libcrypt, which only provides | peter | 2000-12-28 | 1 | -73/+0 |
* | Update for OpenSSH 2.3.0. | green | 2000-12-05 | 2 | -6/+9 |
* | Fixed a typo from the last commit. | ru | 2000-11-15 | 1 | -1/+1 |
* | Correct some fallout from the semi-automated way I updated the makefile. | kris | 2000-11-14 | 1 | -4/+4 |
* | Disable /usr/bin/ssh being setuid root by default. Let the variable | green | 2000-11-14 | 1 | -0/+2 |
* | Update for OpenSSL 0.9.6 | kris | 2000-11-13 | 4 | -61/+69 |
* | Fix up the build for the STARTTLS version of sendmail (again). This method | gshapiro | 2000-10-24 | 2 | -78/+0 |
* | Do not override BINDIR settings from subdirectory Makefiles. | gshapiro | 2000-10-13 | 1 | -1/+1 |
* | ../Makefile.inc was clobbering BINDIR so sendmail was being installed in | gshapiro | 2000-10-13 | 1 | -1/+1 |
* | Activate the 'secure' (TLS) version of sendmail if !NO_SENDMAIL && !NO_OPENSSL | gshapiro | 2000-10-13 | 1 | -0/+4 |
* | Given that sendmail's STARTTLS support requires OpenSSL and the bootstrap | gshapiro | 2000-10-13 | 1 | -4/+11 |
* | Remove STARTTLS support as it breaks builds without crypto installed. | gshapiro | 2000-10-12 | 1 | -7/+0 |
* | With apoligies to Greg Shapiro, fix the world. The previous commit | peter | 2000-10-11 | 1 | -2/+2 |
* | Style fixes | gshapiro | 2000-10-11 | 1 | -4/+4 |
* | NOCRYPT imples NO_OPENSSL. | gshapiro | 2000-10-11 | 1 | -1/+1 |
* | Build sendmail with STARTTLS support unless NO_OPENSSL is set. | gshapiro | 2000-10-10 | 1 | -0/+7 |
* | Overhaul of the build-time include file generation. Don't break in evp.h | kris | 2000-09-17 | 3 | -47/+32 |
* | Give users a way to alter the sendmail (and related utilities) build | gshapiro | 2000-09-17 | 1 | -1/+7 |
* | Only build sftp-server conditionally | kris | 2000-09-16 | 1 | -1/+3 |
* | Add sftp-server | ache | 2000-09-15 | 1 | -0/+1 |
* | Allow users to add libraries for sendmail (e.g. Cyrus SASL) | gshapiro | 2000-09-13 | 1 | -1/+1 |
* | Update for OpenSSH 2.2.0 | kris | 2000-09-10 | 4 | -7/+33 |