summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2003-09-02Fix PR 3371, symbol lookup in dlopen()ed objects is not correct. Correctdrahn12-129/+176
2003-08-26re-add logging of matched blacklists lost in previous commit, ok deraadt@dhartmei1-1/+4
2003-08-24missing colon in syslog msg (cosmetic)dhartmei1-2/+2
2003-08-23add -s to specify stuttering delay, set receive buffer size to 1 bytedhartmei2-20/+104
2003-08-23fix printf format for time_t. notified by casha@e7.pl. henning okitojun1-2/+3
2003-08-22pf spelling policedavid3-8/+8
2003-08-19Fix PowerPC PLT generation. After 2^12 entries (2^14 offset), only everydrahn1-9/+14
2003-08-12Convert to use poll(2) instead of static select; OK deraadt@millert1-59/+50
2003-08-12use _ENTRY consistently, remove some #if 0 code, and clean up some comments; ok drahnjason1-115/+24
2003-08-12Cleanup obsolete kerberos 4 stuff.hin2-89/+4
2003-08-08refer to RFCs consistently (RFC XXXX);jmc3-30/+29
2003-08-07krb4 bye bye.hin1-4/+1
2003-08-04document LD_NORANDOM; input and ok from several ppl.fgsch1-1/+5
2003-07-29spacesderaadt14-50/+49
2003-07-29correctly handle multiline responses with leading space followed by numberhenning1-1/+3
2003-07-28The fifth argument to _dl_find_symbol is a 'int size', not a SYM_ define.drahn6-52/+29
2003-07-25remove obsolete kerberosIV sections;jmc2-14/+2
2003-07-25no man page for kerberos, so point people to info heimdal;jmc1-4/+6
2003-07-22- use :L variable modifier with ELF_TOOLCHAIN variablebrad1-2/+2
2003-07-18one time -h is enoughhenning1-4/+1
2003-07-18Fix print if minor of library used is is less than requested. ok tdeval@drahn2-8/+8
2003-07-16some minor DPADD changesderaadt2-5/+4
2003-07-15stop using libcom_err, it is built into krb5deraadt4-13/+12
2003-07-15.Ql Fl -> .Sq Fl where literal makes no sense;jmc1-2/+2
2003-07-10add missing includesdavid6-10/+16
2003-07-09changes to ld.so to be compatible with newer binutils, requiresdrahn7-41/+59
2003-07-09- simplify some macrosjmc1-12/+4
2003-07-09-u option, remove manpages, symetrical to -d.espie2-3/+39
2003-07-08remove stuff nothing usesderaadt1-210/+0
2003-07-08- fix an .Ndjmc3-21/+13
2003-07-07make this match protos; millert okderaadt3-21/+32
2003-07-06bring protos into scopederaadt9-23/+61
2003-07-06proto in scopederaadt3-3/+25
2003-07-06various proto, ansi, and knf repair. tested on all architectures thatderaadt24-119/+273
2003-07-05protosderaadt5-15/+17
2003-07-03clean up strn{cpy,cat}->strl{cpy,cat}avsm1-21/+12
2003-07-02no default -Werror on thesederaadt2-4/+4
2003-07-02Correct library search algorithm, wrt versioned objectsniklas2-44/+72
2003-06-28missing protosderaadt6-9/+22
2003-06-27put it in section 1deraadt2-3/+3
2003-06-26Manpage for ELF ld.so, derived from a.out version, not yet completedrahn2-2/+174
2003-06-26simple protosderaadt11-39/+36
2003-06-25proto repair (ugly with rpc programs)deraadt1-9/+11
2003-06-25protosderaadt2-13/+10
2003-06-23delinting from beckderaadt1-17/+14
2003-06-22Dynamic linking random order fixes. This enables random library ordering.drahn6-34/+59
2003-06-19use fseeko; millert okderaadt1-3/+3
2003-06-17Sync with share/misc/license.template and add missing DARPA creditmillert5-40/+44
2003-06-11no more registerderaadt1-2/+2
2003-06-11ansi cleanup; ok ian markusderaadt15-284/+127