Age | Commit message (Expand) | Author |
2009-01-21 | timer_nextduein returned crap. fix it. so obvious... how could that happen. | Henning Brauer |
2009-01-21 | paragraphs and sentences start with uppercase letters; synchronize | Igor Sobrado |
2009-01-21 | temporary quick fix to an issue that needs more thinking; ok gilles@ | Jacek Masiulaniec |
2009-01-20 | revert earlier commit that broke the tree | Todd T. Fries |
2009-01-19 | Cleanup the functions related to the election of the designated | Michele Marchetto |
2009-01-19 | When inserting a new route into the kernel set as | Michele Marchetto |
2009-01-19 | Do not forget to adjust offsets for the beginning of the data area for non | Miod Vallat |
2009-01-19 | replace standardized text concerning the exit values of applications | Igor Sobrado |
2009-01-16 | fix last update | Joerg Goltermann |
2009-01-16 | Fix double free with invalid ldap filter (reported by dlg@). | aschrijver |
2009-01-14 | live testing shows that some clients will not even send EHLO if banner does | Gilles Chehade |
2009-01-14 | slightly change "relay via" so that it can differentiate "ssmtp", "tls" and | Gilles Chehade |
2009-01-14 | - simplify file_copy() and teach it how to write in mboxrd format | Gilles Chehade |
2009-01-14 | fix CVE-2009-0025: incorrect check of DSA DNSSEC signature verification | Damien Miller |
2009-01-14 | update license. | Federico G. Schwindt |
2009-01-13 | Reference RFC 4893 instead of draft-ietf-idr-as4bytes-13. | Stuart Henderson |
2009-01-13 | Replace NEW_ASPATH/NEW_AGGREGATOR with the naming from RFC4893, | Stuart Henderson |
2009-01-13 | add option 150, voip-configuration-server, as an array of IP addresses; | Stuart Henderson |
2009-01-13 | ypldap.conf may contain secrets, so get the parse to check if its | David Gwynne |
2009-01-12 | dot escaping, as required by rfc; ok gilles@ | Jacek Masiulaniec |
2009-01-12 | more checks in queue_record_incoming_envelope; ok gilles@ | Jacek Masiulaniec |
2009-01-10 | - remove a comment that was no longer relevant | Gilles Chehade |
2009-01-10 | Uninitialized variable introduced in 1.110. | Miod Vallat |
2009-01-10 | variable declaration before use, found by vax, no cookie | Todd T. Fries |
2009-01-09 | Fix wrong 'extern' declaration of crc_total in mtree's verify.c. | Stefan Sperling |
2009-01-08 | Fix use after free of kr. Happend when the first loop removed the head | Claudio Jeker |
2009-01-08 | Include the neighbor ID in a debug output so that it is clear which router | Claudio Jeker |
2009-01-08 | ensure getpwnam is always followed by endpwent; ok gilles@ henning@ | Jacek Masiulaniec |
2009-01-08 | clear processing flags early so that there's never doubt whether they | Jacek Masiulaniec |
2009-01-08 | tweak previous; feedback/ok claudio | Jason McIntyre |
2009-01-07 | Full stub area support. This allows ABRs to announce a default network | Claudio Jeker |
2009-01-07 | - when performing aliases expansion, do not forget to set an action to each | Gilles Chehade |
2009-01-06 | - do not perform a local user lookup, that includes alias expansion, when a | Gilles Chehade |
2009-01-06 | rework /queue traversal; ok gilles@ | Jacek Masiulaniec |
2009-01-06 | Remove workaround added in rev 1.63. The real issue has been found and | Claudio Jeker |
2009-01-06 | - add missing rcs id | Jasper Lievisse Adriaanse |
2009-01-06 | make file update in queue_update_envelope atomic; ok gilles@ | Jacek Masiulaniec |
2009-01-06 | Support group and login class in authpf.allow (%<group>, @<class>) | Ryan Thomas McBride |
2009-01-04 | - smtp can now pause/resume the accepting of incoming messages | Gilles Chehade |
2009-01-04 | - remove runstates global, we don't need it actually. | Gilles Chehade |
2009-01-04 | make sure runner resets scheduling related flags on envelopes when the | Gilles Chehade |
2009-01-04 | - runner is now capable of pausing/resuming the scheduling of deliveries | Gilles Chehade |
2009-01-04 | remove unnecessary "messagep->retry == 255" expiry condition; ok gilles@ | Jacek Masiulaniec |
2009-01-04 | kill F_MESSAGE_EXPIRED; ok gilles@ | Jacek Masiulaniec |
2009-01-04 | fix bug where runner would expire message that is being delivered, | Jacek Masiulaniec |
2009-01-04 | if_newaddr() was hard-coding all interface prefixes to /64. | Stefan Sperling |
2009-01-04 | When matching a recipient domain to a rule, do not use strcasecmp, but use | Gilles Chehade |
2009-01-04 | - change name of "masked" member in struct netaddr, it was misleading | Gilles Chehade |
2009-01-04 | cleanup; ok gilles@ | Jacek Masiulaniec |
2009-01-04 | aliases/forwards expansion was not done correctly and a race could | Gilles Chehade |