summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2019-06-17Adjust comment.Claudio Jeker
2019-06-17Adjust and sync the code with the new struct community code from bgpd.Claudio Jeker
2019-06-17Completley rewrite the community matching and handling code. All communityClaudio Jeker
2019-06-17s/get1/get0/ in commentsFlorian Obser
2019-06-16Trade unveil(2) for chroot(2).Florian Obser
2019-06-16 Do not leak rsa keys; nobody is messing with the reference behind ourFlorian Obser
2019-06-16Be more aggressive retrying dns while in settime mode. The constraintOtto Moerbeek
2019-06-16acctkey indirection is unnecessary, just pass authority->accountFlorian Obser
2019-06-15Remove bugs section.Florian Obser
2019-06-15"If any sets are missing, patches are skipped accordingly."Antoine Jacoutot
2019-06-15 Now that we have different key types (rsa and ecdsa) we probablyFlorian Obser
2019-06-15Print domain key type in config test mode (-n).Florian Obser
2019-06-14simplify the runq interface:Eric Faurot
2019-06-14Track key type (RSA or ECDSA) in an enum and clean up a bit while here.Florian Obser
2019-06-13extend the resolver interface to delegate res_query() calls to the lka.Eric Faurot
2019-06-12change "ssl" to "tls" in various identifiers.Eric Faurot
2019-06-12tweak previous;Jason McIntyre
2019-06-12these were moved to key.[ch] in previous commitGilles Chehade
2019-06-12use acme-client to sign certificated with ecdsa keysGilles Chehade
2019-06-12Fix init of syslog for childs and teach dns process about synced state.Otto Moerbeek
2019-06-11Fix typo which resulted in a segfault in ebgp multihop setups.Florian Obser
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