Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-01 | get rid of the imsg buffer usage profiling code. | Eric Faurot | |
ok gilles@ jung@ sunil@ | |||
2016-09-01 | now that openprom is always 1, remove conditionals | Ted Unangst | |
2016-09-01 | remove sparc support | Ted Unangst | |
2016-09-01 | chainsaw sparc | Theo de Raadt | |
2016-09-01 | remove sparc | Ted Unangst | |
2016-09-01 | Teach 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-01 | various cleanup; | Jason McIntyre | |
2016-09-01 | we don't have config.h | Florian Obser | |
2016-09-01 | line wrap usage | Theo de Raadt | |
2016-09-01 | do { } while is easier to eyeball | Theo de Raadt | |
2016-09-01 | PATH_VAR_EMPTY is not used | Theo de Raadt | |
2016-09-01 | Collapse krazy abstractions for other sandbox models, using chroot and | Theo de Raadt | |
pledge directly as needed. ok florian | |||
2016-09-01 | knf | Sebastian Benoit | |
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 | We are past 5.8. Also gets rid of asserts as a bonus. | Florian Obser | |
OK benno@, deraadt@ | |||
2016-08-31 | Bring in license for man page Kristaps just added upstream in | Florian Obser | |
commit 33c4b38b1db65097e4301e982c9cffcb8c3e648d. | |||
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 | 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 | |