Age | Commit message (Expand) | Author |
2019-06-15 | Now that we have different key types (rsa and ecdsa) we probably | Florian Obser |
2019-06-15 | Print domain key type in config test mode (-n). | Florian Obser |
2019-06-14 | simplify the runq interface: | Eric Faurot |
2019-06-14 | Track key type (RSA or ECDSA) in an enum and clean up a bit while here. | Florian Obser |
2019-06-13 | extend the resolver interface to delegate res_query() calls to the lka. | Eric Faurot |
2019-06-12 | change "ssl" to "tls" in various identifiers. | Eric Faurot |
2019-06-12 | tweak previous; | Jason McIntyre |
2019-06-12 | these were moved to key.[ch] in previous commit | Gilles Chehade |
2019-06-12 | use acme-client to sign certificated with ecdsa keys | Gilles Chehade |
2019-06-12 | Fix init of syslog for childs and teach dns process about synced state. | Otto Moerbeek |
2019-06-11 | Fix typo which resulted in a segfault in ebgp multihop setups. | Florian Obser |
2019-06-11 | Implement SHA-2 (RFC7860) support for authentication. | Martijn van Duren |
2019-06-11 | The digestlength is not always 12 bytes. Make this value variable in | Martijn van Duren |
2019-06-11 | Introduce conf_clear_redist_list() (from ospfd) and use it in all 3 procs. | remi |
2019-06-10 | less macro; | Jason McIntyre |
2019-06-10 | document that area can take a number as well as an id | David Gwynne |
2019-06-09 | move solve_dependency up, so that pkg_create is happy again | Marc Espie |
2019-06-09 | somehow, I thought I was recording destdir there, but I'm not. | Marc Espie |
2019-06-09 | with tags, we do look in deletesets | Marc Espie |
2019-06-09 | Introducing autmatic settime mode: if some preconditions are met | Otto Moerbeek |
2019-06-08 | remove unused variable | Florian Obser |
2019-06-08 | Remove A and D flag, they are superfluous. | Florian Obser |
2019-06-07 | Refactor up_get_nexthop() to work for all AFI/SAFI cases. Additionally | Claudio Jeker |
2019-06-07 | Implement RFC 8555 "Automatic Certificate Management Environment | Florian Obser |
2019-06-07 | Allow specifying area by number as well as id. No change to outputs. | David Gwynne |
2019-06-05 | assume RSA_METHOD is opaque and only access members through setters/getters | Gilles Chehade |
2019-06-05 | a long long time ago, in a galaxy quite close actually, reyk@ introduced an | Gilles Chehade |
2019-06-03 | be better at finding a nice directory to extract temporary files | Marc Espie |
2019-06-02 | In manpages, don't escape apostrophes as \'; it's rarely what you want. | Anthony J. Bentley |
2019-06-02 | dump pcie Device Serial Number capability values | David Gwynne |
2019-06-01 | Make sure that the IMSG_CTL_RESET message is sent immediately. | Reyk Floeter |
2019-05-31 | zap trailing whitespace; | Jason McIntyre |
2019-05-31 | Fix previous: create() got inadvertently moved after parse_config(), | Ingo Schwarze |
2019-05-31 | Add support for SNI with new "tls keypair" option to load additional certs. | Reyk Floeter |
2019-05-31 | Move the relay keys/certs into a separate global list and look them up by id. | Reyk Floeter |
2019-05-31 | similar to note recently added to bgpd.conf(5), mention in docs for | Stuart Henderson |
2019-05-31 | Exit the attribute loop early if there are no unknown attributes left | Claudio Jeker |
2019-05-31 | Also check the type of a network statement when looking for duplicates. | Claudio Jeker |
2019-05-30 | Use proper algorithm for median computation; use fabs() for computing | Otto Moerbeek |
2019-05-29 | Change vmctl(8) syntax: command options before the disk/name/id argument. | Reyk Floeter |
2019-05-29 | If a DBS resolve was done with the Checking Disabled flag, re-resolve | Otto Moerbeek |
2019-05-29 | Fix the check if a relay has been specified twice | Reyk Floeter |
2019-05-29 | Move relay_load_*() functions into relayd.c | Reyk Floeter |
2019-05-29 | Document the few neighbor options that need a reset (bgpctl nei X clear) | Claudio Jeker |
2019-05-29 | Rework pfkey handling a bit. The old remove then add way of inserting md5sig | Claudio Jeker |
2019-05-28 | oops, let cdrom normalize if it's there. | Marc Espie |
2019-05-28 | make PERMIT_CDROM info optional | Marc Espie |
2019-05-28 | Make vmd(8)'s ns8250 emulation more correct | Mike Larkin |
2019-05-28 | A step in solving the bootstrap problem in a dnssec environement. | Otto Moerbeek |
2019-05-28 | vmd: unset CR0_CD and CR0_NW in default flat64 register values | pd |