=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/innovations.html,v retrieving revision 1.39 retrieving revision 1.40 diff -c -r1.39 -r1.40 *** www/innovations.html 2016/09/14 11:24:03 1.39 --- www/innovations.html 2016/09/14 15:59:17 1.40 *************** *** 433,438 **** --- 433,443 ---- just a subset of programs and libraries but rather to all programs and libraries. Implemented for OpenBSD 6.1 by Philip Guenther in August 2016. +
  • Use of fork+exec in privilege separated programs. The strategy is to give + each process a fresh & unique address space for ASLR, stack protector -- as + protection against address space discovery attacks. Implemented first by + Damien Miller (sshd(8) 2004), Claudio Jeker (bgpd(8), 2015), Eric Faurot (smtpd(8), 2016), + Rafael Zalamena (various, 2016), and others.

    Functions