Age | Commit message (Expand) | Author |
2015-01-12 | Add a note that HOST_NAME_MAX does not include a terminating \0, unlike | Nicholas Marriott |
2015-01-12 | rename blocks to words. bcrypt "blocks" are unrelated to blowfish blocks, | Ted Unangst |
2015-01-12 | Fix a memory leak in bss_dgram. | Doug Hogan |
2015-01-09 | Cleanup some macros and #defines in i386 pmap. Previously committed and | Mike Larkin |
2015-01-08 | missing , found by Dongsheng Song | Theo de Raadt |
2015-01-08 | Avoid a double-free in an error path. | Doug Hogan |
2015-01-08 | declare a local version of MIN(), call it MINIMUM() | Theo de Raadt |
2015-01-08 | declare a local version of MIN(), call it MINIMUM() | Theo de Raadt |
2015-01-07 | Do not need sys/param.h | Theo de Raadt |
2015-01-07 | stupid me. need errno.h | Ted Unangst |
2015-01-07 | set errno = EINVAL for invalid salts and hashes in most functions. | Ted Unangst |
2015-01-07 | mix in more virtual memory and process information | Brent Cook |
2015-01-06 | Backout revision 1.37. Setting ev->ev_pncalls to NULL results in | Alexander Bluhm |
2015-01-06 | add initial HP-UX getentropy/arc4random support. | Brent Cook |
2015-01-06 | Apply commit e0e6958aa074a7714cd7c4aa779a1dfede3a03b1 from upstream. | Alexander Bluhm |
2015-01-06 | Apply commit 2d8cf0b720cdd5f9f292f174a10ff74e62a380ec from upstream. | Alexander Bluhm |
2015-01-05 | Fix CVE-2014-6272 in Libevent 1.4 from upstream: | Alexander Bluhm |
2015-01-05 | Remove #ifdef notdef bits--we are not going to change the fgetln() | Todd C. Miller |
2015-01-05 | rename kern enter/exit macros to malloc enter/leave to better reflect | Ted Unangst |
2015-01-05 | convert clock() to clock_gettime() for improved precision (and accuracy?) | Ted Unangst |
2015-01-04 | remove code for ancient gcc. | Daniel Dickman |
2015-01-03 | Fix incorrect OPENSSL_assert() usage. | Doug Hogan |
2015-01-02 | Rename the tls_connect_socket() parameter 'socket' to 's' to avoid | Alexander Bluhm |
2015-01-01 | Inline the .cpsetup pseudo-statement in rcrt0 to avoid saving the "old" gp | Miod Vallat |
2015-01-01 | Revert previous; tls_accept_socket() was intentionally undocumented | Ingo Schwarze |
2015-01-01 | minimally document tls_accept_socket(); | Ingo Schwarze |
2015-01-01 | Get rid of .Tn; from Kaspars at Bankovskis dot net, tweaked by me. | Ingo Schwarze |
2015-01-01 | Even though i personally consider 8-bit-characters in filenames unwise, | Ingo Schwarze |
2014-12-30 | self-relocating crt0 bits for sh, and enable static pie by default. With some | Miod Vallat |
2014-12-30 | copy bcrypt autotune from encrypt(1) and expose via crypt_newhash | Ted Unangst |
2014-12-30 | typo in comment: ouput => output | Damien Miller |
2014-12-29 | Make the PLT read-only on powerpc as well. | Mark Kettenis |
2014-12-29 | don't leak timing info about padding errors by generating a fake key | Ted Unangst |
2014-12-27 | Static PIE for mips64. Still something not quite right as a full make build | Mark Kettenis |
2014-12-27 | include netinet/in.h to define struct in6_addr. | Brent Cook |
2014-12-27 | Only include "boot.h" if MD_RCRT0_START is defined. Should fix build on vax. | Mark Kettenis |
2014-12-27 | Static PIE support for alpha. | Mark Kettenis |
2014-12-26 | Self-relocation code for powerpc. | Kurt Miller |
2014-12-25 | return ERANGE instead of ENOMEM, so callers can differentiate real oom | Sebastian Benoit |
2014-12-25 | Use archdep.h GOT_PERMS define for mprotect of GOT. okay kettenis@ | Kurt Miller |
2014-12-24 | simplify crypt_checkpass. The API promise is that this function doesn't | Ted Unangst |
2014-12-24 | Expand Elf_Rel relocations to include DT_JMPREL. Inspect DT_PLTREL value | Kurt Miller |
2014-12-24 | Fix previos. Pointed out by kurt@. | Mark Kettenis |
2014-12-24 | Add missing argument names, and sync the argument types and names with | Lawrence Teo |
2014-12-23 | Use the page size passed by the kernel in the Auxilliary Vector to handle | Mark Kettenis |
2014-12-23 | Make sure the GOT and PLT are not writable. | Mark Kettenis |
2014-12-23 | do not expose "ra" to cpp because it muddles up the .c code above. | Theo de Raadt |
2014-12-23 | Set up the linkage table register (%r19) before calling _dl_boot_bind. | Mark Kettenis |
2014-12-22 | Self-relocation code for i386. | Kurt Miller |
2014-12-22 | Self-relocation code for hppa. | Mark Kettenis |