summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2002-11-09SEE ALSO reordering.Federico G. Schwindt
2002-11-07Don't complain about missing man dirs unless in picky mode or ifTodd C. Miller
2002-11-05Use define, not number.Dale Rahn
2002-10-25Some small fixes in MI code for mips backport. A new reloc md function,Per Fogelstrom
2002-10-23mips archdep stuff update while waiting for ok on miPer Fogelstrom
2002-10-21Remove the -D__PIC__ from this, it does not affect the buildingDale Rahn
2002-10-21Simplify the ld.so asm api, the data is available other ways.Dale Rahn
2002-10-15localhost variable is not needed; Peter WernerTodd C. Miller
2002-10-15Use old-style version number when requiring at least perl 5.6.0.Todd C. Miller
2002-10-13Avoid potential printf format string problem with challenge fromTodd C. Miller
2002-10-11Add 'proto tcp' to example rdr rule, it's required now.Daniel Hartmeier
2002-10-08sa_family on wire is network byteorder. from Alexander Yurchenko <grange@rt.m...Jun-ichiro itojun Hagino
2002-10-04smtpd leaves the buildingTheo de Raadt
2002-10-04use port 8021 in examplesHenning Brauer
2002-10-04Print full 64 bit address. At least until LD_TRACE_LOADED_OBJECTS_FMT[12]Dale Rahn
2002-10-04improvements; rjmooney@aboveground.cxTheo de Raadt
2002-10-01spelling; dcfleming@speakeasy.netTheo de Raadt
2002-09-29Add login_radius back now that the license issue has been resolvedTodd C. Miller
2002-09-29BSD-licensed as per Stephen Diercouff of tfm associatesTodd C. Miller
2002-09-29re-add; license will be fixed by millert sometime tonightTheo de Raadt
2002-09-26disable login_radius until a license problem is resolvedTheo de Raadt
2002-09-26MakefileTheo de Raadt
2002-09-25- "resposne" is used without initialization, so zero-fillJun-ichiro itojun Hagino
2002-09-24Allocate vis_user on the stack instead of using malloc(). ThisTodd C. Miller
2002-09-18fix Xr refs; frisco@blackant.netTheo de Raadt
2002-09-13Add -H option to hide nonexistent users (useful on NAT gateways). ok millert@Damien Miller
2002-09-12do not decent into ld.so if it was said NOPIC, even for elfMichael Shalayeff
2002-09-09Add lazy binding support for powerpc ld.so. ok pvalchev@ brad@Dale Rahn
2002-09-06use socklen_t more; henning okTheo de Raadt
2002-09-06ansi; ok millert pvalchevTheo de Raadt
2002-09-06spacesTheo de Raadt
2002-09-05kill groups too when we revoke privsTheo de Raadt
2002-09-05safe_finger no longer installedTheo de Raadt
2002-09-01Make sure that the symbol return value is always initialized beforeDale Rahn
2002-08-31argh, include prototype for dl_fdprintf(), missed by myself and reviewers.Dale Rahn
2002-08-31Add the ability to output to file descriptors besides stderr.Dale Rahn
2002-08-29remove extra arg; jmegq@post.harvard.eduTheo de Raadt
2002-08-28o) start new sentence on a new line;Mike Pechkin
2002-08-23Fix after recent changes.Artur Grabowski
2002-08-23Support for i386 ELF. Not an indication that the change is going to be made,Dale Rahn
2002-08-23Change arguments to _dl_find_symbol() myself, warnnotfound, and inplt intoDale Rahn
2002-08-22fix int overflow in statbf.st_size, from netbsd PR#17933Philipp Buehler
2002-08-21Split out MD makefile parts into separate files and doArtur Grabowski
2002-08-20-n: disallow anon ftp even if ftp account existsTheo de Raadt
2002-08-12Add support for REL type relocations, all currently supported archDale Rahn
2002-08-11The parameter dynp was never used, rather than pass in a dummy on mostDale Rahn
2002-08-11Fix for Elfbug, the Xtiherit problem which has been seen on most OpenBSDDale Rahn
2002-08-09Various fixes.Artur Grabowski
2002-08-09Simplify.Artur Grabowski
2002-08-08- Add some missing iflush'sJason Wright