summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-21use mallocarray(a,b) instead of malloc(a*b)deraadt2-4/+4
2014-04-21more malloc/realloc/calloc cleanups; ok beck kettenisderaadt27-96/+66
2014-04-21KNF.jsing24-2934/+3236
2014-04-21no need for malloc castsderaadt4-4/+4
2014-04-21KNF.jsing6-166/+154
2014-04-21More KNF.jsing8-16/+16
2014-04-21KNF.jsing28-3140/+3224
2014-04-21KNF.jsing8-1116/+1182
2014-04-21KNF.jsing10-1318/+1444
2014-04-21correct man page sectionderaadt1-2/+2
2014-04-21Introducing: void *mallocarray(size_t nmemb, size_t size);deraadt3-10/+36
2014-04-21wrong calloc, see people do carederaadt2-2/+4
2014-04-21KNF.jsing10-3942/+4184
2014-04-21improve realloc/calloc/malloc patterns; ok guentherderaadt32-96/+46
2014-04-21Delete #if 0'd time related functions which are totally expired.deraadt4-148/+0
2014-04-21modernize malloc callderaadt2-2/+2
2014-04-21Replace entire printf-like guts with calls to libc snprintf.deraadt2-1538/+92
2014-04-21Bring malloc/calloc/realloc sequences to modern standardderaadt16-54/+38
2014-04-21remove macros wrapping malloc/calloc/free/reallocderaadt1-26/+16
2014-04-21Correctly document the return value of getenv(3)guenther1-6/+8
2014-04-21KNF.jsing16-1096/+912
2014-04-21clean up files we don't needtedu38-2704/+0
2014-04-21fix accidentally deleted deref.beck2-2/+2
2014-04-20ASN1_STRING cleanup - realloc has handled NULL since I had a mulletbeck2-34/+20
2014-04-20replace a bunch of pointer-arithmatic-strcpy-converted-blindly-to-strlcpybeck2-14/+14
2014-04-20Eliminate duplicated logic by switching from malloc+snprintf to asprintfguenther2-40/+28
2014-04-20Chop off more SSLv2 tentacles and start fixing and noting y2038 issues.guenther2-22/+36
2014-04-20Restore beck's (void)snprintf(): they were reviewed.guenther6-10/+10
2014-04-20Restore beck's rev 1.8: snprintf() was reviewed.guenther2-4/+4
2014-04-20Restore tedu's rev 1.4: snprintf() was reviewed.guenther2-2/+2
2014-04-20Restore beck's rev 1.7: snprintf() was reviewed.guenther2-4/+8
2014-04-20Remove unused/never installed libssl tools and docs and references to themafresh120-1267/+17
2014-04-20Restore beck's rev 1.21: snprintf() was reviewedguenther2-2/+2
2014-04-20theo found a file we don't seem to need, but just in case, i will pastetedu2-6/+0
2014-04-20Restore beck's rev 1.9: snprintf() was reviewedguenther2-2/+2
2014-04-20KNF.jsing10-476/+610
2014-04-20Restore beck's rev 1.3: snprintf() was reviewedguenther2-2/+2
2014-04-20More KNF.jsing4-6/+6
2014-04-20KNF.jsing12-1428/+1902
2014-04-20KNF.jsing12-940/+1184
2014-04-20KNF.jsing8-528/+718
2014-04-20More KNF.jsing26-160/+176
2014-04-20More KNF.jsing2-100/+124
2014-04-20gettimeofday() is portable enough and does not need a wrapperderaadt2-18/+4
2014-04-20calloc() rather than malloc+memsetderaadt2-4/+4
2014-04-20Fix indentation, adding braces and combining a nested if to reduce depthguenther2-24/+28
2014-04-20KNF.jsing4-362/+438
2014-04-20KNF.jsing8-796/+786
2014-04-20Chop off more SSLv2 tentacles and start fixing and noting y2038 issues.guenther17-118/+44
2014-04-20return after error instead of plowing ahead. noticed by mancha1 at zohotedu2-0/+2