index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
httpd
/
server_fcgi.c
Age
Commit message (
Expand
)
Author
2017-07-31
Don't set HTTP date header if already set.
ians
2017-01-21
The POSIX APIs that that sockaddrs all ignore the s*_len field in the
Philip Guenther
2016-10-07
The strchr() call either returns a NULL pointer, on which the code will
Patrick Wildt
2016-10-07
Empty lines cause server_fcgi_getheaders() to immediately return.
Patrick Wildt
2016-09-01
struct client starts to become the kitchen sink. Move fastcgi data to
Florian Obser
2016-09-01
spacing
Reyk Floeter
2016-08-30
Do not assume that the full http response header is in the first
Florian Obser
2016-04-24
Always pass QUERY_STRING variable.
Christopher Zimmermann
2015-11-23
Retire socket_set_blockmode() in favor of the SOCK_NONBLOCK type flag.
Reyk Floeter
2015-10-08
fix an fd leak if socket connection fails; from Carlin Bingham
Jonathan Gray
2015-10-08
fix a typo; from Carlin Bingham
Jonathan Gray
2015-08-20
Change httpd(8) to use C99-style fixed-width integers (uintN_t instead
Reyk Floeter
2015-08-03
Fix rev 1.70 of server.c by only re-enabling the bufferevent if we
Florian Obser
2015-07-31
repair hsts header output, wrong format strings caused broken
Sebastian Benoit
2015-07-29
backout the previous: it broke wordpress somehow.
Reyk Floeter
2015-07-29
Read fcgi response records until we have the whole http header and can
Florian Obser
2015-07-28
add HSTS to fcgi responses
Florian Obser
2015-07-19
handle error returns from bufferevent_write()
Bret Lambert
2015-07-18
remove XXX and handle error return from evbuffer_add()
Bret Lambert
2015-07-18
treat asprintf failure in REQUEST_URI case as a fatal error
Bret Lambert
2015-07-17
According to RFC 3875 PATH_INFO should either contain a full path or
Reyk Floeter
2015-06-09
plug fd leak found by Todd Mortimer
Joerg Jung
2015-03-26
Allow more characters in CGI environment variables as specified by RFC
Florian Obser
2015-02-23
Use the rewritten (index file appended) uri as DOCUMENT_URI.
Christopher Zimmermann
2015-01-21
Ooops, no need to include sys/cdefs.h.
Reyk Floeter
2015-01-21
httpd is based on relayd and had included many headers that are only
Reyk Floeter
2015-01-19
s/clt_fcgi_remote_user/clt_remote_user/
Florian Obser
2015-01-19
Decouple auth parameters from struct server_config into struct auth.
Reyk Floeter
2015-01-18
First stab at implementing basic auth.
Florian Obser
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2015-01-13
Abort if fcgi_chunked is not true to avoid sending additional garbage
Reyk Floeter
2015-01-04
add new url stripping option:
Christopher Zimmermann
2014-12-21
Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary.
Philip Guenther
2014-12-12
Like previously done in relayd, change the keyword "ssl" to "tls" to
Reyk Floeter
2014-12-04
stop viral header propagation. none of this code uses sys/hash.h
Ted Unangst
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2014-09-29
whitespace spotted while studying the code
Theo de Raadt
2014-09-02
FastCGI did not support persistent connections. Add initial support
Reyk Floeter
2014-09-01
Don't pass the local buffer array by reference.
Reyk Floeter
2014-09-01
Replace the code to get the FastCGI Status header with a proper way to
Reyk Floeter
2014-08-29
Use two instead of one http descriptor for request and response.
Reyk Floeter
2014-08-21
Add Last-Modified: HTTP header.
Christopher Zimmermann
2014-08-13
For a non-existent root we don't want the root prefix to show up in
Christopher Zimmermann
2014-08-13
Provide a failsafe version of the path_info() function that doesn't
Reyk Floeter
2014-08-11
make a few variables more local
Theo de Raadt
2014-08-08
When opening directories, re-match the location after the index file
Reyk Floeter
2014-08-07
Don't try to ouput FCGI_STDERR into error.log if there is no data.
Florian Obser
2014-08-07
Opportunistically try to parse "Status: $code" in the very first
Florian Obser
2014-08-06
Write STDERR from the CGI to the web server error log as intended.
Reyk Floeter
2014-08-06
If the very first fcgi STDOUT record has length 0 the cgi script
Florian Obser
[next]