summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2016-09-01get rid of the imsg buffer usage profiling code.Eric Faurot
ok gilles@ jung@ sunil@
2016-09-01now that openprom is always 1, remove conditionalsTed Unangst
2016-09-01remove sparc supportTed Unangst
2016-09-01chainsaw sparcTheo de Raadt
2016-09-01remove sparcTed Unangst
2016-09-01Teach httpd/proc.c how to fork+exec.Rafael Zalamena
This commit implemented the basic functions to proc.c to make it not rely on global variables, malloc()ed memory and CLOEXEC pipes. Fix child proc titles from reyk@ ok reyk@, florian@
2016-09-01various cleanup;Jason McIntyre
2016-09-01we don't have config.hFlorian Obser
2016-09-01line wrap usageTheo de Raadt
2016-09-01do { } while is easier to eyeballTheo de Raadt
2016-09-01PATH_VAR_EMPTY is not usedTheo de Raadt
2016-09-01Collapse krazy abstractions for other sandbox models, using chroot andTheo de Raadt
pledge directly as needed. ok florian
2016-09-01knfSebastian Benoit
2016-08-31whitespaceSebastian Benoit
2016-08-31whitespaceSebastian Benoit
2016-08-31whitespaceSebastian Benoit
2016-08-31whitespaceSebastian Benoit
2016-08-31We are past 5.8. Also gets rid of asserts as a bonus.Florian Obser
OK benno@, deraadt@
2016-08-31Bring in license for man page Kristaps just added upstream inFlorian Obser
commit 33c4b38b1db65097e4301e982c9cffcb8c3e648d.
2016-08-31whitespaceSebastian Benoit
2016-08-31whitespaceSebastian Benoit
2016-08-31whitespaceSebastian Benoit
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