summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-22backoff reading messages from active connections when the input bufferDamien Miller
2019-01-22The kernel interpreted bogus lengths in RPC calls during NFS boot.Alexander Bluhm
2019-01-22Add file # and block # to the information "mt status" shows.Kenneth R Westerback
2019-01-22add -m to usage(); reminded by jmc@Damien Miller
2019-01-22namei can return a null dvp on success. check this before access.Ted Unangst
2019-01-22Do not leak received mbufs if the NDIS appended a zero-byte padding.Martin Pieuchot
2019-01-22Don't use dangerous idiom for qsort comparison function; ok deraadt@Otto Moerbeek
2019-01-22Remove unused variable.Martin Pieuchot
2019-01-22Correct some bugs in PKCS#11 token PIN handling at initial login,Damien Miller
2019-01-22Support keys that set the CKA_ALWAYS_AUTHENTICATE by requring aDamien Miller
2019-01-22Mention that configuration for the destination host is not appliedDamien Miller
2019-01-22Include -m in the synopsis for a few more commands that support itDamien Miller
2019-01-22print the full pubkey being attempted at loglevel >= debug2; bz2939Damien Miller
2019-01-22clarify: ssh-keygen -e only writes public keys, never privateDamien Miller
2019-01-22strptime(3): Disallow double leap second.cheloha
2019-01-22mention the new vs. old key formats in the introduction and give someDamien Miller
2019-01-22vmd: reorder PCI device assignment to fix Linux network interface numberingMike Larkin
2019-01-22PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() callsKenneth R Westerback
2019-01-22tweak previous;Jason McIntyre
2019-01-22-p got changed to -f;Jason McIntyre
2019-01-22sort sections, and add a missing verb to the EXAMPLES text;Jason McIntyre
2019-01-22Wrap long lineOtto Moerbeek
2019-01-22Make zoneinfo directories have permissions 0755 instead of 0555Theo Buehler
2019-01-22Simply the logic translating 'egress' into an interface name.Kenneth R Westerback
2019-01-22flense more trailing whitespacePeter Hessler
2019-01-22Increase max mtu to match the linux driver; tested against ixl, which canJonathan Matthew
2019-01-22Increase hardmtu to the maximum according to the datasheet and set the rxJonathan Matthew
2019-01-22Add and remove mac filters for multicast addresses.Jonathan Matthew
2019-01-22remove trailing whitespace in the Laptop Package part of the license text.Peter Hessler
2019-01-22syncTheo Buehler
2019-01-22bump minors after symbol additionTheo Buehler
2019-01-22Document SSL_get1_supported_ciphers(3) and SSL_get_client_ciphers(3).Theo Buehler
2019-01-22Add a re-implementation of SSL_get1_supported_ciphers().Theo Buehler
2019-01-22Provide SSL_get_client_ciphers().Theo Buehler
2019-01-22Add missing symbols from the EC_KEY_METHOD port.Theo Buehler
2019-01-22#ifdef video junk as required.Theo de Raadt
2019-01-22add support for xchacha20 and xchacha20-poly1305David Gwynne
2019-01-22Point people to ipcomp(4) instead of ipsecctl(8) forAntoine Jacoutot
2019-01-21Forgot to add -J to the synopsis.Theo Buehler
2019-01-21Don't return 1 if we rollback and there's no installed patches.Antoine Jacoutot
2019-01-21this driver does actually workJonathan Matthew
2019-01-21Warn user to reboot the machine when a new kernel is installed and let him knowAntoine Jacoutot
2019-01-21select(2), pselect(2), poll(2), ppoll(2): Support full timeout range.cheloha
2019-01-21lenght -> lengthJonathan Gray
2019-01-21lenght -> lengthJonathan Gray
2019-01-21Add a -J option as a shortcut for -o Proxyjump= to scp(1) and sftp(1)Theo Buehler
2019-01-21switch sntrup implementation source from supercop to libpqcrypto;Damien Miller
2019-01-21add a -f pformat flag to parse the given time with strptime.Ted Unangst
2019-01-21strftime can print epoch seconds with %s, so allow strptime to parse it.Ted Unangst
2019-01-21sometimes we don't call unveil_add, which means memory allocated by nameiTed Unangst