summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-04-20Restore beck's rev 1.3: snprintf() was reviewedPhilip Guenther
2014-04-20More KNF.Joel Sing
2014-04-20KNF.Joel Sing
2014-04-20KNF.Joel Sing
2014-04-20KNF.Joel Sing
2014-04-20More KNF.Joel Sing
2014-04-20More KNF.Joel Sing
2014-04-20gettimeofday() is portable enough and does not need a wrapperTheo de Raadt
2014-04-20calloc() rather than malloc+memsetTheo de Raadt
2014-04-20Fix indentation, adding braces and combining a nested if to reduce depthPhilip Guenther
2014-04-20KNF.Joel Sing
2014-04-20KNF.Joel Sing
2014-04-20Chop off more SSLv2 tentacles and start fixing and noting y2038 issues.Philip Guenther
2014-04-20return after error instead of plowing ahead. noticed by mancha1 at zohoTed Unangst
2014-04-20Use calloc(a,b) instead of malloc(a*b) + memset(a*b). I don't know ifTheo de Raadt
2014-04-20Undo a calloc() replacement. It lacks the integer overflow check thatTheo de Raadt
2014-04-20KNF.Joel Sing
2014-04-20reset imprint to NULL to avoid double free. from mancha1 at zohoTed Unangst
2014-04-19release buffers fix was lost in merge. put it back.Ted Unangst
2014-04-19change some rsh references to ssh. poke by jmcTed Unangst
2014-04-19More KNF.Joel Sing
2014-04-19More KNF.Joel Sing
2014-04-19another attempt at fixing stale x509 data. since we don't know where theTed Unangst
2014-04-19More KNF.Joel Sing
2014-04-19More KNF.Joel Sing
2014-04-19More KNF.Joel Sing
2014-04-19More KNF.Joel Sing
2014-04-19tweak previous;Jason McIntyre
2014-04-19need to escape %U, since it is used in Re/Rs blocks;Jason McIntyre
2014-04-19zap trailing whitespace;Jason McIntyre
2014-04-19remove the openssl_fdset wrapper, and a variety of VMS'ism's likeTheo de Raadt
2014-04-19KNF.Joel Sing
2014-04-19KNF.Joel Sing
2014-04-19Remove a gethostbyname() cache layer. The internet works better theseTheo de Raadt
2014-04-19ReadFile() and GetStdHandle() are not very POSIX.Theo de Raadt
2014-04-19Add missing description for IPv6 mtudisctimeout sysctl andlogan
2014-04-19truncation check some snprintf calls (over-cautiously in case)Theo de Raadt
2014-04-19can't actually do this. cause unknown.Ted Unangst
2014-04-19Fix some serious pointer-arithmatic-magic-number-unchecked-return eyebleedBob Beck
2014-04-19KNF.Joel Sing
2014-04-19Repair some indent to be more KNF, and break instead of fallthrough toTheo de Raadt
2014-04-19one small tweak to avoid ever going off the end of a string.Ted Unangst
2014-04-19improved checking for invalid hashes. from solar designerTed Unangst
2014-04-19More KNF.Joel Sing
2014-04-19kill a stray \Theo de Raadt
2014-04-19Lacking a proof that--for this implementation--exposure of MontgomeryPhilip Guenther
2014-04-19More KNF.Joel Sing
2014-04-19Remove hacky workaround for Cray T3E.Theo de Raadt
2014-04-19More KNF.Joel Sing
2014-04-19oops, typo got into changeTheo de Raadt