summaryrefslogtreecommitdiffstats
path: root/secure/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Update for OpenSSH 2.3.0.green2000-12-051-4/+6
|
* Fix up the build for the STARTTLS version of sendmail (again). This methodgshapiro2000-10-242-78/+0
| | | | | | | | | | mimics that of tcpdump in that for normal builds, sendmail will only be built once. For 'make release', it is built once for the bin dist and once for the crypto dist. This method also removes the need for two separate Makefiles (which could become out of sync). Suggested by: bde Assisted by: kris
* Do not override BINDIR settings from subdirectory Makefiles.gshapiro2000-10-131-1/+1
| | | | Submitted by: bde
* ../Makefile.inc was clobbering BINDIR so sendmail was being installed ingshapiro2000-10-131-1/+1
| | | | | | /usr/sbin/ instead of /usr/libexec/sendmail/ Submitted by: bde
* 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
| | | | | | | 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.gshapiro2000-10-121-7/+0
| | | | Waiting to hear back regarding the best way to do this.
* With apoligies to Greg Shapiro, fix the world. The previous commitpeter2000-10-111-2/+2
| | | | | lost -lutil and -lwrap by replacing $LDADD and $DPADD rather than appending to them with +=.
* Style fixesgshapiro2000-10-111-4/+4
|
* NOCRYPT imples NO_OPENSSL.gshapiro2000-10-111-1/+1
| | | | | | Still need to solve the distribution problem. Submitted by: kris
* Build sendmail with STARTTLS support unless NO_OPENSSL is set.gshapiro2000-10-101-0/+7
|
* Give users a way to alter the sendmail (and related utilities) buildgshapiro2000-09-171-1/+7
| | | | environment so they can enable functionality such as SASL, LDAP, Hesiod.
* Allow users to add libraries for sendmail (e.g. Cyrus SASL)gshapiro2000-09-131-1/+1
| | | | Obtained from: Sergei Vyshenski <svysh@pn.sinp.msu.ru>
* Update for OpenSSH 2.2.0kris2000-09-101-2/+6
|
* Err, we weren't even compiling auth1.c with LOGIN_CAP at all. Guess nobodykris2000-09-021-1/+1
| | | | was using this feature.
* 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
| | | | now exists in the distribution.
* The rest of the changes needed to support the new version of sendmail (8.11.0).gshapiro2000-08-121-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.
* Don't build sshd if NO_OPENSSL defined.kris2000-07-301-1/+1
| | | | Submitted by: stephen@math.missouri.edu
* Link explicitly against -lmd. I'm not sure what was pulling this inkris2000-06-111-2/+2
| | | | on -current, but it doesnt do it on -stable.
* Update for OpenSSH 2.1kris2000-05-151-3/+7
|
* Update for latest OpenSSHkris2000-03-261-3/+3
|
* Make LOGIN_CAP work properly.markm2000-03-091-3/+5
| | | | Submitted by: ache
* MFI: Make ssh and sshd link in the krb5 part of make release.jhay2000-03-031-2/+2
| | | | Reviewed by: markm
* New distribution names.markm2000-02-281-2/+4
|
* Don't pull in libRSAglue for the rsaref case. Since this is linkedpeter2000-02-251-4/+0
| | | | | dynamically by default, we use the dlopen() calls to load librsaref.so on US code trees.
* Add the OpenSSH userland-building Makefiles.markm2000-02-243-0/+55
|
* Since /etc/sendmail.cf got moved to /etc/mail/sendmail.cf, a 'make world'peter1999-12-291-0/+8
| | | | | | would leave you with a broken sendmail and local mail loss. This evil hack moves sendmail.cf from the old location to the new one (if required) at install time.
* Install sendmail in it's new location.peter1999-12-291-4/+2
|
* RIP xntpd.markm1999-12-221-869/+0
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Enable tcp_wrapper support by default.markm1999-03-281-10/+4
|
* MaxHeaderLines is now MaxHeadersLength (in bytes)peter1999-02-071-1/+1
|
* Support 'O MaxHeaderLines=' to override the default header count and linepeter1999-01-241-0/+1
| | | | length limits. The configuration keyword is: confMAX_HEADER_LINES
* Update for 8.9.2 (new file, control.c)peter1999-01-121-3/+4
| | | | Also, turn on support for the MaxMimeHeaderLength option in sendmail.cf.
* Remove useless `BINOWN=root' now that it is the default.obrien1998-09-191-1/+0
|
* Connect up sendmail-8.9.1peter1998-08-041-55/+49
|
* Fold sendmail-8.8.2 changes into files that have been touched.peter1996-10-241-2/+12
| | | | (^!&@$#&^! delete !!@^@^ trailing !@^&#$!& whitespace!!!)
* typo shmrsh -> smrshpst1996-04-221-1/+1
|
* Enable proper installation of sendmail restricted shell smrsh(8).pst1996-04-211-1/+1
| | | | | | | | | | | | This program is a wrapper for the prog mailer in sendmail. It does shell meta character masking and restricts the list of executables to those found in /usr/libexec/sm.bin. The default sendmail.cf file does not use this tool, however you can enable it by either changing /bin/sh to /usr/libexec/smrsh or adding the line FEATURE(smrsh) into your sendmail .mc file and rebuilding your .cf file. For more info, RTFMP.
* *GULP* cvs remove the uncomfortably large list of files that are no longerpeter1995-12-021-1/+1
| | | | part of sendmail 8.7.2...
* Re-disable the cf/cf SUBDIR - we were not building it before anyway.peter1995-12-021-1/+1
| | | | The Makefile down there does not handle the obj dir well..
* Import Sendmail-8.7.2 as discussed on -current.peter1995-12-021-14/+35
| | | | The conflict merge will happen shortly after.
* Import Sendmail v8.6.12, onto the CSRG(!) branch.peter1995-08-171-2/+2
| | | | A seperate commit to fix the conflicts wil follow.
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
|
* This commit was generated by cvs2svn to compensate for changes in r7283,wollman1995-03-231-0/+869
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Mark Murray's authdes.c for xntpdwollman1995-03-231-0/+869
|
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+24
OpenPOWER on IntegriCloud