summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2009-01-06make file update in queue_update_envelope atomic; ok gilles@Jacek Masiulaniec
2009-01-06Support group and login class in authpf.allow (%<group>, @<class>)Ryan Thomas McBride
2009-01-04- smtp can now pause/resume the accepting of incoming messagesGilles Chehade
2009-01-04- remove runstates global, we don't need it actually.Gilles Chehade
2009-01-04make sure runner resets scheduling related flags on envelopes when theGilles Chehade
2009-01-04- runner is now capable of pausing/resuming the scheduling of deliveriesGilles Chehade
2009-01-04remove unnecessary "messagep->retry == 255" expiry condition; ok gilles@Jacek Masiulaniec
2009-01-04kill F_MESSAGE_EXPIRED; ok gilles@Jacek Masiulaniec
2009-01-04fix bug where runner would expire message that is being delivered,Jacek Masiulaniec
2009-01-04if_newaddr() was hard-coding all interface prefixes to /64.Stefan Sperling
2009-01-04When matching a recipient domain to a rule, do not use strcasecmp, but useGilles Chehade
2009-01-04- change name of "masked" member in struct netaddr, it was misleadingGilles Chehade
2009-01-04cleanup; ok gilles@Jacek Masiulaniec
2009-01-04aliases/forwards expansion was not done correctly and a race couldGilles Chehade
2009-01-04Fix memory leak (diff from blambert@)aschrijver
2009-01-03Sync with ypldap. Add ber_{add,get}_enumerated.aschrijver
2009-01-03Since link LSAs live in iface->lsa_tree and not in area->lsa_tree,Stefan Sperling
2009-01-03orig_link_lsa() was assuming either virtual or broadcast link.Stefan Sperling
2009-01-02fix T_DAEMON_MESSAGE notices delivery; ok gilles@Jacek Masiulaniec
2009-01-02Add support for originating router LSAs over point-to-point links.Stefan Sperling
2009-01-02cleanup queue_load_envelope; ok gilles@Jacek Masiulaniec
2009-01-02In show interface only print the hello_timer value if valid.Claudio Jeker
2009-01-01I removed prefix from lsa_prefix but this code was still using it. UnbreakClaudio Jeker
2009-01-01Remove some other useless debug messages that just add unneeded noise.Claudio Jeker
2009-01-01Call kr_shutdown() before exit even in config test mode and config parseClaudio Jeker
2009-01-01Move initialisation of krt into kif_init so that it is possible to callClaudio Jeker
2009-01-01remove unnecessary includes; ok gilles@Jacek Masiulaniec
2009-01-01Remove unneeded debug messages that made it into the tree.Claudio Jeker
2008-12-31an ellipsis allows more than one argument being specified;Igor Sobrado
2008-12-31sync synopsis/usage.Igor Sobrado
2008-12-31if mkdir/mkdtemp fails, fatal if errno != ENOSPC; ok gilles@Jacek Masiulaniec
2008-12-31rename may fail due to ENOSPC, make smtpd survive this condition; ok gilles@Jacek Masiulaniec
2008-12-31kill unnecessary function; ok gilles@Jacek Masiulaniec
2008-12-30Remove debug message that does not help. The problem with the initial floodClaudio Jeker
2008-12-30Correctly encode the IPv6 prefix. Only (prefixlen + 31)/32 * 4 bytes areClaudio Jeker
2008-12-30lsa_get_prefix() needs to use something else then struct lsa_prefix toClaudio Jeker
2008-12-30Correctly compute the options for the net LSA as pre RFC options is set toClaudio Jeker
2008-12-30Add code to show Link LSA. Make the other detailed views a bit shorter byClaudio Jeker
2008-12-30First try at originating Link (type-8) LSA. Code is wrong and the initialClaudio Jeker
2008-12-29Remove unused prototype.aschrijver
2008-12-29Recognize MPLS packets over loopback interfaces.Michele Marchetto
2008-12-29Handle ENOSPC in queue_update_envelope; cleanup the code a bit; ok gilles@Jacek Masiulaniec
2008-12-28a few documentation updates for opsf6(8) and ospf6ctl(8): remove anIgor Sobrado
2008-12-28Plug some memory leakage in aldap_parse by calling aldap_freemsgBret Lambert
2008-12-28correct some outputClaudio Jeker
2008-12-28Correctly display net lsa and the LSA type is now 16bit. This removesClaudio Jeker
2008-12-28Initial bits for originating net lsa again from Stefan Sperling with someClaudio Jeker
2008-12-28Part of lsa_self() works at least everything with us as adv_rtr should beClaudio Jeker
2008-12-28area_ospf_options() should not return network byte order options. InsteadClaudio Jeker
2008-12-28First shot at originating router LSA, still a lot of XXX but seems toClaudio Jeker