summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin
AgeCommit message (Collapse)Author
2002-03-25#ifdef out useless test on OpenBSD. f_bavail is a 32bit int andTodd 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-17Use LOGIN_SETLOGIN flag to setsuercontext() so the user name getsTodd C. Miller
set properly to the user commands will be run on behalf of. Bug report and different patch from Peter Philipp.
2002-01-21Particularly egregious pair of changes to get recent sendmailHugh Graham
working on vax. It's most likely this only succeeds because the rearranged code doesn't trip a compiler bug.
2002-01-20Add missing va_end() calls, patch sent to sendmail folks.Todd C. Miller
2002-01-14update to sendmail-8.12.2Todd C. Miller
2002-01-11o crank max load for queue and refuseTodd 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-09remove cf/domain/sigmasoft.m4 from cf/cf/Makefilelebel
2002-01-09Add -DSM_CONF_SHM to allow the SharedMemoryKey option to be used (off byTodd C. Miller
default).
2002-01-09Remove private sendmail configuration files -- they are out of date anyhowThorsten Lockert
2002-01-05Sync with reality: make mj2 a trusted user and add 'C' (nocanonify)Todd C. Miller
flag to MSA for fast message injection.
2001-12-10Add FEATURE(`accept_unresolvable_domains')Todd C. Miller
This should help folks whose IP address is not resolvable.
2001-12-04add missing no_default_msa FEATURETodd C. Miller
2001-12-04sync with realityTodd C. Miller
2001-11-29Sync with realityTodd C. Miller
o enable TLS o accept mail for openssh.org o add ipv6 support
2001-11-29use ipv6 when possible; transparent if you don't have ipv6 enabledTodd 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-22Nuke incorrect use of .IMPSRCMarc Espie
2001-11-15Listen on port 587 for IPv6 too. Noticed by todd@Todd C. Miller
2001-11-01Refer to our own, namely cdrecord, not linux stuff.Marc Espie
2001-10-24Add WorkAroundBrokenAAAA option here too. We already have it inTodd C. Miller
openbsd-proto.mc and openbsd-localhost.mc.
2001-10-12Don't call syserr() just because stderr is not present. DaemonsTodd C. Miller
and programs that pipe data to sendmail may not have stderr available. From ca @ sendmail.
2001-10-04Add type for bootable HFS files. Ok deraadt@Dale Rahn
2001-10-04This man page needs to be preprocessed with tbl, ok millert@Peter Stromberg
2001-10-01Enable the volatiles that keep gcc from complaining about variablesTodd C. Miller
that may possibly be clobbered by longjmp().
2001-10-01Manpage change corresponding to hfs-bless code change.Dale Rahn
Again, this is from the newer cdrtools release. deraadt@ ok.
2001-10-01Update 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-10-01Merge support for hfs_bless from the newer version of mkisofs into thisDale Rahn
version of mkhybrid. Allows creation of bootable CDs on apple machines.
2001-09-29Add missing dependencies for distribution ruleTodd C. Miller
2001-09-25Remove obsolete custom shitNiklas Hallqvist
2001-09-25let configure script use GNUSYSTEM_AUX_DIRMarc Espie
2001-09-20mailq moves to section 8 since it can only be run by the superuser nowTodd C. Miller
that sendmail is no longer setuid root.
2001-09-18I hope this will help to maintain.Mike Pechkin
o) start new sentence on a new line; o) sort SEE ALSO; millert@ ok
2001-09-18add reference to editmap(8).Mike Pechkin
millert@ ok
2001-09-13Bind MSA port to localhost as well; noted by fgs@Todd C. Miller
2001-09-12Add commented out support for Cyrus SASLTodd C. Miller
2001-09-12better mdoc styleTodd C. Miller
2001-09-12convert to mdocTodd C. Miller
2001-09-12Install localhost.cf if it is missing and sendmail.cf exists.Todd C. Miller
2001-09-11just include os/sm_os_openbsd.hTodd C. Miller
2001-09-11localhost-only configTodd C. Miller
2001-09-11merge in sendmail 8.12.0 with BSD Makefiles and mdoc man pagesTodd C. Miller
2001-09-11remove unused filesTodd C. Miller
2001-09-11sendmail 8.12.0 with $Id tags converted to $SendmailTodd C. Miller
2001-09-09uucp goes awayTheo de Raadt
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-08-21Update to sendmail 8.11.6, from the release notes:Todd C. Miller
SECURITY: Fix a possible memory access violation when specifying out-of-bounds debug parameters. Problem detected by Cade Cairns of SecurityFocus. Avoid leaking recipient information in unrelated DSNs. This could happen if a connection is aborted, several mails had been scheduled for delivery via that connection, and the timeout is reached such that several DSNs are sent next. Problem noted by Dileepan Moorkanat of Hewlett-Packard. Fix a possible segmentation violation when specifying too many wildcard operators in a rule. Problem detected by Werner Wiethege. Avoid a segmentation fault on non-matching Hesiod lookups. Problem noted by Russell McOrmond of flora.ca
2001-08-08Prevent logging strerror(0) on EOF; patch sent to sendmail-bugs@sendmail.ORGTodd C. Miller
2001-08-01update to sendmail 8.11.5Todd C. Miller
2001-07-26add generics_entire_domain and GENERICS_DOMAINTodd C. Miller
2001-07-25remove local hackTodd C. Miller
2001-07-25Sync with reality:Todd C. Miller
o Use a genericstable instead of the local mailnametable hack o Add IPv6 support.