Age | Commit message (Expand) | Author |
2007-11-03 | PR 5621 - spamd doesn't clear the last entry from an empty TRAP list, | Bob Beck |
2007-09-26 | From Tamas TEVESZ: | Ray Lai |
2007-09-26 | From Tamas TEVESZ: | Ray Lai |
2007-09-25 | - sort options and sync usage() | Jason McIntyre |
2007-09-25 | more accurate description of -U; from Tamas TEVESZ | Jason McIntyre |
2007-09-25 | better wording; from Tamas TEVESZ | Jason McIntyre |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-08-26 | Fix some error messages and comments, from Brad. | Ray Lai |
2007-08-22 | err msg looks better with a \n | Marc Espie |
2007-08-16 | - Don't fill spamd debug with bogus config errors if there are no | Ray Lai |
2007-08-11 | tweak previous: | Jason McIntyre |
2007-08-11 | Add note to the effect that the spamd pf table is no | Jonathan Gray |
2007-08-08 | on NOPIC architectures, do not build and install ld.so. this is in | Theo de Raadt |
2007-07-31 | From Gilles Chehade: | Ray Lai |
2007-07-27 | Fix potential memory leak, when snprintf(3) returns an empty buffer. | Moritz Jodeit |
2007-07-26 | Remove the space after "Password:" in password prompts where echo is | Todd C. Miller |
2007-07-07 | document maximum values for -S and -s; | Jason McIntyre |
2007-06-28 | Add a SIGCHLD handler for background mode instead of doing waitpid() | Todd C. Miller |
2007-06-25 | s/is is/it is/. From Jim Razmus, jim (at) bonetruck (dot) org; thanks. | Tom Cosgrove |
2007-06-23 | default rule.flags and rule.flagset to 0 instead of null | joshua stein |
2007-06-21 | Adjust spacing, combine malloc + strlcpy + strlcat into a single | Ray Lai |
2007-06-19 | Make sure perror_reply() is only called when errno is set. When | Ray Lai |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-29 | based on a diff from Matt Provost: allow printing of ldd information | Jason Wright |
2007-05-27 | document differences between LD_TRACE_LOADED_OBJECTS_FMT1 and | Jason McIntyre |
2007-05-26 | remove a redundant paragraph; ok beck | Jason McIntyre |
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback |
2007-05-19 | spamd-setup needs -b for blacklist-only mode; from Nick Templeton | Jason McIntyre |
2007-05-18 | prettier Makefiles | Theo de Raadt |
2007-05-05 | Provide hook so that rthreads can provide a spinlock to protect from races | Dale Rahn |
2007-04-13 | fix helo to error out if no domain is provided | Bob Beck |
2007-04-13 | rename h_name to sh_name. hname gets redefined in netdb.h to a zero | Otto Moerbeek |
2007-04-05 | Remove lint comment, which does not apply anymore. | Moritz Jodeit |
2007-04-04 | only do the SO_REUSEADDR/SO_REUSEPORT if we are going to bind; pointed out by... | Theo de Raadt |
2007-04-04 | properly escape "%O"; ok jason | Jason McIntyre |
2007-04-03 | s/library/object for the format string stuff | Jason Wright |
2007-04-03 | add support for LD_TRACE_LOADED_OBJECTS_{FMT1/FMT2/PROGNAME}. Functionality | Jason Wright |
2007-04-02 | be more forgiving about tftp requests that come from the 255.255.255.255, | Theo de Raadt |
2007-04-02 | Since the kernel allows argv[0] == NULL, dont core in ld.so | Dale Rahn |
2007-03-29 | I relinquish any copyright claim I have on this file | Kjell Wooding |
2007-03-26 | Do not log when the slave gets killed because of read() | Moritz Jodeit |
2007-03-26 | kill trailing whitespace...shame on me if i sent bob a diff w/ | Jason McIntyre |
2007-03-26 | use new license. ok kjell@, who also wanted his name removed, but he needs | Bob Beck |
2007-03-26 | use new license, ok deraadt@ | Bob Beck |
2007-03-26 | use new license. | Bob Beck |
2007-03-26 | Copyright - I should share the blame. | Bob Beck |
2007-03-26 | A couple of spamd improvements | Bob Beck |
2007-03-22 | Do not advertise version in the ftp banner, because there is no reason to. | Chad Loder |
2007-03-21 | remove extra *p tests, from charles longeau | Ted Unangst |
2007-03-18 | Be sure to exit if the db_open of the second db for conversion fails. | Bob Beck |