summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-25Make brk() and sbrk() weak again as intended.Mark Kettenis
2021-10-25vi(1): fix use after free with unsaved bufferDave Voutila
2021-10-25Hook up the print.c functions in rpki-clientClaudio Jeker
2021-10-25Remove unused variablesClaudio Jeker
2021-10-25Nuke a bunch of pointless #ifndef _<.h file>/#endif guards.Kenneth R Westerback
2021-10-25new manual page EVP_PKCS82PKEY(3), also documenting EVP_PKEY2PKCS8(3)Ingo Schwarze
2021-10-25new manual page PKCS8_pkey_set0(3)Ingo Schwarze
2021-10-25Add missing RCS markersTheo Buehler
2021-10-25Zap two unused includesJeremie Courreges-Anglas
2021-10-25Garbage collect another unused variable.Jeremie Courreges-Anglas
2021-10-25If we use type to SNMP_V2 we should check against that.Martijn van Duren
2021-10-25document ASN1_STRING_set0(3)Ingo Schwarze
2021-10-25Revert commitid: ufM9BcSbXqfLpzBH;Claudio Jeker
2021-10-25Add record processing limit to DTLS code.Joel Sing
2021-10-25Use ssl_force_want_read() in the DTLS code.Joel Sing
2021-10-25open() flags never contain O_CREAT, so variatic mode_t can be removed here alsoTheo de Raadt
2021-10-25do not need a temporary one time use variable which befuddlesTheo de Raadt
2021-10-25Fold SSL_SESSION_INTERNAL back into SSL_SESSION.Joel Sing
2021-10-25Fix use of uninitialized variable 'rpl'.Tobias Heider
2021-10-25Add -s and -S to display-popup to set popup and border style, fromNicholas Marriott
2021-10-25Instead of setting the popup default colours in the draw callback, setNicholas Marriott
2021-10-25Drop two uses of the terrible asn1 kludge spotted by antonTheo Buehler
2021-10-25Use EXPECTED_FAIL instead of DISABLED.mbuhl
2021-10-24Merge esp_input_cb() intp esp_input().Tobias Heider
2021-10-24Remove code duplication by merging the v4 and v6 input functionsAlexander Bluhm
2021-10-24Refactor ah_input() and ah_output() for new crypto API.Tobias Heider
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-10-24What kind of Sun idiot called open() with flags of "2".Theo de Raadt
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-10-24Refactor ipcomp_input() and ipcomp_output(). Remove obsolete code relatedTobias Heider
2021-10-24Even though AgentX supports null-oids and incidentally has a valid usecaseMartijn van Duren
2021-10-24Use the print.c file which is now shipped in rpki-client to printClaudio Jeker
2021-10-24Move the various print functions from the regress tests into print.c.Claudio Jeker
2021-10-24Constify struct cfattach.Martin Pieuchot
2021-10-24#define open O_* flags in libsa/stand.h, so that bootblocks can useTheo de Raadt
2021-10-24Initialize OID print buffer, even when oidlen is 0.Martijn van Duren
2021-10-24Some more whitespace cleanupPatrick Wildt
2021-10-24Add $OpenBSD$ header and add a licence to rrdp.h which was lacking it.Claudio Jeker
2021-10-24There are more m_pullup() in IPsec input. Pass down the pointerAlexander Bluhm
2021-10-24Constify struct cfattach.Martin Pieuchot
2021-10-24Add my copyright to some filesClaudio Jeker
2021-10-24Constify struct cfattach.Martin Pieuchot
2021-10-24tiny little whitespace fixesPatrick Wildt
2019-11-19Import NetBSD system call regression tests. They were written withAlexander Bluhm
2021-10-24Add httpd custom error page facility. Adapted by me fromIan Darwin
2021-10-24Use braces in config examplesKlemens Nanni
2021-10-24Remove 'struct tdb_crypto' allocations from esp_input() and esp_output().Tobias Heider
2021-10-24A tiny bit of cleanup.Patrick Wildt
2021-10-24Add mount -ur/uw support to tmpfs.Patrick Wildt
2021-10-24Unlock top part of UVM fault handler on mips64.Visa Hankala