summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2019-06-11Implement SHA-2 (RFC7860) support for authentication.Martijn van Duren
2019-06-11The digestlength is not always 12 bytes. Make this value variable inMartijn van Duren
2019-06-11Introduce conf_clear_redist_list() (from ospfd) and use it in all 3 procs.remi
2019-06-10less macro;Jason McIntyre
2019-06-10document that area can take a number as well as an idDavid Gwynne
2019-06-09move solve_dependency up, so that pkg_create is happy againMarc Espie
2019-06-09somehow, I thought I was recording destdir there, but I'm not.Marc Espie
2019-06-09with tags, we do look in deletesetsMarc Espie
2019-06-09Introducing autmatic settime mode: if some preconditions are metOtto Moerbeek
2019-06-08remove unused variableFlorian Obser
2019-06-08 Remove A and D flag, they are superfluous.Florian Obser
2019-06-07Refactor up_get_nexthop() to work for all AFI/SAFI cases. AdditionallyClaudio Jeker
2019-06-07Implement RFC 8555 "Automatic Certificate Management EnvironmentFlorian Obser
2019-06-07Allow specifying area by number as well as id. No change to outputs.David Gwynne
2019-06-05assume RSA_METHOD is opaque and only access members through setters/gettersGilles Chehade
2019-06-05a long long time ago, in a galaxy quite close actually, reyk@ introduced anGilles Chehade
2019-06-03be better at finding a nice directory to extract temporary filesMarc Espie
2019-06-02In manpages, don't escape apostrophes as \'; it's rarely what you want.Anthony J. Bentley
2019-06-02dump pcie Device Serial Number capability valuesDavid Gwynne
2019-06-01Make sure that the IMSG_CTL_RESET message is sent immediately.Reyk Floeter
2019-05-31zap trailing whitespace;Jason McIntyre
2019-05-31Fix previous: create() got inadvertently moved after parse_config(),Ingo Schwarze
2019-05-31Add support for SNI with new "tls keypair" option to load additional certs.Reyk Floeter
2019-05-31Move the relay keys/certs into a separate global list and look them up by id.Reyk Floeter
2019-05-31similar to note recently added to bgpd.conf(5), mention in docs forStuart Henderson
2019-05-31Exit the attribute loop early if there are no unknown attributes leftClaudio Jeker
2019-05-31Also check the type of a network statement when looking for duplicates.Claudio Jeker
2019-05-30Use proper algorithm for median computation; use fabs() for computingOtto Moerbeek
2019-05-29Change vmctl(8) syntax: command options before the disk/name/id argument.Reyk Floeter
2019-05-29If a DBS resolve was done with the Checking Disabled flag, re-resolveOtto Moerbeek
2019-05-29Fix the check if a relay has been specified twiceReyk Floeter
2019-05-29Move relay_load_*() functions into relayd.cReyk Floeter
2019-05-29Document the few neighbor options that need a reset (bgpctl nei X clear)Claudio Jeker
2019-05-29Rework pfkey handling a bit. The old remove then add way of inserting md5sigClaudio Jeker
2019-05-28oops, let cdrom normalize if it's there.Marc Espie
2019-05-28make PERMIT_CDROM info optionalMarc Espie
2019-05-28Make vmd(8)'s ns8250 emulation more correctMike Larkin
2019-05-28A step in solving the bootstrap problem in a dnssec environement.Otto Moerbeek
2019-05-28vmd: unset CR0_CD and CR0_NW in default flat64 register valuespd
2019-05-27only reschedule the periodic interrupt after updating register AJasper Lievisse Adriaanse
2019-05-27Switch the peer TAILQ to a RB tree indexed by the peer id. This wayClaudio Jeker
2019-05-26support -T erspan so arbitrary gre protocols can be seen as erspanDavid Gwynne
2019-05-26reflect current realityMarc Espie
2019-05-26document somewhat oldish improvementsMarc Espie
2019-05-26adjust comment. ArcCheck hasn't dealt with long names ever sinceMarc Espie
2019-05-26perl makewhatis has been dead a few yearsMarc Espie
2019-05-26Allow specifying area by number as well as id. No changes to outputs.remi
2019-05-24switch from having automatic EVP_CIPHER_CTX variables to allocating themGilles Chehade
2019-05-24ERR_R_SSL_LIB is defined to ERR_LIB_SSL which works for both LibreSSL andGilles Chehade
2019-05-24assume X509_STORE_CTX is opaque, don't access ->error but use theGilles Chehade