summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-22First step of cleanup in the io land. Introduce io_buf_new() andClaudio Jeker
2021-10-22Implement --compare-dest in openrsync. compare-dest allows you to addClaudio Jeker
2021-10-22Prevent mem leaks in the (unlikely) event that getaddrinfo returnsDarren Tucker
2021-10-22Put back sys/types.h and sys/socket.h. The latter was unintentionallyTheo Buehler
2021-10-22When reading the symlink value during the fts travers use ent->fts_accpathClaudio Jeker
2021-10-22Fix some ghastly whitespace. From Martin VahlensieckTheo Buehler
2021-10-22Use unsigned char instead of u_char in base64.c. This is a mildTheo Buehler
2021-10-22Garbage collect an unused variable.Theo Buehler
2021-10-22Stop setting enc.modified manually. It's no longer needed.Theo Buehler
2021-10-22Remove unnecessary semicolons in case statements. From khaleesicodesDarren Tucker
2021-10-22Fix typos in comments. From khaleesicodes via github PR#280.Darren Tucker
2021-10-22return unsupported version for version less than HTTP/0.9 and higherSebastian Benoit
2021-10-22regenJonathan Gray
2021-10-22add Intel ADL-S and ADL-P graphics ids Mesa matchesJonathan Gray
2021-10-22Remove last dangling usage of CRYPTO_F_NOQUEUE.Anton Lindqvist
2021-10-22syncAnton Lindqvist
2021-10-22knf nitsAnton Lindqvist
2021-10-22add pipe select hangup test case; ok mpi@Anton Lindqvist
2021-10-22Preserve pipe select(2) semantics when the other end of the pipe is gone.Anton Lindqvist
2021-10-22One could end up with the wrong encoding in xenocara while having a uccAnton Lindqvist
2021-10-21Remove more dead code related to crypto task queues.Tobias Heider
2021-10-21Remove code to run crypto operations in a task queue. The code wasTobias Heider
2021-10-21Simplify the description of RETURN VALUES.Ingo Schwarze
2021-10-21Initialize interrupts to G1NS by configuring IGROUPR and IGRPMODR. ThisPatrick Wildt
2021-10-21Release solock() before call unp_internalize() and take it within whenVitaliy Makkoveev
2021-10-21regenJonathan Gray
2021-10-21add Gemini Lake MEI; from fkrJonathan Gray
2021-10-21Remove hifn(4), safe(4), and ubsec(4) crypto drivers. They requireAlexander Bluhm
2021-10-21Have ampintcmsi(4) go through the list of interrupt controllers to find thePatrick Wildt
2021-10-21Simplify a return value check for X509_STORE_get_by_subject() nowTheo Buehler
2021-10-21Set enc.modified if the X509_REQ is going to be modified.Theo Buehler
2021-10-21new manual page X509_ATTRIBUTE_set1_object(3)Ingo Schwarze
2021-10-21Sync parts of X509_STORE_get_by_subject() with OpenSSLTheo Buehler
2021-10-21Document commands used to send VM IP to Xen hostDenis Fondras
2021-10-21Prepare to make X509 opaque.Theo Buehler
2021-10-21Clean up the naming of SNMP_C_GETNEXTREQ and SNMP_C_RESPONSE insideMartijn van Duren
2021-10-21libtls: Don't reach into X509_STORE_CTX.Theo Buehler
2021-10-21s/SNMP_C_GETRESP/SNMP_C_RESPONSEMartijn van Duren
2021-10-21Switch from X509_VERIFY_PARAM_set_flags() to X509_STORE_set_flags().Theo Buehler
2021-10-21isakmpd: prepare for opaque X509_STORE_CTX struct.Theo Buehler
2021-10-21isakmpd: prepare for opaque X509_EXTENSION struct. This needs to useTheo Buehler
2021-10-21Add XKU_ANYEKU #define and use it to cache the anyExtendedKeyUsageTheo Buehler
2021-10-21Remove 'disk' editing command. Determining the disk geometry on startup (fromKenneth R Westerback
2021-10-21Prepare to provide X509_get_X509_PUBKEY() as a function.Theo Buehler
2021-10-21when a client sends header lines without a colon, respond with 400 BadSebastian Benoit
2021-10-21Avoid sys/param.h, or annotate reasons for including where required.Theo de Raadt
2021-10-21Move vfs_stall_barrier() from the fd layer into vn_lock() and the vfs layer.Claudio Jeker
2021-10-21Bump to LibreSSL 3.5.0Theo Buehler
2021-10-21Remove duplicate variable ibytes, use plen instead.Tobias Heider
2021-10-21Eliminate a dead assignment and a weird cast. Adjust a comment toTheo Buehler