summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/lka.c
AgeCommit message (Expand)Author
2015-01-20use <limits.h> comprehensively. For now try to push <> includes toTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-09-03if crypt(3) fails return an authentication errorGiovanni Bechis
2014-07-10make the control process broadcast verbose/profile admin requests directly,Eric Faurot
2014-07-08Update the table API: lookup functions can take an optional parametersEric Faurot
2014-05-22when we reduced the number of iovec's we passed through an imsg, the iovecGilles Chehade
2014-05-01Move RSA keys from "lka" to a new dedicated "ca" process because lkaReyk Floeter
2014-04-29Implement RSA privilege separation for OpenSMTPD, based on my previousReyk Floeter
2014-04-15reply with correct imsg when using non-system auth.Eric Faurot
2014-04-09need to change imsg type before forwarding.Eric Faurot
2014-04-04Merge the mda, mta and smtp processes into a single unprivilegedEric Faurot
2014-02-04pki code cleanupEric Faurot
2014-02-04add base64_encode/base64_decode helpersEric Faurot
2014-02-04get rid of fdlimit()Eric Faurot
2013-11-20Rework the mda and scheduler to use the holdq mechanism instead ofEric Faurot
2013-11-18Allow overriding the local caEric Faurot
2013-11-13Fix case-folding issue with pki names. They are case-insensitive.Eric Faurot
2013-11-06Much much improved config parser and related changes.Eric Faurot
2013-10-28Report the ssl certificate verification status in the mail header.Eric Faurot
2013-10-27missing m_end()Eric Faurot
2013-10-27Create the control socket in the parent process to abort early ifEric Faurot
2013-07-19Get rid of env->sc_pw and env->sc_pwqueue. Early queue initializationEric Faurot
2013-07-19Remove useless sc_pid from struct smtpd.Eric Faurot
2013-05-24sync with OpenSMTPD 5.3.2Eric Faurot
2013-04-12replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE forEric Faurot
2013-02-14- smtpctl trace expand, enables tracing of aliases expansionGilles Chehade
2013-02-05- handle getaddrinfo() error as LKA_TEMPFAILGilles Chehade
2013-01-28- introduce 'smtpctl trace lookup' to trace lookup processGilles Chehade
2013-01-26Sync with our smtpd repo:Gilles Chehade
2012-11-12Cleanups and improvements:Eric Faurot
2012-10-14introduce map_file.c which will deprecate map_stdio.cGilles Chehade
2012-10-13Make map_lookup() and make_compare() set errno on failure to distinguishEric Faurot
2012-09-30- add decision to the rule so that we can actually perform a reject matchGilles Chehade
2012-09-29finally remove rule member from struct envelope.Eric Faurot
2012-09-28use xmemdup() and xcalloc() helpersCharles Longeau
2012-09-21Move ruleset_match() prototype to smtpd.h and make the envelope const.Eric Faurot
2012-09-19Set envelope expirancy in lka before sending the envelope to mfa.Eric Faurot
2012-09-19remove IS_RELAY and IS_MAILBOX macros.Eric Faurot
2012-09-18simple lka cleanups:Eric Faurot
2012-09-16Factorize log_imsg() in imsg_dispatch() instead of in each imsg_callback()'sCharles Longeau
2012-08-25lka must not start servicing requests until it has received its full configEric Faurot
2012-08-18- introduce stat_backend, an API for pluggable statistic backendsGilles Chehade
2012-05-12- 'secret' -> 'credentials' in some logsGilles Chehade
2012-05-12- rename all occurences of K_SECRET to K_CREDENTIALSGilles Chehade
2011-11-14when receiving an unexpected imsg, print its name.Charles Longeau
2011-10-23a few important fixes:Eric Faurot
2011-10-23fsqueue no longer stores envelopes by dumping the structure, instead use aGilles Chehade
2011-10-09show messages sent between processes in debug modeEric Faurot
2011-05-16murder struct path and make sure smtpd uses simpler structures that do notGilles Chehade
2011-05-01the smtpd env is meant to be global, so do not pass it all around.Eric Faurot