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