Age | Commit message (Expand) | Author |
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 |
2019-05-27 | only reschedule the periodic interrupt after updating register A | Jasper Lievisse Adriaanse |
2019-05-27 | Switch the peer TAILQ to a RB tree indexed by the peer id. This way | Claudio Jeker |
2019-05-26 | support -T erspan so arbitrary gre protocols can be seen as erspan | David Gwynne |
2019-05-26 | reflect current reality | Marc Espie |
2019-05-26 | document somewhat oldish improvements | Marc Espie |
2019-05-26 | adjust comment. ArcCheck hasn't dealt with long names ever since | Marc Espie |
2019-05-26 | perl makewhatis has been dead a few years | Marc Espie |
2019-05-26 | Allow specifying area by number as well as id. No changes to outputs. | remi |
2019-05-24 | switch from having automatic EVP_CIPHER_CTX variables to allocating them | Gilles Chehade |
2019-05-24 | ERR_R_SSL_LIB is defined to ERR_LIB_SSL which works for both LibreSSL and | Gilles Chehade |
2019-05-24 | assume X509_STORE_CTX is opaque, don't access ->error but use the | Gilles Chehade |
2019-05-24 | mechanical change to dynamically allocate rsae_method | Gilles Chehade |
2019-05-24 | fix typo in fatal message to -> too | Gilles Chehade |
2019-05-24 | remove useless check, it's never been and will never be hit | Gilles Chehade |
2019-05-24 | Change timer_nextisdue() and timer_nextduein() to take the current time | Claudio Jeker |
2019-05-23 | look for tag in self first, solves a fringe case where | Marc Espie |
2019-05-23 | Implement bgpctl show mrt neighbors, a command to print the neighbor table | Claudio Jeker |
2019-05-23 | Add F_CTL_NEIGHBORS a flag only used in bgpctl's mrt parsing code. | Claudio Jeker |
2019-05-23 | unbound-checkconf pledges "stdio rpath getpw", later narrowing to "stdio rpath". | Stuart Henderson |
2019-05-22 | re-order to reported states based on order of significance: | Jasper Lievisse Adriaanse |
2019-05-21 | Use malloc_ and calloc_conceal() to allocate memory for sensitive, | Otto Moerbeek |
2019-05-20 | drop fatalx calls when claiming a new vm id; otherwise it's possible | Jasper Lievisse Adriaanse |
2019-05-20 | rev 1.219 of the file was a fix to an LMTP issue that was misunderstood. we | Gilles Chehade |
2019-05-18 | Fix LDAP RFC reference in comment. Also noticed by martijn. | rob |
2019-05-17 | handle ERSPAN type I | David Gwynne |
2019-05-16 | Unbreak vmctl start foo -b /bsd -d disk.img -cL | Claudio Jeker |
2019-05-16 | Accept address and number format for "ospfctl show database area XXX". | remi |
2019-05-16 | unveil code was unaware of -f option. | Theo de Raadt |
2019-05-16 | treat vms that are disabled in vm.conf the same as any other vm that's stopped | Jasper Lievisse Adriaanse |
2019-05-16 | Do not change router-id on reload if unspecified. | denis |
2019-05-16 | Allow arbitrary oids to be specified for the getnext request, instead of | Martijn van Duren |
2019-05-15 | check result of ftruncate() as we do write() below | Brent Cook |