summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-08-26Fix some error messages and comments, from Brad.Ray Lai
2007-08-22err msg looks better with a \nMarc Espie
2007-08-16- Don't fill spamd debug with bogus config errors if there are noRay Lai
2007-08-11tweak previous:Jason McIntyre
2007-08-11Add note to the effect that the spamd pf table is noJonathan Gray
2007-08-08on NOPIC architectures, do not build and install ld.so. this is inTheo de Raadt
2007-07-31From Gilles Chehade:Ray Lai
2007-07-27Fix potential memory leak, when snprintf(3) returns an empty buffer.Moritz Jodeit
2007-07-26Remove the space after "Password:" in password prompts where echo isTodd C. Miller
2007-07-07document maximum values for -S and -s;Jason McIntyre
2007-06-28Add a SIGCHLD handler for background mode instead of doing waitpid()Todd C. Miller
2007-06-25s/is is/it is/. From Jim Razmus, jim (at) bonetruck (dot) org; thanks.Tom Cosgrove
2007-06-23default rule.flags and rule.flagset to 0 instead of nulljoshua stein
2007-06-21Adjust spacing, combine malloc + strlcpy + strlcat into a singleRay Lai
2007-06-19Make sure perror_reply() is only called when errno is set. WhenRay Lai
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29based on a diff from Matt Provost: allow printing of ldd informationJason Wright
2007-05-27document differences between LD_TRACE_LOADED_OBJECTS_FMT1 andJason McIntyre
2007-05-26remove a redundant paragraph; ok beckJason McIntyre
2007-05-25"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.Kenneth R Westerback
2007-05-19spamd-setup needs -b for blacklist-only mode; from Nick TempletonJason McIntyre
2007-05-18prettier MakefilesTheo de Raadt
2007-05-05Provide hook so that rthreads can provide a spinlock to protect from racesDale Rahn
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