Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-08 | multiple readlink() calls that forgot the -1... | Vincent Labrecque | |
ok millert | |||
2003-04-14 | built in -> built-in; | Jason McIntyre | |
from NetBSD (Igor Sobrado); smrsh(8) passed on to sendmail people; ok millert@ | |||
2003-03-29 | Update to sendmail 8.12.9; fixes a buffer overflow in address parsing | Todd C. Miller | |
due to a char to int conversion problem which is potentially remotely exploitable. | |||
2003-03-19 | Return 0 on success, rather than falling off the end of a function prototyped | Dale Rahn | |
as returning int. | |||
2003-03-15 | specifed -> specified | Theo de Raadt | |
2003-03-11 | files with dead .Xr's; | Jason McIntyre | |
left .Xr, but removed man page number as suggested by mpech@ more help and ok millert@ | |||
2003-03-10 | Move /var/log/sendmail.st creation to etc/Makefile where it belongs; | Todd C. Miller | |
noticed by grange@ | |||
2003-03-09 | Move WANT_LIBMILTER bits until after bsd.own.mk has been pulled in. | Todd C. Miller | |
2003-03-09 | Pull in bsd.own.mk early so we can get WANT_* from there. | Todd C. Miller | |
2003-03-07 | .Xr typos; | Jason McIntyre | |
ok millert@ | |||
2003-03-03 | Update to Sendmail 8.12.8; fixes a buffer overflow in the envelope | Todd C. Miller | |
comments processing which may allow an attacker to gain root privileges. | |||
2003-02-27 | Change things back such that defining WANT_LIBMILTER in mk.conf | Todd C. Miller | |
will build with libmilter support since that appears to be what people do (though it was not actually intended to work that way). Also add WANT_SMTPAUTH for SASL support and WANT_LDAP for LDAP map support. These last two from Chuck Yerkes. | |||
2003-02-19 | Give milter the ghost of a chance of working; still not supported in any way. | Todd C. Miller | |
2003-02-05 | typos; isakmpd(8) ok niklas@, mailwrapper(8) help kjell@ | Jason McIntyre | |
2003-02-01 | typos; | Jason McIntyre | |
chat(8): removed reference to uucico(8) ok deraadt@ | |||
2003-01-15 | typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2003-01-05 | spelling | Theo de Raadt | |
2003-01-02 | New files that were missed in the sendmail commit | Todd C. Miller | |
2003-01-01 | Fix real source of error message when FEATURE(nullclient) is used. | Todd C. Miller | |
2003-01-01 | update to sendmail 8.12.7 | Todd C. Miller | |
2002-12-30 | Argh, removed the wrong one. | Todd C. Miller | |
2002-12-30 | this was removed from the sendmail distribution some time ago | Todd C. Miller | |
2002-12-13 | Two more places where we can use the libc getopt_long() instead of GNU getopt() | Todd C. Miller | |
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller | |
2002-11-03 | You can't always cast pointer to int on because the sizes are | Peter Valchev | |
different; use intptr_t | |||
2002-10-09 | Patch from sendmail.org to fix potential smrsh bypass described | Todd C. Miller | |
in http://www.sendmail.org/smrsh.adv.txt | |||
2002-09-15 | update to sendmail-8.12.6 | Todd C. Miller | |
2002-07-20 | Exit if setusercontext() fails to set resources/priority and suidwarn | Todd C. Miller | |
is true. This is consistent with sendmail's behavior when things like initgroups() fail. | |||
2002-07-20 | Fix up WANT_LIBMILTER stuff for people who want to use it; downsj@downsj.com | Todd C. Miller | |
2002-07-14 | Fix SuperSafe=Interactive when DeliveryMode=i; Gregory Neil Shapiro | Todd C. Miller | |
2002-07-03 | sync | Todd C. Miller | |
2002-07-03 | New config for the OpenBSD mailing list server. Two separate daemons | Todd C. Miller | |
are used; one for incoming messages on port 25 and a stripped down queueing-only config on localhost port 24 fed by the mailing list exploder. Actual delivery is handled by persistent queue runners. | |||
2002-07-03 | No need to have this in cvs--the OpenBSD list config is basically the same. | Todd C. Miller | |
2002-06-26 | sendmail 8.12.5 | Todd C. Miller | |
2002-06-25 | o Kill queue groups stuff; we can do a better job using qtool | Todd C. Miller | |
o Wait at least 27 minutes before trying to redeliver a message o Drop confTO_QUEUERETURN from 4d to 3d o No point in blacklist_recipients or commented RBL stuff o Remove some old Windoze worm stuff checks | |||
2002-06-03 | Update to sendmail-8.12.4 | Todd C. Miller | |
2002-06-01 | mkisofs goes away | Theo de Raadt | |
2002-05-31 | we use mkhybrid for everything now | Theo de Raadt | |
2002-04-18 | update to sendmail 8.12.3 | Todd C. Miller | |
2002-03-25 | #ifdef out useless test on OpenBSD. f_bavail is a 32bit int and | Todd C. Miller | |
so can never be > LONG_MAX. This test is probably useless on most other operating systems too but on our LP64 platforms it generates a compiler warning. | |||
2002-02-17 | Use LOGIN_SETLOGIN flag to setsuercontext() so the user name gets | Todd C. Miller | |
set properly to the user commands will be run on behalf of. Bug report and different patch from Peter Philipp. | |||
2002-01-21 | Particularly egregious pair of changes to get recent sendmail | Hugh Graham | |
working on vax. It's most likely this only succeeds because the rearranged code doesn't trip a compiler bug. | |||
2002-01-20 | Add missing va_end() calls, patch sent to sendmail folks. | Todd C. Miller | |
2002-01-14 | update to sendmail-8.12.2 | Todd C. Miller | |
2002-01-11 | o crank max load for queue and refuse | Todd C. Miller | |
o use shared memory for disk usage stats o cache up to 4 connections instead of 2 o use port 24 on lo0 for nocanonify MSA | |||
2002-01-09 | remove cf/domain/sigmasoft.m4 from cf/cf/Makefile | lebel | |
2002-01-09 | Add -DSM_CONF_SHM to allow the SharedMemoryKey option to be used (off by | Todd C. Miller | |
default). | |||
2002-01-09 | Remove private sendmail configuration files -- they are out of date anyhow | Thorsten Lockert | |
2002-01-05 | Sync with reality: make mj2 a trusted user and add 'C' (nocanonify) | Todd C. Miller | |
flag to MSA for fast message injection. | |||
2001-12-10 | Add FEATURE(`accept_unresolvable_domains') | Todd C. Miller | |
This should help folks whose IP address is not resolvable. |