Age | Commit message (Expand) | Author |
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 |
2009-01-04 | Fix memory leak (diff from blambert@) | aschrijver |
2009-01-03 | Sync with ypldap. Add ber_{add,get}_enumerated. | aschrijver |
2009-01-03 | Since link LSAs live in iface->lsa_tree and not in area->lsa_tree, | Stefan Sperling |
2009-01-03 | orig_link_lsa() was assuming either virtual or broadcast link. | Stefan Sperling |
2009-01-02 | fix T_DAEMON_MESSAGE notices delivery; ok gilles@ | Jacek Masiulaniec |
2009-01-02 | Add support for originating router LSAs over point-to-point links. | Stefan Sperling |
2009-01-02 | cleanup queue_load_envelope; ok gilles@ | Jacek Masiulaniec |
2009-01-02 | In show interface only print the hello_timer value if valid. | Claudio Jeker |
2009-01-01 | I removed prefix from lsa_prefix but this code was still using it. Unbreak | Claudio Jeker |
2009-01-01 | Remove some other useless debug messages that just add unneeded noise. | Claudio Jeker |
2009-01-01 | Call kr_shutdown() before exit even in config test mode and config parse | Claudio Jeker |
2009-01-01 | Move initialisation of krt into kif_init so that it is possible to call | Claudio Jeker |
2009-01-01 | remove unnecessary includes; ok gilles@ | Jacek Masiulaniec |
2009-01-01 | Remove unneeded debug messages that made it into the tree. | Claudio Jeker |
2008-12-31 | an ellipsis allows more than one argument being specified; | Igor Sobrado |
2008-12-31 | sync synopsis/usage. | Igor Sobrado |
2008-12-31 | if mkdir/mkdtemp fails, fatal if errno != ENOSPC; ok gilles@ | Jacek Masiulaniec |
2008-12-31 | rename may fail due to ENOSPC, make smtpd survive this condition; ok gilles@ | Jacek Masiulaniec |
2008-12-31 | kill unnecessary function; ok gilles@ | Jacek Masiulaniec |
2008-12-30 | Remove debug message that does not help. The problem with the initial flood | Claudio Jeker |
2008-12-30 | Correctly encode the IPv6 prefix. Only (prefixlen + 31)/32 * 4 bytes are | Claudio Jeker |