Age | Commit message (Expand) | Author |
2016-08-25 | -F before -f (as -I before -i currently is...); | Jason McIntyre |
2016-08-25 | make the full filesystem check optional, by popular demand. | Marc Espie |
2016-08-25 | goda@ contributed most of the OpenFlow 1.3.5 parts in ofp.h (for the | Reyk Floeter |
2016-08-25 | Fix rtadvd.conf(5) example for pinfoflags, it accepts numbers not strings. | Stuart Henderson |
2016-08-25 | remove lint comments | Ted Unangst |
2016-08-22 | Enable SNI support in httpd(8). | Joel Sing |
2016-08-21 | introduce a union of sockaddr types and eliminate a lot of casts. | Ted Unangst |
2016-08-20 | Properly initialize the message parser. fix a regression where the | Eric Faurot |
2016-08-20 | Tweak timer debug output. | Jeremie Courreges-Anglas |
2016-08-20 | Move counters from u_quad_t to uint64_t. | Jeremie Courreges-Anglas |
2016-08-19 | make smtpd less verbose at startup | Eric Faurot |
2016-08-18 | use a more standard page layout; ok mlarkin | Jason McIntyre |
2016-08-18 | word fix, from remi locherer; ok reyk | Jason McIntyre |
2016-08-18 | various fixes for previous; | Jason McIntyre |
2016-08-18 | init a variable to address https://kb.isc.org/article/AA-01272 | Jonathan Gray |
2016-08-18 | fix fd leaks in error paths | Jonathan Gray |
2003-01-20 | ISC BIND version 9.2.2rc1 | Jakob Schlyter |
2016-08-18 | add section on VM networking. more to come, this is a starting point for | Mike Larkin |
2016-08-17 | By using the new tls_config_load_file() feature, syslogd(8) certificate | Alexander Bluhm |
2016-08-17 | pluralize a word | Peter Hessler |
2016-08-17 | The man page is a bit confusing for how we can control which address | Peter Hessler |
2016-08-17 | small bits of header cleanup; ok mlarkin | Theo de Raadt |
2016-08-17 | KNF and clean up many comments. | Kenneth R Westerback |
2016-08-17 | Ansify function definitions. | Kenneth R Westerback |
2016-08-16 | stop including sys/param.h for nitems. define locally as needed. | Ted Unangst |
2016-08-16 | doesn't need to link with crypto | Ted Unangst |
2016-08-16 | remove reference to 6th ed. | Ted Unangst |
2016-08-16 | Turn "TLS handshake failed -" log message into a debug message - it | Reyk Floeter |
2016-08-16 | Nuke a bunch of whitespace nits seen while '%q' hunting. | Kenneth R Westerback |
2016-08-16 | Xr encrypt(1) here as well to be consistent with useradd(8). | Theo Buehler |
2016-08-16 | Rename server_handshake_tls() to server_tls_handshake() to align with | Reyk Floeter |
2016-08-16 | As suggested by the FastCGI spec, zero-pad the response buffers to be | Reyk Floeter |
2016-08-15 | Move server_match() from parse.y to server.c; use env instead of conf, | Joel Sing |
2016-08-15 | Use lowercase 'tls' in debug and log messages for consistency. | Joel Sing |
2016-08-15 | Make httpd stricter with respect to TLS configuration - in particular, do | Joel Sing |
2016-08-15 | Checking for RTF_BROADCAST here makes no sense. | Martin Pieuchot |
2016-08-14 | Convert %q to %ll and cast opaque system values to long long. | Philip Guenther |
2016-08-14 | Flip 'u_quad_t' fields & variables to uint64_t, and %qu to %llu. | Kenneth R Westerback |
2016-08-14 | %qd -> %lld + (long long) for off_t's. | Kenneth R Westerback |
2016-08-14 | Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull. | Philip Guenther |
2016-08-14 | Refer to /etc/passwd consistently as the "legacy password file" and | Theo Buehler |
2016-08-14 | Merge identical amd64 and i386 stanzas. | Kenneth R Westerback |
2016-08-14 | Xr encrypt(1) in the explanation of the -p option. | Theo Buehler |
2016-08-12 | 6bone -> documentation range | Jeremie Courreges-Anglas |
2016-08-12 | band-aid for a nasty bug. tieto + space constraints don't interact well. | Marc Espie |
2016-08-10 | Remove the encrypted password length check. The admin should be | Todd C. Miller |
2016-08-10 | armish handled some early-gen arm machines, which required tons of | Theo de Raadt |
2016-08-08 | Use exit(3) instead of _exit(2) in the child processes. | Renato Westphal |
2016-08-08 | Use exit(3) instead of _exit(2) in the child processes. | Renato Westphal |
2016-08-08 | Simplify shutdown process | Renato Westphal |