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