summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-21It does not make sense to specify a port for the initiatoraddr.Claudio Jeker
2014-04-21Use RSA_set_ex_data()/RSA_get_ex_data() directly instead ofReyk Floeter
2014-04-21KNF.Joel Sing
2014-04-21KNF.Joel Sing
2014-04-21KNF.Joel Sing
2014-04-21KNF.Joel Sing
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2014-04-21KNF.Joel Sing
2014-04-21use mallocarray(a,b) instead of malloc(a*b)Theo de Raadt
2014-04-21more malloc/realloc/calloc cleanups; ok beck kettenisTheo de Raadt
2014-04-21KNF.Joel Sing
2014-04-21use the language from the 802.1Q standard which just talks about tags,Henning Brauer
2014-04-21Remove historical comment about <varargs.h> and warn people from usingPhilip Guenther
2014-04-21The OpenSSL engine passes a "const u_char *" to the callback butReyk Floeter
2014-04-21no need for malloc castsTheo de Raadt
2014-04-21KNF.Joel Sing
2014-04-21Use a better way that ensures that NIFS is really 0 if there are noRobert Peichaer
2014-04-21check perms on .ssh/id_ed25519; Fritjof BornebuschStuart Henderson
2014-04-21More KNF.Joel Sing
2014-04-21KNF.Joel Sing
2014-04-21msdosfs timestamps can only represent 1/1/1980 throughKenneth R Westerback
2014-04-21Ooops. Delete discarded offered leases from correct TAILQ. More thanKenneth R Westerback
2014-04-21The OpenSSL engine passes a "const u_char *" to the callback butReyk Floeter
2014-04-21KNF.Joel Sing
2014-04-21Implement sftp upload resume support.Loganaden Velvindron
2014-04-21KNF.Joel Sing
2014-04-21Revert 1.101 as it breaks source port selection. This needs moreFlorian Obser
2014-04-21stop lieing. vlan is not an encapsulation. it doesn't encapsulate ethernetHenning Brauer
2014-04-21syncTheo de Raadt
2014-04-21correct man page sectionTheo de Raadt
2014-04-21crank minorTheo de Raadt
2014-04-21Introducing: void *mallocarray(size_t nmemb, size_t size);Theo de Raadt
2014-04-21wrong calloc, see people do careTheo de Raadt
2014-04-21Simplify the update process a bit. Don't try to skip parts based on whatJonathan Matthew
2014-04-21KNF.Joel Sing
2014-04-21Back out most of v1.47 changes which mess up the block size on theseBob Beck
2014-04-21NIFS is supposed to represent the number of configured interfaces.Robert Peichaer
2014-04-21remove rshd example; ok sthenOkan Demirmen
2014-04-21Handle EAGAIN, ENOBUFS and EINTR a bit better. Ignore them one layer aboveClaudio Jeker
2014-04-21It is possible that we can't burst all of the data in the immediate dataClaudio Jeker
2014-04-21ip_output() using varargs always struck me as bizarre, esp since it's onlyHenning Brauer
2014-04-21Fix off-by-one error in PG_LGFRAME maskPhilip Guenther
2014-04-21add support for reading/writing long paths and linkpaths as extendedMarc Espie
2014-04-21improve realloc/calloc/malloc patterns; ok guentherTheo de Raadt
2014-04-21Use internal '__' names for __attributes__ in public headersPhilip Guenther
2014-04-21Delete #if 0'd time related functions which are totally expired.Theo de Raadt
2014-04-21modernize malloc callTheo de Raadt
2014-04-21Replace entire printf-like guts with calls to libc snprintf.Theo de Raadt
2014-04-21Bring malloc/calloc/realloc sequences to modern standardTheo de Raadt
2014-04-21we'll do fine without casting NULL to struct foo * / void *Henning Brauer