summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2003-12-03Move the asm definition of _dl__syscall from a header file into a .c fileDale Rahn
2003-11-21oops, it wasn't that diff that tedu@ ok'd - revert for nowDamien Miller
2003-11-21add output file and path stripping options useful for pre-generatingDamien Miller
2003-11-20remove -Werror from userland builds, to give us a chance toAnil Madhavapeddy
2003-11-20ftpd.8:Jason McIntyre
2003-11-12Don't hold on to the bind() while we loop around waiting to see if we canTodd C. Miller
2003-11-11Better fix to the library name parsing. now correctly handlesDale Rahn
2003-11-09add missing -v to getoptDaniel Hartmeier
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-11-08add -v and -w window to usage();Jason McIntyre
2003-11-02some corrections from wiz@netbsd;Jason McIntyre
2003-10-26Work around a problem with shared libraries named as libX-A.B.so.X.Y.Dale Rahn
2003-10-23- add -v to SYNOPSISJason McIntyre
2003-10-22make logging less verbose by default - default logs connect, disconnectBob Beck
2003-10-20document shlib_dirs; from Han Boetes (different diff used, though);Jason McIntyre
2003-10-17double `the the';Jason McIntyre
2003-10-17slight update for fingerd; sort options;Jason McIntyre
2003-10-04breaks on sparcTheo de Raadt
2003-10-03Initialize environ before calling constructors or atexit.Dale Rahn
2003-10-031) Don't loop on invalid commandsBob Beck
2003-10-01listen to bodh IPv4/v6 ftp port on -D by default. deraadt ok.Jun-ichiro itojun Hagino
2003-10-01Add break statements in switch missing from revision 1.32.Todd C. Miller
2003-09-30usage():Jason McIntyre
2003-09-26- smaller list widthJason McIntyre
2003-09-26can free(NULL)Theo de Raadt
2003-09-26make accept failures not globally fatal.Bob Beck
2003-09-26free(NULL) allowedTheo de Raadt
2003-09-25dlerror(3) should clear _dl_errno; based on a patch from Bjorn Sandell.Todd C. Miller
2003-09-25Fix typo in revision 1.29; deraadt@ OKTodd C. Miller
2003-09-25- add .Bk/.Ek to SYNOPSISJason McIntyre
2003-09-25correct realloc (no ptr = realloc(ptr, ...)); comment & ok deraadtPeter Valchev
2003-09-24realloc fixes; ok hoTheo de Raadt
2003-09-24realloc fixes; ho okTheo de Raadt
2003-09-24indentTheo de Raadt
2003-09-24crank max connections to 800 (really, there are poeple doing this)Theo de Raadt
2003-09-20knfTheo de Raadt
2003-09-18realloc spring cleaning, simplifies the code someAnil Madhavapeddy
2003-09-05macro cleanup and some typos;Jason McIntyre
2003-09-05typo from naddy@;Jason McIntyre
2003-09-05Put in workaround for alpha so that non-lazy binding seems to work,Dale Rahn
2003-09-04typo;Jason McIntyre
2003-09-04- document LD_BIND_NOWJason McIntyre
2003-09-04Fix W^X mistake. If the dynamic linker is workin in non-lazy mode, itDale Rahn
2003-09-04Symbol cache for GOT lookup. When a symbol is found it is saved in a cacheDale Rahn
2003-09-04forgot to put w in optstring in last commit.Ted Unangst
2003-09-03permit the window/receive buffer to be adjustable. default back to systemTed Unangst
2003-09-02Fix PR 3371, symbol lookup in dlopen()ed objects is not correct. CorrectDale Rahn
2003-08-26re-add logging of matched blacklists lost in previous commit, ok deraadt@Daniel Hartmeier
2003-08-24missing colon in syslog msg (cosmetic)Daniel Hartmeier
2003-08-23add -s to specify stuttering delay, set receive buffer size to 1 byteDaniel Hartmeier