summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2000-11-26setusercontext should not set umask as this interferes with theTodd C. Miller
2000-11-26Update for pw_mkdb(3) interface change. All but vipw and userdel canTodd C. Miller
2000-11-23typo in LPSV printing. From: Hiroyuki YAMAMORI <h-yamamo@db3.so-net.ne.jp>Jun-ichiro itojun Hagino
2000-11-22More tweaks to recognize more weird cases:Marc Espie
2000-11-19Handle more manpages oddities:Marc Espie
2000-11-16Don't use sizeof() a pointer as a length parameter. This change makesTodd C. Miller
2000-11-14cleanup EPSV/EPRT error handling. avoid possible memory leak (getaddrinfo).Jun-ichiro itojun Hagino
2000-11-13combine check_epsvall + check_login into check_login_epsvall.Jun-ichiro itojun Hagino
2000-11-13make sure to check_login on EPSV/LPSV. move epvsall check into check_epsvall.Jun-ichiro itojun Hagino
2000-11-10tiny fix on getaddrinfo error handlingJun-ichiro itojun Hagino
2000-11-10correct call to freeaddrinfo. do not free region before referenced.Jun-ichiro itojun Hagino
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-11-08- Get rid of ".Sh OPTIONS" and always use the standard options list intro.Aaron Campbell
2000-10-30libexec man page fleshing. again, bored on the plane home.Aaron Campbell
2000-10-24When calling setupterm() pass in an int* for the error code soTodd C. Miller
2000-10-19close pr 1429, sendmail doesn't use EX_UNAVAILABLE for this anymore.Bob Beck
2000-10-19Fix bug in dl_strcmp, it is not always legal to access a pointerDale Rahn
2000-10-19Update: check malloc() returns, simplify, be a little more paranoid.Paul Janzen
2000-10-14tcp wrapper support for IPv6. from netbsd.Jun-ichiro itojun Hagino
2000-10-13Clean up static constructor/destructor discovery and calling. InsteadDale Rahn
2000-10-13Add secondary c++ shared library for testing purposes to verifyDale Rahn
2000-10-13Makefile:Dale Rahn
2000-10-10Link with curses, not ocurses and use setupterm(). For now, telnet(1)Todd C. Miller
2000-10-10Prune the following environment variables:Todd C. Miller
2000-10-10need more size to big_buf for line termination (\r\n).Jun-ichiro itojun Hagino
2000-10-10use poll to avoid fd_set overflowTheo de Raadt
2000-10-06use fd_set instead of intTheo de Raadt
2000-10-06Work around a shared library/pmap bug on the powerpc arch. SomehowDale S. Rahn
2000-10-06Remove the unimplemented -edebug flag from usage and manpage.Hans Insulander
2000-10-01Sync the cache as specified by the powerpc manuals, didn't change anything.Dale S. Rahn
2000-10-01Fix some very serious cut and paste errors in this code.Dale S. Rahn
2000-09-17activate ldd, and indent some ld.so messages to make it easier to see what is...Theo de Raadt
2000-09-15check return value for setenv(3) for failure, and deal appropriatelyTheo de Raadt
2000-09-11ldd compatibility (if we had ldd for this ld.so)Dale S. Rahn
2000-09-08Some miscellaneous man page repairs.Aaron Campbell
2000-09-08Convert this strncat() to strlcat() and avoid one-byte oflow; millert@ okAaron Campbell
2000-09-08PowerPC does not need to build this -Wall, if other archs would not.Dale S. Rahn
2000-09-08Significant cleanup. The capabilities table looks much nicer now.Aaron Campbell
2000-09-08grammar, spelling, and stylePaul Janzen
2000-09-07off by one overflowTheo de Raadt
2000-09-07For shared libraries, an ld.so is required.Dale S. Rahn
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
2000-08-25Cleanup of powerpc ld.so files.Dale S. Rahn
2000-08-20Add calls to setusercontext() and login_get*(). We basically callTodd C. Miller
2000-08-18check error result from getnameinfo.Jun-ichiro itojun Hagino
2000-08-18add support to telnetd -debug -6 (listens to AF_INET6).Jun-ichiro itojun Hagino
2000-08-17document -4 and -6 optionsBrad Smith
2000-08-16/etc/sendmail.cf -> /etc/mail/sendmail.cfBrad Smith
2000-08-13Remove documentation for non-existent -p option; a7r@andern.orgTodd C. Miller