summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
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
2003-08-23fix printf format for time_t. notified by casha@e7.pl. henning okJun-ichiro itojun Hagino
2003-08-22pf spelling policeDavid Krause
2003-08-19Fix PowerPC PLT generation. After 2^12 entries (2^14 offset), only everyDale Rahn
2003-08-12Convert to use poll(2) instead of static select; OK deraadt@Todd C. Miller
2003-08-12use _ENTRY consistently, remove some #if 0 code, and clean up some comments; ...Jason Wright
2003-08-12Cleanup obsolete kerberos 4 stuff.Hans Insulander
2003-08-08refer to RFCs consistently (RFC XXXX);Jason McIntyre
2003-08-07krb4 bye bye.Hans Insulander
2003-08-04document LD_NORANDOM; input and ok from several ppl.Federico G. Schwindt
2003-07-29spacesTheo de Raadt
2003-07-29correctly handle multiline responses with leading space followed by numberHenning Brauer
2003-07-28The fifth argument to _dl_find_symbol is a 'int size', not a SYM_ define.Dale Rahn
2003-07-25remove obsolete kerberosIV sections;Jason McIntyre
2003-07-25no man page for kerberos, so point people to info heimdal;Jason McIntyre