2014-08-08 |
guenther | Fix CVE-2014-3508, pretty printing and OID validation: |
commit | commitdiff | tree | snapshot |
2014-08-07 |
guenther | Correct test reversed during merge of fix for CVE-2014... |
commit | commitdiff | tree | snapshot |
2014-08-07 |
guenther | Fix CVE-2014-3506, DTLS handshake message size checks... |
commit | commitdiff | tree | snapshot |
2014-08-07 |
miod | Oops, revert changes commited by mistake. The previous... |
commit | commitdiff | tree | snapshot |
2014-08-07 |
miod | When you expect a function to return a particular value... |
commit | commitdiff | tree | snapshot |
2014-08-07 |
lteo | Bump example pubkey filenames to /etc/signify/openbsd... |
commit | commitdiff | tree | snapshot |
2014-08-07 |
reyk | Fix and simplify the description of httpd(8)'s signal... |
commit | commitdiff | tree | snapshot |
2014-08-07 |
florian | Don't try to ouput FCGI_STDERR into error.log if there... |
commit | commitdiff | tree | snapshot |
2014-08-07 |
florian | Opportunistically try to parse "Status: $code" in the... |
commit | commitdiff | tree | snapshot |
2014-08-07 |
deraadt | shorten signal text a bit |
commit | commitdiff | tree | snapshot |
2014-08-07 |
deraadt | Fix CVE-2014-3511; TLS downgrade, verbatim diff |
commit | commitdiff | tree | snapshot |
2014-08-07 |
deraadt | merge CVE-2014-3510; Fix DTLS anonymous EC(DH) denial... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
deraadt | merge fix for CVE-2014-3509 -- basically a missing... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
doug | Mention how httpd responds to SIGHUP and SIGUSR1. |
commit | commitdiff | tree | snapshot |
2014-08-06 |
reyk | Write STDERR from the CGI to the web server error log... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
florian | If the very first fcgi STDOUT record has length 0 the... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
reyk | Change grammar to remove a shift/reduce conflict that... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
miod | Prevent a possible use after free by mimicing the s3_sr... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
guenther | Support NOTE_EOF for kqueue EVFILT_READ filters on... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
reyk | Always zero-out the fcgi record header for STDIN data. |
commit | commitdiff | tree | snapshot |
2014-08-06 |
reyk | Use memset(buf instead of memset(&buf. |
commit | commitdiff | tree | snapshot |
2014-08-06 |
reyk | Limit the body size in client requests (eg. POST data... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
jsing | Document the SSL configuration for httpd (partly based... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
ajacoutot | sysctl machdep.ztsscale has been unused for 7 years... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
jsing | Provide configuration options that allow the SSL certif... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
jsing | Also clean up the public key when it is no longer needed. |
commit | commitdiff | tree | snapshot |
2014-08-06 |
jsing | Configure the default SSL ciphers as HIGH:!aNULL. |
commit | commitdiff | tree | snapshot |
2014-08-06 |
jsing | Allow B64_EOF to follow a base64 padding character... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
jsg | Correct some dma cleanup error paths. |
commit | commitdiff | tree | snapshot |
2014-08-06 |
jsg | fix an off by one |
commit | commitdiff | tree | snapshot |
2014-08-06 |
florian | http POST support |
commit | commitdiff | tree | snapshot |
2014-08-06 |
florian | Content-Length and Content-Type are transmitted as... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
reyk | spacing |
commit | commitdiff | tree | snapshot |
2014-08-06 |
jsg | avoid displaying a NULL pointer |
commit | commitdiff | tree | snapshot |
2014-08-06 |
reyk | The watermark exposed a bug in server_write that broke... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
reyk | Bring back the last read (done) / last write (done... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
reyk | Adjust the read/write watermarks according to the TCP... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
reyk | Add braces. Style-only change. |
commit | commitdiff | tree | snapshot |
2014-08-06 |
doug | Add an overview of the features for httpd in the descri... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
jsg | add missing va_start/va_end calls |
commit | commitdiff | tree | snapshot |
2014-08-06 |
guenther | Correct error checks in EVP_read_pw_string_min(): UI_ad... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
doug | Add signify instructions plus miniroot and install56... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
doug | Explain the options in httpd.8 |
commit | commitdiff | tree | snapshot |
2014-08-06 |
jsing | Load the SSL public/private keys in the parent process... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
jsing | Add support for loading the public/private key from... |
commit | commitdiff | tree | snapshot |
2014-08-05 |
mpi | Only check if the abort transfer is the interrupt one... |
commit | commitdiff | tree | snapshot |
2014-08-05 |
reyk | Add configuration options for the most-important connec... |
commit | commitdiff | tree | snapshot |
2014-08-05 |
reyk | Tweak the httpd.conf manpage with "sub-lists". |
commit | commitdiff | tree | snapshot |
2014-08-05 |
reyk | Bring back the tcp/ip configuration options. This... |
commit | commitdiff | tree | snapshot |
2014-08-05 |
reyk | Add srv_conf helper variable to make the code more... |
commit | commitdiff | tree | snapshot |
2014-08-05 |
reyk | Fix an example: hostapd table entries have to be comma... |
commit | commitdiff | tree | snapshot |
2014-08-05 |
reyk | Fix an example, nat-to requires to specify the "out... |
commit | commitdiff | tree | snapshot |
2014-08-05 |
reyk | Limit the number of (Keep-Alive) requests per connectio... |
commit | commitdiff | tree | snapshot |
2014-08-05 |
reyk | Improve logging to allow per- server/location log files... |
commit | commitdiff | tree | snapshot |
2014-08-05 |
deraadt | retire blink because this is serious software now;... |
commit | commitdiff | tree | snapshot |
2014-08-05 |
deraadt | spaces |
commit | commitdiff | tree | snapshot |
2014-08-05 |
deraadt | handle wsconsctl.conf and sysctl.conf just being examples. |
commit | commitdiff | tree | snapshot |
2014-08-05 |
jsing | Add $OpenBSD$ tags. |
commit | commitdiff | tree | snapshot |
2014-08-05 |
jsg | add a config option to specify the chroot directory |
commit | commitdiff | tree | snapshot |
2014-08-04 |
naddy | enable httpd; ok deraadt@ |
commit | commitdiff | tree | snapshot |
2014-08-04 |
reyk | Temporarily move the default location of the SSL/TLS... |
commit | commitdiff | tree | snapshot |
2014-08-04 |
reyk | Add HTTPS = on CGI variable. |
commit | commitdiff | tree | snapshot |
2014-08-04 |
reyk | Add HTTPS server example. |
commit | commitdiff | tree | snapshot |
2014-08-04 |
reyk | Redirect to https:// if SSL/TLS is enabled. |
commit | commitdiff | tree | snapshot |
2014-08-04 |
reyk | Proxy commit for jsing@: |
commit | commitdiff | tree | snapshot |
2014-08-04 |
reyk | manpage tweaks about logging |
commit | commitdiff | tree | snapshot |
2014-08-04 |
jsing | Implement ressl_accept_socket, which allocates a new... |
commit | commitdiff | tree | snapshot |
2014-08-04 |
jsing | Return -1 on error (not 1). |
commit | commitdiff | tree | snapshot |
2014-08-04 |
jsing | A ressl server needs different configuration from a... |
commit | commitdiff | tree | snapshot |
2014-08-04 |
reyk | Change grammar from "log [style]" to "log style [style]". |
commit | commitdiff | tree | snapshot |
2014-08-04 |
jsing | Provide a function that returns a server connection... |
commit | commitdiff | tree | snapshot |
2014-08-04 |
jsing | Provide a utility function for loading a private/public... |
commit | commitdiff | tree | snapshot |
2014-08-04 |
reyk | Print error message if the log files cannot be opened. |
commit | commitdiff | tree | snapshot |
2014-08-04 |
jsing | Improve ressl_{read,write} handling of non-blocking... |
commit | commitdiff | tree | snapshot |
2014-08-04 |
reyk | Add initial support for log files in /var/www/logs... |
commit | commitdiff | tree | snapshot |
2014-08-04 |
jsing | Free the SSL context first and let the reference counti... |
commit | commitdiff | tree | snapshot |
2014-08-04 |
reyk | Implement PATH_INFO and add DOCUMENT_ROOT. |
commit | commitdiff | tree | snapshot |
2014-08-04 |
jasper | fix small layout inconsistency |
commit | commitdiff | tree | snapshot |
2014-08-04 |
reyk | httpd doesn't support SSL/TLS yet, remove the remaining... |
commit | commitdiff | tree | snapshot |
2014-08-04 |
deraadt | no need for param.h |
commit | commitdiff | tree | snapshot |
2014-08-04 |
deraadt | whitespace |
commit | commitdiff | tree | snapshot |
2014-08-04 |
miod | In chacha_init(), allow for a NULL iv. Reported by... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
reyk | Only allow GET and HEAD for static files or return... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
reyk | Also write log messages, like 404 Not Found, on error... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
florian | c-type functions / makros need a cast to unsigned char... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
reyk | Allocate http_host instead of carrying a buffer in... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
reyk | spacing |
commit | commitdiff | tree | snapshot |
2014-08-03 |
reyk | Dynamically pass HTTP request headers as protocol-speci... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
stsp | Add ral(4) at pci and cardbus to RAMDISK on macppc... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
stsp | Add ral(4) at cardbus to GENERIC on macppc; ok deraadt |
commit | commitdiff | tree | snapshot |
2014-08-03 |
rpe | smtpd got privsep'ed and the _smtpq user is now used... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
jsg | X509_NAME_get_text_by_NID() returns -1 on error so... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
jsg | don't return unitialised memory on error in ehci_alloc_... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
jsg | When stsp changed bwi_encap() for 30 bit addresses... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
reyk | Add function to iterate all headers. No functional... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
reyk | The first server example should be the "minimal default... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
reyk | More examples, include FastCGI for php and cgi-bin... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
reyk | Split fastcgi socket path and document root option... |
commit | commitdiff | tree | snapshot |
2014-08-03 |
reyk | Add missing log call for FastCGI requests. |
commit | commitdiff | tree | snapshot |
2014-08-03 |
reyk | Add another log mode "connection" for a relayd(8)-style... |
commit | commitdiff | tree | snapshot |
next |