Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-27 | Fix dlsym w/special handles when called from an executable that has been | Kurt Miller | |
linked without -E. dlsym issues reported by Pedro Martelletto <pedro at ambientworks.net>. okay tedu@ | |||
2007-11-27 | Make _dl_md_reloc_got() report errors, and take them into account. | Miod Vallat | |
Fixes PR #5579. | |||
2007-11-27 | tweak previous; | Jason McIntyre | |
2007-11-27 | add missing header for inet_ntoa. | Charles Longeau | |
"sure" deraadt@ | |||
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 | |
noticed and patch from Piotr Sikora <piotr@sikora.nu> | |||
2007-09-26 | From Tamas TEVESZ: | Ray Lai | |
- Use strcspn to strip \r and \n. OK chl. | |||
2007-09-26 | From Tamas TEVESZ: | Ray Lai | |
- atoi -> strtonum with proper bounds check - Use vfprintf and vsyslog in the appropriate places. OK millert. | |||
2007-09-25 | - sort options and sync usage() | Jason McIntyre | |
- kill some .Tn whilst here | |||
2007-09-25 | more accurate description of -U; from Tamas TEVESZ | Jason McIntyre | |
ok millert | |||
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 | |
OK otto. | |||
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 | |
traps. - Change count to size_t to avoid a size_t -> int conversion. - Since configure_spamd always returns 0, change to void. - Since configure_spamd now returns void, remove unreachable logging statement. OK ckuethe and deraadt, initial diff from fgsch@ and OKed by beck. | |||
2007-08-11 | tweak previous: | Jason McIntyre | |
- this document talks about "default mode", not "greylisting mode" - kill trailing whitespace | |||
2007-08-11 | Add note to the effect that the spamd pf table is no | Jonathan Gray | |
longer used in greylisting mode. ok ckuethe@ | |||
2007-08-08 | on NOPIC architectures, do not build and install ld.so. this is in | Theo de Raadt | |
particular for landisk (sh) where ld.so does not yet 100% work, but was still being installed. libtool cares. modified from matthieu patch; ok drahn | |||
2007-07-31 | From Gilles Chehade: | Ray Lai | |
- Use strtonum instead of atoi. - Improve strtol error checking. - Change strchr calls to strcspn and eliminating some unused variables as a result. OK moritz | |||
2007-07-27 | Fix potential memory leak, when snprintf(3) returns an empty buffer. | Moritz Jodeit | |
OK ray@ | |||
2007-07-26 | Remove the space after "Password:" in password prompts where echo is | Todd C. Miller | |
turned off. This is consistent with historic UNIX behavior. | |||
2007-07-07 | document maximum values for -S and -s; | Jason McIntyre | |
from Saint Aardvark the Carpeted, documentation/5535; | |||
2007-06-28 | Add a SIGCHLD handler for background mode instead of doing waitpid() | Todd C. Miller | |
at a single point in the event loop (which would always leave a single zombie around after the first connection). Also use daemon() instead of doing it by hand. OK deraadt@ beck@ | |||
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 | |
from max laier | |||
2007-06-21 | Adjust spacing, combine malloc + strlcpy + strlcat into a single | Ray Lai | |
asprintf call. OK moritz | |||
2007-06-19 | Make sure perror_reply() is only called when errno is set. When | Ray Lai | |
changing perror_reply() -> reply(), increase error message detail for ftp client. Move free() statement to prevent errno clobbering. OK moritz | |||
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 | |
on libraries themselves. Works by setting up the debugging flags then calling dlopen() to do the heavy lifting. ok drahn | |||
2007-05-27 | document differences between LD_TRACE_LOADED_OBJECTS_FMT1 and | Jason McIntyre | |
LD_TRACE_LOADED_OBJECTS_FMT2; based on a diff from Michel Lavondes; help/ok drahn | |||
2007-05-26 | remove a redundant paragraph; ok beck | Jason McIntyre | |
also, this section is blacklist-only, so tweak .Sh | |||
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 | |
in lazy binding. ok art@, kurt@ | |||
2007-04-13 | fix helo to error out if no domain is provided | Bob Beck | |
ok millert@ | |||
2007-04-13 | rename h_name to sh_name. hname gets redefined in netdb.h to a zero | Otto Moerbeek | |
sized array, so memory corruption occurs when writing the field. problem encountered by Jeremy C. Reed. ok reyk@ | |||
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 ↵ | Theo de Raadt | |
by millert | |||
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 | |
matches and expands on the old a.out ld.so formatting. ok drahn | |||
2007-04-02 | be more forgiving about tftp requests that come from the 255.255.255.255, | Theo de Raadt | |
as is of particular concern with the sun v215; tested by kettenis, no regressions spotted by pyr | |||
2007-04-02 | Since the kernel allows argv[0] == NULL, dont core in ld.so | Dale Rahn | |
diff from Matthew Dempsky, with reminder from theo. | |||
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 | |
returning 0. This is normal behavior and should not spam the logs. Noticed by henning@ OK henning@ millert@ | |||
2007-03-26 | kill trailing whitespace...shame on me if i sent bob a diff w/ | Jason McIntyre | |
whitespace at eol | |||
2007-03-26 | use new license. ok kjell@, who also wanted his name removed, but he needs | Bob Beck | |
to remember how to commit to do that. | |||
2007-03-26 | use new license, ok deraadt@ | Bob Beck | |
2007-03-26 | use new license. | Bob Beck | |