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 |
2014-08-03 |
reyk | Prefer getnameinfo() with NI_NUMERICHOST over inet_ntop... |
commit | commitdiff | tree | snapshot |
2014-08-02 |
doug | Locations now inherit access log settings from the... |
commit | commitdiff | tree | snapshot |
2014-08-02 |
florian | don't leak fcgi fd |
commit | commitdiff | tree | snapshot |
2014-08-02 |
florian | Padding of fcgi records is optional, but if we receive... |
commit | commitdiff | tree | snapshot |
2014-08-02 |
florian | We need to read from the fcgi bufferevent until it... |
commit | commitdiff | tree | snapshot |
2014-08-02 |
reyk | Allow to specify a FastCGI TCP socket on localhost... |
commit | commitdiff | tree | snapshot |
2014-08-02 |
reyk | 'fastcgi socket "path"' is the correct syntax; update... |
commit | commitdiff | tree | snapshot |
2014-08-02 |
reyk | spacing |
commit | commitdiff | tree | snapshot |
2014-08-02 |
reyk | scandir(3)-based directory auto index didn't work on... |
commit | commitdiff | tree | snapshot |
2014-08-02 |
jmc | remove nasty unclosed Xo in previous; ok reyk |
commit | commitdiff | tree | snapshot |
2014-08-01 |
reyk | Use the log buffer to defer the logging until the conne... |
commit | commitdiff | tree | snapshot |
2014-08-01 |
reyk | remove the global "log updates/all" option that came... |
commit | commitdiff | tree | snapshot |
2014-08-01 |
doug | Add common and combined access logging to httpd. |
commit | commitdiff | tree | snapshot |
2014-08-01 |
florian | Rewrite fcgi_add_param and hand over a lot more http... |
commit | commitdiff | tree | snapshot |
2014-08-01 |
florian | Correctly parse fcgi records if we don't get the whole... |
commit | commitdiff | tree | snapshot |
2014-08-01 |
rpe | Don't return, just skip over non existing rc.conf or... |
commit | commitdiff | tree | snapshot |
2014-08-01 |
jsing | When attempting to rebuild a softraid volume, use the... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
pelikan | unbreak the build - e2fs_isave now needs the superblock. |
commit | commitdiff | tree | snapshot |
2014-07-31 |
pelikan | always use the little-endian copy of a superblock. |
commit | commitdiff | tree | snapshot |
2014-07-31 |
jasper | unbreak aac(4) by re-adding uvm_extern.h for ptoa() |
commit | commitdiff | tree | snapshot |
2014-07-31 |
reyk | Only write the HTTP header for the first fastcgi chunk. |
commit | commitdiff | tree | snapshot |
2014-07-31 |
reyk | some fastcgi improvements: |
commit | commitdiff | tree | snapshot |
2014-07-31 |
pelikan | use proper on-disk inode size: no more, no less. |
commit | commitdiff | tree | snapshot |
2014-07-31 |
ajacoutot | In debug mode, properly sort and drop duplicates so... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
reyk | One bufferevent can be shared by file and fcgi. |
commit | commitdiff | tree | snapshot |
2014-07-31 |
reyk | Allow to specify a non-default fastcgi socket. |
commit | commitdiff | tree | snapshot |
2014-07-31 |
reyk | Rename the "docroot" variable to "path" because it... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
reyk | Add a configuration variable "fastcgi" to enable it... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
florian | Put in first stab at fastcgi. Very early work in progre... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2014-07-30 |
jsg | unhook auxcpp |
commit | commitdiff | tree | snapshot |
2014-07-30 |
ajacoutot | Properly warn when an example changes and the correspon... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
jsg | switch to tradcpp |
commit | commitdiff | tree | snapshot |
2014-07-30 |
jsg | descend into tradcpp |
commit | commitdiff | tree | snapshot |
2014-07-30 |
jsg | Add tradcpp 0.4, a standalone traditional whitespace... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
reyk | Make "location" work with name-based virtual servers. |
commit | commitdiff | tree | snapshot |
2014-07-30 |
ajacoutot | Fix evil typo (multicast_hosts -> multicast_host). |
commit | commitdiff | tree | snapshot |
2014-07-30 |
espie | prepare for post 5.6 packages, recognize special case... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
reyk | Add "location" keyword to specify path-specific configu... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
reyk | Small fix and clarification |
commit | commitdiff | tree | snapshot |
2014-07-30 |
reyk | Reserve an extra file descriptor per connection instead... |
commit | commitdiff | tree | snapshot |
2014-07-29 |
reyk | The inflight decremented message should only be printed... |
commit | commitdiff | tree | snapshot |
2014-07-29 |
reyk | Add extended directory index options: "[no] index"... |
commit | commitdiff | tree | snapshot |
2014-07-29 |
deraadt | disable POOL_DEBUG for release |
commit | commitdiff | tree | snapshot |
2014-07-29 |
deraadt | move to -release mode |
commit | commitdiff | tree | snapshot |
2014-07-29 |
mpi | Revert the checks about RTF_LOCAL routes. |
commit | commitdiff | tree | snapshot |
2014-07-29 |
reyk | Move configurable TCP options into struct server_config. |
commit | commitdiff | tree | snapshot |
2014-07-29 |
blambert | Fix a usage string; the proper spelling of 'alot' is... |
commit | commitdiff | tree | snapshot |
2014-07-29 |
miod | update sets sizes |
commit | commitdiff | tree | snapshot |
2014-07-28 |
krw | Last (known) msgbuf_write() vs EOF fix. |
commit | commitdiff | tree | snapshot |
2014-07-28 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2014-07-28 |
bluhm | I/O ktrace of sendsyslog(2) did not work. As uiomove... |
commit | commitdiff | tree | snapshot |
2014-07-28 |
miod | On SPARCbook systems, the ledma device node has a ... |
commit | commitdiff | tree | snapshot |
2014-07-28 |
tedu | Remove SRP code. It contains a bug (this should not... |
commit | commitdiff | tree | snapshot |
2014-07-28 |
tobias | Fix memory exhaustion occurring on DHCP options with... |
commit | commitdiff | tree | snapshot |
2014-07-28 |
tobias | merge dhcpd's packet.c revision 1.7: |
commit | commitdiff | tree | snapshot |
next |