Age | Commit message (Expand) | Author |
2009-03-10 | by default drop privs to www/www, not nobody/nogroup if User/Group | Martynas Venckus |
2009-03-10 | fork(2) or socketpair(2) failures are temporary, delivery attempt should be | Jacek Masiulaniec |
2009-03-10 | ascribe copyright to code taken from OpenSSH, pointed out by deraadt | Jacek Masiulaniec |
2009-03-09 | run external mda directly, not via sh -c; this steals addargs() API | Jacek Masiulaniec |
2009-03-09 | Drop ALIAS_TEXT, plain maps got implemented in a different way; ok gilles@ | Jacek Masiulaniec |
2009-03-09 | add hunk that should have been included in rev. 1.12, fixes occasional | Jacek Masiulaniec |
2009-03-09 | add basic support for outgoing authentication (AUTH PLAIN over ssl) which | Gilles Chehade |
2009-03-08 | adapt example to reflect a recent change in parse.y | Gilles Chehade |
2009-03-08 | supporting delivery to a mbox that's not in _PATH_MAILDIR is not supported, | Gilles Chehade |
2009-03-08 | when operating in enqueue mode, it was easy to make smtpctl fatal() by | Gilles Chehade |
2009-03-08 | shrink struct message a bit by removing a couple fields which are no longer | Gilles Chehade |
2009-03-08 | ~/.forward files handling was fixed recently so that it is the privileged | Gilles Chehade |
2009-03-08 | Remove #ifdef'd code which had a TODO comment essentially asking | Stefan Sperling |
2009-03-07 | Get rid of rde_nbr structure as it is no more needed in RDE to make | Michele Marchetto |
2009-03-07 | tweak code to use same comparison operations as PackageNames. | Marc Espie |
2009-03-07 | introduce versionspecs as a derivative object from version. | Marc Espie |
2009-03-07 | Add lsa_find_tree() to allow searching for LSAs in a specific LSA tree. | Stefan Sperling |
2009-03-06 | missing prototype | Gilles Chehade |
2009-03-06 | introduce map_dblookup() which allows us to query db maps for plain entries | Gilles Chehade |
2009-03-06 | make_plain() deals with a c-string, val->size should contain the nul-byte | Gilles Chehade |
2009-03-06 | fix a bug in the generation of plain maps which would cause the value not | Gilles Chehade |
2009-03-06 | Make RDE aware of multicast group members per interface. This is needed to | Michele Marchetto |
2009-03-05 | DOMAINNNAME -> DOMAINNAME; | Jason McIntyre |
2009-03-05 | call may_check_digest after extraction | Marc Espie |
2009-03-05 | more stuff to check digests during extraction, if wanted. | Marc Espie |
2009-03-04 | typo; | Michele Marchetto |
2009-03-04 | I should know outside data must be vis(3)'d. | Kevin Steves |
2009-03-04 | received refid should not be converted to host byte order; ok henning@ | Kevin Steves |
2009-03-04 | log reason when not synced; ok henning@ | Kevin Steves |
2009-03-04 | print alarm condition from leap indicator; ok henning@ otto@ | Kevin Steves |
2009-03-04 | Introduce and use buf_size(buf) instead of buf->wpos -- at least in the non | Claudio Jeker |
2009-03-04 | plug a memory leak, remove lka session from the the lka session tree when | Gilles Chehade |
2009-03-03 | when forwards/aliases expansion fails in an lka session, make sure that mfa | Gilles Chehade |
2009-03-03 | Fix a long standing issue where ~/.forward files were opened by user _smtpd | Gilles Chehade |
2009-03-03 | fix mbox locking by having it done by mail.local(8) which in turns uses | Gilles Chehade |
2009-03-03 | stupid bug. If I don't name the class the same way, I don't override | Marc Espie |
2009-03-03 | spaces | Kevin Steves |
2009-03-01 | - Refuse delivery to mbox that is a symlink, pipe, chardev, etc. etc. | Jacek Masiulaniec |
2009-03-01 | open mbox with O_EXLOCK (better than open+flock), and without O_SYNC, | Jacek Masiulaniec |
2009-03-01 | Print the correct function name in log_debug(). | Michele Marchetto |
2009-03-01 | fix possible NULL dereference when getpwnam fails; ok gilles@ | Jacek Masiulaniec |
2009-03-01 | make the condition under which delivery is made by SMTPD_USER more | Jacek Masiulaniec |
2009-03-01 | simplify *_open functions by passing them char * instead of struct | Jacek Masiulaniec |
2009-03-01 | deny regular users to run "smtpctl show stats" and "smtpctl schedule"; | Jacek Masiulaniec |
2009-03-01 | In "smtpctl show stats", break queue.inserts into queue.inserts.remote | Jacek Masiulaniec |
2009-03-01 | ss_len was set to sizeof pointer, should be sizeof structure; ok gilles@ | Jacek Masiulaniec |
2009-02-26 | Change apmd to use the new _REQ ioctls for zzz, this gives X a chance to | Owain Ainsworth |
2009-02-26 | revert 1.50 and 1.51. kettenis discovered they don't let his sparcle go slow... | Ted Unangst |
2009-02-25 | add a stupid workaround for a race somewhere in the crypto code in the | Henning Brauer |
2009-02-25 | Fix an invalid pointer dereference in control_close(). If control_connbyfd() | Claudio Jeker |