summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2009-01-10- remove a comment that was no longer relevantGilles Chehade
2009-01-10Uninitialized variable introduced in 1.110.Miod Vallat
2009-01-10variable declaration before use, found by vax, no cookieTodd T. Fries
2009-01-09Fix wrong 'extern' declaration of crc_total in mtree's verify.c.Stefan Sperling
2009-01-08Fix use after free of kr. Happend when the first loop removed the headClaudio Jeker
2009-01-08Include the neighbor ID in a debug output so that it is clear which routerClaudio Jeker
2009-01-08ensure getpwnam is always followed by endpwent; ok gilles@ henning@Jacek Masiulaniec
2009-01-08clear processing flags early so that there's never doubt whether theyJacek Masiulaniec
2009-01-08tweak previous; feedback/ok claudioJason McIntyre
2009-01-07Full stub area support. This allows ABRs to announce a default networkClaudio Jeker
2009-01-07- when performing aliases expansion, do not forget to set an action to eachGilles Chehade
2009-01-06- do not perform a local user lookup, that includes alias expansion, when aGilles Chehade
2009-01-06rework /queue traversal; ok gilles@Jacek Masiulaniec
2009-01-06Remove workaround added in rev 1.63. The real issue has been found andClaudio Jeker
2009-01-06- add missing rcs idJasper Lievisse Adriaanse
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