summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-08-31allow overriding the subaddressing delimiter with subaddressing-delimiterGilles Chehade
2016-08-31regenFlorian Obser
2016-08-31update to 4.1.11Florian Obser
2016-08-31Style, and clarify some out of date commentsMike Larkin
2010-01-15NSD v3.2.4Jakob Schlyter
2016-08-30when configuring the daemon, assign values to the structure being conf-ed,Gilles Chehade
2016-08-30Kill (remove) the ps_pid from privsep struct since it is not being usedRafael Zalamena
2016-08-30Fix fd leak on error. OK jsg@Todd C. Miller
2016-08-30Terminate daemon using the socket status instead of watching SIGCHLD orRafael Zalamena
2016-08-30does not need sys/param.hTheo de Raadt
2016-08-30Remove duplicated prototypes from header.Rafael Zalamena
2016-08-30Do not assume that the full http response header is in the firstFlorian Obser
2016-08-29Add more information to syslogd tls config error messages.Alexander Bluhm
2016-08-28Pull in <time.h> for tzset()Philip Guenther
2016-08-27in case we run delete_first (not enough room), delay the unlink ofMarc Espie
2016-08-27Kill p_instance from proc.c and remove static proc_id unused variables.Rafael Zalamena
2016-08-27Add missing $OpenBSD$ line and remove an unnecessary comment line.YASUOKA Masahiko
2016-08-27Move up the <stdio.h> include so <dev/pci/*.h> have NULLPhilip Guenther
2016-08-27Pull in <sys/select.h> for fd_setPhilip Guenther
2016-08-27Pull in <sys/time.h> for gettimeofday()Philip Guenther
2016-08-27Pull in <sys/time.h> for struct timespec, timeval, or clockratePhilip Guenther
2016-08-27Pull in <sys/time.h> for gettimeofday()Philip Guenther
2016-08-27Use %zu for size_t argumentsPhilip Guenther
2016-08-27Pull in <time.h> for one or more of gmtime, strftime, strptime, time,Philip Guenther
2016-08-26grrr warningMarc Espie
2016-08-26Kill the ps_ninstances from proc.c.Rafael Zalamena
2016-08-26Replace the static env variables with a single global variable.Rafael Zalamena
2016-08-25-F before -f (as -I before -i currently is...);Jason McIntyre
2016-08-25make the full filesystem check optional, by popular demand.Marc Espie
2016-08-25goda@ contributed most of the OpenFlow 1.3.5 parts in ofp.h (for theReyk Floeter
2016-08-25Fix rtadvd.conf(5) example for pinfoflags, it accepts numbers not strings.Stuart Henderson
2016-08-25remove lint commentsTed Unangst
2016-08-22Enable SNI support in httpd(8).Joel Sing
2016-08-21introduce a union of sockaddr types and eliminate a lot of casts.Ted Unangst
2016-08-20Properly initialize the message parser. fix a regression where theEric Faurot
2016-08-20Tweak timer debug output.Jeremie Courreges-Anglas
2016-08-20Move counters from u_quad_t to uint64_t.Jeremie Courreges-Anglas
2016-08-19make smtpd less verbose at startupEric Faurot
2016-08-18use a more standard page layout; ok mlarkinJason McIntyre
2016-08-18word fix, from remi locherer; ok reykJason McIntyre
2016-08-18various fixes for previous;Jason McIntyre
2016-08-18init a variable to address https://kb.isc.org/article/AA-01272Jonathan Gray
2016-08-18fix fd leaks in error pathsJonathan Gray
2003-01-20ISC BIND version 9.2.2rc1Jakob Schlyter
2016-08-18add section on VM networking. more to come, this is a starting point forMike Larkin
2016-08-17By using the new tls_config_load_file() feature, syslogd(8) certificateAlexander Bluhm
2016-08-17pluralize a wordPeter Hessler
2016-08-17The man page is a bit confusing for how we can control which addressPeter Hessler
2016-08-17small bits of header cleanup; ok mlarkinTheo de Raadt
2016-08-17KNF and clean up many comments.Kenneth R Westerback