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