summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2006-03-26Get this closer to KNF (get rid of block-declared vars)kjell1-30/+19
2006-03-26KNF. No binary change.kjell1-27/+27
2006-03-24Remove telldir/seekdir support from the internal ld.so lib, it's nototto1-96/+1
2006-03-17fix a few off-by-ones; from NetBSD; ok deraadt@otto1-5/+5
2006-03-14spamd can show the wrong IP address to clients in a %A message becausebeck1-2/+2
2006-03-14Allow anonymous logins without a password, which was brokenmoritz1-5/+7
2006-03-09Foil potential timing attacks by using the correct password hashmillert8-25/+56
2006-02-22No need to include <machine/elf_machdep.h>miod1-3/+1
2006-01-23Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELENmillert1-3/+3
2006-01-20fix integer overflows. ok millert@moritz1-5/+8
2006-01-17Include <sys/param.h> to get MAX macromillert1-2/+2
2006-01-17Incllude <sys/param.h> to get MAXHOSTNAMELENmillert1-3/+3
2006-01-02+.Xr tftp-proxy 8jmc1-3/+4
2006-01-02#include <signal.h>, not <sys/signal.h>millert1-3/+3
2006-01-02#include <sys/signal.h> not neededmillert1-3/+2
2005-12-31enable tftp-proxy since it was committed - what's the point otherwise?pvalchev1-2/+2
2005-12-31sort options and sync usage()jmc2-8/+8
2005-12-28import tftp-proxy 1.6, a tftp helper for pfjcs5-0/+962
2005-12-18Fix some signed vs. unsigned issues found by lint. OK krw@millert1-11/+10
2005-12-06avoid variable aliasingderaadt3-24/+24
2005-12-03remove shadowing variables; ok pvalderaadt1-11/+5
2005-12-02fix RELOC_COPY on powerpc when symbol is weak. use relocation addresskurt1-3/+2
2005-12-01fix double var declarations in same scope, found by lint; ok deraadt cloderpvalchev1-4/+4
2005-12-01Spell "blacklisted" consistently.tom1-3/+3
2005-11-30some cleanups prompted by lint, no really nasty bugs; ok beckderaadt2-19/+17
2005-11-26BINMODE not needed here eitherderaadt1-3/+1
2005-11-24code is not being used; toss into Atticderaadt6-2318/+0
2005-11-24missing full stop;jmc1-2/+2
2005-11-19No longer need volatile since longjmp has been removed.millert1-4/+4
2005-11-16disable old ftp-proxy, ok henning beckcamield1-2/+2
2005-11-15the third arg of read() is size_t, not int (cast fix)millert1-5/+5
2005-11-15correct opencount decrement in _dl_unload_dlopen. was leaving functionkurt1-2/+3
2005-11-13handle asprintf() failure; from dhill@mindcry.orgderaadt1-2/+6
2005-11-12use asprintf; ok dhill@mindcry.orgderaadt1-12/+8
2005-11-12spacingderaadt1-3/+3
2005-11-12use snprintf; ok cloder dhill@mindcry.orgderaadt2-10/+4
2005-11-12spacingderaadt1-5/+5
2005-11-09add RTLD_NOW support to dlopen and propogate -z now to dep libs.kurt5-14/+19
2005-11-09the handle returned by dlopen(0,...) should behave the same askurt1-3/+3
2005-11-02allow shlibs with paths to use shlib version matching rules too.kurt1-4/+44
2005-10-23Use libc's SYS.h and SYSTRAP instead of rolling own. No binary change.drahn2-6/+7
2005-10-21using _dl_link_grpsym to increment refcounts made _dl_notify_unload_shlibkurt3-13/+21
2005-10-18This is too useful for debugging to not have in the tree, howeverdrahn1-1/+27
2005-10-17Fix possible buffer overflow caused by unknown tags in the rangekettenis1-2/+2
2005-10-16Consolidate dl_boot and dlopen dep lib loading into new functionkurt3-121/+105
2005-10-14Use queue macros instead of directly accessing fields. ok millert@ pat@otto1-7/+7
2005-10-12add missing grpref unload propogation (sync with library_mquery)kurt1-1/+3
2005-10-12Split grpsym_list creation away from child_list creation and changekurt7-47/+66
2005-10-10set _dl_loading_object to NULL upon entering and exiting _dl_boot andkurt2-8/+7
2005-10-09fix incomplete ref count check in _dl_link_dlopen (use macro now).kurt1-2/+4