Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-29 | spamd-setup(8) does not take a file arg; | Jason McIntyre | |
from Okan Demirmen (PR 3657); ok deraadt@ | |||
2004-01-27 | TSIZE & TIMEOUT support; from freebsd via tholo | Theo de Raadt | |
2004-01-22 | Add a -a address option to set the address which the proxy will use | Bob 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-21 | clean from jmc | Theo de Raadt | |
2004-01-21 | New spamd configuration method. Many people have trouble with the spam | Theo 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-21 | cleanup | Theo de Raadt | |
2004-01-21 | the example should use 'rdr pass' so that you do not have to open 8025 to | Theo 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-12 | make DESCRIPTION not conflict with the options; | Jason McIntyre | |
standard options list; | |||
2004-01-12 | GCC3 compatible asm code. tested on gcc2 myself. ok brad@ | Dale Rahn | |
2004-01-10 | the sparcv9 ABI requires registers %g2, %g3 to be first announced before | Peter Valchev | |
it can use them, and gcc3 catches this ok henric | |||
2004-01-07 | Inline the cleanup() routine since it is no longer a signal handler | Todd C. Miller | |
and is only called in one place. It now does a proper exit() instead of _exit(). OK deraadt@ | |||
2004-01-05 | include path fixes for gcc3. | Marc Espie | |
tests otto@, okay millert@ | |||
2004-01-04 | spaces | Theo de Raadt | |
2003-12-22 | use socklen_t; andrushock@korovino.net | Theo de Raadt | |
2003-12-12 | knf | Theo de Raadt | |
2003-12-12 | term 3 cleanup, ok from brezak | Theo de Raadt | |
2003-12-10 | spacing | Theo de Raadt | |
2003-12-09 | knf | Theo de Raadt | |
2003-12-09 | preventative measure against format string problem; from art, via | Theo de Raadt | |
bruno & grange | |||
2003-12-09 | fix PR 3596 by making root create the socket, ok millert@ | Bob Beck | |
2003-12-03 | Move the asm definition of _dl__syscall from a header file into a .c file | Dale Rahn | |
so that 12 copies of it are not generated. | |||
2003-11-21 | oops, it wasn't that diff that tedu@ ok'd - revert for now | Damien Miller | |
2003-11-21 | add output file and path stripping options useful for pre-generating | Damien Miller | |
ld.so.hints for dynamic ramdisks. idea from markus@ manpage nits jmc@ ok tedu@ | |||
2003-11-20 | remove -Werror from userland builds, to give us a chance to | Anil Madhavapeddy | |
use more verbose warning options if desired. ok millert@, henning@, david@ | |||
2003-11-20 | ftpd.8: | Jason McIntyre | |
- simpler macros - sort options - some updates ftpd.c: - sync usage() | |||
2003-11-12 | Don't hold on to the bind() while we loop around waiting to see if we can | Todd C. Miller | |
make our connection. Adapted from FreeBSD via danh@ | |||
2003-11-11 | Better fix to the library name parsing. now correctly handles | Dale 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-09 | add missing -v to getopt | Daniel Hartmeier | |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-11-08 | add -v and -w window to usage(); | Jason McIntyre | |
2003-11-02 | some corrections from wiz@netbsd; | Jason McIntyre | |
2003-10-26 | Work 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 SYNOPSIS | Jason McIntyre | |
- new sentence, new line - .Dv for variables - fix .Xr | |||
2003-10-22 | make logging less verbose by default - default logs connect, disconnect | Bob 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-20 | document shlib_dirs; from Han Boetes (different diff used, though); | Jason McIntyre | |
ok drahn@ | |||
2003-10-17 | double `the the'; | Jason McIntyre | |
2003-10-17 | slight update for fingerd; sort options; | Jason McIntyre | |
2003-10-04 | breaks on sparc | Theo de Raadt | |
2003-10-03 | Initialize environ before calling constructors or atexit. | Dale Rahn | |
Tested by tedu, no real ok. | |||
2003-10-03 | 1) Don't loop on invalid commands | Bob Beck | |
2) Allow multiple RCPT's ok mpech@, helpful stress testing by Chris Nadovich <chris@jtan.com> | |||
2003-10-01 | listen 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-01 | Add break statements in switch missing from revision 1.32. | Todd C. Miller | |
2003-09-30 | usage(): | 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 width | Jason McIntyre | |
- <> -> .Aq - macro cleanup - also kills a (new) groff warning | |||
2003-09-26 | can free(NULL) | Theo de Raadt | |
2003-09-26 | make accept failures not globally fatal. | Bob Beck | |
ok deraadt@ | |||
2003-09-26 | free(NULL) allowed | Theo de Raadt | |
2003-09-25 | dlerror(3) should clear _dl_errno; based on a patch from Bjorn Sandell. | Todd C. Miller | |
Closes PR 3441; drahn@ OK | |||
2003-09-25 | Fix typo in revision 1.29; deraadt@ OK | Todd C. Miller | |
2003-09-25 | - add .Bk/.Ek to SYNOPSIS | Jason McIntyre | |
- use -offset rather than indenting the actual display - kill unnecessary .Pp |