ache
1b3b504f15
Use LC_TIME=C
1996-11-26 03:41:39 +00:00
jkh
1f7aae649f
Got the bugger. Eric's now passing in a hint structure to dbopen()
...
but forgot to zero the structure first, leaving hinfo.bsize undefined
and causing a loop in __log2().
1996-11-20 07:53:42 +00:00
peter
7b32df08e9
Merge conflicts from 8.8.3 import onto mainline.
1996-11-18 02:34:34 +00:00
peter
d1f326f919
This commit was generated by cvs2svn to compensate for changes in r19841,
...
which included commits to RCS files with non-trunk default branches.
1996-11-18 02:26:51 +00:00
peter
8e0d5faaa7
Import sendmail-8.8.3 - this contains the official fix to replace the
...
previous workaround patch that I used.
Obtained from: Eric Allman <eric@sendmail.org>
1996-11-18 02:26:51 +00:00
peter
45b9775b70
Disallow non-root users to start in daemon mode.
...
Obtained from: Eric Allman <eric@sendmail.org>
1996-11-16 16:41:17 +00:00
pst
483afbf1c7
Back out freebsd local change which always forced SMTP to assume an 8-bit
...
clear channel. This change was originally put in for freefall, and is
completely irrelevant given that freefaill defines the generic SMTP
service to use the smtp8 mailer (which is standard mechanism.)
[The original patch violated RFC-821.]
Apply to: 2.2 (please)
1996-11-13 08:06:26 +00:00
peter
e0450ac1fb
make the /etc/sendmail.cw file optional by default.
...
Definately should go into 2.2..
Requested by: lots of people
1996-11-08 05:22:50 +00:00
pst
3fc22aee34
The standard .mc files shipped with the new sendmail have an extra divert(0)
...
at the top. Make our freebsd-supplied files match the standard files.
Apply-to: 2.2
1996-11-06 22:30:29 +00:00
ache
2e12dc9fbc
Fix base64->8bit conversion
...
Submitted by: Eric Allman <eric@sendmail.org>
1996-10-31 00:45:43 +00:00
peter
f46f416def
Integrate our changes from bin/rmail. Mainly it causes immediate
...
delivery rather than queueing it and forgetting it.
(and some -Wall fixes where gcc is too dumb to see it's a "cant happen")
1996-10-29 11:32:22 +00:00
peter
7bfbad3404
Convert the DONT_FSYNC compile time option to a runtime option (like
...
nobiff). The options to turn these on are specified in the
LOCAL_MAILER_ARGS define the the sendmail.mc that you build from.
1996-10-29 05:35:24 +00:00
peter
6d127efe9f
Merge in our changes from src/libexec/mail.local. This version doesn't
...
violate disk quotas, has more robust locking, is still being developed,
etc. The main changes merged in were the ability to not fsync() the
mailbox, not do biff/comsat broadcasts, man page fixes.
1996-10-29 05:22:52 +00:00
peter
3c73db0636
Untangle NEWDB/NDBM options.
...
Enable praliases.c to not use NDBM.
1996-10-24 14:04:03 +00:00
peter
0c4d52e349
missed this praliases.8 <-> praliases.0 change
1996-10-24 05:20:52 +00:00
peter
c927066f54
Fold sendmail-8.8.2 changes into files that have been touched.
...
(^!&@$#&^! delete !!@^@^ trailing !@^&#$!& whitespace!!!)
1996-10-24 05:07:25 +00:00
peter
c25f71c7e5
Import sendmail-8.8.2 onto the vendor branch
...
Obtained from: Eric Allman <eric@sendmail.org>
1996-10-24 04:51:14 +00:00
peter
117b06cef4
This commit was generated by cvs2svn to compensate for changes in r19146,
...
which included commits to RCS files with non-trunk default branches.
1996-10-24 04:51:14 +00:00
pst
f6fcd56289
Enable NIS support
1996-10-09 20:34:09 +00:00
wosch
89dea7c61d
add missing comma(s) in .Xr macros
1996-09-23 22:24:39 +00:00
ache
1c313429bb
Fix one byte buffer overflow
...
Submitted by: Eric Allman <eric@sendmail.org>
1996-09-22 14:57:00 +00:00
ache
ed571fa244
Fix & expansion (from pw_gecos field), sizeof buf used when
...
buf is pointer, not array, buflen must be used instead.
Charlie & from root name was expanded to junk as result.
1996-09-21 23:37:35 +00:00
peter
07e1eb470f
Merge import conflicts
1996-09-19 03:12:11 +00:00
peter
a118315f66
Import of sendmail-8.7.6
1996-09-19 03:01:32 +00:00
peter
607f2df42c
This commit was generated by cvs2svn to compensate for changes in r18366,
...
which included commits to RCS files with non-trunk default branches.
1996-09-19 03:01:32 +00:00
mpp
52a48de0c5
Add the -o option to the usage line.
1996-08-21 20:54:38 +00:00
cvs2svn
05992d6e54
This commit was manufactured by cvs2svn to create branch 'SENDMAIL'.
1996-08-21 20:47:59 +00:00
mpp
357f60e0ec
Oops, forgot to actually add the new man page.
1996-08-21 20:47:58 +00:00
mpp
c4fc551727
Add a man page for mailstats(8).
...
Obtained from: NetBSD
1996-08-21 20:45:20 +00:00
jkh
cbb1c43954
freefall's new sendmail.cf file.
...
Submitted by: gpalmer
1996-05-17 07:47:34 +00:00
pst
ce274bb1f0
typo shmrsh -> smrsh
1996-04-22 20:30:09 +00:00
pst
4ecfcaa972
Find official home of smrsh
1996-04-21 19:50:46 +00:00
pst
6ba3b3888d
Enable proper installation of sendmail restricted shell smrsh(8).
...
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.
1996-04-21 19:48:07 +00:00
joerg
cb414e0b3e
Remove the legacy -d option from the arguments to mail.local in 4.4bsd.
1996-04-13 11:42:46 +00:00
peter
f0bce57817
Add the '8' flag to the smtp and esmtp mailers. This causes sendmail-8.7.5
...
to behave like the older sendmails when talking to a peer that does not
have esmtp or does not advertise 8BITMIME. The old sendmail "just sent it
anyway", while the 8.7.x series mangle any extended character set mail
by conferting it to quoted-printable or base64. Freefall has been
running this for some time.
1996-04-03 03:06:17 +00:00
peter
b3540a7299
Fold in 8.7.5 change onto mainline (all one line).
1996-03-13 16:56:55 +00:00
peter
1b87c718ff
Import sendmail-8.7.5 onto the vendor branch.
1996-03-13 16:51:01 +00:00
peter
d6f2ef9638
This commit was generated by cvs2svn to compensate for changes in r14615,
...
which included commits to RCS files with non-trunk default branches.
1996-03-13 16:51:01 +00:00
peter
f7cfae926e
Remove useless (for us) Makefiles. There were already other "Makefile.dist"
...
files missing, so these shouldn't hurt. If somebody wanted to use sendmail
8.7 on their machine, they should use a clean dist anyway, not this one.
Submitted by: wollman
1996-02-22 19:58:32 +00:00
peter
53bd532d4b
Merge 8.7.3->8.7.4 changes onto mainline.
1996-02-22 18:57:52 +00:00
peter
550e941668
Update to sendmail-8.7.4. This fixes a DNS related security vulnerabilty.
1996-02-22 18:49:13 +00:00
peter
9c30a5e26b
This commit was generated by cvs2svn to compensate for changes in r14182,
...
which included commits to RCS files with non-trunk default branches.
1996-02-22 18:49:13 +00:00
mpp
3aeb7f1d49
Correct a bunch of man page cross references and generally
...
try and silence "manck".
ncurses, rpc, and some of the gnu stuff are still a big mess, however.
1996-02-11 22:38:05 +00:00
mpp
279ebaafa0
Add some missing MLINKS, correct some cross references, correct some
...
file locations and some minor formatting/style problems.
1996-02-09 16:20:10 +00:00
wollman
61d8d8e40b
Remove support for OSI networking in user-land (#ifdef OSI aor CCITT)
...
in preparation for its removal from the kernel source tree. NB: because
a function was deleted, libc is now at version 3.0 (was 2.2 previously).
1996-02-06 20:36:15 +00:00
mpp
31c79332f8
Don't install sendmail setgid kmem since it doesn't really
...
require kmem access. It is currently configured to call getloadavg(3),
which uses sysctl(2) to determine the load average, which is the
only reason some sendmails require kmem access.
1996-01-29 13:19:49 +00:00
jkh
31359c24e6
Whoops! Include paths.h instead of sys/cdefs.h - that results in
...
PATH_VARTMP having a somewhat saner value.
Submitted by: matthew green <mrg@eterna.com.au>
By way of: Eric Allman <eric@sendmail.org>
1996-01-29 02:58:11 +00:00
peter
0fdeab8ba7
Get sendmail to detect when to use the setproctitle() in libutil
...
This uses osreldate.h and other stuff to determine whether it's on a
-current system. It should still compile cleanly on a -stable branch
system.
1996-01-01 08:54:01 +00:00
peter
da723b7aea
Revert from fiddling with the PS_STRINGS pointers back to the traditional
...
spamming of the argv, almost back to the original code (except for NULL
padding of the string).
This makes this version of the sendmail source compile on 2.1.X again.
1995-12-15 13:31:51 +00:00
peter
b754bcefa2
These files are regeneratable and are making huge rcs deltas for no real
...
need. Note that "op" and "intro" are already being built under
share/doc/smm (08.sendmailop and 09.sendmail)
1995-12-13 06:20:22 +00:00