summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-01-28When comparing the LSA with the Ack, also check the age field. ThisAlexander Bluhm
2015-01-28If not explicitly disabled, syslogd verifies the x509 certificateAlexander Bluhm
2015-01-28Remove ssl_by_mem_ctrl() and x509_mem_lookup to unbreak the build. ItReyk Floeter
2015-01-28jcs found another remnant of cool running modeTed Unangst
2015-01-27fix messages of FwUpdateMarc Espie
2015-01-26Merge in a commit from upstream..Brad Smith
2015-01-23braces to open a function go on their own line like god intendedTed Unangst
2015-01-23delete some code that doesn't (and shouldn't) run. ok deraadt millertTed Unangst
2015-01-23Remove now-unused DebugFlags.Todd C. Miller
2015-01-23Killing my darling. Functionality and binary name moved to pkg_* andAlexander Hall
2015-01-23Remove the OK and ERR macros. They obfuscate the code and don'tTed Unangst
2015-01-23minor debug removal cleanupTed Unangst
2015-01-23remove debug code.Ted Unangst
2015-01-22delete useless casts. ok deraadt guenther millertTed Unangst
2015-01-22remove a stupid -Wstrict-prototype warning by making the hash functionTed Unangst
2015-01-22Clean up includes, while here fix a white space which lead to a falseFlorian Obser
2015-01-22Clean up the relayd headers with help of include-what-you-use and someReyk Floeter
2015-01-22spacingReyk Floeter
2015-01-22spacingReyk Floeter
2015-01-22wrap long lines; spacing.Reyk Floeter
2015-01-22Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'.Kenneth R Westerback
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