Age | Commit message (Expand) | Author |
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 |
2023-11-16 | avi_origid must also be set when transitioning out of the | Martijn van Duren |
2023-11-16 | Simplify CRL printing | Theo Buehler |
2023-11-16 | Improve CRL extension checking | Theo Buehler |
2023-11-16 | Add a helper to extrct the CRL Number from a crl | Theo Buehler |
2023-11-16 | consider an MX of "localhost" as it were a "Null MX" | Omar Polo |
2023-11-15 | Correct denominators when converting NTP fixed point values to double | Otto Moerbeek |
2023-11-15 | Make sure we allocate the correct size for an appl_agentcap. | Martijn van Duren |
2023-11-15 | Don't let signify mess up our status line | Andrew Fresh |
2023-11-15 | Improve output after waiting for package db lock | Andrew Fresh |
2023-11-15 | Better handle ftp errors in fw_update | Andrew Fresh |
2023-11-15 | Improve fw_update output on errors | Andrew Fresh |
2023-11-13 | Apparently base-gcc doesn't like having OID() inside MIBDECL(). Handroll | Martijn van Duren |
2023-11-13 | Replace ASN1_time_parse() with ASN1_TIME_to_tm() | Theo Buehler |
2023-11-13 | struct appl_varbind_internal's avi_index is used to give the index to | Martijn van Duren |
2023-11-12 | Move struct oid from snmpd.h into smi.c and trim a lot of the now unused | Martijn van Duren |
2023-11-12 | Remove a bunch of unused smi_ functions and move a couple of definitions | Martijn van Duren |
2023-11-12 | Now that smi_oid_cmp() is only used by the oidtree RB-tree, and nothing | Martijn van Duren |
2023-11-12 | Now that MIBDECL() fills in bo_n, no need to call smi_oidlen() anymore. | Martijn van Duren |
2023-11-12 | Let MIBDECL() make use of OID(). This gives use bo_n for free and we | Martijn van Duren |
2023-11-12 | Now that smi.c is basically an oid/name translator, let smi_insert() | Martijn van Duren |
2023-11-12 | No need to use struct oid to compare two struct ber_oids. Just call | Martijn van Duren |
2023-11-12 | Printing all known objects inside smi when build with -DDEBUG has no | Martijn van Duren |
2023-11-12 | No reason to call (error-prone) smi_scalar_oidlen when we include the | Martijn van Duren |
2023-11-12 | Bump NTP era if the offset we receive is small, in a similar manner | Otto Moerbeek |