History log of /openbsd/usr.sbin/smtpd/parse.y (Results 126 – 150 of 299)
Revision Date Author Comments
# f6cd02ec 12-Dec-2015 gilles <gilles@openbsd.org>

allow overriding the default cipher-suite

ok jung@, sunil@, millert@


# 8c6407c4 12-Dec-2015 gilles <gilles@openbsd.org>

check in parse.y that pki param is a valid hostname


# 1f56f635 12-Dec-2015 gilles <gilles@openbsd.org>

prepare bits to enable masquerade in parse.y


# 82f8f40a 12-Dec-2015 gilles <gilles@openbsd.org>

add missing check for failed allocation


# b16abcf5 12-Dec-2015 gilles <gilles@openbsd.org>

spaces


# 152c9191 12-Dec-2015 gilles <gilles@openbsd.org>

add bits so local enqueuer can run filters when they are enabled


# 06405042 12-Dec-2015 sunil <sunil@openbsd.org>

Implement senders map.

senders table allows to restrict the addresses that an authenticated
user can use in the SMTP dialogue.

Ok gilles@


# 69aa827b 12-Dec-2015 gilles <gilles@openbsd.org>

rename an smtpd specific define


# 92a8a8ae 11-Dec-2015 gilles <gilles@openbsd.org>

add keywords that are going to be used in upcoming mini diffs


# 2cada13a 11-Dec-2015 gilles <gilles@openbsd.org>

in add_filter_arg() do not allow the same filter twice in same chain
unused for now


# 52f1cdb1 03-Dec-2015 jung <jung@openbsd.org>

introduce limit session keyword replacing fixed values

original diff from Renaud Allard

ok gilles


# 95776809 02-Dec-2015 gilles <gilles@openbsd.org>

whitespaces


# c90437d4 01-Dec-2015 gilles <gilles@openbsd.org>

add received-auth parameter to listener to identify authenticated sessions
in locally appended Received header when enabled

ok millert@, jung@


# 9b66790b 01-Dec-2015 gilles <gilles@openbsd.org>

update enum values in listen options


# 0449b320 01-Dec-2015 gilles <gilles@openbsd.org>

reorder header


# aab92aec 01-Dec-2015 gilles <gilles@openbsd.org>

prepare the ground for the CA certificate handling refactor, this commit
adds the parse.y bit + structures & members needed but does not make use
of it yet


# 78eac718 30-Nov-2015 gilles <gilles@openbsd.org>

when looking up tables, start in /usr/local/libexec before /usr/libexec, so
ports/packages can be installed in the proper place

ok jung@


# 8e10b5b2 30-Nov-2015 sunil <sunil@openbsd.org>

While delivering to lmtp or mda, accept optional "as user" parameter
whose privileges would be used instead of the default.

Ok gilles@ jung@


# e6ba5bca 05-Nov-2015 jung <jung@openbsd.org>

replace u_char and u_int* with standard stdint.h types to ease portable version
also remove trailing whitespaces while here

no binary change

ok sunil millert gilles


# bedb33b3 27-Oct-2015 jung <jung@openbsd.org>

add a rcpt-to parameter to be able to use the original (probably expanded)
RCPT TO within LMTP sessions

ok gilles eric


# 2e02d062 07-Sep-2015 gilles <gilles@openbsd.org>

when bypassing the enqueuer, insert Message-Id header if none was found and
the client has connected from a loopback interface.

ok millert@ eric@


# 22019307 19-Aug-2015 deraadt <deraadt@openbsd.org>

do not cast result from xcalloc(); it is in scope


# ea230c89 08-Feb-2015 reyk <reyk@openbsd.org>

Use AI_ADDRCONFIG when resolv hosts on startup.

OK henning@


# 953aae25 20-Jan-2015 deraadt <deraadt@openbsd.org>

use <limits.h> comprehensively. For now try to push <> includes to
each .c file, and out of the .h files. To avoid overinclude.
ok gilles, in principle. If this has been done right, -portable shou

use <limits.h> comprehensively. For now try to push <> includes to
each .c file, and out of the .h files. To avoid overinclude.
ok gilles, in principle. If this has been done right, -portable should
become easier to maintain.

show more ...


# b9fc9a72 16-Jan-2015 deraadt <deraadt@openbsd.org>

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_N

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)

show more ...


12345678910>>...12