| Age | Commit message (Expand) | Author | Files | Lines |
| 2007-08-22 | err msg looks better with a \n |  espie | 1 | -2/+2 |
| 2007-08-16 | - Don't fill spamd debug with bogus config errors if there are no |  ray | 1 | -7/+7 |
| 2007-08-11 | tweak previous: |  jmc | 1 | -3/+3 |
| 2007-08-11 | Add note to the effect that the spamd pf table is no |  jsg | 1 | -2/+6 |
| 2007-08-08 | on NOPIC architectures, do not build and install ld.so. this is in |  deraadt | 1 | -3/+11 |
| 2007-07-31 | From Gilles Chehade: |  ray | 1 | -25/+32 |
| 2007-07-27 | Fix potential memory leak, when snprintf(3) returns an empty buffer. |  moritz | 1 | -3/+3 |
| 2007-07-26 | Remove the space after "Password:" in password prompts where echo is |  millert | 2 | -6/+6 |
| 2007-07-07 | document maximum values for -S and -s; |  jmc | 1 | -4/+4 |
| 2007-06-28 | Add a SIGCHLD handler for background mode instead of doing waitpid() |  millert | 1 | -11/+15 |
| 2007-06-25 | s/is is/it is/. From Jim Razmus, jim (at) bonetruck (dot) org; thanks. |  tom | 1 | -3/+3 |
| 2007-06-23 | default rule.flags and rule.flagset to 0 instead of null |  jcs | 1 | -3/+3 |
| 2007-06-21 | Adjust spacing, combine malloc + strlcpy + strlcat into a single |  ray | 1 | -9/+5 |
| 2007-06-19 | Make sure perror_reply() is only called when errno is set. When |  ray | 1 | -19/+22 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 43 | -94/+94 |
| 2007-05-29 | based on a diff from Matt Provost: allow printing of ldd information |  jason | 2 | -3/+41 |
| 2007-05-27 | document differences between LD_TRACE_LOADED_OBJECTS_FMT1 and |  jmc | 1 | -1/+6 |
| 2007-05-26 | remove a redundant paragraph; ok beck |  jmc | 1 | -9/+2 |
| 2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. |  krw | 1 | -2/+2 |
| 2007-05-19 | spamd-setup needs -b for blacklist-only mode; from Nick Templeton |  jmc | 1 | -1/+5 |
| 2007-05-18 | prettier Makefiles |  deraadt | 1 | -6/+7 |
| 2007-05-05 | Provide hook so that rthreads can provide a spinlock to protect from races |  drahn | 11 | -11/+44 |
| 2007-04-13 | fix helo to error out if no domain is provided |  beck | 1 | -5/+13 |
| 2007-04-13 | rename h_name to sh_name. hname gets redefined in netdb.h to a zero |  otto | 1 | -9/+9 |
| 2007-04-05 | Remove lint comment, which does not apply anymore. |  moritz | 1 | -2/+1 |
| 2007-04-04 | only do the SO_REUSEADDR/SO_REUSEPORT if we are going to bind; pointed out by millert |  deraadt | 1 | -10/+12 |
| 2007-04-04 | properly escape "%O"; ok jason |  jmc | 1 | -2/+2 |
| 2007-04-03 | s/library/object for the format string stuff |  jason | 1 | -10/+10 |
| 2007-04-03 | add support for LD_TRACE_LOADED_OBJECTS_{FMT1/FMT2/PROGNAME}. Functionality |  jason | 4 | -17/+128 |
| 2007-04-02 | be more forgiving about tftp requests that come from the 255.255.255.255, |  deraadt | 1 | -5/+14 |
| 2007-04-02 | Since the kernel allows argv[0] == NULL, dont core in ld.so |  drahn | 1 | -2/+2 |
| 2007-03-29 | I relinquish any copyright claim I have on this file |  kjell | 1 | -2/+2 |
| 2007-03-26 | Do not log when the slave gets killed because of read() |  moritz | 1 | -3/+5 |
| 2007-03-26 | kill trailing whitespace...shame on me if i sent bob a diff w/ |  jmc | 1 | -2/+2 |
| 2007-03-26 | use new license. ok kjell@, who also wanted his name removed, but he needs |  beck | 1 | -20/+12 |
| 2007-03-26 | use new license, ok deraadt@ |  beck | 1 | -19/+11 |
| 2007-03-26 | use new license. |  beck | 1 | -20/+12 |
| 2007-03-26 | Copyright - I should share the blame. |  beck | 1 | -1/+2 |
| 2007-03-26 | A couple of spamd improvements |  beck | 2 | -19/+40 |
| 2007-03-22 | Do not advertise version in the ftp banner, because there is no reason to. |  cloder | 1 | -8/+5 |
| 2007-03-21 | remove extra *p tests, from charles longeau |  tedu | 2 | -5/+5 |
| 2007-03-18 | Be sure to exit if the db_open of the second db for conversion fails. |  beck | 1 | -1/+3 |
| 2007-03-16 | Fix dribbly HMAC leak. |  beck | 1 | -1/+3 |
| 2007-03-16 | now that we leave the grey, avoid annoying re-adds of white entries |  beck | 1 | -3/+25 |
| 2007-03-15 | fix -y example; |  jmc | 1 | -4/+4 |
| 2007-03-14 | when using low prio MX trapping, ignore hosts connecting to the low prio |  beck | 1 | -2/+6 |
| 2007-03-14 | Don't delete grey entries when whitelisting. They expire anyway |  beck | 1 | -6/+1 |
| 2007-03-12 | log when we trap a host. |  beck | 1 | -1/+3 |
| 2007-03-08 | update to describe current behaviour; |  jmc | 1 | -21/+29 |
| 2007-03-07 | Add some emphasis for easier reading and clarify MX trapping by |  millert | 1 | -4/+6 |