summaryrefslogtreecommitdiffstats
path: root/secure
Commit message (Expand)AuthorAgeFilesLines
* Fix up the build for the STARTTLS version of sendmail (again). This methodgshapiro2000-10-242-78/+0
* Do not override BINDIR settings from subdirectory Makefiles.gshapiro2000-10-131-1/+1
* ../Makefile.inc was clobbering BINDIR so sendmail was being installed ingshapiro2000-10-131-1/+1
* Activate the 'secure' (TLS) version of sendmail if !NO_SENDMAIL && !NO_OPENSSLgshapiro2000-10-131-0/+4
* Given that sendmail's STARTTLS support requires OpenSSL and the bootstrapgshapiro2000-10-131-4/+11
* Remove STARTTLS support as it breaks builds without crypto installed.gshapiro2000-10-121-7/+0
* With apoligies to Greg Shapiro, fix the world. The previous commitpeter2000-10-111-2/+2
* Style fixesgshapiro2000-10-111-4/+4
* NOCRYPT imples NO_OPENSSL.gshapiro2000-10-111-1/+1
* Build sendmail with STARTTLS support unless NO_OPENSSL is set.gshapiro2000-10-101-0/+7
* Overhaul of the build-time include file generation. Don't break in evp.hkris2000-09-173-47/+32
* Give users a way to alter the sendmail (and related utilities) buildgshapiro2000-09-171-1/+7
* Only build sftp-server conditionallykris2000-09-161-1/+3
* Add sftp-serverache2000-09-151-0/+1
* Allow users to add libraries for sendmail (e.g. Cyrus SASL)gshapiro2000-09-131-1/+1
* Update for OpenSSH 2.2.0kris2000-09-104-7/+33
* Nuke RSAREF support from orbit.kris2000-09-104-75/+3
* ``Anyone is now free to rub two primes together for their own gratification''kris2000-09-061-1/+1
* Err, we weren't even compiling auth1.c with LOGIN_CAP at all. Guess nobodykris2000-09-021-1/+1
* Make the temporary file _evp.h instead of evp.h to not conflict withgreen2000-08-242-5/+7
* Add missing quotes around xauth pathache2000-08-231-1/+1
* Generate a new evp.h at build-time instead of install-time to properlygreen2000-08-232-6/+7
* Respect X11BASE to derive the location of xauth(1)kris2000-08-231-0/+4
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIgreen2000-08-221-0/+1
* Turn on support for IPv6gshapiro2000-08-141-1/+1
* Get rid of the /etc/aliases -> /etc/mail/aliases hack. /etc/mail/aliasesgshapiro2000-08-131-6/+0
* The rest of the changes needed to support the new version of sendmail (8.11.0).gshapiro2000-08-121-11/+28
* Unbreak the OpenSSL headers for those of us who don't/can't use IDEA bygreen2000-08-041-1/+10
* Install the openssl(1) manpage with an MLINK from ssl(8) to at least putkris2000-08-031-6/+12
* Don't build sshd if NO_OPENSSL defined.kris2000-07-301-1/+1
* Don't build crypto-enabled telnetd if NO_OPENSSL is defined, since itkris2000-07-251-1/+1
* WITH_IDEA --> MAKE_IDEA fix.markm2000-07-161-1/+1
* Add missing $FreeBSD$ to files that are NOT still on vendor a branch.peter2000-07-162-0/+6
* Be consistant about WITH_ vs MAKE_ flags. We have a precedent of usingpeter2000-07-142-4/+4
* Argh. Cut/paste transcription error. Fix syntax of previous commit.peter2000-07-031-1/+1
* USA_RESIDENT is forced to YES or NO at the start of Makefile.inc1peter2000-07-031-1/+2
* MFI. This is a documentation-only, diffreducing patch, that ifmarkm2000-06-244-2/+23
* Link explicitly against -lmd. I'm not sure what was pulling this inkris2000-06-111-2/+2
* Add a new file to SRCSkris2000-06-031-1/+1
* /dev/urandom is the default random device, so no use in stateing it here.obrien2000-05-151-4/+1
* This version is slightly better than rev 1.10. There are still missingobrien2000-05-151-10/+8
* Use unadorned `mkdir -p', removing the "test ... ||".obrien2000-05-151-2/+2
* Update for OpenSSH 2.1kris2000-05-153-5/+15
* Use the C locale for running date(1).kris2000-04-201-1/+1
* Update for OpenSSL 0.9.5a and clean up a bit.kris2000-04-135-111/+183
* Update for OpenSSL 0.9.5a and clean up a bit.kris2000-04-132-38/+10
* * Fix dependancies so that ``make depend'' is not required.obrien2000-04-111-24/+26
* * Fix dependancies so that ``make depend'' is not required.obrien2000-04-111-38/+39
* Add libcrypto to LDADD. This fixes problems seen with e.g. apache-modsslkris2000-04-041-0/+1
* Missed a fix for the new openssh; this fixes make world.kris2000-03-261-1/+1
OpenPOWER on IntegriCloud