summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2009-01-27instead of relying on socket permissions to allow or disallow imsg's thatGilles Chehade
2009-01-27keep namespace clean.Pierre-Yves Ritschard
2009-01-27follow the naming convention of other files, discussed with jacekm@Gilles Chehade
2009-01-27first bricks of enqueue code which allows smtpctl to submit mail to queueGilles Chehade
2009-01-27Propagate the neighbour's interface ID, as received in hello packets,Stefan Sperling
2009-01-27Add space after keywords.aschrijver
2009-01-27err, actually session_set_path was moved to utils.c because it was used byGilles Chehade
2009-01-27*** empty log message ***Gilles Chehade
2009-01-27Oops, fix the error handling. Found by blambert@aschrijver
2009-01-27fix printf format specification to print max len 4 for refid,Kevin Steves
2009-01-27the data member of ibuf was not set to the environment in control_accept()Gilles Chehade
2009-01-27Fix another double free in the filter parser.aschrijver
2009-01-27Again, no need to double check if neighbor exists.Michele Marchetto
2009-01-27No need to check if neighbor exists before adding itMichele Marchetto
2009-01-27temporarily drop privileges to the final user before each delivery attempt,Gilles Chehade
2009-01-27Remove unnecessary comment.aschrijver
2009-01-27Add correct error handling to the aldap API.aschrijver
2009-01-27Get rid of the 24h timer as it useless here.Michele Marchetto
2009-01-27new sentence, new line;Jason McIntyre
2009-01-26Document that ospf6d tries to get the router ID from an IPv4 addressStefan Sperling
2009-01-26RFC5340 says neighbours are identified solely by their router ID in OSPFv3,Stefan Sperling
2009-01-26Same fix as just committed to ospfd:Stefan Sperling
2009-01-26Getting the higest IP only works if the compare is done in host byte order.Claudio Jeker
2009-01-26We acutally use the lowest IP configured as router-id if none is specified.Claudio Jeker
2009-01-26First convert IP addresses to host-byte-order before checking which one isClaudio Jeker
2009-01-26move some queue related functions that are needed outside of smtpd to theGilles Chehade
2009-01-26move aldap_close in aldap.c, where it belongs.Pierre-Yves Ritschard
2009-01-26return the correct refid for a sensor; ok henning@Christian Weisgerber
2009-01-26we had a set of functions to deal specifically with incoming messages andGilles Chehade
2009-01-26use monotime instead of wallclock for the report thing as wellHenning Brauer
2009-01-25Add missing evtimer_set on route hold down timer.Michele Marchetto
2009-01-24Fix an evil typo.Michele Marchetto
2009-01-24Reflect dvmrpd changes, nbr_cnt is no more needed.Michele Marchetto
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