Age | Commit message (Expand) | Author |
2015-08-22 | regen | Stefan Sperling |
2015-08-22 | Add device ID for Netgear WNA1000Mv2. From Mark Willson via misc@ | Stefan Sperling |
2015-08-22 | Unify error message between client and server. | Joel Sing |
2015-08-22 | SSL_set_app_data is a macro for SSL_set_ex_data(), which is a wrapper | Joel Sing |
2015-08-22 | remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok miller... | Theo de Raadt |
2015-08-22 | Store a reference to the libtls context in the SSL client connection app | Joel Sing |
2015-08-22 | Make tls_read()/tls_write always set outlen to zero on error - this got | Joel Sing |
2015-08-22 | Restore previous behaviour for wsconsctl_conf(). | Robert Peichaer |
2015-08-22 | delete a wrong comment | Mike Larkin |
2015-08-22 | delete some wrong comments | Mike Larkin |
2015-08-22 | tweak previous; | Jason McIntyre |
2015-08-22 | spacing | Theo de Raadt |
2015-08-22 | system(3) call remove for updating (ctags -u) | Sebastien Marie |
2015-08-21 | Improve printing of KEX offers and decisions | Damien Miller |
2015-08-21 | Fix printing (ssh -G ...) of HostKeyAlgorithms=+... | Damien Miller |
2015-08-21 | Fix expansion of HostkeyAlgorithms=+... | Damien Miller |
2015-08-21 | Regen moduli | Darren Tucker |
2015-08-21 | Improve zcalloc(), making it always reallocarray, never calloc(). | Theo de Raadt |
2015-08-21 | Improve size == 0, count == 0 checking in mm_zalloc, which is "array" like. | Theo de Raadt |
2015-08-21 | Remove the unused loan_count field and the related uvm logic. Most of | Visa Hankala |
2015-08-21 | Switch iked to C99-style fixed-width integer types. | Reyk Floeter |
2015-08-21 | Run the part of the interrupt handler that does rx completion without holding | Mark Kettenis |
2015-08-21 | Increase the input side socket buffer size for "check icmp" not to | YASUOKA Masahiko |
2015-08-21 | Use reallocarray() instead of malloc() before strvisx(). | Reyk Floeter |
2015-08-21 | The WebDAV MOVE method was not included in the switch statement | Reyk Floeter |
2015-08-21 | Whitelist TIOCGPGRP (for tcgetpgrp()) in TAME_IOCTL. | Doug Hogan |
2015-08-21 | use vaddr_t for kernel va range calculation instead of paddr_t. No binary | Mike Larkin |
2015-08-21 | spaces | Theo de Raadt |
2015-08-21 | enable beep and CD controls on ALC292 | Jonathan Gray |
2015-08-21 | openssh-7.1 | Damien Miller |
2015-08-21 | fix inverted logic that broke PermitRootLogin; | Damien Miller |
2015-08-21 | re-enable *8. | David Gwynne |
2015-08-21 | KNF | Theo de Raadt |
2015-08-21 | correctly indent a line to make the intent clear | Jonathan Gray |
2015-08-21 | since stdlib.h is in scope, don't cast.... you know the drill. | Theo de Raadt |
2015-08-21 | Fix typo: MODLUA_DEAFULT_VERSION to MODLUA_DEFAULT_VERSION. | Anthony J. Bentley |
2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt |
2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt |
2015-08-20 | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope | Theo de Raadt |
2015-08-20 | Do not need to cast malloc(). stdlib.h is brought in via a local .h file. | Theo de Raadt |
2015-08-20 | Two reallocarray() conversions that were missed earlier. | Todd C. Miller |
2015-08-20 | Do not cast a size_t to (unsigned long) to pass it as an argument to malloc. | Theo de Raadt |
2015-08-20 | <stdlib.h> is included, so do not need to cast result from | Theo de Raadt |
2015-08-20 | Got stdlib.h -> do not need to cast from void * | Theo de Raadt |
2015-08-20 | All these files include <stdlib.h>, so do not need to cast | Theo de Raadt |
2015-08-20 | remove cast of malloc(), since stdlib.h is included | Theo de Raadt |
2015-08-20 | remove casts which are not needed | Theo de Raadt |
2015-08-20 | Respect the access size when reading or writing to pci config space. | Mark Kettenis |
2015-08-20 | Avoid left-shifting a negative integer, which is undefined. Replace | Christian Weisgerber |
2015-08-20 | In the certificates section, be consistent about using "host_key" | Christian Weisgerber |