Age | Commit message (Expand) | Author |
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 |
2008-12-30 | lsa_get_prefix() needs to use something else then struct lsa_prefix to | Claudio Jeker |
2008-12-30 | Correctly compute the options for the net LSA as pre RFC options is set to | Claudio Jeker |
2008-12-30 | Add code to show Link LSA. Make the other detailed views a bit shorter by | Claudio Jeker |
2008-12-30 | First try at originating Link (type-8) LSA. Code is wrong and the initial | Claudio Jeker |
2008-12-29 | Remove unused prototype. | aschrijver |
2008-12-29 | Recognize MPLS packets over loopback interfaces. | Michele Marchetto |
2008-12-29 | Handle ENOSPC in queue_update_envelope; cleanup the code a bit; ok gilles@ | Jacek Masiulaniec |
2008-12-28 | a few documentation updates for opsf6(8) and ospf6ctl(8): remove an | Igor Sobrado |
2008-12-28 | Plug some memory leakage in aldap_parse by calling aldap_freemsg | Bret Lambert |
2008-12-28 | correct some output | Claudio Jeker |
2008-12-28 | Correctly display net lsa and the LSA type is now 16bit. This removes | Claudio Jeker |
2008-12-28 | Initial bits for originating net lsa again from Stefan Sperling with some | Claudio Jeker |
2008-12-28 | Part of lsa_self() works at least everything with us as adv_rtr should be | Claudio Jeker |
2008-12-28 | area_ospf_options() should not return network byte order options. Instead | Claudio Jeker |
2008-12-28 | First shot at originating router LSA, still a lot of XXX but seems to | Claudio Jeker |