summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-08Make it possible to install patches even if we don't have all sets installedAntoine Jacoutot
2016-12-08Simplify get_interfaces function, make it return NULL if we didn't findRafael Zalamena
2016-12-08fix spelling errors and typos, from Michael W. BombardieriTheo de Raadt
2016-12-08Fix regressions introduce in the fix for CVE-2016-6559.Todd C. Miller
2016-12-08syncTheo de Raadt
2016-12-07test different kinds of the "WARNING: whitespace at end of input line";Ingo Schwarze
2016-12-07comment out non-working parts of the test with .ig rather than \",Ingo Schwarze
2016-12-07enable commented parts of the test, they seem to work nowIngo Schwarze
2016-12-07enable commented parts of the test, they seem to work nowIngo Schwarze
2016-12-07Do not clear the prompt when a message is shown, just leave it around andNicholas Marriott
2016-12-07When reporting "whitespace at end of input line" on lines ending withIngo Schwarze
2016-12-07Add required padding to the response descriptorMike Belopuhov
2016-12-07Response status field is signed; adjust the debug messageMike Belopuhov
2016-12-07Spacing in arp -a output has changed, adapt test.Alexander Bluhm
2016-12-07Write SSL_renegotiate(3) manual from scratch; this function is listedIngo Schwarze
2016-12-07DHCP requests can be relayed through multiple relays. Currently wePatrick Wildt
2016-12-07If the BROADCAST flag is set on a BOOTREPLY, the RFC specifies thatPatrick Wildt
2016-12-07syncTheo de Raadt
2016-12-07Fall back to the minimum amount of ring pagesMike Belopuhov
2016-12-07add missing .Nm SSL_peek in the NAME sectionIngo Schwarze
2016-12-07splbio isn't doing us any good here and prevents polling from workingMike Belopuhov
2016-12-07Write SSL_copy_session_id(3) manual from scratch. This function isIngo Schwarze
2016-12-07syncTheo de Raadt
2016-12-07tweak previous;Jason McIntyre
2016-12-07Write new SSL_dup(3) manual from scratch. This function is listedIngo Schwarze
2016-12-07pledge(2) dhcrelay with "stdio route". route is needed for interface ioctls.Reyk Floeter
2016-12-07Mention X552, don't mention X557 which is a PHYMike Belopuhov
2016-12-07Add xbf(4)Mike Belopuhov
2016-12-07xbf(4) manual pageMike Belopuhov
2016-12-07Add mira support to iwn(4).Stefan Sperling
2016-12-07Add a commented out entry for xbf(4)Mike Belopuhov
2016-12-07Cleanup syspatch directories that do not contain a tarball; it means itAntoine Jacoutot
2016-12-07Add xbf(4)Mike Belopuhov
2016-12-07A driver for Xen Blkfront heavily based on vdsk(4) from kettenis@Mike Belopuhov
2016-12-07Add a simple mechanism to poll for a change in the property valueMike Belopuhov
2016-12-07Factor out the polling loop into a separate functionMike Belopuhov
2016-12-07New SSL_dup_CA_list(3) manual written from scratch.Ingo Schwarze
2016-12-07Return proper error values from xs_{get,set}propMike Belopuhov
2016-12-07Remove some leftovers from before the dynamic grant table codeMike Belopuhov
2016-12-07Add documentation for SSL_add_file_cert_subjects_to_stack(3) andIngo Schwarze
2016-12-07Convert ssl3_send_client_kex_dhe() to CBB.Joel Sing
2016-12-07Rename function discover_interfaces into get_interface and change itsRafael Zalamena
2016-12-07Ensure that we zero memory that contiansthe ASN.1 encoded session, sinceJoel Sing
2016-12-07Ensure that we zero memory used to hold the ASN.1 encoded session, sinceJoel Sing
2016-12-07Only skip moving the cursor if it is already in the last position _onNicholas Marriott
2016-12-07Make prefix work in all tables (except the prefix table). Users who wantNicholas Marriott
2016-12-07syncTheo de Raadt
2016-12-07Fix a typo, decrement rem, don't increment for single digit hex bytes.Todd C. Miller
2016-12-06An SSL_SESSION_print(3) manual written from scratch. It's clearlyIngo Schwarze
2016-12-06s/SSL_CTX_need_tmp_rsa/SSL_CTX_need_tmp_RSA/Ingo Schwarze