summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2008-05-07check if the received buffer of a sync element is even big enough toReyk Floeter
2008-05-05Constantly fill in the program header pointer and count in elf_object_tKurt Miller
2008-04-24compare strings with reality for expected behavior; ok millert@Todd T. Fries
2008-04-13Use arc4random_buf() when requesting more than a single word of outputDamien Miller
2008-04-12yes, all; girishvenkatachalamTheo de Raadt
2008-04-11Correct a bug where _dl_error was set to DL_NOT_FOUND when a shared libKurt Miller
2008-04-09Improve support for shared libs linked at non-zero addreses:Kurt Miller
2008-04-08should not call setpwent(); millert agreesTheo de Raadt
2008-04-03Use the libgcc version of these functions, no point in having extra copies.Dale Rahn
2008-04-02Use the proper define for this address, not a incorrect (on 64bit) define.Dale Rahn
2008-03-28typo, ok beck@Alexander von Gernler
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-15Repair more msg_controllen dealing with structures or arrays ofTheo de Raadt
2008-03-15Repair the simple cases for msg_controllen where it should just beTheo de Raadt
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toTheo de Raadt
2008-02-24Use rounded down address when changing memory protections on the GOT, suchDale Rahn
2008-02-24Use rounded down address when changing memory protections on the GOT, suchMark Kettenis
2008-02-09Remove an old workaround that was needed in SCCS times (%M% expanding to theMarc Balmer
2008-01-08simplify the suggested pf ruleset; ok beckJason McIntyre
2008-01-02Update commented out kerberos bits in case someone wants to add missingTodd C. Miller
2007-12-27Add a missing length check of received spamd sync packet headers.Reyk Floeter
2007-12-14Add radius-port login.conf variable to allow people to configure aTodd C. Miller
2007-11-29- get synopsis/usage() rightJason McIntyre
2007-11-27Fix dlsym w/special handles when called from an executable that has beenKurt Miller
2007-11-27Make _dl_md_reloc_got() report errors, and take them into account.Miod Vallat
2007-11-27tweak previous;Jason McIntyre
2007-11-27add missing header for inet_ntoa.Charles Longeau
2007-11-26add logging option, ok deraadt@Jolan Luff
2007-11-03PR 5621 - spamd doesn't clear the last entry from an empty TRAP list,Bob Beck
2007-09-26From Tamas TEVESZ:Ray Lai
2007-09-26From Tamas TEVESZ:Ray Lai
2007-09-25- sort options and sync usage()Jason McIntyre
2007-09-25more accurate description of -U; from Tamas TEVESZJason McIntyre
2007-09-25better wording; from Tamas TEVESZJason McIntyre
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