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