summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* switch to reallocarraytedu2014-04-222-4/+4
* change mallocarray to reallocarray. useful in a few more situations.tedu2014-04-223-17/+14
* KNF.jsing2014-04-225-803/+815
* More KNF.jsing2014-04-224-95/+92
* More KNF.jsing2014-04-221-31/+37
* More KNF.jsing2014-04-226-56/+74
* More KNF.jsing2014-04-221-150/+225
* More KNF.jsing2014-04-222-79/+127
* gets() is gonelteo2014-04-221-2/+1
* you must have S_ISDIR to playderaadt2014-04-211-16/+4
* KNF.jsing2014-04-214-478/+498
* KNF.jsing2014-04-2114-686/+818
* KNF.jsing2014-04-218-204/+238
* use mallocarray(a,b) instead of malloc(a*b)deraadt2014-04-212-4/+4
* more malloc/realloc/calloc cleanups; ok beck kettenisderaadt2014-04-2127-96/+66
* KNF.jsing2014-04-2124-2934/+3236
* no need for malloc castsderaadt2014-04-214-4/+4
* KNF.jsing2014-04-216-166/+154
* More KNF.jsing2014-04-218-16/+16
* KNF.jsing2014-04-2128-3140/+3224
* KNF.jsing2014-04-218-1116/+1182
* KNF.jsing2014-04-2110-1318/+1444
* correct man page sectionderaadt2014-04-211-2/+2
* Introducing: void *mallocarray(size_t nmemb, size_t size);deraadt2014-04-213-10/+36
* wrong calloc, see people do carederaadt2014-04-212-2/+4
* KNF.jsing2014-04-2110-3942/+4184
* improve realloc/calloc/malloc patterns; ok guentherderaadt2014-04-2132-96/+46
* Delete #if 0'd time related functions which are totally expired.deraadt2014-04-214-148/+0
* modernize malloc callderaadt2014-04-212-2/+2
* Replace entire printf-like guts with calls to libc snprintf.deraadt2014-04-212-1538/+92
* Bring malloc/calloc/realloc sequences to modern standardderaadt2014-04-2116-54/+38
* remove macros wrapping malloc/calloc/free/reallocderaadt2014-04-211-26/+16
* Correctly document the return value of getenv(3)guenther2014-04-211-6/+8
* KNF.jsing2014-04-2116-1096/+912
* clean up files we don't needtedu2014-04-2138-2704/+0
* fix accidentally deleted deref.beck2014-04-212-2/+2
* ASN1_STRING cleanup - realloc has handled NULL since I had a mulletbeck2014-04-202-34/+20
* replace a bunch of pointer-arithmatic-strcpy-converted-blindly-to-strlcpybeck2014-04-202-14/+14
* Eliminate duplicated logic by switching from malloc+snprintf to asprintfguenther2014-04-202-40/+28
* Chop off more SSLv2 tentacles and start fixing and noting y2038 issues.guenther2014-04-202-22/+36
* Restore beck's (void)snprintf(): they were reviewed.guenther2014-04-206-10/+10
* Restore beck's rev 1.8: snprintf() was reviewed.guenther2014-04-202-4/+4
* Restore tedu's rev 1.4: snprintf() was reviewed.guenther2014-04-202-2/+2
* Restore beck's rev 1.7: snprintf() was reviewed.guenther2014-04-202-4/+8
* Remove unused/never installed libssl tools and docs and references to themafresh12014-04-2020-1267/+17
* Restore beck's rev 1.21: snprintf() was reviewedguenther2014-04-202-2/+2
* theo found a file we don't seem to need, but just in case, i will pastetedu2014-04-202-6/+0
* Restore beck's rev 1.9: snprintf() was reviewedguenther2014-04-202-2/+2
* KNF.jsing2014-04-2010-476/+610
* Restore beck's rev 1.3: snprintf() was reviewedguenther2014-04-202-2/+2