Age | Commit message (Expand) | Author |
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 |
2009-02-25 | NULL pointer dereference | Gilles Chehade |
2009-02-25 | remove chown's called when running with user privs, ie. basically noops; | Jacek Masiulaniec |
2009-02-24 | fix tilde expansion (eg. ~/Mail); ok gilles@ | Jacek Masiulaniec |
2009-02-24 | teach smtpctl's parser how to deal with parameters that are not necessarily | Gilles Chehade |
2009-02-23 | add valid_message_id() and valid_message_uid() which test that a message id | Gilles Chehade |
2009-02-23 | better detect short frames. always print the version and length of the | David Gwynne |
2009-02-23 | add missing headers needed by time() | Charles Longeau |
2009-02-22 | Fix race possible between runner and queue when starting up. | Jacek Masiulaniec |
2009-02-22 | reorganize code so that couple of indentation levels can be removed; | Jacek Masiulaniec |
2009-02-22 | add missing headers | Charles Longeau |
2009-02-22 | put repeated inet_ntop calls into new func ss_to_text, which uses | Jacek Masiulaniec |
2009-02-22 | simplify qwalk() error handling; ok gilles@ | Jacek Masiulaniec |
2009-02-22 | replace MAX* constants by sizeof where possible | Oleg Safiullin |
2009-02-20 | purge /enqueue at startup; ok gilles@ | Jacek Masiulaniec |
2009-02-20 | Fix "Received: from" headers | pea |
2009-02-19 | Use rde_router_id() instead of directly accessing rdeconf->rtr_id.s_addr. | Stefan Sperling |
2009-02-19 | Enable origination of Intra-Area-Prefix LSAs in rde. | Stefan Sperling |
2009-02-19 | Virtually re-implement origination of Intra-Area-Prefix LSAs. | Stefan Sperling |
2009-02-19 | Remove origination of Intra-Area-Prefix LSAs from ospfe. | Stefan Sperling |
2009-02-19 | Sync iface fsm state from ospfe to rde. | Stefan Sperling |
2009-02-19 | In ospfe, originate new Router and Network LSAs before informing RDE | Stefan Sperling |
2009-02-19 | Make ospfe send correct nbr state to RDE. | Stefan Sperling |
2009-02-19 | Use a bob sized header for IPv6 not the default pedro sized one. | Claudio Jeker |
2009-02-19 | don't let libevent buffer long lines forever; ok gilles@ | Jacek Masiulaniec |
2009-02-18 | - add basic syntax checking to mfa | Jacek Masiulaniec |
2009-02-18 | IMSG_MFA_RCPT handlers are almost identical, put common code in new | Jacek Masiulaniec |
2009-02-18 | fix compiler warning; ok gilles@ | Jacek Masiulaniec |
2009-02-18 | Print spi in lowercase hex for consistency with print-enc.c and ipsecctl. | Ryan Thomas McBride |
2009-02-18 | previous commit was incomplete, this fixes ssmtp | Gilles Chehade |