Age | Commit message (Expand) | Author |
2014-04-19 | (void) cast snprintf calls that cannot truncate or for which earlier checks | Gilles Chehade |
2014-04-19 | add missing checks to strlcpy() when copying envelope "destination" buffer | Gilles Chehade |
2014-04-04 | Merge the mda, mta and smtp processes into a single unprivileged | Eric Faurot |
2014-02-04 | Add support for DSN and Enhanced Status Code | Eric Faurot |
2014-02-04 | internal improvements and cleanups | Eric Faurot |
2013-12-26 | bcopy -> memmove | Eric Faurot |
2013-11-28 | unsigned char casts for ctype | Eric Faurot |
2013-11-20 | Rework the mda and scheduler to use the holdq mechanism instead of | Eric Faurot |
2013-10-28 | bzero() some structs before using them, to be safe. | Eric Faurot |
2013-10-27 | Create the control socket in the parent process to abort early if | Eric Faurot |
2013-10-26 | %i -> %d in format strings | Eric Faurot |
2013-07-19 | scheduler improvements: | Eric Faurot |
2013-07-19 | Get rid of env->sc_pw and env->sc_pwqueue. Early queue initialization | Eric Faurot |
2013-07-19 | Remove useless sc_pid from struct smtpd. | Eric Faurot |
2013-05-24 | sync with OpenSMTPD 5.3.2 | Eric Faurot |
2013-04-12 | replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE for | Eric Faurot |
2013-02-05 | - handle getaddrinfo() error as LKA_TEMPFAIL | Gilles Chehade |
2013-02-05 | Spelling fixes: retreive -> retrieve. ok gilles | Nicholas Marriott |
2013-01-31 | update mda to use a smaller struct mda_envelope internally. | Eric Faurot |
2013-01-28 | log sender address as "<>" when delivering bounces | Eric Faurot |
2013-01-26 | Sync with our smtpd repo: | Gilles Chehade |
2012-11-12 | Cleanups and improvements: | Eric Faurot |
2012-11-02 | Consistency and robustness improvements in mda: | Eric Faurot |
2012-10-25 | Make the mda request the message fd from the queue when needed, instead of | Eric Faurot |
2012-10-17 | rename field msg -> evp. | Eric Faurot |
2012-10-14 | As discussed with gilles@, actually impose the per-user limit regardless | Eric Faurot |
2012-10-14 | Limit the number of per-user mda (external program) deliveries that can be | Eric Faurot |
2012-09-28 | Move mda_session to mda.c, and make it use a tree instead of a list, | Eric Faurot |
2012-09-27 | use xmalloc()/xcalloc() helpers | Charles Longeau |
2012-09-26 | Stop using the delivery_data union (field "to") in delivery_mda. | Eric Faurot |
2012-09-21 | Add a log_envelope() function that log envelope status in a uniform way. | Eric Faurot |
2012-09-20 | envelope type is necessarily D_MDA here. | Eric Faurot |
2012-09-16 | Factorize log_imsg() in imsg_dispatch() instead of in each imsg_callback()'s | Charles Longeau |
2012-08-25 | - introduce struct stat_value | Gilles Chehade |
2012-08-25 | use duration_to_text() when logging delay, for consistency. | Eric Faurot |
2012-08-21 | Re-enable loop detection, but in mta and mda this time. | Eric Faurot |
2012-08-19 | coding style: replace all occurences of u_int* with uint* | Charles Longeau |
2012-08-09 | Improve the message flows to completely isolate operations on the | Eric Faurot |
2012-01-13 | Stop using envelope->status to report delivery outcome to the | Eric Faurot |
2012-01-12 | use mbox backend for mbox delivery. | Eric Faurot |
2011-12-18 | - use envelope_set_errormsg() where possible. | Eric Faurot |
2011-12-13 | - introduce delivery backend API (delivery.c) | Gilles Chehade |
2011-11-14 | when receiving an unexpected imsg, print its name. | Charles Longeau |
2011-10-27 | Use PRI{x,d}64 in format strings instead of %llx, %lld or %qd to print {u_,}i... | Charles Longeau |
2011-10-23 | fsqueue no longer stores envelopes by dumping the structure, instead use a | Gilles Chehade |
2011-10-09 | show messages sent between processes in debug mode | Eric Faurot |
2011-08-29 | cast all printed time_t to long long int, and change format string accordingly. | Charles Longeau |
2011-08-29 | add missing header needed by signal() | Charles Longeau |
2011-08-26 | add missing header needed by time() | Charles Longeau |
2011-05-16 | murder struct path and make sure smtpd uses simpler structures that do not | Gilles Chehade |