summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2003-12-10spacingderaadt6-49/+51
2003-12-09knfderaadt1-3/+3
2003-12-09preventative measure against format string problem; from art, viaderaadt1-4/+4
2003-12-09fix PR 3596 by making root create the socket, ok millert@beck1-2/+4
2003-12-03Move the asm definition of _dl__syscall from a header file into a .c filedrahn2-12/+14
2003-11-21oops, it wasn't that diff that tedu@ ok'd - revert for nowdjm2-60/+41
2003-11-21add output file and path stripping options useful for pre-generatingdjm2-41/+60
2003-11-20remove -Werror from userland builds, to give us a chance toavsm6-12/+12
2003-11-20ftpd.8:jmc2-76/+84
2003-11-12Don't hold on to the bind() while we loop around waiting to see if we canmillert1-62/+62
2003-11-11Better fix to the library name parsing. now correctly handlesdrahn2-16/+30
2003-11-09add missing -v to getoptdhartmei1-2/+2
2003-11-08typos from Jonathon Gray;jmc2-4/+4
2003-11-08add -v and -w window to usage();jmc1-2/+4
2003-11-02some corrections from wiz@netbsd;jmc1-5/+5
2003-10-26Work around a problem with shared libraries named as libX-A.B.so.X.Y.drahn1-3/+9
2003-10-23- add -v to SYNOPSISjmc1-7/+14
2003-10-22make logging less verbose by default - default logs connect, disconnectbeck2-8/+21
2003-10-20document shlib_dirs; from Han Boetes (different diff used, though);jmc1-4/+27
2003-10-17double `the the';jmc1-2/+2
2003-10-17slight update for fingerd; sort options;jmc2-34/+37
2003-10-04breaks on sparcderaadt1-12/+1
2003-10-03Initialize environ before calling constructors or atexit.drahn1-1/+12
2003-10-031) Don't loop on invalid commandsbeck1-2/+13
2003-10-01listen to bodh IPv4/v6 ftp port on -D by default. deraadt ok.itojun1-48/+82
2003-10-01Add break statements in switch missing from revision 1.32.millert1-1/+10
2003-09-30usage():jmc1-3/+3
2003-09-26- smaller list widthjmc1-15/+25
2003-09-26can free(NULL)deraadt2-15/+7
2003-09-26make accept failures not globally fatal.beck1-11/+8
2003-09-26free(NULL) allowedderaadt2-9/+6
2003-09-25dlerror(3) should clear _dl_errno; based on a patch from Bjorn Sandell.millert1-11/+16
2003-09-25Fix typo in revision 1.29; deraadt@ OKmillert1-3/+3
2003-09-25- add .Bk/.Ek to SYNOPSISjmc1-10/+11
2003-09-25correct realloc (no ptr = realloc(ptr, ...)); comment & ok deraadtpvalchev1-3/+11
2003-09-24realloc fixes; ok hoderaadt1-7/+7
2003-09-24realloc fixes; ho okderaadt1-4/+11
2003-09-24indentderaadt1-2/+3
2003-09-24crank max connections to 800 (really, there are poeple doing this)deraadt2-4/+4
2003-09-20knfderaadt1-4/+5
2003-09-18realloc spring cleaning, simplifies the code someavsm1-19/+18
2003-09-05macro cleanup and some typos;jmc1-52/+70
2003-09-05typo from naddy@;jmc1-2/+2
2003-09-05Put in workaround for alpha so that non-lazy binding seems to work,drahn1-2/+3
2003-09-04typo;jmc1-2/+2
2003-09-04- document LD_BIND_NOWjmc1-15/+27
2003-09-04Fix W^X mistake. If the dynamic linker is workin in non-lazy mode, itdrahn5-69/+70
2003-09-04Symbol cache for GOT lookup. When a symbol is found it is saved in a cachedrahn9-28/+123
2003-09-04forgot to put w in optstring in last commit.tedu1-2/+2
2003-09-03permit the window/receive buffer to be adjustable. default back to systemtedu2-4/+12