Age | Commit message (Expand) | Author |
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 |
2021-10-24 | Move pmap_{,k}remove() inside uvm_km_pgremove{,_intrsafe}(). | Martin Pieuchot |
2021-10-24 | merge documentation for SSL_read_ex(3), SSL_peek_ex(3), and SSL_write_ex(3) | Ingo Schwarze |
2021-10-24 | Now that ampintcmsi(4)'s establish function returns a pointer to the | Patrick Wildt |
2021-10-24 | Remove crp_etype and return errors directly from crypto_invoke() | Tobias Heider |
2021-10-24 | use O_RDONLY instead of 0 as open() flags parameter | Theo de Raadt |
2021-10-24 | Pass the error of the IPsec callback to the caller. The dropped | Alexander Bluhm |
2021-10-24 | Use unveil(2) for the possible script file, dt(4) and ksyms(4) nodes. | Martin Pieuchot |
2021-10-24 | Prepare to provide a number of X509_STORE_CTX_* setters. | Theo Buehler |
2021-10-24 | Prepare to provide EVP_MD_CTX_get_md_data() | Theo Buehler |
2021-10-24 | Prepare to provide a bunch of OCSP_resp_* getters. | Theo Buehler |
2021-10-24 | Prepare to provide X509_STORE_CTX_get_num_untrusted() | Theo Buehler |
2021-10-24 | Prepare to provide BIO_get_init() | Theo Buehler |
2021-10-24 | Shuffle variables around and use KASSERT() instead of panic(). | Martin Pieuchot |
2021-10-24 | Improve variable naming | Job Snijders |
2021-10-24 | sync | Theo de Raadt |
2021-10-24 | Since tb@ added DECLARE_STACK_OF(GENERAL_NAMES) to x509v3.h in rev. 1.9 | Ingo Schwarze |
2021-10-24 | Use ifconfig(8)'s "join" command by default | Klemens Nanni |
2021-10-24 | nsd 4.3.7 shipped with DNS cookies on and then flipped to a default of | Florian Obser |
2021-10-24 | Update to 4.3.8. | Florian Obser |
2021-10-24 | Restrict the characterset for filenames on Manifests | Job Snijders |
2021-10-24 | Implement poll(2), select(2), ppoll(2) & pselect(2) on top of kqueue. | Martin Pieuchot |
2021-10-24 | let pf_table.c to use standard way to work with lists | Alexandr Nedvedicky |
2021-10-24 | Stop setting etype in the MD crypto code. So far we have set the etype | Patrick Wildt |
2010-01-15 | NSD v3.2.4 | Jakob Schlyter |
2021-10-24 | Fall back to HTTP for fetching automatically | Klemens Nanni |
2021-10-24 | ansi | Jonathan Gray |
2021-10-24 | Prohibit renames of tmpfs mount-points to fix a panic. | Patrick Wildt |
2021-10-24 | Prepare to provide X509_OBJECT_{new,free}() | Theo Buehler |