summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Collapse)Author
2004-01-29spamd-setup(8) does not take a file arg;Jason McIntyre
from Okan Demirmen (PR 3657); ok deraadt@
2004-01-27TSIZE & TIMEOUT support; from freebsd via tholoTheo de Raadt
2004-01-22Add a -a address option to set the address which the proxy will useBob Beck
to bind the local end of outgoing connections, and some man page cleanup. Based on diff provided in pr 3538 by Karl O. Pinc <kop@meme.com> Closes pr 3538. ok dhartmei@
2004-01-21clean from jmcTheo de Raadt
2004-01-21New spamd configuration method. Many people have trouble with the spamTheo de Raadt
RBL sites being slow, so now we will provide the maps ourselves through our www mirrors around the world. We can also now write our own internal translators for maps that are in bad formats, and place them into the www space in the correct format. tested by beck, djm
2004-01-21cleanupTheo de Raadt
2004-01-21the example should use 'rdr pass' so that you do not have to open 8025 toTheo de Raadt
the outside world -- in fact 'rdr pass' was designed for this, but once again someone forgot to updated the bloody man page; mcbride ok
2004-01-12make DESCRIPTION not conflict with the options;Jason McIntyre
standard options list;
2004-01-12GCC3 compatible asm code. tested on gcc2 myself. ok brad@Dale Rahn
2004-01-10the sparcv9 ABI requires registers %g2, %g3 to be first announced beforePeter Valchev
it can use them, and gcc3 catches this ok henric
2004-01-07Inline the cleanup() routine since it is no longer a signal handlerTodd C. Miller
and is only called in one place. It now does a proper exit() instead of _exit(). OK deraadt@
2004-01-05include path fixes for gcc3.Marc Espie
tests otto@, okay millert@
2004-01-04spacesTheo de Raadt
2003-12-22use socklen_t; andrushock@korovino.netTheo de Raadt
2003-12-12knfTheo de Raadt
2003-12-12term 3 cleanup, ok from brezakTheo de Raadt
2003-12-10spacingTheo de Raadt
2003-12-09knfTheo de Raadt
2003-12-09preventative measure against format string problem; from art, viaTheo de Raadt
bruno & grange
2003-12-09fix PR 3596 by making root create the socket, ok millert@Bob Beck
2003-12-03Move the asm definition of _dl__syscall from a header file into a .c fileDale Rahn
so that 12 copies of it are not generated.
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
ld.so.hints for dynamic ramdisks. idea from markus@ manpage nits jmc@ ok tedu@
2003-11-20remove -Werror from userland builds, to give us a chance toAnil Madhavapeddy
use more verbose warning options if desired. ok millert@, henning@, david@
2003-11-20ftpd.8:Jason McIntyre
- simpler macros - sort options - some updates ftpd.c: - sync usage()
2003-11-12Don't hold on to the bind() while we loop around waiting to see if we canTodd C. Miller
make our connection. Adapted from FreeBSD via danh@
2003-11-11Better fix to the library name parsing. now correctly handlesDale Rahn
libpython2.2.so.0.0 vs libpython2.1.so.0.0. Clean up a potential memory leak if the filename is not a valid library. ok brad@
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
Without this patch, the standard major:minor version matching failed. ok brad@
2003-10-23- add -v to SYNOPSISJason McIntyre
- new sentence, new line - .Dv for variables - fix .Xr
2003-10-22make logging less verbose by default - default logs connect, disconnectBob Beck
and blacklist matches. Add -v (verbose) flag to allow other detailed logging (subject, body, smtp dialogue, etc.) when it's needed. ok dhartmei@ -> ok deraadt@
2003-10-20document shlib_dirs; from Han Boetes (different diff used, though);Jason McIntyre
ok drahn@
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
Tested by tedu, no real ok.
2003-10-031) Don't loop on invalid commandsBob Beck
2) Allow multiple RCPT's ok mpech@, helpful stress testing by Chris Nadovich <chris@jtan.com>
2003-10-01listen to bodh IPv4/v6 ftp port on -D by default. deraadt ok.Jun-ichiro itojun Hagino
comments from markus, millert. tested by fries
2003-10-01Add break statements in switch missing from revision 1.32.Todd C. Miller
2003-09-30usage():Jason McIntyre
- add missing -n (from Jeff Ito PR 3496) - remove deprecated -h - sort -T and -t to match man page
2003-09-26- smaller list widthJason McIntyre
- <> -> .Aq - macro cleanup - also kills a (new) groff warning
2003-09-26can free(NULL)Theo de Raadt
2003-09-26make accept failures not globally fatal.Bob Beck
ok deraadt@
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
Closes PR 3441; drahn@ OK
2003-09-25Fix typo in revision 1.29; deraadt@ OKTodd C. Miller
2003-09-25- add .Bk/.Ek to SYNOPSISJason McIntyre
- use -offset rather than indenting the actual display - kill unnecessary .Pp