aboutsummaryrefslogtreecommitdiff
path: root/secure
Commit message (Expand)AuthorAgeFilesLines
* secure/ build fixes:Ruslan Ermilov2001-03-2618-109/+62
* disable SRAAssar Westerlund2001-03-231-2/+2
* Attempt to fix the problem with -j builds, and du-uglify the asm codeKris Kennaway2001-03-141-10/+6
* Add OpenBSD-style blowfish password hashing. This makes one lessMark Murray2001-03-113-0/+1249
* MFS: Belatedly bump SHLIB_MAJOR corresponding to OpenSSL 0.9.6Kris Kennaway2001-03-082-2/+2
* Install the des.h link under ${DESTDIR}. Fixes buildworld.Kris Kennaway2001-03-041-1/+1
* Clean up the installation of the compatibility libdes header/libraryKris Kennaway2001-03-041-22/+11
* Don't override CPUTYPE (actually this predates the <bsd.cpu.mk> use ofKris Kennaway2001-03-041-13/+3
* setlocale(3) has been fixed to match POSIX standard:Ruslan Ermilov2001-03-021-1/+1
* Update the list of OpenSSL manpages (now contains many more describingKris Kennaway2001-02-251-55/+108
* Add back a missing file from the no-asm caseKris Kennaway2001-02-201-1/+1
* Remove a remnant of my attempt to get alpha asm code working. OpenSSLKris Kennaway2001-02-191-2/+0
* Introduce support for using OpenSSL ASM optimizations. This is doneKris Kennaway2001-02-192-10/+91
* Define HAVE_PAM_GETENVLIST for build. Now environmental variables setJacques Vidrine2001-02-081-1/+1
* Fixed missing include of <unistd.h> and wrong prototype for setkey().Bruce Evans2001-02-061-1/+2
* Add .Lb libcipherBen Smithurst2001-01-241-1/+3
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-161-140/+173
* Merge into a single US-exportable libcrypt, which only providesPeter Wemm2000-12-281-73/+0
* Update for OpenSSH 2.3.0.Brian Feldman2000-12-052-6/+9
* Fixed a typo from the last commit.Ruslan Ermilov2000-11-151-1/+1
* Correct some fallout from the semi-automated way I updated the makefile.Kris Kennaway2000-11-141-4/+4
* Disable /usr/bin/ssh being setuid root by default. Let the variableBrian Feldman2000-11-141-0/+2
* Update for OpenSSL 0.9.6Kris Kennaway2000-11-134-61/+69
* Fix up the build for the STARTTLS version of sendmail (again). This methodGregory Neil Shapiro2000-10-242-78/+0
* Do not override BINDIR settings from subdirectory Makefiles.Gregory Neil Shapiro2000-10-131-1/+1
* ../Makefile.inc was clobbering BINDIR so sendmail was being installed inGregory Neil Shapiro2000-10-131-1/+1
* Activate the 'secure' (TLS) version of sendmail if !NO_SENDMAIL && !NO_OPENSSLGregory Neil Shapiro2000-10-131-0/+4
* Given that sendmail's STARTTLS support requires OpenSSL and the bootstrapGregory Neil Shapiro2000-10-131-4/+11
* Remove STARTTLS support as it breaks builds without crypto installed.Gregory Neil Shapiro2000-10-121-7/+0
* With apoligies to Greg Shapiro, fix the world. The previous commitPeter Wemm2000-10-111-2/+2
* Style fixesGregory Neil Shapiro2000-10-111-4/+4
* NOCRYPT imples NO_OPENSSL.Gregory Neil Shapiro2000-10-111-1/+1
* Build sendmail with STARTTLS support unless NO_OPENSSL is set.Gregory Neil Shapiro2000-10-101-0/+7
* Overhaul of the build-time include file generation. Don't break in evp.hKris Kennaway2000-09-173-47/+32
* Give users a way to alter the sendmail (and related utilities) buildGregory Neil Shapiro2000-09-171-1/+7
* Only build sftp-server conditionallyKris Kennaway2000-09-161-1/+3
* Add sftp-serverAndrey A. Chernov2000-09-151-0/+1
* Allow users to add libraries for sendmail (e.g. Cyrus SASL)Gregory Neil Shapiro2000-09-131-1/+1
* Update for OpenSSH 2.2.0Kris Kennaway2000-09-104-7/+33
* Nuke RSAREF support from orbit.Kris Kennaway2000-09-104-75/+3
* ``Anyone is now free to rub two primes together for their own gratification''Kris Kennaway2000-09-061-1/+1
* Err, we weren't even compiling auth1.c with LOGIN_CAP at all. Guess nobodyKris Kennaway2000-09-021-1/+1
* Make the temporary file _evp.h instead of evp.h to not conflict withBrian Feldman2000-08-242-5/+7
* Add missing quotes around xauth pathAndrey A. Chernov2000-08-231-1/+1
* Generate a new evp.h at build-time instead of install-time to properlyBrian Feldman2000-08-232-6/+7
* Respect X11BASE to derive the location of xauth(1)Kris Kennaway2000-08-231-0/+4
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIBrian Feldman2000-08-221-0/+1
* Turn on support for IPv6Gregory Neil Shapiro2000-08-141-1/+1
* Get rid of the /etc/aliases -> /etc/mail/aliases hack. /etc/mail/aliasesGregory Neil Shapiro2000-08-131-6/+0
* The rest of the changes needed to support the new version of sendmail (8.11.0).Gregory Neil Shapiro2000-08-121-11/+28