Age | Commit message (Expand) | Author |
2009-02-04 | Tag ld.so as an OpenBSD binary/library. | Mark Kettenis |
2009-01-19 | replace standardized text concerning the exit values of applications | Igor Sobrado |
2009-01-14 | context could be used after being freed by krb5_free_context; ok millert@ | Jacek Masiulaniec |
2008-12-07 | time_t is signed, so use INT_MAX rather than UINT_MAX when parsing a time_t | Chad Loder |
2008-11-14 | LOG_INFO is a level not a facility; input and ok jmc@ | Kevin Steves |
2008-11-09 | typo fixed (overriden -> overridden) | Tobias Stoeckmann |
2008-10-22 | Mention that "secure" on the console entry means, that | Marco Pfatschbacher |
2008-10-22 | man page for Makefile.yp, and associated bits; from Ingo Schwarze | Jason McIntyre |
2008-10-16 | sub-system -> subsystem, for consistency withour other pages; | Jason McIntyre |
2008-10-03 | beef up the description of -D a little, and don;t imply the | Jason McIntyre |
2008-10-03 | -D before -d; | Jason McIntyre |
2008-10-03 | New option -D to daemonize spamd-setup for early bootup use. This avoids | Theo de Raadt |
2008-10-02 | Fix mmap() error checking to be correct 64-bit addresses. Consistently | Kurt Miller |
2008-10-01 | Mention how lockspool is expected to be used. | Todd C. Miller |
2008-10-01 | Use poll() to determine when stdin is readable and throw away input | Todd C. Miller |
2008-10-01 | Use the real uid instead of getlogin() to determine the identity | Todd C. Miller |
2008-09-30 | Always say "User %s access denied", in all cases, to avoid some stupid | Theo de Raadt |
2008-09-20 | document spamd log entry format; requested by Stephan A. Rickauer | Jason McIntyre |
2008-09-13 | Fix minor bug in the previous commit, which could hang the | Moritz Jodeit |
2008-09-12 | Don't split large commands into multiple commands on a 512-byte | Moritz Jodeit |
2008-09-01 | Install files in the correct directory even with NOMAN set. | Dale Rahn |
2008-08-26 | Fix an if (); typo. ok beck@ | Jonathan Gray |
2008-08-24 | prepends, not overrides default search path. with/ok kurt@ | Martynas Venckus |
2008-08-11 | some documentation updates for spamd synchronisation: | Jason McIntyre |
2008-08-11 | Prevent a buffer underrun if a line is received which only contains | Tobias Stoeckmann |
2008-07-28 | Only optimize away plt relocation when obj_base == 0. Corrects | Kurt Miller |
2008-07-24 | release the bind lock before resetting the signal mask | Philip Guenthe |
2008-07-16 | Fix several of the 'large offset' PLT entries. With help from kurt. | Dale Rahn |
2008-07-11 | shut off an annoying gcc warning. | Reyk Floeter |
2008-07-11 | write a syslog debug message when a new GREY or TRAPPED entry is added | Reyk Floeter |
2008-07-11 | greyreader() shouldn't return, so tell us if it does | Peter Hessler |
2008-06-30 | Include file order must be "monitor.h" before "extern.h" otherwise enum | Anders Magnusson |
2008-06-27 | Remove again the old _dl_md_reloc() calls-through-plt workaround: it is | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-25 | Make ldd grok pie binaries. | Kurt Miller |
2008-06-13 | Pass relocated Elf_Dyn * to _dl_finalize_object(). Needed for pie | Kurt Miller |
2008-06-13 | Completing the executable elf_object_t data exposed a bug in | Kurt Miller |
2008-06-12 | - rename _dl_boot argument loff to dyn_loff to differentiate it from | Kurt Miller |
2008-06-08 | When prebind_newfile() is called the input file is replaced with the new | Dale Rahn |
2008-05-26 | sort flags on both the synopsis and usage. | Igor Sobrado |
2008-05-24 | IPv6 support for standalone mode with assistance from millert@ and deraadt@ | Brad Smith |
2008-05-22 | version 2 of spamd sync protocol for two reasons: | Theo de Raadt |
2008-05-17 | documentation tweaks. | Igor Sobrado |
2008-05-09 | As was done in dhcpd, insert pad blocks after sub-messages to keep the | Theo de Raadt |
2008-05-07 | check if the received buffer of a sync element is even big enough to | Reyk Floeter |
2008-05-05 | Constantly fill in the program header pointer and count in elf_object_t | Kurt Miller |
2008-04-24 | compare strings with reality for expected behavior; ok millert@ | Todd T. Fries |
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller |
2008-04-12 | yes, all; girishvenkatachalam | Theo de Raadt |
2008-04-11 | Correct a bug where _dl_error was set to DL_NOT_FOUND when a shared lib | Kurt Miller |