summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-24syncTheo de Raadt
2014-06-24Crank libcrypto major since my previous commit changed the size of theJoel Sing
2014-06-24If a chacha operation does not consume all of the generated key stream,Joel Sing
2014-06-24Extend the chacha regress to cover the ChaCha interface, in addition to theJoel Sing
2014-06-24Some KNF.Joel Sing
2014-06-24Replace 48 lines of code with a single inet_pton() call. The previousJoel Sing
2014-06-24Actually make BIO_set_tcp_ndelay() work - TCP_NODELAY will not magicallyJoel Sing
2014-06-24The Perl close() function, when called on pipe file descriptors,Ingo Schwarze
2014-06-24Do not try to pass potentially non-existent array elements intoIngo Schwarze
2014-06-24Fixup the test after new queue code has been added.Mike Belopuhov
2014-06-24do not prompt for overwrite when none is neccessary using the -F optionJason McIntyre
1998-03-11Lynx 2.8Mats O Jansson
2014-06-24Fix memory leak.Loganaden Velvindron
2014-06-24remove the noaccesstime synonym for noatime which was previously added for BS...Daniel Dickman
2014-06-24when copying local->remote fails during read, don't send uninitialisedDamien Miller
2014-06-24don't fatal() when hostname canonicalisation fails with aDamien Miller
2014-06-24New key API: refactor key-related functions to be more library-like,Damien Miller
2014-06-24unit and fuzz tests for new key APIDamien Miller
2014-06-24New key API: refactor key-related functions to be more library-like,Damien Miller
2014-06-24regress test for broken consecutive revoked serial number rangesDamien Miller
2014-06-24fix bug in KRL generation: multiple consecutive revoked certificateDamien Miller
2014-06-23repair ramdisk buildsTheo de Raadt
2014-06-23Since this is a library, place issetugid() before every getenv()Theo de Raadt
2014-06-23Below DIAGNOSTICS, document the SYSERR message level;Ingo Schwarze
2014-06-23Add regress test for SIGSEGV and SIGBUS siginfo semantics.Matthew Dempsky
2014-06-23gcc4: emit warning when ignoring alignment constraintsMatthew Dempsky
2014-06-23first attempt at documenting NOINET6 by default and eui64 turning it on againHenning Brauer
2014-06-23Fix possible crash on invalid filesystems.Tobias Stoeckmann
2014-06-23turn of IPv6 for new interfaces by default. this really just means thereHenning Brauer
2014-06-23SystemMemory is used to access memory mapped registers on some machines, so weMark Kettenis
2014-06-23make "ifconfig <if> inet6 eui64" reset the NOINET6 flagHenning Brauer
2014-06-23add another supported model;Jason McIntyre
2014-06-23Fix compile without IPSEC.YASUOKA Masahiko
2014-06-23Allow keys and send-keys to invisible panes, from saggy-kun at users dotNicholas Marriott
2014-06-23Count mouse clicks correctly, from Balazs Kezes.Nicholas Marriott
2014-06-23unbreak build of getentropy_sysctl - we need linux/sysctl.h, andBob Beck
2014-06-23unbreak - main needs to be extern in here somewhere.Bob Beck
2014-06-22Add regress tests for BIO_get_host_ip().Joel Sing
2014-06-21matthew reminds me to update regress to reflect current specTed Unangst
2014-06-21repair indentation for an inner loop; shorten some macros and variableTheo de Raadt
2014-06-21loosen the spec for timingsafe functions slightly, so as to notTed Unangst
2014-06-21fix expected message levelIngo Schwarze
2014-06-21Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry andOtto Moerbeek
2014-06-21hash in correct pointerTheo de Raadt
2014-06-20As suggested by jmc@, only include line and column numbers into messagesIngo Schwarze
2014-06-20KNFBob Beck
2014-06-20indentTheo de Raadt
2014-06-20rearrange so that the main function with the important comments is at the topOtto Moerbeek
2014-06-15occured -> occurred;Jason McIntyre
2014-06-15move to a smaller rbytes buffer; ok miod@ deraadt@Otto Moerbeek