summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2016-08-31whitespaceSebastian Benoit
2016-08-31whitespaceSebastian Benoit
2016-08-31whitespaceSebastian Benoit
2016-08-31whitespaceSebastian Benoit
2016-08-31revoke -> revocate, to avoid aliasTheo de Raadt
ok florian
2016-08-31whitespaceSebastian Benoit
2016-08-31ASN1_TIME *atim avoids shadowing timeTheo de Raadt
2016-08-31avoid arith on void *, by using char *Theo de Raadt
2016-08-31whitespace cleanupSebastian Benoit
2016-08-31whitespaceFlorian Obser
2016-08-31hook up acme-clientFlorian Obser
2016-08-31store files in directories called acmeFlorian Obser
2016-08-31use bsd.prog.mkFlorian Obser
2016-08-31Some 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-31oops, use correct filenameFlorian Obser
2016-08-31Import 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-31Remove dead code. queue_flow_control() has never been used and isEric Faurot
probably a bad idea. ok gilles@
2016-08-31no need for Xo/Xc here, plus minor tweak;Jason McIntyre
2016-08-31introduce "authenticated" parameter so rules may apply to authenticatedGilles Chehade
sessions specifically ok eric@, sunil@, jung@
2016-08-31word fix;Jason McIntyre
2016-08-31allow overriding the subaddressing delimiter with subaddressing-delimiterGilles Chehade
keyword, the default is still + ok eric@, sunil@
2016-08-31regenFlorian Obser
2016-08-31update to 4.1.11Florian Obser
"Working fine here." millert@ OK dlg, sthen
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
not the global structure. this worked by accident. ok eric@
2016-08-30Kill (remove) the ps_pid from privsep struct since it is not being usedRafael Zalamena
anymore. Also fix the process initialization prototypes. ok reyk@
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
kill()ing child process. "Looks good to me" millert@ ok benno@
2016-08-30does not need sys/param.hTheo de Raadt
2016-08-30Remove duplicated prototypes from header.Rafael Zalamena
"Looks good to me" natano@
2016-08-30Do not assume that the full http response header is in the firstFlorian 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-29Add more information to syslogd tls config error messages.Alexander Bluhm
OK millert@
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
tied items so we can still skip extracting them. better than the stopgap measure I committed a few weeks ago.
2016-08-27Kill 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-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
ok deraadt@
2016-08-27Pull in <sys/select.h> for fd_setPhilip Guenther
ok deraadt@
2016-08-27Pull in <sys/time.h> for gettimeofday()Philip Guenther
ok deraadt@
2016-08-27Pull in <sys/time.h> for struct timespec, timeval, or clockratePhilip Guenther
ok deraadt@
2016-08-27Pull in <sys/time.h> for gettimeofday()Philip Guenther
ok deraadt@
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
timegm, and tzset ok deraadt@
2016-08-26grrr warningMarc Espie
2016-08-26Kill 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-26Replace 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-25make the full filesystem check optional, by popular demand.Marc Espie
doubling -q removes the plist thorough check.
2016-08-25goda@ contributed most of the OpenFlow 1.3.5 parts in ofp.h (for theReyk 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.