summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2009-03-02ldd(1) accepts more than one program as argument; while here,Igor Sobrado
2009-02-25fix slow memory leak, spotted by Max Laier and Artis CauneBob Beck
2009-02-19correct description of spamdb-setup blacklist only mode;Jason McIntyre
2009-02-17clarification for the MX stuff; requested by Stephan A. RickauerJason McIntyre
2009-02-16Fix passing of ps_strings, cleanup and obj_main values to _start() in crt0.Kurt Miller
2009-02-04Tag ld.so as an OpenBSD binary/library.Mark Kettenis
2009-01-19replace standardized text concerning the exit values of applicationsIgor Sobrado
2009-01-14context could be used after being freed by krb5_free_context; ok millert@Jacek Masiulaniec
2008-12-07time_t is signed, so use INT_MAX rather than UINT_MAX when parsing a time_tChad Loder
2008-11-14LOG_INFO is a level not a facility; input and ok jmc@Kevin Steves
2008-11-09typo fixed (overriden -> overridden)Tobias Stoeckmann
2008-10-22Mention that "secure" on the console entry means, thatMarco Pfatschbacher
2008-10-22man page for Makefile.yp, and associated bits; from Ingo SchwarzeJason McIntyre
2008-10-16sub-system -> subsystem, for consistency withour other pages;Jason McIntyre
2008-10-03beef up the description of -D a little, and don;t imply theJason McIntyre
2008-10-03-D before -d;Jason McIntyre
2008-10-03New option -D to daemonize spamd-setup for early bootup use. This avoidsTheo de Raadt
2008-10-02Fix mmap() error checking to be correct 64-bit addresses. ConsistentlyKurt Miller
2008-10-01Mention how lockspool is expected to be used.Todd C. Miller
2008-10-01Use poll() to determine when stdin is readable and throw away inputTodd C. Miller
2008-10-01Use the real uid instead of getlogin() to determine the identityTodd C. Miller
2008-09-30Always say "User %s access denied", in all cases, to avoid some stupidTheo de Raadt
2008-09-20document spamd log entry format; requested by Stephan A. RickauerJason McIntyre
2008-09-13Fix minor bug in the previous commit, which could hang theMoritz Jodeit
2008-09-12Don't split large commands into multiple commands on a 512-byteMoritz Jodeit
2008-09-01Install files in the correct directory even with NOMAN set.Dale Rahn
2008-08-26Fix an if (); typo. ok beck@Jonathan Gray
2008-08-24prepends, not overrides default search path. with/ok kurt@Martynas Venckus
2008-08-11some documentation updates for spamd synchronisation:Jason McIntyre
2008-08-11Prevent a buffer underrun if a line is received which only containsTobias Stoeckmann
2008-07-28Only optimize away plt relocation when obj_base == 0. CorrectsKurt Miller
2008-07-24release the bind lock before resetting the signal maskPhilip Guenthe
2008-07-16Fix several of the 'large offset' PLT entries. With help from kurt.Dale Rahn
2008-07-11shut off an annoying gcc warning.Reyk Floeter
2008-07-11write a syslog debug message when a new GREY or TRAPPED entry is addedReyk Floeter
2008-07-11greyreader() shouldn't return, so tell us if it doesPeter Hessler
2008-06-30Include file order must be "monitor.h" before "extern.h" otherwise enumAnders Magnusson
2008-06-27Remove again the old _dl_md_reloc() calls-through-plt workaround: it isMiod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-25Make ldd grok pie binaries.Kurt Miller
2008-06-13Pass relocated Elf_Dyn * to _dl_finalize_object(). Needed for pieKurt Miller
2008-06-13Completing the executable elf_object_t data exposed a bug inKurt Miller
2008-06-12- rename _dl_boot argument loff to dyn_loff to differentiate it fromKurt Miller
2008-06-08When prebind_newfile() is called the input file is replaced with the newDale Rahn
2008-05-26sort flags on both the synopsis and usage.Igor Sobrado
2008-05-24IPv6 support for standalone mode with assistance from millert@ and deraadt@Brad Smith
2008-05-22version 2 of spamd sync protocol for two reasons:Theo de Raadt
2008-05-17documentation tweaks.Igor Sobrado
2008-05-09As was done in dhcpd, insert pad blocks after sub-messages to keep theTheo de Raadt
2008-05-07check if the received buffer of a sync element is even big enough toReyk Floeter