summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-17Write new X509_ATTRIBUTE(3) manual page from scratch.Ingo Schwarze
2016-12-17Insert RTF_CLONED routes at a higher priority than their partent toMartin Pieuchot
2016-12-17Fix IO clock speed and system reset on Octeon III.Visa Hankala
2016-12-17There is no RTC on Shasta, so do not attach the driver.Visa Hankala
2016-12-17Make Octeon model strings a bit more specific. While there,Visa Hankala
2016-12-17On some systems, the firmware advertises multiple tiny and disjointVisa Hankala
2016-12-17Add new device xp(4), preliminary support for LUNA's I/O processor.Kenji Aoyama
2016-12-17syncTheo de Raadt
2016-12-17Write a new manual page X509_REQ_new(3) from scratch.Ingo Schwarze
2016-12-16Add dhcrelay(8) command-line option for replacing Relay Agent InformationRafael Zalamena
2016-12-16Move declaration of an 'i' inside the scope of its use. Which inKenneth R Westerback
2016-12-16Eliminate some gcc warnings about 'unused variables', mostly byKenneth R Westerback
2016-12-16When running on Azure, the initial timesync "sync" message is not correct,Reyk Floeter
2016-12-16syncTheo de Raadt
2016-12-16various minor cleanup;Jason McIntyre
2016-12-16Document X509_REVOKED_new(3) and X509_REVOKED_free(3) and moveIngo Schwarze
2016-12-16Move the if_get/if_put to the caller of igmp_sendpkt so we avoid havingRafael Zalamena
2016-12-16Provide the "machdep.lidsuspend" sysctl on Loongson.Frederic Cambus
2016-12-16Write X509_CRL_new(3) manual page from scratch. These four functionsIngo Schwarze
2016-12-16Write new X509_CINF_new(3) manual page from scratch. These functionsIngo Schwarze
2016-12-16Document ERR_FATAL_ERROR(3), tweaked by me.Ingo Schwarze
2016-12-16Fix error in the description of BUF_reverse(3), tweaked by me.Ingo Schwarze
2016-12-16Add regression test for AllowUsers and DenyUsers. Patch from Zev WeissDarren Tucker
2016-12-16revert to rev1.2; the new bits in this test depend on changes to sshDamien Miller
2016-12-16Move the "stop sshd" code into its own helper function. Patch fromDarren Tucker
2016-12-16regression test for certificates along with private key with noDamien Miller
2016-12-15Use $SUDO to read pidfile in case root's umask is restricted. FromDarren Tucker
2016-12-15markup fix;Jason McIntyre
2016-12-15Add a STANDARDS section and mention the relevant section of the standard.Ingo Schwarze
2016-12-15link back to X509_ALGOR_new(3)Ingo Schwarze
2016-12-15Document X509_ALGOR_new(3) and X509_ALGOR_free(3)Ingo Schwarze
2016-12-15Add missing braces in DenyUsers code. Patch from zev at bewilderbeest.net,Darren Tucker
2016-12-15Fix text in error message. Patch from zev at bewilderbeest.net.Darren Tucker
2016-12-15Nuke some trailing tabs.Kenneth R Westerback
2016-12-15Nuke a couple of unused variables making gcc upset. Leftovers from strippingKenneth R Westerback
2016-12-15Remove rasops2 (2-bit color depth) functions, they are unused.Frederic Cambus
2016-12-15provide missing section number to Xr;Jason McIntyre
2016-12-15Regen usbdevsPaul Irofti
2016-12-15Add Intel Bluetooth devices found on x250 and x260 Thinkpads.Paul Irofti
2016-12-15Make sure all pages talking about X509_EXTENSION objectsIngo Schwarze
2016-12-15cut back some excessive cross referencesIngo Schwarze
2016-12-15Document X509_EXTENSION_new(3) and X509_EXTENSION_free(3) listedIngo Schwarze
2016-12-15Add a helper script, format-pem.pl: a filter to sort and pretty-printStuart Henderson
2016-12-15remove "(DEPRECATED)" from the Nd: none of the other base pagesJason McIntyre
2016-12-15fix build when DIAGNOSTIC is not definedJonathan Gray
2016-12-14an Xr and new line fix;Jason McIntyre
2016-12-14Allow to start disabled and pre-configured VMs by name, "vmctl start foo".Reyk Floeter
2016-12-14Make 'route add default' show a nicer error message if the providedStefan Sperling
2016-12-14Sync extern decl of eproto_db with what's in libpcap.Jeremie Courreges-Anglas
2016-12-14Kill compat for old VNDIOCSET; ok deraadt@Jeremie Courreges-Anglas