summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/parse.y
AgeCommit message (Expand)Author
2012-09-17Add map_create() and map_add() helpers. Simplify the config parser by aEric Faurot
2012-09-15When enqueueing from the local socket, the input address is faked as "::1".Eric Faurot
2012-09-08remove unused headerCharles Longeau
2012-09-01- remove crypto_backendGilles Chehade
2012-08-30- import latest aldap.[ch] and ber.[ch] from ypldapGilles Chehade
2012-08-29switch the default queue encryption to AES-128Christian Weisgerber
2012-08-29Introduce the crypto_backend API and provide support for... encrypted queueGilles Chehade
2012-08-26- use the same compression algorithm, gzip, for message file and envelopesGilles Chehade
2012-08-25Add compress_backend, allowing compression of messages and envelopes in the q...Charles Longeau
2012-08-21Allow smtpd to work as a backup MX, relaying only to MXs with higherEric Faurot
2012-08-19coding style: replace all occurences of u_int* with uint*Charles Longeau
2012-07-08- plug text_to_relayhost() in parse.y to support relay URLs.Gilles Chehade
2012-05-13- cleanup parse.y by removing lots of code that should not have been there,Gilles Chehade
2012-05-12- remove unused sources S_EXT, S_DYN and S_EXT from enum map_srcGilles Chehade
2012-05-12- simplify a bit maps by removing fields which are still unused yearsGilles Chehade
2012-04-16add missing header needed by str* and mem* functionsCharles Longeau
2011-12-13- introduce delivery backend API (delivery.c)Gilles Chehade
2011-12-08check for NULL ->ifa_addr, found the hard way by yours truly on his phoneTodd T. Fries
2011-10-27Use PRI{x,d}64 in format strings instead of %llx, %lld or %qd to print {u_,}i...Charles Longeau
2011-10-23a few important fixes:Eric Faurot
2011-09-01add missing header needed by bsearch()Charles Longeau
2011-09-01- if no filter is setup, do not overwrite the data line with filtmsg bufferCharles Longeau
2011-08-31add support for per-line DATA callbacks, this allows filters to take theirGilles Chehade
2011-08-27initial support for a session-time filtering APIGilles Chehade
2011-06-09'relay as' and 'relay via as' rules allow smtpd to rewrite the user part,Gilles Chehade
2011-05-22teach smtpd how to listen on an interface group so that we can do:Gilles Chehade
2011-05-21"for all" does not necessary apply to relay rules, so do not forget to lookGilles Chehade
2011-05-01the smtpd env is meant to be global, so do not pass it all around.Eric Faurot
2010-11-28remove all unused headersGilles Chehade
2010-11-28a bit of .h cleanups, no functionnal changeGilles Chehade
2010-10-29smtpd no longer knows a map called "secrets" which holds credentials forGilles Chehade
2010-10-28teach smtpd how to handle per-rule delays for message expiry, this allowsGilles Chehade
2010-10-18Missing semicolons to appease yyextract, ok gilles@Stuart Henderson
2010-10-09backout the "new" queue code commited 4 months ago. it has many good ideas,Gilles Chehade
2010-09-20- fix a regression caused by latest commit (long story made short: do notGilles Chehade
2010-09-08when I fixed the ruleset matching on rules that had more than one conditionGilles Chehade
2010-08-03fix linecount bug with comments spanning multiple linesHenning Brauer
2010-06-10allow configure queue expiryCharles Longeau
2010-06-01new queue, again; gcc2 compile tested by deraadtJacek Masiulaniec
2010-06-01New queue doesn't compile on gcc2, back out. Spotted by deraadt@Jacek Masiulaniec
2010-05-31Rewrite entire queue code.Jacek Masiulaniec
2010-05-27when a rule has two conditions (ie: accept for { domain foo, domain bar } )Gilles Chehade
2010-05-27kill struct opt from struct rule, we don't use it, we don't need itGilles Chehade
2010-05-19cleanup-only commit, removes unrequired includes, no functionnal changeGilles Chehade
2010-04-27this commit enables "plain" as a backend for maps (that means aliases,Gilles Chehade
2010-04-20Support "accept from local ..." as documented in the man page.Jacek Masiulaniec
2010-04-20when a size is declared with a quantifier in smtpd.conf, have parse.y useGilles Chehade
2010-04-19two lines were missing from previous commitGilles Chehade
2010-04-19basic support for SIZE extension, has been sitting in my tree for a monthGilles Chehade
2010-02-26- fix netmask matching for AF_INET, it was broken in many ways, problemGilles Chehade