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