summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-20check_hosts_equiv -> check_hosts_lpdAntoine Jacoutot
2014-04-20in debug messages, truncating strings of excessive lengths is actuallyIngo Schwarze
2014-04-20Make -L even more useful to monitoring processes. Truncate andKenneth R Westerback
2014-04-20strlen+malloc+snprintf is error prone;Ingo Schwarze
2014-04-20regenStefan Sperling
2014-04-20Add device ID for Ralink (now branded Mediatek) MT7601 USB wifi deviceStefan Sperling
2014-04-20fix unchecked snprintf(3) in page header printing:Ingo Schwarze
2014-04-20Chop off more SSLv2 tentacles and start fixing and noting y2038 issues.Philip Guenther
2014-04-20After doing all of the loging dance to get the target's params it makesClaudio Jeker
2014-04-20Restore beck's (void)snprintf(): they were reviewed.Philip Guenther
2014-04-20Restore beck's rev 1.8: snprintf() was reviewed.Philip Guenther
2014-04-20Restore tedu's rev 1.4: snprintf() was reviewed.Philip Guenther
2014-04-20Restore beck's rev 1.7: snprintf() was reviewed.Philip Guenther
2014-04-20make sure static buffers for snprintf(3) are large enoughIngo Schwarze
2014-04-20Remove unused/never installed libssl tools and docs and references to themAndrew Fresh
2014-04-20Restore beck's rev 1.21: snprintf() was reviewedPhilip Guenther
2014-04-20Use only one style for "return foo;"Claudio Jeker
2014-04-20Add a few more overflow checks for strlc* functions in parse.yReyk Floeter
2014-04-20clarify a bit about hosts.lpdTed Unangst
2014-04-20hosts.equiv is a ghost from bsd pastTed Unangst
2014-04-20theo found a file we don't seem to need, but just in case, i will pasteTed Unangst
2014-04-20Style improvement based on espie@'s feedback: provide and useVadim Zhukov
2014-04-20Restore beck's rev 1.9: snprintf() was reviewedPhilip Guenther
2014-04-20Move session params initialization to when we start a session and notClaudio Jeker
2014-04-20Fix conn_gen_kvp and its caller to fill the kvp array properly (includingClaudio Jeker
2010-10-01import OpenSSL-1.0.0aDamien Miller
2005-04-29import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@Damien Miller
2003-05-11import 0.9.7b (without idea and rc5)Markus Friedl
2014-04-20move in6_cksum_phdr from in6.h to ip6_output.c to mirror in_cksum_phdrChristian Weisgerber
2014-04-20KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze
2014-04-20KNF.Joel Sing
2014-04-20Check another strlcpy overflow that is very unlikely to happen.Reyk Floeter
2014-04-20Check for strlcpy overflow when expanding the HTTP input value.Reyk Floeter
2014-04-20Restore beck's rev 1.3: snprintf() was reviewedPhilip Guenther
2014-04-20More KNF.Joel Sing
2014-04-20Check strlcpy of the script path names for overflow and use the size of theReyk Floeter
2014-04-20KNF.Joel Sing
2014-04-20Just to be pedantic, fail if strlcpy managed to overflow the socket path.Reyk Floeter
2014-04-20Only issue a single dhcp requests per interface with the host-nameRobert Peichaer
2014-04-20KNF.Joel Sing
2014-04-20factor our ether_addheader for readability; there's more to come thereHenning Brauer
2014-04-20KNF.Joel Sing
2014-04-20ether_output: instead of assembling the ethernet header and then callingHenning Brauer
2014-04-20ether_output: instead of using an esrc buffer in which we copy the intendedHenning Brauer
2014-04-20Reimplement the multi-dimensional arrays that are used to set up theReyk Floeter
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