OpenBSD CVS

src/usr.sbin/httpd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / httpd

Current tag: OPENBSD_7_3


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] cgi-bin/        
[DIR] conf/        
[DIR] htdocs/        
[DIR] icons/        
[DIR] logs/        
[DIR] src/        
[DIR] support/        
[TXT] Makefile  1.30   6 years  espie   no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing instead of...
[TXT] config.c  1.63   17 months  jmc   spelling fixes; from paul tagliamonte any parts of his diff not taken are noted ...
[TXT] control.c  1.15   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] http.h  1.16   3 years  yasuoka   Use the original requested URI for REQUEST_URI. ok millert florian
[TXT] httpd.8  1.54   19 months  jmc   remove unused references to httpd.sock; found by dante catalfamo ok florian
[TXT] httpd.c  1.73   21 months  benno   Make newer mime type definitions take precedence over existing ones. Patch from...
[TXT] httpd.conf.5  1.122   21 months  benno   Make newer mime type definitions take precedence over existing ones. Patch from...
[TXT] httpd.h  1.162.4.1   10 months  tb   Work around use after free in httpd(8) A malformed HTTP request can cause httpd...
[TXT] log.c  1.14   7 years  bluhm   From a syslog perspective it does not make sense to log fatal and warn with the ...
[TXT] logger.c  1.24   3 years  deraadt   these programs (with common ancestry) had a -fno-common problem related to privs...
[TXT] parse.y  1.128   2 years  bluhm   Add gzip-static option to httpd. This allows to deliver precompressed files wit...
[TXT] patterns.7  1.7   2 years  jsg   prefer https links in man pages ok gnezdo@ miod@ jmc@
[TXT] patterns.c  1.5   8 years  semarie   httpd patterns double free issue and diff from Alexander Schrijver alex at flup...
[TXT] patterns.h  1.3   8 years  mmcc   Remove a needless inclusion of sys/cdefs.h. Inspired by reyk's recent commit doi...
[TXT] proc.c  1.42   15 months  tobhe   proc_ispeer() is not used anywhere anymore so remove it everywhere. ok florian@...
[TXT] server.c  1.126.10.1   10 months  tb   Work around use after free in httpd(8) A malformed HTTP request can cause httpd...
[TXT] server_fcgi.c  1.95.6.1   10 months  tb   Work around use after free in httpd(8) A malformed HTTP request can cause httpd...
[TXT] server_file.c  1.75   21 months  op   plug some memory leaks in server_file_index when failures occur namelist and it...
[TXT] server_http.c  1.153   20 months  yasuoka   Default request message body size should be 0. ok claudio