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