summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-08-22Enable SNI support in httpd(8).Joel Sing
2016-08-21introduce a union of sockaddr types and eliminate a lot of casts.Ted Unangst
2016-08-20Properly initialize the message parser. fix a regression where theEric Faurot
2016-08-20Tweak timer debug output.Jeremie Courreges-Anglas
2016-08-20Move counters from u_quad_t to uint64_t.Jeremie Courreges-Anglas
2016-08-19make smtpd less verbose at startupEric Faurot
2016-08-18use a more standard page layout; ok mlarkinJason McIntyre
2016-08-18word fix, from remi locherer; ok reykJason McIntyre
2016-08-18various fixes for previous;Jason McIntyre
2016-08-18init a variable to address https://kb.isc.org/article/AA-01272Jonathan Gray
2016-08-18fix fd leaks in error pathsJonathan Gray
2003-01-20ISC BIND version 9.2.2rc1Jakob Schlyter
2016-08-18add section on VM networking. more to come, this is a starting point forMike Larkin
2016-08-17By using the new tls_config_load_file() feature, syslogd(8) certificateAlexander Bluhm
2016-08-17pluralize a wordPeter Hessler
2016-08-17The man page is a bit confusing for how we can control which addressPeter Hessler
2016-08-17small bits of header cleanup; ok mlarkinTheo de Raadt
2016-08-17KNF and clean up many comments.Kenneth R Westerback
2016-08-17Ansify function definitions.Kenneth R Westerback
2016-08-16stop including sys/param.h for nitems. define locally as needed.Ted Unangst
2016-08-16doesn't need to link with cryptoTed Unangst
2016-08-16remove reference to 6th ed.Ted Unangst
2016-08-16Turn "TLS handshake failed -" log message into a debug message - itReyk Floeter
2016-08-16Nuke a bunch of whitespace nits seen while '%q' hunting.Kenneth R Westerback
2016-08-16Xr encrypt(1) here as well to be consistent with useradd(8).Theo Buehler
2016-08-16Rename server_handshake_tls() to server_tls_handshake() to align withReyk Floeter
2016-08-16As suggested by the FastCGI spec, zero-pad the response buffers to beReyk Floeter
2016-08-15Move server_match() from parse.y to server.c; use env instead of conf,Joel Sing
2016-08-15Use lowercase 'tls' in debug and log messages for consistency.Joel Sing
2016-08-15Make httpd stricter with respect to TLS configuration - in particular, doJoel Sing
2016-08-15Checking for RTF_BROADCAST here makes no sense.Martin Pieuchot
2016-08-14Convert %q to %ll and cast opaque system values to long long.Philip Guenther
2016-08-14Flip '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-14Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull.Philip Guenther
2016-08-14Refer to /etc/passwd consistently as the "legacy password file" andTheo Buehler
2016-08-14Merge identical amd64 and i386 stanzas.Kenneth R Westerback
2016-08-14Xr encrypt(1) in the explanation of the -p option.Theo Buehler
2016-08-126bone -> documentation rangeJeremie Courreges-Anglas
2016-08-12band-aid for a nasty bug. tieto + space constraints don't interact well.Marc Espie
2016-08-10Remove the encrypted password length check. The admin should beTodd C. Miller
2016-08-10armish handled some early-gen arm machines, which required tons ofTheo de Raadt
2016-08-08Use exit(3) instead of _exit(2) in the child processes.Renato Westphal
2016-08-08Use exit(3) instead of _exit(2) in the child processes.Renato Westphal
2016-08-08Simplify shutdown processRenato Westphal
2016-08-08Create socket with SOCK_NONBLOCK instead of using fcntl() without theRafael Zalamena
2016-08-08Handle imsg_read() EAGAIN like the man page code example.Rafael Zalamena
2016-08-08rde and eigrpe should use exit(3) instead of _exit(2)Renato Westphal
2016-08-08Normalize the received prefixes.Renato Westphal
2016-08-08Fix previous. Obvously the condition is reversed.YASUOKA Masahiko