summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-02Indent struct members like everywhere else.Theo Buehler
2021-04-02Document ioctl(2)'s for vmm(4). OK kn@.dv
2021-04-01Update manpage about RRDPjob
2021-04-01update currency exchange rates;Jason McIntyre
2021-04-01sort options list;Jason McIntyre
2021-04-01spellingTheo de Raadt
2021-04-01Sort usage: rR -> RrTheo Buehler
2021-04-01RRDP is currently off by default.Claudio Jeker
2021-04-01Tweak log_debug() verbiage to reduce repetitive infoKenneth R Westerback
2021-04-01Initial commit of RRDP (The RPKI Repository Delta Protocol - RFC8182) supportClaudio Jeker
2021-04-01For the snprintf range check demo, add a (size_t) cast in the right placeTheo de Raadt
2021-04-01Also immediately accept the *first* OFFER if it matches the requested address,Kenneth R Westerback
2021-04-01Clean up nonexistent/unused properties handlingkn
2021-04-01Remove extraneous call of vm_getbyvmid during pause eventdv
2021-04-01Abate superfluous lines from remote serversjob
2021-04-01Compare the pointer variable explicitly with NULL in if conditionKinichiro Inoguchi
2021-04-01Hardcode meaningful alert level, track apm's battery state betterkn
2021-04-01merge NSD 4.3.6rc1Stuart Henderson
2021-04-01Push kernel lock down to umb_rtrequest().mvs
2021-04-01Make build_crls() behave like build_chain(). If there is not auth dataClaudio Jeker
2021-04-01Do a better job at cleaning up. Remove empty directories, scan not only theClaudio Jeker
2021-04-01Add encoding.c to the various build targetsClaudio Jeker
2021-04-01Change search-again with vi keys to work like actual vi(1), also someNicholas Marriott
2021-04-01Move base64 and hex encoding functions into their own place.Claudio Jeker
2021-04-01Missing commas, from Vipul Kumar.Nicholas Marriott
2021-03-31Use new limits@openssh.com protocol extension to let the client selectDamien Miller
2021-03-31cannot effectively test posix-rename extension after changes inDamien Miller
2021-03-31do not advertise protocol extensions that have been disallowed byDamien Miller
2021-03-31Set 'select_timeout' to 'now' when an OFFER is received for the IP addressKenneth R Westerback
2021-03-31Add two missing checks for strdup() returning NULL.Kenneth R Westerback
2021-03-31one of the examples needs an -N (and explanation);Jason McIntyre
2021-03-31add --no-motd to SYNOPSIS;Jason McIntyre
2021-03-31Add option to suppress the Message of the Dayjob
2021-03-31tweak column widths of a .Bl -column tableIngo Schwarze
2021-03-31turn log_trace() into a macro to prevent evaluating the format stringEric Faurot
2021-03-31Update for DTLSv1.2 support.Theo Buehler
2021-03-31allow to specify tls protocols and ciphers on relay actionsEric Faurot
2021-03-31change the barrier so that fd's are always passed and received withEric Faurot
2021-03-31Remove workarounds for SSL_is_dtls()Theo Buehler
2021-03-31Remove workaround for missing d2i_DSAPrivateKey_fp prototypeTheo Buehler
2021-03-31syncTheo Buehler
2021-03-31Bump minors after symbol additionTheo Buehler
2021-03-31Expose various DTLSv1.2 specific functions and definesTheo Buehler
2021-03-31Document SSL_set_hostflags(3) and SSL_get0_peername(3)Theo Buehler
2021-03-31Expose SSL_set_hostflags(3) and SSL_get0_peername(3)Theo Buehler
2021-03-31Document SSL_use_certificate_chain_file(3)Theo Buehler
2021-03-31Expose SSL_use_certificate_chain_file(3)Theo Buehler
2021-03-31Provide missing prototype for d2i_DSAPrivateKey_fp(3)Theo Buehler
2021-03-31Document EVP_PKEY_new_CMAC_key(3)Theo Buehler
2021-03-31Provide EVP_PKEY_new_CMAC_key(3)Theo Buehler