Age | Commit message (Expand) | Author |
2014-08-23 | close fd when fdopen fails | doug |
2014-08-23 | Enhance the ldomctl(8) man page. | Stefan Sperling |
2014-08-22 | switch ndp to display MAC addresses in 00:00:00:00:00:00 format, ok deraadt@ | Stuart Henderson |
2014-08-22 | print leading 0's in MAC addresses again, ok deraadt | Stuart Henderson |
2014-08-22 | Strip the BIND code down to just building and installing dig, host and nslookup. | Brad Smith |
2014-08-22 | Instead of getting a nasty error message from privsep | Alexander Bluhm |
2014-08-22 | Enable rcctl(8). | Antoine Jacoutot |
2014-08-22 | remove an uneeded test | Jonathan Gray |
2014-08-21 | Add Last-Modified: HTTP header. | Christopher Zimmermann |
2014-08-21 | Document square brackets for IPv6 addresses. From FreeBSD. | Alexander Bluhm |
2014-08-21 | Send and receive UDP syslog packets on the IPv6 socket. | Alexander Bluhm |
2014-08-21 | Unbreak when "SRCDIR=." | Antoine Jacoutot |
2014-08-21 | add $OpenBSD$ | Jonathan Gray |
2014-08-21 | Make "rcctl status" output match rc.conf(8) format. | Antoine Jacoutot |
2014-08-21 | Change the output of arp(8) to match what ndp(8) does and include the | Martin Pieuchot |
2014-08-21 | Now that rc.conf(8) defines what a base system service, a base | Ingo Schwarze |
2014-08-21 | If a service is disabled its flags are unconditionally set to "NO", so | Antoine Jacoutot |
2014-08-21 | Parse loghost in a separate function. Allow [] around hostname, | Alexander Bluhm |
2014-08-20 | Replace gethostbyaddr(3) with getnameinfo(3). Remove the sigprocmask() | Alexander Bluhm |
2014-08-20 | Add missing OpenBSD RCS id. | Alexander Bluhm |
2014-08-20 | Rename priv_gethostserv() to priv_getaddrinfo() as this is what the | Alexander Bluhm |
2014-08-20 | Better explain what unbound is for. | Florian Obser |
2014-08-20 | Store the positional args in vars with meaningful names which makes the arg | Robert Peichaer |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2014-08-20 | Greatly simplify get/set flags and status. | Antoine Jacoutot |
2014-08-20 | Drop default values from rc.conf.local when we run "enable". | Antoine Jacoutot |
2014-08-20 | Remove userland bits related to the crypto(4) interface; ok deraadt | Mike Belopuhov |
2014-08-20 | unify the declaration of functions. | Remi Pointel |
2014-08-19 | Sync usage. | Antoine Jacoutot |
2014-08-19 | To make it even more obvious which combinations are allowed, | Ingo Schwarze |
2014-08-19 | Simplify some checks | Antoine Jacoutot |
2014-08-19 | mdoc(7) style: remove trailing whitespace and .Pp before non-compact .Bd/.Bl | Ingo Schwarze |
2014-08-19 | Drop commented code. | Antoine Jacoutot |
2014-08-19 | Introduce rcctl(8), a simple utility for maintaining rc.conf.local(8). | Antoine Jacoutot |
2014-08-19 | Entries for broadcast addresses should also be ignored, just like local | Martin Pieuchot |
2014-08-19 | The _exit codes in syslogd privsep.c were the wrong way around. | Alexander Bluhm |
2014-08-19 | Replace manually written function names with __func__. | Alexander Bluhm |
2014-08-19 | Fix trailing white spaces. | Alexander Bluhm |
2014-08-18 | Variables to count seen packets should be unsigned. | Tobias Stoeckmann |
2014-08-18 | Sync proc.c with httpd. httpd needs SIGUSR1 but snmpd will ignore it | Reyk Floeter |
2014-08-18 | Sync proc.c with httpd. httpd needs SIGUSR1 but relayd will ignore it | Reyk Floeter |
2014-08-17 | don;t mark up {}; | Jason McIntyre |
2014-08-15 | Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) | Philip Guenther |
2014-08-14 | remove two duplicate command entries; | Ingo Schwarze |
2014-08-14 | No use for <netinet/in_systm.h> nor <netinet/tcpip.h>. | Martin Pieuchot |
2014-08-14 | Sync with httpd, including the following change from doug@: | Reyk Floeter |
2014-08-14 | Sync with RFC 7230-7235 phrases and IANA registered status codes. | doug |
2014-08-14 | Do not set RTF_MASK, it is not used anymore. | Martin Pieuchot |
2014-08-14 | Remove obsolete struct stat parameters. | Christopher Zimmermann |
2014-08-13 | For a non-existent root we don't want the root prefix to show up in | Christopher Zimmermann |