summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2019-11-12a long long time ago, there was no such thing as "from socket" and theGilles Chehade
2019-11-12fix a logic bug in ruleset matching that makes `from socket` rules possiblyGilles Chehade
2019-11-12document the new annotations corresponding to DEBUG_PACKAGESMarc Espie
2019-11-12use the default URL when running fw_update, we can't guarantee that pkg_add willStuart Henderson
2019-11-12tweak previous; ok deraadtJason McIntyre
2019-11-12enable rpki-client buildTheo de Raadt
2019-11-11print the URL when sysupgrade fetches new sets, allowing time for a quick ^CStuart Henderson
2019-11-11sensors can als be marked trusted; ok deraadt@Otto Moerbeek
2019-11-11fix 'mx:' mechanism in smtpd spf walkGilles Chehade
2019-11-11tweak previous: delete stray .PpIngo Schwarze
2019-11-11trusted sub-option works on sensors also now; ok ottoTheo de Raadt
2019-11-11Also implement "trusted" for sensors; do not do constraint validationOtto Moerbeek
2019-11-11Implement DNS proposals to learn nameservers from networkFlorian Obser
2019-11-11 Send DNS proposals on route socket when new nameservers are learnedFlorian Obser
2019-11-11remove -s and -S documentation, and explain the boot-time startup modeTheo de Raadt
2019-11-11Disable -s and -S functionality. -s would force time using NTP packets withoutTheo de Raadt
2019-11-10Opportunisticly run fw_update before rebooting to run the upgrade.Bob Beck
2019-11-10Consistently use _rcctl enable foo_ in examples, it's simpler and lessLandry Breuil
2019-11-10document server/servers "trusted" sub-option. Indicates a particularTheo de Raadt
2019-11-10Introduce a "trusted" modifier, for peers that should be on a local netOtto Moerbeek
2019-11-10alphatically order sub-options for sensors, and make the explanationsTheo de Raadt
2019-11-10typoTheo de Raadt
2019-11-10tweaks to the file hierarchy to annotate anything with debuginfo, soMarc Espie
2019-11-10typoMarc Espie
2019-11-10Drop non existent vars.Antoine Jacoutot
2019-11-10- validate sensor values against constraintsOtto Moerbeek
2019-11-09Fix function name in error message.denis
2019-11-08added too much for -stable, if ftp says 404, we still need to save thatMarc Espie
2019-11-08fix bogus pointer/double free crash, when /etc/printcap db file is not present,Ricardo Mestre
2018-04-27Import lpd, a re-implementation of the lpr daemon following the latestEric Faurot
2019-11-07when asking the ports tree, we fork a child.Marc Espie
2019-11-07style nitMarc Espie
2019-11-07Document the new home of the control socket; ok florian@Otto Moerbeek
2019-11-06Give acme-client a chance to work on IPv6 only hosts by using theFlorian Obser
2019-11-06Rename "asr" to "stub" in user visible parts.Florian Obser
2019-11-06Allow the singular constraint clause to list multiple addresses;Otto Moerbeek
2019-11-06mention in tcpdump(8) description of -i that one can use either a networkStuart Henderson
2019-11-06For now ignore https:// URI in tal files. rpki-client only does rsync.Claudio Jeker
2019-11-06The memory returned by realloc(NULL, ...) is uninitalized. Therefore makeClaudio Jeker
2019-11-06If tal_parse_buffer() fails return early because the code that followsClaudio Jeker
2019-11-05Add ogx to fw_update.Visa Hankala
2019-11-04remove useless NULL check, it's checked 7 lines further up.Sebastian Benoit
2019-11-04The argument to the ctype functions needs to be representable as anClaudio Jeker
2019-11-04Refactor tal code a bit. Move the file reader back into tal.c so that theClaudio Jeker
2019-11-04fix a possible crash when combining "from rdns", nested virtual aliases andGilles Chehade
2019-11-036.6.0 -> 6.6.1Gilles Chehade
2019-11-03Our version numbers goFlorian Obser
2019-11-03Opportunistic DoT support and name forwarder "forwarder" instead of "static;Otto Moerbeek
2019-11-02Build rpki-client with LibreSSL.Joel Sing
2019-11-02switch ASN1_STRING_data() with constified ASN1_STRING_get0_data()Gilles Chehade