summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-01-21Truncate progname to NAME_MAX in the syslog message, to ensure otherTheo de Raadt
2015-01-21Fix DTLS memory leak (CVE-2015-0206).Doug Hogan
2015-01-20Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orTheo de Raadt
2015-01-20Revert some $OpenBSD$ additions about which there are doubts.Kenneth R Westerback
2015-01-20We do not support AIO, so comment it out in the kqueue(2) manpage for now.Reyk Floeter
2015-01-20Missing $OpenBSD$'s.Kenneth R Westerback
2015-01-19Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONGTodd C. Miller
2015-01-19Talk about thread-local errno and do not mention "extern int errno".Todd C. Miller
2015-01-19Add arc4random/getentropy shims for NetBSD.Brent Cook
2015-01-19Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONGTodd C. Miller
2015-01-19Back out changes unrelated to the ENAMETOOLONG diff.Todd C. Miller
2015-01-18Do not calculated the length of a report with an extra byte for theMartin Pieuchot
2015-01-17Improve wording in alloca.Ted Unangst
2015-01-17NGROUPS_MAX, not NGROUPSTheo de Raadt
2015-01-17Remove a pasto introduced in the last commit, spotted by schwarze@Todd C. Miller
2015-01-16Use ">", not ">=" when comparing length to HOST_NAME_MAX sinceTodd C. Miller
2015-01-16Replace HOST_NAME_MAX+1-1 with HOST_NAME_MAX. OK deraad@Todd C. Miller
2015-01-16Replace check for ">= HOST_NAME_MAX+1" with "> HOST_NAME_MAX".Todd C. Miller
2015-01-16Move to the <limits.h> universe.Theo de Raadt
2015-01-16The SSL/TLS session Id context is limited to 32 bytes. Instead ofReyk Floeter
2015-01-16<sys/param.h> is not needed here either.Theo de Raadt
2015-01-16Complete the list of functions in the paragraph that mentions thatLawrence Teo
2015-01-16Rename pcap_create()'s ebuf argument to errbuf to match the rest of theLawrence Teo
2015-01-16Add more missing argument names.Lawrence Teo
2015-01-16Remove pointless casts for several malloc/calloc/free calls. No objectLawrence Teo
2015-01-16Fix a use after free, where the already freed p->opt.source was used byLawrence Teo
2015-01-16Delete the MANLINT variable and the related SUFFIXES rules becauseIngo Schwarze
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