summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/lka.c
AgeCommit message (Expand)Author
2015-12-12if no certificate matches name AND fallback hint was given, search for aGilles Chehade
2015-12-12remove empty lineGilles Chehade
2015-12-12move the cert verify code to its own function outside the imsg handlingGilles Chehade
2015-12-12smtp / mta have been factored in the same process months ago, factor theGilles Chehade
2015-12-12Implement senders map.Sunil Nimmagadda
2015-12-12prepare for asynchronous certificate verify, needed for a mechanicalGilles Chehade
2015-12-11rename field member + whitespacesGilles Chehade
2015-11-30bring lka_mailaddrmap(), currently unused, required by sendermap/masqueradeGilles Chehade
2015-11-30mechanical rename of some IMSG constantsGilles Chehade
2015-10-14whitespacesGilles Chehade
2015-10-14pledge() pony and lookupGilles Chehade
2015-10-02reset static pointer to NULL after we free it, just in case another bugGilles Chehade
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