Age | Commit message (Expand) | Author |
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-03 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Charles Longeau |
2009-12-15 | Must aim better. | Jacek Masiulaniec |
2009-12-14 | Tweak the logic behind setting the fd limits so that smtpd is less likely | Jacek Masiulaniec |
2009-12-13 | Use safe fd limits in smtp, lka, queue, and control. Removes a | Jacek Masiulaniec |
2009-11-13 | Log FQDN and IP of the server we handed mail to. As a bonus, don't delay | Jacek Masiulaniec |
2009-11-10 | In relay case, avoid freeing garbage pointer by copying the required struct | Jacek Masiulaniec |
2009-11-10 | move format expansion to the right place, from gilles@ | Jacek Masiulaniec |
2009-11-10 | sync code with comment, from gilles@ | Jacek Masiulaniec |
2009-11-10 | - add comments to explain the logic in the aliases expansion loop | Gilles Chehade |
2009-11-10 | pfff remove a comment i pasted to help me refactor code ;-) | Gilles Chehade |
2009-11-10 | more cleanup, let lka_resolve_path() request forward files and populate | Gilles Chehade |
2009-11-10 | cosmethic changes, code reordering, no functionnal change | Gilles Chehade |
2009-11-10 | introduce lka_session_fail() which factors a small piece of code used in | Gilles Chehade |
2009-11-09 | - add a reference count and flags to struct expand_node | Gilles Chehade |
2009-11-09 | support the userpart+foobar@domainpart syntax which got wiped when i wrote | Gilles Chehade |
2009-11-08 | rework a bit expansion and data structures involved in the expansion so we | Gilles Chehade |
2009-11-08 | - make aliases expansion use a rb tree instead of a tail queue, the code | Gilles Chehade |
2009-11-08 | first commit of a serie to cleanup, simplify and improve aliases resolution | Gilles Chehade |
2009-11-05 | another log_debug() cleanup | Gilles Chehade |
2009-11-05 | cleanup a bit the log_debug output | Gilles Chehade |
2009-11-05 | - introduce lka_session_destroy() which replaces the splay tree removal and | Gilles Chehade |
2009-11-05 | - move a couple prototypes in smtpd.h | Gilles Chehade |
2009-11-03 | teach makemap how to build a set, which is a map containing only keys. | Gilles Chehade |
2009-11-03 | this commit removes the hardcoded special "aliases" map and brings support | Gilles Chehade |
2009-11-03 | - remove a useless member of struct cond | Gilles Chehade |
2009-11-03 | Don't need regex.h and remove two declarations that are now in smtpd.h. | Nicholas Marriott |
2009-10-25 | fix the aliases resolution path so that smtpd does not accidentally skip | Gilles Chehade |
2009-10-19 | currently, smtpd is capable of having multiple listeners with different | Gilles Chehade |
2009-10-18 | actually, we want to resolve C_ALL and C_NET, we just don't want to do it | Gilles Chehade |
2009-10-18 | do not attempt to resolve aliases for C_ALL and C_NET destinations | Gilles Chehade |
2009-10-16 | as of now, "accept for all deliver to mbox" is a valid syntax, sadly lka is | Gilles Chehade |
2009-10-12 | - fix a null deref which could happen after a couple iterations of the | Gilles Chehade |
2009-10-11 | implement proper virtual domains instead of faking them on top of primary | Gilles Chehade |
2009-10-07 | currently both mfa and lka perform ruleset matching for their own purposes. | Gilles Chehade |
2009-10-07 | since the bounce code rewrite, we no longer need to perform ruleset match | Gilles Chehade |
2009-09-03 | imsg_get sets errno so use fatal instead of fatalx. | Jacek Masiulaniec |
2009-08-08 | import some changes from portable smtpd to reduce the delta between both. | Gilles Chehade |
2009-08-07 | we were linking to libkeynote to use kn_base64_encode/decode, but honestly | Gilles Chehade |
2009-06-07 | Change the way fds passed over a socket are retreived on the receiving side. | Eric Faurot |
2009-06-06 | Sync with relayd: | Pierre-Yves Ritschard |
2009-06-05 | make smtpd's imsg lib ready, just like relayd and ospfd. | Pierre-Yves Ritschard |
2009-06-03 | Improve error checking for the secrets encoding function; ok gilles@ | Jacek Masiulaniec |
2009-06-01 | yet another cleanup in mfa/lka, don't roll their own loops to release maps | Gilles Chehade |
2009-06-01 | add new file ruleset.c with code related to the ruleset matching, and kill | Gilles Chehade |
2009-06-01 | propagate the recipient domain through aliases expansion, this fixes a bug | Gilles Chehade |
2009-06-01 | No need for save_getpwuid and such functions which call endpwent. | Theo de Raadt |
2009-06-01 | Fix EV_READ/EV_WRITE testing inside IMSG handlers. Based on similar change | Jacek Masiulaniec |