Age | Commit message (Expand) | Author |
2015-01-22 | LibreSSL now supports loading of CA certificates from memory, replace | Reyk Floeter |
2015-01-22 | amd's nfs_prot.x file has some tweaks from the standard; automate them with ed. | Philip Guenther |
2015-01-21 | Ooops, no need to include sys/cdefs.h. | Reyk Floeter |
2015-01-21 | httpd is based on relayd and had included many headers that are only | Reyk Floeter |
2015-01-21 | Include <netinet/in.h> before <net/pfvar.h>. In a future change when | Theo de Raadt |
2012-07-11 | bring in a persistent event driven tftp-proxy to replace the libexec | David Gwynne |
2015-01-21 | Pass times as int64_t and eliminate the (long disabled) mount request. | Philip Guenther |
2015-01-21 | regen | Philip Guenther |
2015-01-21 | Remove all references to the amd -M option (it was disabled long ago) and | Philip Guenther |
2015-01-21 | Regenerate the amq RPC stubs with a -current rpcgen, with some | Philip Guenther |
2015-01-21 | amq doesn't use anything from misc_rpc.c | Philip Guenther |
2015-01-21 | Fix deferred host DNS lookups. | Brent Cook |
2015-01-20 | Document how to send syslog messages over TCP or TLS. | Alexander Bluhm |
2015-01-20 | HOST_NAME_MAX + 1 is big enough for gethostname(3); this array has | Florian Obser |
2015-01-20 | Adjust <sys/param.h> comments regarding use of use of MSIZE, or | Theo de Raadt |
2015-01-20 | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or | Theo de Raadt |
2015-01-20 | Do not assume a read buffer coming from libevent is aligned. Copy the | Theo de Raadt |
2015-01-20 | use <limits.h> comprehensively. For now try to push <> includes to | Theo de Raadt |
2015-01-20 | Revert some $OpenBSD$ additions about which there are doubts. | Kenneth R Westerback |
2015-01-20 | Missing $OpenBSD$'s. | Kenneth R Westerback |
2015-01-19 | Routing sockets are here to stay, so delete the wrapper that would use the | Philip Guenther |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2015-01-19 | The kernel doesn't actually care what a sockaddr's sa_len is on input, | Philip Guenther |
2015-01-19 | No need to include pfvar.h, another leftover from relayd. It was also | Reyk Floeter |
2015-01-19 | Use initial assignment of action to check for errors. | Brent Cook |
2015-01-19 | Log the remote user in the access.log. | Florian Obser |
2015-01-19 | s/clt_fcgi_remote_user/clt_remote_user/ | Florian Obser |
2015-01-19 | Decouple auth parameters from struct server_config into struct auth. | Reyk Floeter |
2015-01-19 | Also print the fspace member of map entries when PRINT_VM_MAP_ENTRY is | Mark Kettenis |
2015-01-19 | remove #ifndef #define blocks trying to handle lack of BUFSIZ | Theo de Raadt |
2015-01-19 | sparc also needs <machine/param.h> for CPU_SUN*. | Miod Vallat |
2015-01-19 | Replace HOST_NAME_MAX+1 with NI_MAXHOST when the hostname is used | Alexander Bluhm |
2015-01-19 | remove a couple of unused headers. | Brent Cook |
2015-01-19 | add a specialized version of version compares that should not update | Marc Espie |
2015-01-19 | If SIGUSR1 and SIGUSR2 are unavailable, don't invent something crazy | Theo de Raadt |
2015-01-19 | move to <limits.h> universe | Theo de Raadt |
2015-01-19 | If UID_MAX is not defined, this should fail to compile. | Theo de Raadt |
2015-01-18 | Implement sending syslog messages over TLS. | Alexander Bluhm |
2015-01-18 | tweak previous | Florian Obser |
2015-01-18 | First stab at implementing basic auth. | Florian Obser |
2015-01-18 | Drop backward compat syntax. | Antoine Jacoutot |
2015-01-18 | The world is ELF: use <sys/exec_elf.h> instead of <a.out.h> or <sys/exec.h> | Philip Guenther |
2015-01-18 | do not require <a.out.h> | Theo de Raadt |
2015-01-17 | make sure we have an interactivestub... I forgot the -I part from the old | Marc Espie |
2015-01-17 | document the <sys/param.h> | Theo de Raadt |
2015-01-16 | More evil bootstrap code. #ifndef ALIGNBYTES #define ALIGNBYTES 3. | Theo de Raadt |
2015-01-16 | change to <limits.h> universe. The only changes in the binary are due | Theo de Raadt |
2015-01-16 | move to <limits.h> where possible, annotate <sys/param.h> otherwise | Theo de Raadt |
2015-01-16 | Move from <sys/param.h>. (The binary change is due to a line number | Theo de Raadt |
2015-01-16 | SSL_CTX_use_certificate_chain() has been added to LibreSSL and there | Reyk Floeter |