Age | Commit message (Expand) | Author |
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 |
2008-04-09 | Improve support for shared libs linked at non-zero addreses: | Kurt Miller |
2008-04-08 | should not call setpwent(); millert agrees | Theo de Raadt |
2008-04-03 | Use the libgcc version of these functions, no point in having extra copies. | Dale Rahn |
2008-04-02 | Use the proper define for this address, not a incorrect (on 64bit) define. | Dale Rahn |
2008-03-28 | typo, ok beck@ | Alexander von Gernler |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt |
2008-03-15 | Repair more msg_controllen dealing with structures or arrays of | Theo de Raadt |
2008-03-15 | Repair the simple cases for msg_controllen where it should just be | Theo de Raadt |
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt |
2008-02-24 | Use rounded down address when changing memory protections on the GOT, such | Dale Rahn |
2008-02-24 | Use rounded down address when changing memory protections on the GOT, such | Mark Kettenis |
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 |