summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-28Do not try to unlink the control socket in an unprivileged childFlorian Obser
2015-05-28Do not try to unlink the control socket in an unprivileged childFlorian Obser
2015-05-28Kill unused IF_INPUT_ENQUEUE().Martin Pieuchot
2015-05-28wrap all moduli-related code in #ifdef WITH_OPENSSL.Damien Miller
2015-05-28Increase the allowed length of the known host file name in the logDarren Tucker
2015-05-28Fix typo (keywork->keyword)Darren Tucker
2015-05-28add error message on ftruncate failure; bz#2176Damien Miller
2015-05-28make ssh-keygen default to ed25519 keys when compiled withoutDamien Miller
2015-05-28Remove intermediate copy of the moduli file. "make" will rebuild anyDarren Tucker
2015-05-28Remove 1k bit groups. ok deraadt@, markus@Darren Tucker
2015-05-28Remove 1k bit groups. ok deraadt@, markus@Darren Tucker
2015-05-27Reorder client proposal to prefer diffie-hellman-group-exchange-sha1 overDarren Tucker
2015-05-27Add a stronger (4k bit) fallback group that sshd can use when the moduliDarren Tucker
2015-05-27Use m_defrag(9) instead of rolling our own inlined version.Mark Kettenis
2015-05-27Move the jobs output cache into the formats code so that #() work moreNicholas Marriott
2015-05-27check if the packet is for us or if we're promisc before we cut theDavid Gwynne
2015-05-27Improve the controller state check in xhci_resetMike Belopuhov
2015-05-27call exynos_platform_match() if the kernel is compiled with exynos devicesJonathan Gray
2015-05-27support PKCS#11 devices with external PIN entry devicesDamien Miller
2015-05-27make the exynos code compile without fdtJonathan Gray
2015-05-26make this build with WSDISPLAY_COMPAT_RAWKBD definedJonathan Gray
2015-05-26Cap DH-GEX group size at 4kbits for Cisco implementations. Some of themDarren Tucker
2015-05-26Bring back `1:' label removed by mistake in 1.7. Complained loudly about by gasMiod Vallat
2015-05-26Better cross-compilation checkMiod Vallat
2015-05-26Use a relative path against BSDOBJDIR to pick libcrypto; makes cross-libMiod Vallat
2015-05-26simply use _PATH_HOSTS where appropriateEric Faurot
2015-05-26Fix missing vlan.h include in if_vio.cStefan Fritsch
2015-05-26Improve diffability against m68k.Miod Vallat
2015-05-26Exposes number of bytes processed by the sound card (as returnedAlexandre Ratchov
2015-05-26Don't create ICMP states on reply packets unless tracking states sloppyMike Belopuhov
2015-05-26Use if_output() instead of rerolling it.Martin Pieuchot
2015-05-26Create aliases.db from the installed aliases file, so we get the correctChristian Weisgerber
2015-05-26bump the number of tx and rx descriptors from 128 up to 512.David Gwynne
2015-05-26Store the IP address of the corresponding ifa in the rt_gateway fieldMartin Pieuchot
2015-05-26Normalize route destination before checking for MPATH conflicts.Martin Pieuchot
2015-05-26Do not create ARP entries for RTF_BROADCAST routes.Martin Pieuchot
2015-05-26Now that the Ethernet header is always passed as part of the mbuf, killMartin Pieuchot
2015-05-26move add_net_randomness from ether_input to the if_input task.David Gwynne
2015-05-26More than 100+ drivers converted to if_input(), this is the last "real" one.Martin Pieuchot
2015-05-26syncJonathan Gray
2015-05-26include the firmware for usb devices on the armv7 ramdiskJonathan Gray
2015-05-26Add OPENSSL_NO_EGD to opensslfeatures.h.Brent Cook
2015-05-26make vlans inherit their parents hardmtu as well as mtu.David Gwynne
2015-05-26Build all the firmware for usb devices on armv7.Jonathan Gray
2015-05-26Sync usb devices with amd64.Jonathan Gray
2015-05-26build wsconsctl and wsconscfg on armv7Jonathan Gray
2015-05-25fix panic for real and revert previous rev 1.52Sebastian Benoit
2015-05-25Kill outdated comment.Jeremie Courreges-Anglas
2015-05-25Make SSL_CIPHER_get_bits() report ChaCha20-Poly1305 ciphers as usingPhilip Guenther
2015-05-25Skip search domains iteration if RES_DNSRCH and/or RES_DEFNAMES is unset.Eric Faurot