Age | Commit message (Expand) | Author |
2008-02-09 | Remove an old workaround that was needed in SCCS times (%M% expanding to the | Marc Balmer |
2008-01-08 | simplify the suggested pf ruleset; ok beck | Jason McIntyre |
2008-01-02 | Update commented out kerberos bits in case someone wants to add missing | Todd C. Miller |
2007-12-27 | Add a missing length check of received spamd sync packet headers. | Reyk Floeter |
2007-12-14 | Add radius-port login.conf variable to allow people to configure a | Todd C. Miller |
2007-11-29 | - get synopsis/usage() right | Jason McIntyre |
2007-11-27 | Fix dlsym w/special handles when called from an executable that has been | Kurt Miller |
2007-11-27 | Make _dl_md_reloc_got() report errors, and take them into account. | Miod Vallat |
2007-11-27 | tweak previous; | Jason McIntyre |
2007-11-27 | add missing header for inet_ntoa. | Charles Longeau |
2007-11-26 | add logging option, ok deraadt@ | Jolan Luff |
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 |