Age | Commit message (Expand) | Author |
2015-09-11 | Fix server_handshake_tls() - we should only call server_input() in the case | Joel Sing |
2015-09-11 | Put a private copy of the ypresp_allfn/ypresp_data interface into ypserv | Theo de Raadt |
2015-09-11 | Syslog does not need the global list of TCP clients, libevent handles | Alexander Bluhm |
2015-09-11 | Change device locators type from int to long, for the sake of 64-bit ports | Miod Vallat |
2015-09-10 | Instead of having global variables containing the libevent structures, | Alexander Bluhm |
2015-09-10 | Hide netgroup internals inside libc. The parts that netgroup_mkdb | Theo de Raadt |
2015-09-10 | Convert syslogd TLS connect to use handshake callback. The bt_hostname | Alexander Bluhm |
2015-09-10 | delete obsolete .Bk from the SYNOPSIS | Ingo Schwarze |
2015-09-10 | Assign the return value of getopt() to an int, not a char, so that options | Miod Vallat |
2015-09-10 | regen configure, reported by deraadt@ | Stuart Henderson |
2015-09-10 | reduce .Nd to one line and kill .Tn while here | Ingo Schwarze |
2015-09-10 | Remove compat files no longer required. | Stuart Henderson |
2015-09-10 | Fix handling of compat/b64_{ntop,pton} by using __-prefixed versions directly, | Stuart Henderson |
2015-09-10 | fix return type for tls_read/write | Bob Beck |
2015-09-10 | fix type and return check for tls_read/write. | Bob Beck |
2010-01-15 | NSD v3.2.4 | Jakob Schlyter |
2015-09-10 | Make syslogd compile again after recent libtls changes. Adapt to | Alexander Bluhm |
2015-09-10 | fix after libtls api changes | Bob Beck |
2015-09-10 | fix after libtls api changes | Bob Beck |
2015-09-10 | Update httpd to call tls_handshake() after tls_accept_socket(). | Joel Sing |
2015-09-09 | Hide YP-specific xdr_* functions, and have the YP tools link -lrpcsvc | Theo de Raadt |
2015-09-09 | Fix memory leak in error path when max length exceeded. | Todd C. Miller |
2015-09-09 | Remove more dead code. | Antoine Jacoutot |
2015-09-09 | To double the receive buffer of a socketpair does not help as sending | Alexander Bluhm |
2015-09-09 | Remove unused code. | Antoine Jacoutot |
2015-09-09 | Move and tweak a comment. | Antoine Jacoutot |
2015-09-07 | when bypassing the enqueuer, insert Message-Id header if none was found and | Gilles Chehade |
2015-09-07 | append a slash immediately after a file system path that is a directory; | Igor Sobrado |
2015-09-07 | Fix a regression that was introduced with server.c r1.64: Do NOT free | Reyk Floeter |
2015-09-07 | Simplify handling of sum files. | Antoine Jacoutot |
2015-09-07 | No need to restore backup of sum files; once the new ones are installed, | Antoine Jacoutot |
2015-09-06 | UINT_MAX would overflow the integer calculation later on, leading to | Tobias Stoeckmann |
2015-09-06 | Avoid floating point exception when an invalid font width was specified. | Tobias Stoeckmann |
2015-09-06 | hex array of bytes should be printed fixed-form; from Jihyun Yu | Theo de Raadt |
2015-09-05 | Avoid unintended problems with operator precedence when doing an | Jonathan Gray |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2015-09-04 | zap extra newline that snuck in | Jasper Lievisse Adriaanse |
2015-09-03 | In sendsyslog(2) I got the plural s of messages right. The messages | Alexander Bluhm |
2015-09-03 | Instead of creating a line buffer on the stack, tcp_readcb() can | Alexander Bluhm |
2015-09-03 | Document spool dir in smtpd's FILES section and be consistent with | Todd C. Miller |
2015-09-03 | Modify acpidump to work on systems booted from efi boot. Use the ACPI | YASUOKA Masahiko |
2015-09-03 | move paren to correctly return a negative error value instead of the | Jonathan Gray |
2015-09-03 | the session kicking mechanism has an accounting bug leading to some legit | Gilles Chehade |
2015-09-01 | Bind the *:514 UDP socket of syslogd with SO_REUSEADDR. This avoids | Alexander Bluhm |
2015-09-01 | stop defining a local copy of perror(); libc/rpc no longer uses it. | Theo de Raadt |
2015-08-31 | The !prog and +host features allow to select log messages from a | Alexander Bluhm |
2015-08-30 | rename a variable "err" to "error" | Theo de Raadt |
2015-08-30 | warnx(3) has an implicit \n at the end. | Florian Obser |
2015-08-28 | log battery changes every 10%, not every 21. | Ted Unangst |
2015-08-28 | Rework the UNIX domain socket garbage collector, including ideas from | Philip Guenther |