Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller | |
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-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. | |||
2001-12-04 | add missing no_default_msa FEATURE | Todd C. Miller | |
2001-12-04 | sync with reality | Todd C. Miller | |
2001-11-29 | Sync with reality | Todd C. Miller | |
o enable TLS o accept mail for openssh.org o add ipv6 support | |||
2001-11-29 | use ipv6 when possible; transparent if you don't have ipv6 enabled | Todd T. Fries | |
..without this, client only connects to remote ipv4 smtp sites, and yes, localhost is a 'remote' site during testing. millert@ ok. | |||
2001-11-15 | Listen on port 587 for IPv6 too. Noticed by todd@ | Todd C. Miller | |
2001-10-24 | Add WorkAroundBrokenAAAA option here too. We already have it in | Todd C. Miller | |
openbsd-proto.mc and openbsd-localhost.mc. | |||
2001-10-12 | Don't call syserr() just because stderr is not present. Daemons | Todd C. Miller | |
and programs that pipe data to sendmail may not have stderr available. From ca @ sendmail. | |||
2001-10-01 | Enable the volatiles that keep gcc from complaining about variables | Todd C. Miller | |
that may possibly be clobbered by longjmp(). | |||
2001-10-01 | Update to sendmail 8.12.1. | Todd C. Miller | |
A potential security problem has been uncovered in 8.12.0 which might be exploited locally by malicious users to gain access to the client mail queue. However, as long as the MTA accepts local connections, the possible consequences of this potential local exploit are small. Notice: some operating systems don't provide a way to completely drop privileges from a set-group-ID program. In that case sendmail refuses to run if unsafe options are given. | |||
2001-09-29 | Add missing dependencies for distribution rule | Todd C. Miller | |
2001-09-25 | Remove obsolete custom shit | Niklas Hallqvist | |
2001-09-20 | mailq moves to section 8 since it can only be run by the superuser now | Todd C. Miller | |
that sendmail is no longer setuid root. | |||
2001-09-18 | I hope this will help to maintain. | Mike Pechkin | |
o) start new sentence on a new line; o) sort SEE ALSO; millert@ ok | |||
2001-09-18 | add reference to editmap(8). | Mike Pechkin | |
millert@ ok | |||
2001-09-13 | Bind MSA port to localhost as well; noted by fgs@ | Todd C. Miller | |
2001-09-12 | Add commented out support for Cyrus SASL | Todd C. Miller | |
2001-09-12 | better mdoc style | Todd C. Miller | |
2001-09-12 | convert to mdoc | Todd C. Miller | |
2001-09-12 | Install localhost.cf if it is missing and sendmail.cf exists. | Todd C. Miller | |
2001-09-11 | just include os/sm_os_openbsd.h | Todd C. Miller | |
2001-09-11 | localhost-only config | Todd C. Miller | |
2001-09-11 | merge in sendmail 8.12.0 with BSD Makefiles and mdoc man pages | Todd C. Miller | |
2001-09-11 | remove unused files | Todd C. Miller | |
2001-09-11 | sendmail 8.12.0 with $Id tags converted to $Sendmail | Todd C. Miller | |
2001-09-09 | uucp goes away | Theo de Raadt | |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt | |