summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2009-01-21timer_nextduein returned crap. fix it. so obvious... how could that happen.Henning Brauer
2009-01-21paragraphs and sentences start with uppercase letters; synchronizeIgor Sobrado
2009-01-21temporary quick fix to an issue that needs more thinking; ok gilles@Jacek Masiulaniec
2009-01-20revert earlier commit that broke the treeTodd T. Fries
2009-01-19Cleanup the functions related to the election of the designatedMichele Marchetto
2009-01-19When inserting a new route into the kernel set asMichele Marchetto
2009-01-19Do not forget to adjust offsets for the beginning of the data area for nonMiod Vallat
2009-01-19replace standardized text concerning the exit values of applicationsIgor Sobrado
2009-01-16fix last updateJoerg Goltermann
2009-01-16Fix double free with invalid ldap filter (reported by dlg@).aschrijver
2009-01-14live testing shows that some clients will not even send EHLO if banner doesGilles Chehade
2009-01-14slightly change "relay via" so that it can differentiate "ssmtp", "tls" andGilles Chehade
2009-01-14- simplify file_copy() and teach it how to write in mboxrd formatGilles Chehade
2009-01-14fix CVE-2009-0025: incorrect check of DSA DNSSEC signature verificationDamien Miller
2009-01-14update license.Federico G. Schwindt
2009-01-13Reference RFC 4893 instead of draft-ietf-idr-as4bytes-13.Stuart Henderson
2009-01-13Replace NEW_ASPATH/NEW_AGGREGATOR with the naming from RFC4893,Stuart Henderson
2009-01-13add option 150, voip-configuration-server, as an array of IP addresses;Stuart Henderson
2009-01-13ypldap.conf may contain secrets, so get the parse to check if itsDavid Gwynne
2009-01-12dot escaping, as required by rfc; ok gilles@Jacek Masiulaniec
2009-01-12more checks in queue_record_incoming_envelope; ok gilles@Jacek Masiulaniec
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