summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2021-10-25Remove unused variablesClaudio Jeker
2021-10-25If we use type to SNMP_V2 we should check against that.Martijn van Duren
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-10-24Move the various print functions from the regress tests into print.c.Claudio Jeker
2021-10-24Add $OpenBSD$ header and add a licence to rrdp.h which was lacking it.Claudio Jeker
2021-10-24Add my copyright to some filesClaudio Jeker
2021-10-24Add httpd custom error page facility. Adapted by me fromIan Darwin
2021-10-24Use unveil(2) for the possible script file, dt(4) and ksyms(4) nodes.Martin Pieuchot
2021-10-24Improve variable namingJob Snijders
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
2010-01-15NSD v3.2.4Jakob Schlyter
2021-10-23do not duplicate "Connection: close" headers and only add it if itsSebastian Benoit
2021-10-23Rename io_buf_new to io_new_buffer and io_buf_close to io_close_buffer.Claudio Jeker
2021-10-23Finnally move away from blocking reads in rpki-client. The code was aClaudio Jeker
2021-10-23* stop sending the content for head requests, even when its supplied by theSebastian Benoit
2021-10-23annotate a 413 error with "request body too large" in the error log.Sebastian Benoit
2021-10-23Correctly print varbind not found contexts.Martijn van Duren
2021-10-23Always print the community.Martijn van Duren
2021-10-23We define Unsigned32 as [Application 7], which was part of RFC1442 (1993),Martijn van Duren
2021-10-23add "rcctl ls rogue", to show daemons which are running but not set asStuart Henderson
2021-10-22First step of cleanup in the io land. Introduce io_buf_new() andClaudio Jeker
2021-10-22return unsupported version for version less than HTTP/0.9 and higherSebastian Benoit
2021-10-21Clean up the naming of SNMP_C_GETNEXTREQ and SNMP_C_RESPONSE insideMartijn van Duren
2021-10-21s/SNMP_C_GETRESP/SNMP_C_RESPONSEMartijn van Duren
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-21Retrieve the actual engineid instead of a pointer value.Martijn van Duren
2021-10-21Sync ober_oid_cmp with ax_oid_cmp from libagentx.Martijn van Duren
2021-10-20Add missing semicolon at the end of the listen_udptcp ruleGerhard Roth
2021-10-20revert vnode: remove VLOCKSWORK and check locking when vop_islocked != nullopSebastien Marie
2021-10-19vnode: remove VLOCKSWORK usage in pstat and mention in man pagesSebastien Marie
2021-10-15zap 3 commentsJob Snijders
2021-10-15Don't declare variables as "unsigned char *" that are passed toChristian Weisgerber
2021-10-15Update json key namesJob Snijders
2021-10-13acme-client: stop reaching into X509Theo Buehler
2021-10-12Emit SKI in the JSON output and improve flow in x509_get_pubkey()Job Snijders
2021-10-12do the matching as a last resort to handle .libsMarc Espie
2021-10-11Add support for BGPsec Router Certificates (RFC 8209)Job Snijders
2021-10-11base64_encode() should not add any newlines into the output. BecauseClaudio Jeker
2021-10-10Remove unused variableJob Snijders
2021-10-10Make style consistent and remove an unused code pathJob Snijders
2021-10-09delete unneccessary arpa/nameser.h includesTheo de Raadt
2021-10-07Make sure BGPsec router certs don't have a SIAJob Snijders
2021-10-07Call normalize_dn() on the newly added namespace so that later comparesClaudio Jeker
2021-10-07Change host() error check to the more simple for of != 1.Claudio Jeker
2021-10-07Clarify error messageJob Snijders
2021-10-07Rework X509 verification a bit. Remove the store and instead pass inClaudio Jeker
2021-10-07Add x509_get_expire() to extract the not-after time from a certificateClaudio Jeker