Age | Commit message (Expand) | Author |
2010-04-20 | Document the ``alias <map>'' parameter. | Jacek Masiulaniec |
2010-04-20 | Document ``size'' setting; OK gilles@ | Jacek Masiulaniec |
2010-04-20 | Support "accept from local ..." as documented in the man page. | Jacek Masiulaniec |
2010-04-20 | Use correct type for ``mda_id'', ie. match with type used in imsg header. | Jacek Masiulaniec |
2010-04-20 | Kill *2400* lines of code by abstracting common bits of the imsg handlers. | Jacek Masiulaniec |
2010-04-20 | when a size is declared with a quantifier in smtpd.conf, have parse.y use | Gilles Chehade |
2010-04-20 | setproctitle(3) the parent process to "[priv]" to match other OpenBSD | Jacek Masiulaniec |
2010-04-20 | Make smtpd -d produce verbose output, ie. restore behaviour from before | Jacek Masiulaniec |
2010-04-19 | Use larger buffer for mda output. | Jacek Masiulaniec |
2010-04-19 | - use perror(3) | Jacek Masiulaniec |
2010-04-19 | two lines were missing from previous commit | Gilles Chehade |
2010-04-19 | initial support for ENHANCEDSTATUSCODES, has been sitting in my tree for | Gilles Chehade |
2010-04-19 | basic support for SIZE extension, has been sitting in my tree for a month | Gilles Chehade |
2010-04-19 | Simplify local delivery codepath: | Jacek Masiulaniec |
2010-04-11 | Increase limit on the length of "user" in user@domain.com to a value | Jacek Masiulaniec |
2010-04-07 | Remove XXX comment and just close received fd if calloc() fails. | Nicholas Marriott |
2010-03-03 | tweak mda.c rev. 1.36: eliminate risk of busy waiting for socket | Jacek Masiulaniec |
2010-03-03 | tweak mda.c rev. 1.36: eliminate risk of busy waiting for socket | Jacek Masiulaniec |
2010-03-01 | mda_event() assumed the mbox fp to be a file when it could be a pipe, do | Gilles Chehade |
2010-03-01 | typo in warning log | Gilles Chehade |
2010-02-28 | the netmask fix I commited a couple days ago lacked the AF_INET6 bits, | Gilles Chehade |
2010-02-26 | - fix netmask matching for AF_INET, it was broken in many ways, problem | Gilles Chehade |
2010-02-25 | fix incorrect reference; ok jmc@ gilles@ jacekm@ | Kevin Steves |
2010-02-23 | add remove command; ok jmc@ gilles@ | Kevin Steves |
2010-02-23 | Add a description for message-id and message-uid (text from gilles@). | Kevin Steves |
2010-02-17 | in map_stdio_get() use strdup on the right buffer, not on a pointer that | Gilles Chehade |
2010-02-17 | erf, previous fix to lka crash was still using the wrong define ... | Gilles Chehade |
2010-02-17 | the map api becomes backend-agnostic with initial support for db(3) and | Gilles Chehade |
2010-02-17 | localpart of a struct path may legally exceed MAXLOGNAME, causing lka to | Gilles Chehade |
2010-01-11 | Fix wrong logic in error checking of buf_dynamic, found by pcc. | Jacek Masiulaniec |
2010-01-10 | - teach runner how to remove a message from queue given a message id/uid | Gilles Chehade |
2010-01-10 | have smtpd errx() at startup if no hostname could be detected either from | Gilles Chehade |
2010-01-03 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Charles Longeau |
2010-01-02 | Replace 3 struct smtp_client members (ssl_handshake, rcptokay, dying) with a | Jacek Masiulaniec |
2010-01-02 | Factor out parts of client_read() into client_socket_read() and | Jacek Masiulaniec |
2010-01-02 | Simplify code by removing struct smtp_client member, int iomode, which was | Jacek Masiulaniec |
2009-12-31 | when separating command from parameters in smtp session, the parser tries | Gilles Chehade |
2009-12-24 | kill PATH_RUNQUEUEHIGH and PATH_RUNQUEUELOW, i had great plans for them but | Gilles Chehade |
2009-12-23 | Implementation of RFC 2920 PIPELINING extension, client side only for now. | Jacek Masiulaniec |
2009-12-16 | Don't lose a line each time a chunkful of content is read off the disk. | Jacek Masiulaniec |
2009-12-16 | Fix RCPT TO failure handling, bug introduced in r1.18. | Jacek Masiulaniec |
2009-12-15 | Simplify SSL code client-side, no functional change. | Jacek Masiulaniec |
2009-12-15 | Must aim better. | Jacek Masiulaniec |
2009-12-14 | Handle 6yz code as permanent error. | Jacek Masiulaniec |
2009-12-14 | Tweak the logic behind setting the fd limits so that smtpd is less likely | Jacek Masiulaniec |
2009-12-14 | Set initial session limit so that IMSG_SMTP_ENQUEUE can be satisfied even | Jacek Masiulaniec |
2009-12-14 | Control maximum number of bounce sessions similarly to how the mta and mda | Jacek Masiulaniec |
2009-12-14 | Clear S_MESSAGE_PERMFAILURE when creating the bounce message. Makes the | Jacek Masiulaniec |
2009-12-14 | Impose sessions limit on the delivery sessions (mta and mda). | Jacek Masiulaniec |
2009-12-14 | Do non-blocking I/O when delivering locally over a pipe. | Jacek Masiulaniec |