summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-03Some .h files are not neededTheo de Raadt
2016-09-03phessler points out sparc left the treeTheo de Raadt
2016-09-03we really should ntohl fields coming in from the networkPeter Hessler
2016-09-03syncTheo de Raadt
2016-09-03remove strongarm files that were abused by zaurusJonathan Gray
2016-09-03jsg@ also found some uninitialized variables, thank you!Peter Hessler
2016-09-03in order to avoid problems with precise timing, obey rfc 5880 section 6.8.7,Peter Hessler
2016-09-03if_get requires the corresponding if_put call.Peter Hessler
2016-09-03Only use uaddr_exe for address selection when PROT_EXEC is requestedStefan Kempf
2016-09-03Import libunwind 3.9.0Patrick Wildt
2016-09-03Import libc++abi 3.9.0Patrick Wildt
2016-09-03Import libc++ 3.9.0Patrick Wildt
2016-09-03Fixed missing null check in switchctl.cKazuya Goda
2016-09-03partial rewrite of the tcp/tls option parts: the trouble wasJason McIntyre
2016-09-03test mbrtowc(3) in conjunction with mbsinit(3)Ingo Schwarze
2016-09-03no more cnw;Jason McIntyre
2016-09-03Remove iwm_release() by inlining its implementation into its only caller.Stefan Sperling
2016-09-03pfctl mixes up anchorname with anchorpathAlexandr Nedvedicky
2016-09-03'reinit' should check the MBR on disk, as the man page says.Kenneth R Westerback
2016-09-03Switch back to 256 KB socket buffer size for TCP. With 2 MB theAlexander Bluhm
2016-09-03squash some possibly-used-uninitialized warningsBrent Cook
2016-09-03switch to a constant-time gather procedure for amd64 mont5 asmBrent Cook
2016-09-03import new BN tests from OpenSSLBrent Cook
2016-09-03iwm was undecided between 'if (err != 0)' and 'if (err)'; switch to 'if (err)'Stefan Sperling
2016-09-03add constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF.Brent Cook
2016-09-03BN_mod_exp_mont_consttime: check for zero modulus.Brent Cook
2016-09-03fix format string and remove unused variablesCharles Longeau
2016-09-03Let purge thread to remove once rules, not packets.Alexandr Nedvedicky
2016-09-03In iwm, move assignments to 'err' outside of if-statements.Stefan Sperling
2016-09-03update pf.os for larger wscale by defaultStuart Henderson
2016-09-03switch back to SHA512/256 now that we have the official nist flavorTed Unangst
2016-09-03Don't list individual valid CLOCK_* values, instead refer toMichal Mazurek
2016-09-03add sha512/256 support to check that the libc code is right :)Ted Unangst
2016-09-03i forgot to commit sha2.h changes for SHA512/256Ted Unangst
2016-09-03typosJeremie Courreges-Anglas
2016-09-03remove testing printf that snuck in accidentally.Peter Hessler
2016-09-03remove unneeded reach-around includeBrent Cook
2016-09-03sncTheo de Raadt
2016-09-03instead of doing everything manually, use goto cleanup idiomPeter Hessler
2016-09-03check the TTL field for incoming packets, we only support directlyPeter Hessler
2016-09-03Remove _USING_TICKETS, it's defined as 0. No functional change.Michal Mazurek
2016-09-03Add functions for SHA512/256. The standard says you're supposed to startTed Unangst
2016-09-03Correct default values.Michal Mazurek
2016-09-03Simplify shutdown process.Renato Westphal
2016-09-03The iwm code was torn between 'error' and 'err'; error -> err everywhereStefan Sperling
2016-09-03remove cnw driver. it was never enabled anywhere except on amd64 (and onlyTed Unangst
2016-09-03Rework the sending of address messages.Renato Westphal
2016-09-03get rid of the type-checking system on internal messages.Eric Faurot
2016-09-03Mention the maximum value for the -s option.Michal Mazurek
2016-09-03syncMike Belopuhov