summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-16permit _ in the middle of a DNS name componentderaadt1-2/+3
2008-04-13Improve the libc DNS resolver ID generation algorithm to be moredjm1-43/+79
2008-04-13Use arc4random_buf() when requesting more than a single word of outputdjm2-4/+4
2008-04-04- do not call pthread_atfork(3) handlers when a multithreaded programkurt1-2/+7
2008-04-02Zero state buffers on return. OK deraadt@millert1-1/+5
2008-03-19bcmp(3) tries to return length, which is a size_t, as an int.ray1-4/+4
2008-03-16- add NAME entries for arc4random_buf and arc4random_uniformjmc1-2/+4
2008-03-16Add missing MLINKSderaadt1-1/+2
2008-03-16diff from djm@ committed at his request:otto2-3/+84
2008-03-15- len is size_t, but n uses len and is an int. Matching those typesray1-6/+12
2008-03-15Convert c to unsigned char, like it says in the manual. Also addray1-4/+3
2008-02-26fix memory leak (in one case of unaligned buffers); from Markus Kvetterderaadt2-4/+6
2008-02-20use pgfree pool like other code does to reserve free list slots.otto1-6/+6
2008-01-01- make arc4random*() functions thread safe. Use a custom spinlock functionkurt2-42/+69
2007-12-01relevant updates/fixes up to openssl-0.9.8g;jmc1-31/+45
2007-11-27typos; ok jmc@martynas1-2/+2
2007-11-19fix misleading comment; the _MUTEX_LOCK/_MUTEX_UNLOCK macros work withkurt1-2/+2
2007-11-13Put limits.h in front of stdlib.h as style(9) recommends.tobias2-8/+8
2007-11-11strtod may return HUGE_VAL on overflow, which is defined in math.h.tobias1-2/+3
2007-10-31Add parentheses to avoid warning:chl1-2/+2
2007-10-25Make sure to use unique target names so that make -j does not break;miod1-25/+25
2007-10-22Only test one condition per invocation flavour, instead of testing allmiod1-27/+29
2007-10-20Give more details on failure.miod1-8/+8
2007-10-20Make this work on 64 bit platforms by using strlen() instead of sizeof()...miod1-1/+1
2007-10-11use RRSIG instead of SIG for DNSSEC. ok djm@jakob3-6/+7
2007-10-10Replace use of strcpy(3) and other pointer goo inmoritz2-30/+24
2007-10-08add a RETURN VALUES section.pyr1-9/+9
2007-09-27Fix off-by-one buffer overflow in SSL_get_shared_ciphers().moritz2-22/+22
2007-09-19add HISTORY; shortened version of diff from Ilya A. Kovalenkojmc1-2/+7
2007-09-17Check snprintf(3) return value for error or truncation.moritz1-1/+5
2007-09-12fix format strings, sizeof() does not return an intotto1-5/+5
2007-09-10Proper use of fseek/fseeko macros.tobias2-2/+2
2007-09-09use strcspn to properly overwrite '\n' in fgets returned bufferchl2-4/+4
2007-09-07Synced atomicio implementation in nc and sendbug with ssh.tobias2-13/+24
2007-09-05Add missing header to avoid warningchl1-1/+2
2007-09-05no need to talk about bits; ok millert jmcderaadt1-3/+3
2007-09-03Update free(3) section--we use mmap()/munmap(), not brk().millert1-4/+6
2007-09-03remove trailing whitespace;jmc1-2/+2
2007-09-03Adapt atexit() regress to recent changes and add __cxa_atexit() regress.millert11-5/+196
2007-09-03Add __cxa_atexit() support for gcc3. This provides support for shared object...millert4-30/+108
2007-09-03add recaloc(3)millert3-20/+62
2007-09-03add memrchr(3)millert3-5/+63
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt6-12/+12
2007-08-21http://openssl.org/news/patch-CVE-2007-3108.txt; ok pval, deraadtmarkus2-26/+130
2007-08-08Clarify the example about avoiding overflow. OK ray@ deraadt@millert1-3/+3
2007-08-08Show how to use strcspn(3) to trim newlines.ray1-2/+14
2007-08-06Correctly NUL terminate the message buffer that is used with theclaudio1-4/+24
2007-08-05/*FALLTHRU*/ -> /* FALLTHROUGH */ray1-2/+2
2007-07-06Reference limits.h, not sys/param.h since we document using PATH_MAXmillert1-3/+3
2007-07-03from ginsbach@netbsd, -r1.18:jmc1-2/+7