Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not override BINDIR settings from subdirectory Makefiles. | gshapiro | 2000-10-13 | 1 | -1/+1 |
| | | | | Submitted by: bde | ||||
* | ../Makefile.inc was clobbering BINDIR so sendmail was being installed in | gshapiro | 2000-10-13 | 1 | -1/+1 |
| | | | | | | /usr/sbin/ instead of /usr/libexec/sendmail/ Submitted by: bde | ||||
* | 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 |
| | | | | | | | issues that brings, build the non-TLS version of sendmail in src/usr.sbin/sendmail and the TLS version in src/secure/usr.sbin/sendmail. This allows the TLS version to be part of the secure distribution when building a release. | ||||
* | Remove STARTTLS support as it breaks builds without crypto installed. | gshapiro | 2000-10-12 | 1 | -7/+0 |
| | | | | Waiting to hear back regarding the best way to do this. | ||||
* | With apoligies to Greg Shapiro, fix the world. The previous commit | peter | 2000-10-11 | 1 | -2/+2 |
| | | | | | lost -lutil and -lwrap by replacing $LDADD and $DPADD rather than appending to them with +=. | ||||
* | Style fixes | gshapiro | 2000-10-11 | 1 | -4/+4 |
| | |||||
* | NOCRYPT imples NO_OPENSSL. | gshapiro | 2000-10-11 | 1 | -1/+1 |
| | | | | | | Still need to solve the distribution problem. Submitted by: kris | ||||
* | 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 |
| | | | | | if bootstrapping from a system on which the openssl headers are not already present. | ||||
* | Give users a way to alter the sendmail (and related utilities) build | gshapiro | 2000-09-17 | 1 | -1/+7 |
| | | | | environment so they can enable functionality such as SASL, LDAP, Hesiod. | ||||
* | 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 |
| | | | | Obtained from: Sergei Vyshenski <svysh@pn.sinp.msu.ru> | ||||
* | Update for OpenSSH 2.2.0 | kris | 2000-09-10 | 4 | -7/+33 |
| | |||||
* | Nuke RSAREF support from orbit. | kris | 2000-09-10 | 4 | -75/+3 |
| | | | | It's the only way to be sure. | ||||
* | ``Anyone is now free to rub two primes together for their own gratification'' | kris | 2000-09-06 | 1 | -1/+1 |
| | | | | | | | | | | -- Unknown Now that the RSA algorithm is released into the public domain, build librsaintl by default unless NO_RSAINTL is set in make.conf. The native OpenSSL implementation of RSA is much faster, doesn't have an artificial keysize limitation, has 30% fewer calories and tastes great! | ||||
* | Err, we weren't even compiling auth1.c with LOGIN_CAP at all. Guess nobody | kris | 2000-09-02 | 1 | -1/+1 |
| | | | | was using this feature. | ||||
* | Make the temporary file _evp.h instead of evp.h to not conflict with | green | 2000-08-24 | 2 | -5/+7 |
| | | | | | | the real evp.h. Reported by: markm | ||||
* | Add missing quotes around xauth path | ache | 2000-08-23 | 1 | -1/+1 |
| | |||||
* | Generate a new evp.h at build-time instead of install-time to properly | green | 2000-08-23 | 2 | -6/+7 |
| | | | | support NFS(ro) installworlds. | ||||
* | Respect X11BASE to derive the location of xauth(1) | kris | 2000-08-23 | 1 | -0/+4 |
| | | | | | PR: 17818 Submitted by: Bjoern Fischer <bfischer@Techfak.Uni-Bielefeld.DE> | ||||
* | Add working and easy crypt(3)-switching. Yes, we need a whole new API | green | 2000-08-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | for crypt(3) by now. In any case: Add crypt_set_format(3) + documentation to -lcrypt. Add login_setcryptfmt(3) + documentation to -lutil. Support for switching crypt formats in passwd(8). Support for switching crypt formats in pw(8). The simple synopsis is: edit login.conf; add a passwd_format field set to "des" or "md5"; go nuts :) Reviewed by: peter | ||||
* | Turn on support for IPv6 | gshapiro | 2000-08-14 | 1 | -1/+1 |
| | |||||
* | Get rid of the /etc/aliases -> /etc/mail/aliases hack. /etc/mail/aliases | gshapiro | 2000-08-13 | 1 | -6/+0 |
| | | | | now exists in the distribution. | ||||
* | The rest of the changes needed to support the new version of sendmail (8.11.0). | gshapiro | 2000-08-12 | 1 | -11/+28 |
| | | | | | | Beyond changes to the build system, this includes fixing up the sample freebsd.mc configuration for changes in defaults and syntax, removing outdated documentation, and updating the release notes. | ||||
* | Unbreak the OpenSSL headers for those of us who don't/can't use IDEA by | green | 2000-08-04 | 1 | -1/+10 |
| | | | | | getting rid of the check for NO_IDEA (in evp.h) completely if it's installed without MAKE_IDEA=YES. | ||||
* | Install the openssl(1) manpage with an MLINK from ssl(8) to at least put | kris | 2000-08-03 | 1 | -6/+12 |
| | | | | something in the location where OpenSSH likes to point. | ||||
* | Don't build sshd if NO_OPENSSL defined. | kris | 2000-07-30 | 1 | -1/+1 |
| | | | | Submitted by: stephen@math.missouri.edu | ||||
* | Don't build crypto-enabled telnetd if NO_OPENSSL is defined, since it | kris | 2000-07-25 | 1 | -1/+1 |
| | | | | attempts to link against libcrypto. | ||||
* | WITH_IDEA --> MAKE_IDEA fix. | markm | 2000-07-16 | 1 | -1/+1 |
| | |||||
* | Add missing $FreeBSD$ to files that are NOT still on vendor a branch. | peter | 2000-07-16 | 2 | -0/+6 |
| | |||||
* | Be consistant about WITH_ vs MAKE_ flags. We have a precedent of using | peter | 2000-07-14 | 2 | -4/+4 |
| | | | | | | | MAKE_foo for things like MAKE_KERBEROS etc. Use that. I managed to confuse myself last time and made make.conf different to the code. ;-( Reported by: Jun Kuriyama <kuriyama@FreeBSD.org> | ||||
* | Argh. Cut/paste transcription error. Fix syntax of previous commit. | peter | 2000-07-03 | 1 | -1/+1 |
| | |||||
* | USA_RESIDENT is forced to YES or NO at the start of Makefile.inc1 | peter | 2000-07-03 | 1 | -1/+2 |
| | | | | | | Use that to be the final arbiter of whether or not to build the librsaintl.so plugin for openssl/openssh. Add a magic WANT_RSAINTL flag to force building even if USA_RESIDENT=YES. | ||||
* | MFI. This is a documentation-only, diffreducing patch, that if | markm | 2000-06-24 | 4 | -2/+23 |
| | | | | | invoked will cause breakage. US Users - DO NOT try to turn on IDEA - the sources are not included. | ||||
* | Link explicitly against -lmd. I'm not sure what was pulling this in | kris | 2000-06-11 | 1 | -2/+2 |
| | | | | on -current, but it doesnt do it on -stable. | ||||
* | Add a new file to SRCS | kris | 2000-06-03 | 1 | -1/+1 |
| | |||||
* | /dev/urandom is the default random device, so no use in stateing it here. | obrien | 2000-05-15 | 1 | -4/+1 |
| | | | | Also simplify the conditionals a little. | ||||
* | This version is slightly better than rev 1.10. There are still missing | obrien | 2000-05-15 | 1 | -10/+8 |
| | | | | | dependencies for openssl/*.h. I cannot reproduce any critical race conditions with this revision. | ||||
* | Use unadorned `mkdir -p', removing the "test ... ||". | obrien | 2000-05-15 | 1 | -2/+2 |
| | | | | | There are sometimes problems with "&&" and "||" in the `make -j' case, as it appears multiple processes may process parts of the execution line. | ||||
* | Update for OpenSSH 2.1 | kris | 2000-05-15 | 3 | -5/+15 |
| | |||||
* | Use the C locale for running date(1). | kris | 2000-04-20 | 1 | -1/+1 |
| | | | | Submitted by: ache | ||||
* | Update for OpenSSL 0.9.5a and clean up a bit. | kris | 2000-04-13 | 5 | -111/+183 |
| | |||||
* | Update for OpenSSL 0.9.5a and clean up a bit. | kris | 2000-04-13 | 2 | -38/+10 |
| | | | | Take responsibility for this makefile again :-) | ||||
* | * Fix dependancies so that ``make depend'' is not required. | obrien | 2000-04-11 | 1 | -24/+26 |
| | | | | | | * Some style fixes Approved by: kris | ||||
* | * Fix dependancies so that ``make depend'' is not required. | obrien | 2000-04-11 | 1 | -38/+39 |
| | | | | | | * Some style fixes Approved by: kris | ||||
* | Add libcrypto to LDADD. This fixes problems seen with e.g. apache-modssl | kris | 2000-04-04 | 1 | -0/+1 |
| | | | | Submitted by: Jim Bloom <bloom@acm.org> | ||||
* | Missed a fix for the new openssh; this fixes make world. | kris | 2000-03-26 | 1 | -1/+1 |
| | |||||
* | Update for latest OpenSSH | kris | 2000-03-26 | 2 | -4/+4 |
| |