summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2007-04-13fix helo to error out if no domain is providedBob Beck
2007-04-13rename h_name to sh_name. hname gets redefined in netdb.h to a zeroOtto Moerbeek
2007-04-05Remove lint comment, which does not apply anymore.Moritz Jodeit
2007-04-04only do the SO_REUSEADDR/SO_REUSEPORT if we are going to bind; pointed out by...Theo de Raadt
2007-04-04properly escape "%O"; ok jasonJason McIntyre
2007-04-03s/library/object for the format string stuffJason Wright
2007-04-03add support for LD_TRACE_LOADED_OBJECTS_{FMT1/FMT2/PROGNAME}. FunctionalityJason Wright
2007-04-02be more forgiving about tftp requests that come from the 255.255.255.255,Theo de Raadt
2007-04-02Since the kernel allows argv[0] == NULL, dont core in ld.soDale Rahn
2007-03-29I relinquish any copyright claim I have on this fileKjell Wooding
2007-03-26Do not log when the slave gets killed because of read()Moritz Jodeit
2007-03-26kill trailing whitespace...shame on me if i sent bob a diff w/Jason McIntyre
2007-03-26use new license. ok kjell@, who also wanted his name removed, but he needsBob Beck
2007-03-26use new license, ok deraadt@Bob Beck
2007-03-26use new license.Bob Beck
2007-03-26Copyright - I should share the blame.Bob Beck
2007-03-26A couple of spamd improvementsBob Beck
2007-03-22Do not advertise version in the ftp banner, because there is no reason to.Chad Loder
2007-03-21remove extra *p tests, from charles longeauTed Unangst
2007-03-18Be sure to exit if the db_open of the second db for conversion fails.Bob Beck
2007-03-16Fix dribbly HMAC leak.Bob Beck
2007-03-16now that we leave the grey, avoid annoying re-adds of white entriesBob Beck
2007-03-15fix -y example;Jason McIntyre
2007-03-14when using low prio MX trapping, ignore hosts connecting to the low prioBob Beck
2007-03-14Don't delete grey entries when whitelisting. They expire anywayBob Beck
2007-03-12log when we trap a host.Bob Beck
2007-03-08update to describe current behaviour;Jason McIntyre
2007-03-07Add some emphasis for easier reading and clarify MX trapping byTodd C. Miller
2007-03-07Put the workaround back in because gcc fails to build otherwise. ok deraadt@Dale Rahn
2007-03-07sync usage(); ok deraadtJason McIntyre
2007-03-07clean up the greytrap stuff;Jason McIntyre
2007-03-07some spelling fixes;Jason McIntyre
2007-03-07new sentence, new lineJason McIntyre
2007-03-06Add -M option to specify a local address that is a lower priority MXBob Beck
2007-03-06Revert a workaround that was put in for softfpu ABI violations, hardfp doesnt.Dale Rahn
2007-03-06tweak -c; sort FILES;Jason McIntyre
2007-03-06- move LOGGING into the main bodyJason McIntyre
2007-03-06document allowing -c to increase to within 200 of kern.maxfilesBob Beck
2007-03-06Make the maximum number of connections dependant on kern.maxfiles ratherBob Beck
2007-03-05remove -r option that didn't work anyway.Bob Beck
2007-03-05better dd options for the spamd.key generation example.Reyk Floeter
2007-03-05document spamd.key better. what format does the file take? how do iReyk Floeter
2007-03-05don't make everything a sync once we see one, reset this onceBob Beck
2007-03-05nuke annoying debug logBob Beck
2007-03-05Make spamlogd log inbound/outbound like it did before.Bob Beck
2007-03-05spacingTheo de Raadt
2007-03-05revert unintentional MAXCON change back to 800, accidentally did lastBob Beck
2007-03-04tweaks;Jason McIntyre
2007-03-04correct location of spamd.keyJoel Knight
2007-03-04cleanup usageTheo de Raadt