Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove kludges intended to support src trees with partial obj trees. | des | 2005-06-10 | 1 | -6/+2 |
| | | | | Discussed with: ru | ||||
* | Remove MAINTAINER= lines from individual Makefiles in favor of the | gshapiro | 2003-07-07 | 1 | -2/+0 |
| | | | | MAINTAINER file (which already had entries for sendmail). | ||||
* | Update build infrastructure for sendmail 8.12. | gshapiro | 2002-02-17 | 1 | -7/+13 |
| | |||||
* | Lock down with WFORMAT?=1, with overrides in the subdirectories which | kris | 2002-02-04 | 1 | -0/+1 |
| | | | | are not yet warning-clean. Tested on i386 and alpha. | ||||
* | - Backout botched attempt to intoduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for libexec/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
| | |||||
* | Add a MAINTAINER= line so people know who to blame | gshapiro | 2000-10-26 | 1 | -0/+2 |
| | |||||
* | Style fixes | gshapiro | 2000-10-11 | 1 | -4/+4 |
| | |||||
* | mail.local(8) is no longer installed as a set-user-id binary. | gshapiro | 2000-10-10 | 1 | -2/+0 |
| | | | | | Users may have to adjust their configuration to call mail.local as root by adding the F=S flag to the local mailer. Most probably already have this. | ||||
* | Give users a way to alter the sendmail (and related utilities) build | gshapiro | 2000-09-17 | 1 | -0/+6 |
| | | | | environment so they can enable functionality such as SASL, LDAP, Hesiod. | ||||
* | The rest of the changes needed to support the new version of sendmail (8.11.0). | gshapiro | 2000-08-12 | 1 | -3/+14 |
| | | | | | | 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. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Remove useless `BINOWN=root' now that it is the default. | obrien | 1998-09-19 | 1 | -2/+1 |
| | |||||
* | Use sendmail-8.9.1 mail.local (with our changes). It has LMTP support. | peter | 1998-08-04 | 4 | -699/+5 |
| | |||||
* | Typos. | charnier | 1998-01-07 | 1 | -3/+3 |
| | |||||
* | style(9) nits | imp | 1997-12-26 | 1 | -2/+3 |
| | | | | Submitted by: bde | ||||
* | Be extra paranoid about the length of data returned from gethostbyaddr or | imp | 1997-12-24 | 1 | -2/+2 |
| | | | | | gethostbyname. Submitted by: Julian Assange | ||||
* | Switch the effective uid to that of the user when writing mail files, | alex | 1997-11-13 | 1 | -3/+27 |
| | | | | | | | allowing quotas to be enforced on mail spools. PR: 1111 Submitted by: Charles Henrich <henrich@crh.cl.msu.edu> | ||||
* | Store temporary files in /var/tmp instead /tmp. This should avoid | wosch | 1997-10-11 | 2 | -4/+4 |
| | | | | | a possible disk overflow for enormous large mails. Submitted by: grog | ||||
* | Makefile.dist is a non-bmaked version of Makefile. We don't want it. | bde | 1997-08-02 | 1 | -14/+0 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r27847, | bde | 1997-08-02 | 1 | -0/+14 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import Lite2's src/libexec, except for makekey (which was spammed | bde | 1997-08-02 | 2 | -22/+393 |
| | | | | | | | | | | | | by a repository copy from 1.1.5 and patched back to Lite1) and rbootd/bootdir/SYSHPBSD (which is binary). All changed files have already left the vendor branch. | ||||
* | | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-28 | 1 | -2/+2 |
| | | | | | | | | posix standard on the topic. | ||||
* | | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 3 | -3/+3 |
| | | |||||
* | | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | | Totally botched ths patch...revert back to Rev 1.7, and request a | scrappy | 1996-10-23 | 1 | -31/+1 |
| | | | | | | | | proper context diff from the submitter... | ||||
* | | Last time I trust 'sucess's on a non-context diff... | scrappy | 1996-10-22 | 1 | -22/+23 |
| | | | | | | | | Pointed out by: Bill Fenner <fenner@parc.xerox.com> | ||||
* | | Fixes: | scrappy | 1996-10-22 | 1 | -1/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | >Description: /usr/libexec/mail.local runs as root. As such is can fill up a mailbox on a quota'd filesystem, and keep going... Makes quota's almost useless in an ISP environment. Closes: PR#bin/1111 Submitted by: Charles Henrich <henrich@crh.cl.msu.edu> | ||||
* | | add forgotten $Id$ | wosch | 1996-09-22 | 3 | -0/+4 |
| | | |||||
* | | Don't use __dead or __pure in user code. They were obfuscations | bde | 1996-09-14 | 1 | -1/+1 |
| | | | | | | | | | | | | for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong. | ||||
* | | Introduce a -b option for sites who are not interested in the old biff | joerg | 1996-04-13 | 2 | -11/+24 |
| | | | | | | | | service. (Avoid a ``in_vain'' warning...) | ||||
* | | Another round of various man page cleanups. | mpp | 1996-02-09 | 1 | -1/+0 |
| | | |||||
* | | Revert fsync ifdef behaviour and name, now default variant acts like | ache | 1995-10-31 | 2 | -2/+4 |
| | | | | | | | | | | original one. Suggested by: peter | ||||
* | | Put fsync under #ifdef EXTRA_SANITY and turn it off by default. | ache | 1995-10-31 | 2 | -5/+8 |
| | | | | | | | | | | fsync here cause real disk trashing when large UUCP mail chanks parsed. | ||||
* | | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -1/+1 |
| | | |||||
* | | Update to new make macros and disable Kerberos because we haven't got it | wollman | 1994-08-05 | 1 | -1/+1 |
|/ | | | | set up right yet. | ||||
* | BSD 4.4 Lite Libexec Sources | rgrimes | 1994-05-27 | 4 | -0/+662 |