Age | Commit message (Expand) | Author |
2019-11-12 | a long long time ago, there was no such thing as "from socket" and the | Gilles Chehade |
2019-11-12 | fix a logic bug in ruleset matching that makes `from socket` rules possibly | Gilles Chehade |
2019-11-12 | document the new annotations corresponding to DEBUG_PACKAGES | Marc Espie |
2019-11-12 | use the default URL when running fw_update, we can't guarantee that pkg_add will | Stuart Henderson |
2019-11-12 | tweak previous; ok deraadt | Jason McIntyre |
2019-11-12 | enable rpki-client build | Theo de Raadt |
2019-11-11 | print the URL when sysupgrade fetches new sets, allowing time for a quick ^C | Stuart Henderson |
2019-11-11 | sensors can als be marked trusted; ok deraadt@ | Otto Moerbeek |
2019-11-11 | fix 'mx:' mechanism in smtpd spf walk | Gilles Chehade |
2019-11-11 | tweak previous: delete stray .Pp | Ingo Schwarze |
2019-11-11 | trusted sub-option works on sensors also now; ok otto | Theo de Raadt |
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 |