Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-31 | whitespace | Sebastian Benoit | |
2016-08-31 | whitespace | Sebastian Benoit | |
2016-08-31 | whitespace | Sebastian Benoit | |
2016-08-31 | whitespace | Sebastian Benoit | |
2016-08-31 | revoke -> revocate, to avoid alias | Theo de Raadt | |
ok florian | |||
2016-08-31 | whitespace | Sebastian Benoit | |
2016-08-31 | ASN1_TIME *atim avoids shadowing time | Theo de Raadt | |
2016-08-31 | avoid arith on void *, by using char * | Theo de Raadt | |
2016-08-31 | whitespace cleanup | Sebastian Benoit | |
2016-08-31 | whitespace | Florian Obser | |
2016-08-31 | hook up acme-client | Florian Obser | |
2016-08-31 | store files in directories called acme | Florian Obser | |
2016-08-31 | use bsd.prog.mk | Florian Obser | |
2016-08-31 | Some man page clean up: | Florian Obser | |
- make it more httpd centric - remove mkdir instructions, we create the directories by default - no 2nd person wording - remove commented out lines - add author | |||
2016-08-31 | oops, use correct filename | Florian Obser | |
2016-08-31 | Import Kristaps' letskencrypt and call it acme-client in tree. | Florian Obser | |
OK to get it in deraadt@ (and probably beck@) At least deraadt@, beck@ and otto@ are fine with the name and the disagreements stopped. | |||
2016-08-31 | Remove dead code. queue_flow_control() has never been used and is | Eric Faurot | |
probably a bad idea. ok gilles@ | |||
2016-08-31 | no need for Xo/Xc here, plus minor tweak; | Jason McIntyre | |
2016-08-31 | introduce "authenticated" parameter so rules may apply to authenticated | Gilles Chehade | |
sessions specifically ok eric@, sunil@, jung@ | |||
2016-08-31 | word fix; | Jason McIntyre | |
2016-08-31 | allow overriding the subaddressing delimiter with subaddressing-delimiter | Gilles Chehade | |
keyword, the default is still + ok eric@, sunil@ | |||
2016-08-31 | regen | Florian Obser | |
2016-08-31 | update to 4.1.11 | Florian Obser | |
"Working fine here." millert@ OK dlg, sthen | |||
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 | |
not the global structure. this worked by accident. ok eric@ | |||
2016-08-30 | Kill (remove) the ps_pid from privsep struct since it is not being used | Rafael Zalamena | |
anymore. Also fix the process initialization prototypes. ok reyk@ | |||
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 | |
kill()ing child process. "Looks good to me" millert@ ok benno@ | |||
2016-08-30 | does not need sys/param.h | Theo de Raadt | |
2016-08-30 | Remove duplicated prototypes from header. | Rafael Zalamena | |
"Looks good to me" natano@ | |||
2016-08-30 | Do not assume that the full http response header is in the first | Florian Obser | |
fastcgi stdout record. Keep processing stdout records until we found the header / body separator and only then generate the header response. Problem reported by many. OK jung@ | |||
2016-08-29 | Add more information to syslogd tls config error messages. | Alexander Bluhm | |
OK millert@ | |||
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 | |
tied items so we can still skip extracting them. better than the stopgap measure I committed a few weeks ago. | |||
2016-08-27 | Kill p_instance from proc.c and remove static proc_id unused variables. | Rafael Zalamena | |
To keep the debug functionality intact and correct we'll use the pid field in the imsg header to pass the instance number. Remember to always pass 'ps_instance + 1' otherwise libutil will fill imsg header pid field with the imsgbuf pid (which is the current process pid). ok reyk@ | |||
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 | |
ok deraadt@ | |||
2016-08-27 | Pull in <sys/select.h> for fd_set | Philip Guenther | |
ok deraadt@ | |||
2016-08-27 | Pull in <sys/time.h> for gettimeofday() | Philip Guenther | |
ok deraadt@ | |||
2016-08-27 | Pull in <sys/time.h> for struct timespec, timeval, or clockrate | Philip Guenther | |
ok deraadt@ | |||
2016-08-27 | Pull in <sys/time.h> for gettimeofday() | Philip Guenther | |
ok deraadt@ | |||
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 | |
timegm, and tzset ok deraadt@ | |||
2016-08-26 | grrr warning | Marc Espie | |
2016-08-26 | Kill the ps_ninstances from proc.c. | Rafael Zalamena | |
We got the same information in ps_instances[proc] (more accurate) and we avoid allocating unnecessary memory for pipe storage. ok reyk@ | |||
2016-08-26 | Replace the static env variables with a single global variable. | Rafael Zalamena | |
ok reyk@ | |||
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 | |
doubling -q removes the plist thorough check. | |||
2016-08-25 | goda@ contributed most of the OpenFlow 1.3.5 parts in ofp.h (for the | Reyk Floeter | |
"still-unreleased" switch(4) driver), so it is only fair to add his copyright. This header file will eventually move to net/ofp.h. |