Age | Commit message (Expand) | Author |
2023-12-14 | Mostly straightforward conversion to imsg_get_fd() only the handling | Claudio Jeker |
2023-12-14 | Use imsg_get_fd() to access the file descriptor passed in the imsg. | Claudio Jeker |
2023-12-14 | Rewrite send_packet to update the eigrp header without using ibuf_seek. | Claudio Jeker |
2023-12-14 | rpki-client: make IP address block checks stricter | Theo Buehler |
2023-12-13 | Match what reorder_kernel is doing and use kern.osversion to find out whether | Antoine Jacoutot |
2023-12-13 | Use imsg_get_fd() to access the control fd. | Claudio Jeker |
2023-12-12 | The OID inside snmpTrapOID is of type NOTIFICATION-TYPE, which does not | Martijn van Duren |
2023-12-12 | Do a bitter cleanup after the config defined objects on shutdown. | Martijn van Duren |
2023-12-12 | io_read_buf() abused the ibuf internal rpos which is no longer allowed. | Claudio Jeker |
2023-12-11 | Warn when the same manifestNumber is recycled across multiple issuances of th... | Job Snijders |
2023-12-11 | Log a warning when a manifest replay is detected | Job Snijders |
2023-12-10 | Since errno isn't used here, use warnx() instead of warn() | Job Snijders |
2023-12-09 | Following a failed fetch, use a previously cached and valid Manifest | Job Snijders |
2023-12-06 | Periodically reset constraint DNS info for constraints that failed | Otto Moerbeek |
2023-12-05 | reject headers that start with a space or tab | Omar Polo |
2023-12-03 | move to using updatedb annotation exclusively | Marc Espie |
2023-12-03 | add the `no-dsn' option to `listen on socket' too | Omar Polo |
2023-12-03 | set the socket family too to mirror the LISTEN case; no-op in practice | Omar Polo |
2023-12-03 | enable DSN (Delivery Status Notification) for the implicit socket too | Omar Polo |
2023-12-01 | relay_read_http: strip out Content-Length if we strip the body too | Todd C. Miller |
2023-12-01 | Make sure we read a complete struct fsinfo even if the filesystem sectors | Miod Vallat |
2023-12-01 | allow tables and filter over multiple lines | Omar Polo |
2023-11-29 | relay_read_http: defer header parsing until after line continuation | Todd C. Miller |
2023-11-29 | aliases package.5 as packing-list and plist, since this is the entry | Marc Espie |
2023-11-28 | relay_read_http: tighten up header parsing | Todd C. Miller |
2023-11-27 | Add missing error check for yp_get_default_domain() | Theo Buehler |
2023-11-27 | interfacename -> interface to match usage and other manuals; OK florian | Klemens Nanni |
2023-11-25 | recognize future updatedb tagged packages | Marc Espie |
2023-11-25 | forgot to zap really old D/F | Marc Espie |
2023-11-25 | -h is handled by State.pm, don't try to recognize it | Marc Espie |
2023-11-25 | check_security has been around long enough, no need to check quirks can | Marc Espie |
2023-11-25 | reinstate checking the keytype, which I unwittingly dropped a long time ago. | Marc Espie |
2023-11-25 | reason this is here | Marc Espie |
2023-11-25 | dead too | Marc Espie |
2023-11-25 | this is dead since 2016 | Marc Espie |
2023-11-24 | add glue to match usage against actual options, as a debugging facility | Marc Espie |
2023-11-24 | Require files to be of a minimum size in the RRDP & RSYNC transports | Job Snijders |
2023-11-23 | tweak previous; suggested by jmc | Florian Obser |
2023-11-23 | Don't set directory modtimes to match the source | Job Snijders |
2023-11-23 | need to represent the option for it to actually make it into the package | Marc Espie |
2023-11-22 | Recognize option ipv6-only-preferred (RFC8925). | Florian Obser |
2023-11-22 | Prepare to do the updatedb stuff as an @option, so that the code is less ad-hoc | Marc Espie |
2023-11-21 | Make RTFILTER/filter-routes a simple boolean assignment, since the | Martijn van Duren |
2023-11-20 | Rename struct imsgbuf *ibuf to *imsgbuf. Same was done in bgpd. | Claudio Jeker |
2023-11-20 | KNF, fix long line. | Claudio Jeker |
2023-11-20 | KNF | Claudio Jeker |
2023-11-20 | In snmpe_writecb, don't call snmpe_prepare_read() when there's still | Martijn van Duren |
2023-11-19 | util.c requires stdint.h for UINT32_MAX and friends. | Claudio Jeker |
2023-11-17 | Set "unique_subject = no" to allow renewing expired certificates. | Tobias Heider |
2023-11-16 | In appl_processpdu() no need to set avi_next, and only set av_next up | Martijn van Duren |