summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-15fnematch: fix a bug that could result in extra chars being pushed back.Todd C. Miller
2023-11-15fnematch: fix out-of-bounds access on EOFTodd C. Miller
2023-11-15Correct denominators when converting NTP fixed point values to doubleOtto Moerbeek
2023-11-15Make sure we allocate the correct size for an appl_agentcap.Martijn van Duren
2023-11-15Don't let signify mess up our status lineAndrew Fresh
2023-11-15Improve output after waiting for package db lockAndrew Fresh
2023-11-15Better handle ftp errors in fw_updateAndrew Fresh
2023-11-15Improve fw_update output on errorsAndrew Fresh
2023-11-15Drop some unnecessary parenthesesTheo Buehler
2023-11-15Shuffle getters and adders down a bitTheo Buehler
2023-11-15Add regress test for "grep -m" behavior. From Crystal Kolipe.Todd C. Miller
2023-11-15procline: only reduce mcount once per line, not once per match.Todd C. Miller
2023-11-14Bump powerpc64 default datasize to 1536MGeorge Koehler
2023-11-14Don't strdup NULL filename.Nicholas Marriott
2023-11-14Add missing .PATHJeremie Courreges-Anglas
2023-11-14Handle NULL client (in config file) when showing a status message; alsoNicholas Marriott
2023-11-14Use SM 2026 for Sync which is more widely supported now.Nicholas Marriott
2023-11-14increase datasize to 1536M for the default login classJonathan Gray
2023-11-14This code depends on internals from net/art.h so include it explicitly.Claudio Jeker
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