summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
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
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