| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-07-11 | greyreader() shouldn't return, so tell us if it does |  phessler | 1 | -1/+2 |
| 2008-06-30 | Include file order must be "monitor.h" before "extern.h" otherwise enum |  ragge | 6 | -13/+19 |
| 2008-06-27 | Remove again the old _dl_md_reloc() calls-through-plt workaround: it is |  miod | 1 | -2/+2 |
| 2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 1 | -9/+2 |
| 2008-06-25 | Make ldd grok pie binaries. |  kurt | 1 | -17/+21 |
| 2008-06-13 | Pass relocated Elf_Dyn * to _dl_finalize_object(). Needed for pie |  kurt | 1 | -3/+5 |
| 2008-06-13 | Completing the executable elf_object_t data exposed a bug in |  kurt | 1 | -2/+2 |
| 2008-06-12 | - rename _dl_boot argument loff to dyn_loff to differentiate it from |  kurt | 1 | -19/+42 |
| 2008-06-08 | When prebind_newfile() is called the input file is replaced with the new |  drahn | 1 | -1/+2 |
| 2008-05-26 | sort flags on both the synopsis and usage. |  sobrado | 2 | -11/+10 |
| 2008-05-24 | IPv6 support for standalone mode with assistance from millert@ and deraadt@ |  brad | 2 | -64/+118 |
| 2008-05-22 | version 2 of spamd sync protocol for two reasons: |  deraadt | 2 | -12/+13 |
| 2008-05-17 | documentation tweaks. |  sobrado | 4 | -24/+22 |
| 2008-05-09 | As was done in dhcpd, insert pad blocks after sub-messages to keep the |  deraadt | 2 | -7/+19 |
| 2008-05-07 | check if the received buffer of a sync element is even big enough to |  reyk | 1 | -2/+3 |
| 2008-05-05 | Constantly fill in the program header pointer and count in elf_object_t |  kurt | 6 | -48/+37 |
| 2008-04-24 | compare strings with reality for expected behavior; ok millert@ |  todd | 1 | -2/+2 |
| 2008-04-13 | Use arc4random_buf() when requesting more than a single word of output |  djm | 3 | -9/+9 |
| 2008-04-12 | yes, all; girishvenkatachalam |  deraadt | 1 | -3/+3 |
| 2008-04-11 | Correct a bug where _dl_error was set to DL_NOT_FOUND when a shared lib |  kurt | 1 | -46/+22 |
| 2008-04-09 | Improve support for shared libs linked at non-zero addreses: |  kurt | 18 | -101/+101 |
| 2008-04-08 | should not call setpwent(); millert agrees |  deraadt | 1 | -3/+2 |
| 2008-04-03 | Use the libgcc version of these functions, no point in having extra copies. |  drahn | 3 | -155/+2 |
| 2008-04-02 | Use the proper define for this address, not a incorrect (on 64bit) define. |  drahn | 1 | -2/+2 |
| 2008-03-28 | typo, ok beck@ |  grunk | 1 | -3/+3 |
| 2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for |  deraadt | 5 | -13/+13 |
| 2008-03-15 | Repair more msg_controllen dealing with structures or arrays of |  deraadt | 2 | -6/+6 |
| 2008-03-15 | Repair the simple cases for msg_controllen where it should just be |  deraadt | 3 | -7/+7 |
| 2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to |  deraadt | 5 | -28/+44 |
| 2008-02-24 | Use rounded down address when changing memory protections on the GOT, such |  drahn | 4 | -8/+8 |
| 2008-02-24 | Use rounded down address when changing memory protections on the GOT, such |  kettenis | 1 | -2/+2 |
| 2008-02-09 | Remove an old workaround that was needed in SCCS times (%M% expanding to the |  mbalmer | 1 | -6/+4 |
| 2008-01-08 | simplify the suggested pf ruleset; ok beck |  jmc | 1 | -5/+3 |
| 2008-01-02 | Update commented out kerberos bits in case someone wants to add missing |  millert | 1 | -7/+7 |
| 2007-12-27 | Add a missing length check of received spamd sync packet headers. |  reyk | 1 | -2/+3 |
| 2007-12-14 | Add radius-port login.conf variable to allow people to configure a |  millert | 2 | -17/+25 |
| 2007-11-29 | - get synopsis/usage() right |  jmc | 2 | -26/+20 |
| 2007-11-27 | Fix dlsym w/special handles when called from an executable that has been |  kurt | 1 | -34/+12 |
| 2007-11-27 | Make _dl_md_reloc_got() report errors, and take them into account. |  miod | 12 | -53/+81 |
| 2007-11-27 | tweak previous; |  jmc | 1 | -7/+8 |
| 2007-11-27 | add missing header for inet_ntoa. |  chl | 1 | -2/+3 |
| 2007-11-26 | add logging option, ok deraadt@ |  jolan | 2 | -15/+45 |
| 2007-11-03 | PR 5621 - spamd doesn't clear the last entry from an empty TRAP list, |  beck | 4 | -9/+36 |
| 2007-09-26 | From Tamas TEVESZ: |  ray | 1 | -4/+3 |
| 2007-09-26 | From Tamas TEVESZ: |  ray | 1 | -4/+7 |
| 2007-09-25 | - sort options and sync usage() |  jmc | 2 | -118/+110 |
| 2007-09-25 | more accurate description of -U; from Tamas TEVESZ |  jmc | 1 | -3/+3 |
| 2007-09-25 | better wording; from Tamas TEVESZ |  jmc | 1 | -4/+4 |
| 2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg |  deraadt | 4 | -12/+12 |
| 2007-08-26 | Fix some error messages and comments, from Brad. |  ray | 1 | -6/+6 |