Age | Commit message (Expand) | Author |
2019-11-11 | Also implement "trusted" for sensors; do not do constraint validation | Otto Moerbeek |
2019-11-11 | Implement DNS proposals to learn nameservers from network | Florian Obser |
2019-11-11 | Send DNS proposals on route socket when new nameservers are learned | Florian Obser |
2019-11-11 | remove -s and -S documentation, and explain the boot-time startup mode | Theo de Raadt |
2019-11-11 | Disable -s and -S functionality. -s would force time using NTP packets without | Theo de Raadt |
2019-11-10 | Opportunisticly run fw_update before rebooting to run the upgrade. | Bob Beck |
2019-11-10 | Consistently use _rcctl enable foo_ in examples, it's simpler and less | Landry Breuil |
2019-11-10 | document server/servers "trusted" sub-option. Indicates a particular | Theo de Raadt |
2019-11-10 | Introduce a "trusted" modifier, for peers that should be on a local net | Otto Moerbeek |
2019-11-10 | alphatically order sub-options for sensors, and make the explanations | Theo de Raadt |
2019-11-10 | typo | Theo de Raadt |
2019-11-10 | tweaks to the file hierarchy to annotate anything with debuginfo, so | Marc Espie |
2019-11-10 | typo | Marc Espie |
2019-11-10 | Drop non existent vars. | Antoine Jacoutot |
2019-11-10 | - validate sensor values against constraints | Otto Moerbeek |
2019-11-09 | Fix function name in error message. | denis |
2019-11-08 | added too much for -stable, if ftp says 404, we still need to save that | Marc Espie |
2019-11-08 | fix bogus pointer/double free crash, when /etc/printcap db file is not present, | Ricardo Mestre |
2018-04-27 | Import lpd, a re-implementation of the lpr daemon following the latest | Eric Faurot |
2019-11-07 | when asking the ports tree, we fork a child. | Marc Espie |
2019-11-07 | style nit | Marc Espie |
2019-11-07 | Document the new home of the control socket; ok florian@ | Otto Moerbeek |
2019-11-06 | Give acme-client a chance to work on IPv6 only hosts by using the | Florian Obser |
2019-11-06 | Rename "asr" to "stub" in user visible parts. | Florian Obser |
2019-11-06 | Allow the singular constraint clause to list multiple addresses; | Otto Moerbeek |
2019-11-06 | mention in tcpdump(8) description of -i that one can use either a network | Stuart Henderson |
2019-11-06 | For now ignore https:// URI in tal files. rpki-client only does rsync. | Claudio Jeker |
2019-11-06 | The memory returned by realloc(NULL, ...) is uninitalized. Therefore make | Claudio Jeker |
2019-11-06 | If tal_parse_buffer() fails return early because the code that follows | Claudio Jeker |
2019-11-05 | Add ogx to fw_update. | Visa Hankala |
2019-11-04 | remove useless NULL check, it's checked 7 lines further up. | Sebastian Benoit |
2019-11-04 | The argument to the ctype functions needs to be representable as an | Claudio Jeker |
2019-11-04 | Refactor tal code a bit. Move the file reader back into tal.c so that the | Claudio Jeker |
2019-11-04 | fix a possible crash when combining "from rdns", nested virtual aliases and | Gilles Chehade |
2019-11-03 | 6.6.0 -> 6.6.1 | Gilles Chehade |
2019-11-03 | Our version numbers go | Florian Obser |
2019-11-03 | Opportunistic DoT support and name forwarder "forwarder" instead of "static; | Otto Moerbeek |
2019-11-02 | Build rpki-client with LibreSSL. | Joel Sing |
2019-11-02 | switch ASN1_STRING_data() with constified ASN1_STRING_get0_data() | Gilles Chehade |
2019-11-02 | Write debug messages to stderr instead of stdout | Jeremie Courreges-Anglas |
2019-11-02 | Zap remnants from "cpu throttling on mp systems" introduced in rev 1.46 | Jeremie Courreges-Anglas |
2019-11-01 | Correctly group initialization of AF_UNIX socket. | Florian Obser |
2019-10-31 | fix inconsistency; from tim kuijsten | Jason McIntyre |
2019-10-31 | Add asr resolver type which completely bypasses libunbound and uses the | Florian Obser |
2019-10-31 | Administrative Shutdown messages can be 255 byte long. | Sebastian Benoit |
2019-10-31 | Handle the TAL files in the master process and pass them as buffer to the | Claudio Jeker |
2019-10-30 | Add PREFIX_FLAG_STALE to mark prefixes in the Adj-RIB-Out as stale during | Claudio Jeker |
2019-10-29 | don't print a blank line if no stage1 or stage2 aspects | Theo de Raadt |
2019-10-29 | Replace the fatal non existing prefix call with a pt_add() call that | Claudio Jeker |
2019-10-29 | Fix two cases where the nexthop_runners tail queue can get corrupted. | Claudio Jeker |