summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-14Fix typo in comment.Claudio Jeker
2023-11-14Add break to error out on weird characters in gethostbyname().Florian Obser
2023-11-14regenJonathan Gray
2023-11-14add another Navi 32 device idJonathan Gray
2023-11-13reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.197Ingo Schwarze
2023-11-13raise i386's datasize for 'daemon' class so that relinking libc at bootStuart Henderson
2023-11-13fix i386 setsStuart Henderson
2023-11-13include function name in warning printf in vmx_handle_np_fault() and svm_hand...Jasper Lievisse Adriaanse
2023-11-13Reduce the man(7) default global indentation from 7n, which was an oddityIngo Schwarze
2023-11-13Fix rt_setgate() error handling.Alexander Bluhm
2023-11-13Make X509_certificate_type() less badTheo Buehler
2023-11-13Garbage collect an incoherent export crypto checkTheo Buehler
2023-11-13Use a sensible variable name (i.e. nid) instead of i for a NIDTheo Buehler
2023-11-13Use X509_get_signature_nid() instead of inlining itTheo Buehler
2023-11-13X509_certificate_type() needs to know about RSA-PSSTheo Buehler
2023-11-13Apparently base-gcc doesn't like having OID() inside MIBDECL(). HandrollMartijn van Duren
2023-11-13Bye bye libcsiTheo Buehler
2023-11-13Retire the libcsi regressTheo Buehler
2023-11-13sync Symbols.list with reality; ok tb@Robert Nagy
2023-11-13enable UDF on arm64 install mediaJonathan Gray
2023-11-13Prepare to expose OPENSSL_gmtime and OPENSSL_timegm as publicBob Beck
2023-11-13Kill last user of ASN1_time_parse() in the treeTheo Buehler
2023-11-13Check notBefore/notAfter validity with ASN1_TIME_to_tm(3)Theo Buehler
2023-11-13Replace ASN1_time_parse() with ASN1_TIME_to_tm()Theo Buehler
2023-11-13Bump datasize for staff to match amd64Jeremie Courreges-Anglas
2023-11-13syncJonathan Gray
2023-11-13Remove last caller of ASN1_time_parse(3) in libtlsTheo Buehler
2023-11-13Remove ASN1_time_parse() dependency in tls_conninfo.cTheo Buehler
2023-11-13Eliminate the timegm(3) dependency in libcryptoTheo Buehler
2023-11-13Add 2 tests to make sure getbulkrequests return the correct error index.Martijn van Duren
2023-11-13struct appl_varbind_internal's avi_index is used to give the index toMartijn van Duren
2023-11-13adjust `regress' description since REGRESS_FAIL_EARLY is yes nowOmar Polo
2023-11-13syncJonathan Gray
2023-11-13Make sure sftp_get_limits() only returns 0 if 'limits' was initialized.Tobias Heider
2023-11-12Bump datasize for the default login class, needed to build clang-16Jeremie Courreges-Anglas
2023-11-12Declare global variable zeroin46_addr as const.Alexander Bluhm
2023-11-12Also bump the default limit on riscv64Jeremie Courreges-Anglas
2023-11-12append ExtensionDependencies.inc to CLEANFILES only if .OBJDIR != .CURDIRRobert Nagy
2023-11-12Move struct oid from snmpd.h into smi.c and trim a lot of the now unusedMartijn van Duren
2023-11-12Remove a bunch of unused smi_ functions and move a couple of definitionsMartijn van Duren
2023-11-12Now that smi_oid_cmp() is only used by the oidtree RB-tree, and nothingMartijn van Duren
2023-11-12Now that MIBDECL() fills in bo_n, no need to call smi_oidlen() anymore.Martijn van Duren
2023-11-12Let MIBDECL() make use of OID(). This gives use bo_n for free and weMartijn van Duren
2023-11-12Now that smi.c is basically an oid/name translator, let smi_insert()Martijn van Duren
2023-11-12No need to use struct oid to compare two struct ber_oids. Just callMartijn van Duren
2023-11-12Printing all known objects inside smi when build with -DDEBUG has noMartijn van Duren
2023-11-12No reason to call (error-prone) smi_scalar_oidlen when we include theMartijn van Duren
2023-11-12revert https://reviews.llvm.org/D135402 for now to shut lld up until we fixRobert Nagy
2023-11-12Bump NTP era if the offset we receive is small, in a similar mannerOtto Moerbeek
2023-11-12Use constant sockaddr in route lookup.Alexander Bluhm