summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-01-15use .In where appropriate; from Kaspars at Bankovskis dot netIngo Schwarze
2015-01-15typo; from Kaspars at Bankovskis dot netIngo Schwarze
2015-01-15remove .Tn; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2015-01-15remove unused variableCharles Longeau
2015-01-15Use explicit_bzero instead of memset in hash Final and End functions.Todd C. Miller
2015-01-15back in september I did the large abstraction refactoring to allow theseTheo de Raadt
2015-01-15Make strlcpy/strlcat slightly easier to read.Todd C. Miller
2015-01-15POSIX does not require an explicit inclusion of sys/types.h to getTodd C. Miller
2015-01-14change _yp_domain[] to HOST_NAME_MAX+1, and re-arrange those who includeTheo de Raadt
2015-01-14these never needed sys/param.hTheo de Raadt
2015-01-13For non-blocking sockets tls_connect_fds() could fail with EAGAIN.Alexander Bluhm
2015-01-13remove .Tn from stdio manuals; Kaspars Bankovskis found one of theseIngo Schwarze
2015-01-13libedit claims compatibility with readline 4.2, so provide a stub forReyk Floeter
2015-01-13Remove unnecessary calls to __atexit_register_cleanup(), calling __sinit()Philip Guenther
2015-01-12Add fgetwln(3) from FreeBSD and bump libc minor revision.Todd C. Miller
2015-01-12Add a note that HOST_NAME_MAX does not include a terminating \0, unlikeNicholas Marriott
2015-01-12rename blocks to words. bcrypt "blocks" are unrelated to blowfish blocks,Ted Unangst
2015-01-12Fix a memory leak in bss_dgram.Doug Hogan
2015-01-09Cleanup some macros and #defines in i386 pmap. Previously committed andMike Larkin
2015-01-08missing , found by Dongsheng SongTheo de Raadt
2015-01-08Avoid a double-free in an error path.Doug Hogan
2015-01-08declare a local version of MIN(), call it MINIMUM()Theo de Raadt
2015-01-08declare a local version of MIN(), call it MINIMUM()Theo de Raadt
2015-01-07Do not need sys/param.hTheo de Raadt
2015-01-07stupid me. need errno.hTed Unangst
2015-01-07set errno = EINVAL for invalid salts and hashes in most functions.Ted Unangst
2015-01-07mix in more virtual memory and process informationBrent Cook
2015-01-06Backout revision 1.37. Setting ev->ev_pncalls to NULL results inAlexander Bluhm
2015-01-06add initial HP-UX getentropy/arc4random support.Brent Cook
2015-01-06Apply commit e0e6958aa074a7714cd7c4aa779a1dfede3a03b1 from upstream.Alexander Bluhm
2015-01-06Apply commit 2d8cf0b720cdd5f9f292f174a10ff74e62a380ec from upstream.Alexander Bluhm
2015-01-05Fix CVE-2014-6272 in Libevent 1.4 from upstream:Alexander Bluhm
2015-01-05Remove #ifdef notdef bits--we are not going to change the fgetln()Todd C. Miller
2015-01-05rename kern enter/exit macros to malloc enter/leave to better reflectTed Unangst
2015-01-05convert clock() to clock_gettime() for improved precision (and accuracy?)Ted Unangst
2015-01-04remove code for ancient gcc.Daniel Dickman
2015-01-03Fix incorrect OPENSSL_assert() usage.Doug Hogan
2015-01-02Rename the tls_connect_socket() parameter 'socket' to 's' to avoidAlexander Bluhm
2015-01-01Inline the .cpsetup pseudo-statement in rcrt0 to avoid saving the "old" gpMiod Vallat
2015-01-01Revert previous; tls_accept_socket() was intentionally undocumentedIngo Schwarze
2015-01-01minimally document tls_accept_socket();Ingo Schwarze
2015-01-01Get rid of .Tn; from Kaspars at Bankovskis dot net, tweaked by me.Ingo Schwarze
2015-01-01Even though i personally consider 8-bit-characters in filenames unwise,Ingo Schwarze
2014-12-30self-relocating crt0 bits for sh, and enable static pie by default. With someMiod Vallat
2014-12-30copy bcrypt autotune from encrypt(1) and expose via crypt_newhashTed Unangst
2014-12-30typo in comment: ouput => outputDamien Miller
2014-12-29Make the PLT read-only on powerpc as well.Mark Kettenis
2014-12-29don't leak timing info about padding errors by generating a fake keyTed Unangst
2014-12-27Static PIE for mips64. Still something not quite right as a full make buildMark Kettenis
2014-12-27include netinet/in.h to define struct in6_addr.Brent Cook