summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2008-07-11greyreader() shouldn't return, so tell us if it doesphessler1-1/+2
2008-06-30Include file order must be "monitor.h" before "extern.h" otherwise enumragge6-13/+19
2008-06-27Remove again the old _dl_md_reloc() calls-through-plt workaround: it ismiod1-2/+2
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.ray1-9/+2
2008-06-25Make ldd grok pie binaries.kurt1-17/+21
2008-06-13Pass relocated Elf_Dyn * to _dl_finalize_object(). Needed for piekurt1-3/+5
2008-06-13Completing the executable elf_object_t data exposed a bug inkurt1-2/+2
2008-06-12- rename _dl_boot argument loff to dyn_loff to differentiate it fromkurt1-19/+42
2008-06-08When prebind_newfile() is called the input file is replaced with the newdrahn1-1/+2
2008-05-26sort flags on both the synopsis and usage.sobrado2-11/+10
2008-05-24IPv6 support for standalone mode with assistance from millert@ and deraadt@brad2-64/+118
2008-05-22version 2 of spamd sync protocol for two reasons:deraadt2-12/+13
2008-05-17documentation tweaks.sobrado4-24/+22
2008-05-09As was done in dhcpd, insert pad blocks after sub-messages to keep thederaadt2-7/+19
2008-05-07check if the received buffer of a sync element is even big enough toreyk1-2/+3
2008-05-05Constantly fill in the program header pointer and count in elf_object_tkurt6-48/+37
2008-04-24compare strings with reality for expected behavior; ok millert@todd1-2/+2
2008-04-13Use arc4random_buf() when requesting more than a single word of outputdjm3-9/+9
2008-04-12yes, all; girishvenkatachalamderaadt1-3/+3
2008-04-11Correct a bug where _dl_error was set to DL_NOT_FOUND when a shared libkurt1-46/+22
2008-04-09Improve support for shared libs linked at non-zero addreses:kurt18-101/+101
2008-04-08should not call setpwent(); millert agreesderaadt1-3/+2
2008-04-03Use the libgcc version of these functions, no point in having extra copies.drahn3-155/+2
2008-04-02Use the proper define for this address, not a incorrect (on 64bit) define.drahn1-2/+2
2008-03-28typo, ok beck@grunk1-3/+3
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forderaadt5-13/+13
2008-03-15Repair more msg_controllen dealing with structures or arrays ofderaadt2-6/+6
2008-03-15Repair the simple cases for msg_controllen where it should just bederaadt3-7/+7
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toderaadt5-28/+44
2008-02-24Use rounded down address when changing memory protections on the GOT, suchdrahn4-8/+8
2008-02-24Use rounded down address when changing memory protections on the GOT, suchkettenis1-2/+2
2008-02-09Remove an old workaround that was needed in SCCS times (%M% expanding to thembalmer1-6/+4
2008-01-08simplify the suggested pf ruleset; ok beckjmc1-5/+3
2008-01-02Update commented out kerberos bits in case someone wants to add missingmillert1-7/+7
2007-12-27Add a missing length check of received spamd sync packet headers.reyk1-2/+3
2007-12-14Add radius-port login.conf variable to allow people to configure amillert2-17/+25
2007-11-29- get synopsis/usage() rightjmc2-26/+20
2007-11-27Fix dlsym w/special handles when called from an executable that has beenkurt1-34/+12
2007-11-27Make _dl_md_reloc_got() report errors, and take them into account.miod12-53/+81
2007-11-27tweak previous;jmc1-7/+8
2007-11-27add missing header for inet_ntoa.chl1-2/+3
2007-11-26add logging option, ok deraadt@jolan2-15/+45
2007-11-03PR 5621 - spamd doesn't clear the last entry from an empty TRAP list,beck4-9/+36
2007-09-26From Tamas TEVESZ:ray1-4/+3
2007-09-26From Tamas TEVESZ:ray1-4/+7
2007-09-25- sort options and sync usage()jmc2-118/+110
2007-09-25more accurate description of -U; from Tamas TEVESZjmc1-3/+3
2007-09-25better wording; from Tamas TEVESZjmc1-4/+4
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt4-12/+12
2007-08-26Fix some error messages and comments, from Brad.ray1-6/+6