aboutsummaryrefslogtreecommitdiff
path: root/secure
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unbreak the OpenSSL headers for those of us who don't/can't use IDEA byBrian Feldman2000-08-041-1/+10
* Install the openssl(1) manpage with an MLINK from ssl(8) to at least putKris Kennaway2000-08-031-6/+12
* Don't build sshd if NO_OPENSSL defined.Kris Kennaway2000-07-301-1/+1
* Don't build crypto-enabled telnetd if NO_OPENSSL is defined, since itKris Kennaway2000-07-251-1/+1
* WITH_IDEA --> MAKE_IDEA fix.Mark Murray2000-07-161-1/+1
* Add missing $FreeBSD$ to files that are NOT still on vendor a branch.Peter Wemm2000-07-162-0/+6
* Be consistant about WITH_ vs MAKE_ flags. We have a precedent of usingPeter Wemm2000-07-142-4/+4
* Argh. Cut/paste transcription error. Fix syntax of previous commit.Peter Wemm2000-07-031-1/+1
* USA_RESIDENT is forced to YES or NO at the start of Makefile.inc1Peter Wemm2000-07-031-1/+2
* MFI. This is a documentation-only, diffreducing patch, that ifMark Murray2000-06-244-2/+23
* Link explicitly against -lmd. I'm not sure what was pulling this inKris Kennaway2000-06-111-2/+2
* Add a new file to SRCSKris Kennaway2000-06-031-1/+1
* /dev/urandom is the default random device, so no use in stateing it here.David E. O'Brien2000-05-151-4/+1
* This version is slightly better than rev 1.10. There are still missingDavid E. O'Brien2000-05-151-10/+8
* Use unadorned `mkdir -p', removing the "test ... ||".David E. O'Brien2000-05-151-2/+2
* Update for OpenSSH 2.1Kris Kennaway2000-05-153-5/+15
* Use the C locale for running date(1).Kris Kennaway2000-04-201-1/+1
* Update for OpenSSL 0.9.5a and clean up a bit.Kris Kennaway2000-04-135-111/+183