Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-13 | Also ignore examplessum. | Antoine Jacoutot | |
2014-07-13 | improve log output for relays. adjust regress tests | Sebastian Benoit | |
ok reyk | |||
2014-07-13 | repair matching of headers, add regress test for this error | Sebastian Benoit | |
ok reyk | |||
2014-07-12 | Use Comic Sans (or Chalkboard) as the default font for HTTP error | Reyk Floeter | |
messages because we love web hipsters. ok beck@ | |||
2014-07-12 | Add httpd(8), an attempt to turn the relayd(8) codebase into a simple | Reyk Floeter | |
web server. It is not finished yet and I just started it today, but the goal is to provide an HTTP server that a) provides minimal features, b) serves static files, c) provides FastCGI support, and d) follows common coding practices of OpenBSD. It will neither support plugins, nor custom memory allocators, EBCDIC support, PCRE or any other things that can be found elsewhere. httpd(8) is not intended to provide a fully-featured replacement for nginx(8) or the Apache, but it will provide enough functionality that is needed in the OpenBSD base system. ok deraadt@ | |||
2014-07-12 | don't check_security on newer *after* making sure the set doesn't have | Marc Espie | |
errors. Note that the errors are already signaling enough (conflicts, bad package etc)... And not having any errors mean we actually have proper plists. problem noticed by zhuk@ | |||
2014-07-12 | egsum -> examplessum | Antoine Jacoutot | |
2014-07-12 | zap trailing whitespace; | Jason McIntyre | |
2014-07-12 | Close connections when msgbuf_write() returns 0. | Kenneth R Westerback | |
ok claudio@ | |||
2014-07-12 | Fix a potential bug. privsep.c didn't check the interface name | YASUOKA Masahiko | |
correctly if it's pppx. | |||
2014-07-12 | oh well, remove -Q entirely... I'm probably the only one who ever used that. | Marc Espie | |
2014-07-12 | security check in quirks | Marc Espie | |
2014-07-12 | undocument -Q | Marc Espie | |
2014-07-12 | finish killing old experiment, less confusing code | Marc Espie | |
2014-07-12 | @endfake died a while ago | Marc Espie | |
2014-07-12 | so, pkg_check can now troll thru the whole file system. Either use | Marc Espie | |
a full pkglocatedb, or the system locate dbs... | |||
2014-07-12 | Fix error in previous. | YASUOKA Masahiko | |
2014-07-12 | msgbuf_write() <= 0 for a few more daemons. | Kenneth R Westerback | |
ok claudio@ | |||
2014-07-12 | andone last (i hope) accept_rtadv sysctl remnant, also found by jmc | Henning Brauer | |
2014-07-12 | Extend output a bit. | Antoine Jacoutot | |
2014-07-12 | Use sha256(1) for compared files, just like we do for examples. | Antoine Jacoutot | |
2014-07-12 | fix relay "append header" action, add regression test for append | Sebastian Benoit | |
ok reyk | |||
2014-07-12 | Initial support for /etc/examples. | Antoine Jacoutot | |
2014-07-12 | Fix the sentence in the BUGS section. Colon is usable for password. | YASUOKA Masahiko | |
Also add a mention about the escape sequence for the password. pointed out giovanni | |||
2014-07-12 | Move HTTP error codes into http.h. | Reyk Floeter | |
ok benno@ | |||
2014-07-12 | Sync msgbuf_write() changes from relayd. | Reyk Floeter | |
Please note that proc.c should be kept identical in relayd, iked and snmpd (currently without the includes). ok benno@ | |||
2014-07-12 | Use imsg(3) for the IPC between the privileged process and the | YASUOKA Masahiko | |
non-privileged process to be unify the way. Also fix style. | |||
2014-07-12 | The hosts.lpd file must exist, or no permission is granted. Change the | Theo de Raadt | |
the log messages to clarify the reason for the failure to clarify the condition. ok guenther | |||
2014-07-11 | optimize a FALLTHROUGH | Sebastian Benoit | |
implicit ok reyk | |||
2014-07-11 | Limit HTTP header length to about 8K (based on the default of 4-8K in | Reyk Floeter | |
common web servers). Add a related regress test. OK benno@ | |||
2014-07-11 | 8 bits is enough for sslflags | Reyk Floeter | |
2014-07-11 | Sometimes I just sort the tokens in parse.y | Reyk Floeter | |
2014-07-11 | Add support for EDH to provide perfect forward secrecy for older SSL | Reyk Floeter | |
clients. Additionally, add options for disallowing client-initiated renegotiations and to prefer the server's cipher list over the client's preferences. This work is based on a diff by Markus Gebert at hostpoint.ch, and was discussed with jsing@ resulting in a few different defaults. ok benno@ | |||
2014-07-11 | Fix DHCPINFORM not to lookup the lease database, not to fill the yiaddr | YASUOKA Masahiko | |
field and not to include the lease time parameters. ok krw | |||
2014-07-11 | some say it is kinda likely you want autoconf if you run rtsol/rtsold on | Henning Brauer | |
a given interface, so turn AFXF_AUTOCONF6 on on it ok bluhm stsp benno florian | |||
2014-07-11 | Close the control fd when it has reported EOF. | Kenneth R Westerback | |
ok henning@ | |||
2014-07-11 | Tweak error checking for msgbuf_write() as recommended by the imsg | Kenneth R Westerback | |
gurus. ok reyk@ benno@ | |||
2014-07-11 | missing prototypes | Florian Obser | |
OK tedu@ but don't ask him questions about mrouted, ever | |||
2014-07-11 | tweak previous; | Jason McIntyre | |
ok krw yasuoka | |||
2014-07-11 | use the merged 4.4BSD.dist mtree if BSD.local is gone | Marc Espie | |
2014-07-11 | display the extraction tally only if verbose | Marc Espie | |
2014-07-11 | with out-of-order extraction, match tempnames to item names | Marc Espie | |
2014-07-11 | Simplify the code that handles the HTTP headers by using an RB tree | Reyk Floeter | |
with associated lists instead of the complicated lookup table and "others" list. This might add a little malloc overhead for common headers but also fixes some issues like the handling of repeated headers - for example, handling of multiple "Set-Cookie" headers. ok bluhm@ (regress part) ok benno@ | |||
2014-07-11 | Fix typo | YASUOKA Masahiko | |
2014-07-11 | Add -u option to bind UDP port as a socket to answer DHCPINFORM from | YASUOKA Masahiko | |
the clients on non ethernet interfaces (eg. tun(4) or pppx(4)). input krw ok krw | |||
2014-07-11 | we wont ship this table in base anymore | Gilles Chehade | |
2014-07-11 | a failed socket is -1. from Doug Hogan | Ted Unangst | |
2014-07-11 | add additional includes required to build with -DOPENSSL_NO_DEPRECATED | Jonathan Gray | |
2014-07-10 | make quirks slightly more special, grab the whole packing-list always, | Marc Espie | |
and display the timestamp from the signature if we were signed. | |||
2014-07-10 | add additional includes required to build with -DOPENSSL_NO_DEPRECATED | Jonathan Gray | |
ok eric@ gilles@ |