Age | Commit message (Expand) | Author |
2014-07-20 | Don't need -I${.CURDIR} | Philip Guenther |
2014-07-20 | Simplify #includes, start pushing them into the .c files, eliminate | Philip Guenther |
2014-07-20 | correct unconfig: target; Jean-Philippe Ouellet | Theo de Raadt |
2014-07-20 | tweak -W options | Philip Guenther |
2014-07-20 | no longer play with /dev/log | Theo de Raadt |
2014-07-20 | From ISO/IEC 9899:1999 and 9899:201x, | Philip Guenther |
2014-07-20 | Ooops, verbose_encrypt option is gone too. | Philip Guenther |
2014-07-20 | The manpage claims the -a option uses getlogin(2), so do so. Also, | Philip Guenther |
2014-07-20 | The only authentication info now is the login name | Philip Guenther |
2014-07-20 | Demonstrate how new linux getrandom() will be called, at least until | Theo de Raadt |
2014-07-20 | remove a variable called wantencryption. | Theo de Raadt |
2014-07-20 | This pulls in <ddb/db_output.h>, so don't redeclare ddb functions | Philip Guenther |
2014-07-20 | Oddly, chmod chgrp chown were at the wrong path on these media. | Theo de Raadt |
2014-07-20 | place sysctl in sorted order; Jean-Philippe Ouellet | Theo de Raadt |
2014-07-20 | arch was in wrong bin dir; Jean-Philippe Ouellet | Theo de Raadt |
2014-07-20 | Mark the format string argument to BIO_*printf as not being allowed to be NULL | Philip Guenther |
2014-07-20 | Make sure the correct errno is reported by warn* or err* and not | Philip Guenther |
2014-07-20 | Fix ordering breakage, moving the fclose() test last again. | Philip Guenther |
2014-07-20 | Update regress to match change in stpcpy() linker message | Philip Guenther |
2014-07-20 | Make sure the correct errno is reported by warn* or err* and not | Philip Guenther |
2014-07-20 | Delete unused variables found by -Wall | Philip Guenther |
2014-07-20 | Add missing include. Tickled by Doug Hogan (doug (at) acyclic.org) | Philip Guenther |
2014-07-20 | Mark fatal() as printf-like. | Philip Guenther |
2014-07-19 | Flense the telnet code base of unwanted ifdefs: authentication/encryption | Philip Guenther |
2014-07-19 | Print a warning message if the files with the random seed are not | Alexander Bluhm |
2014-07-19 | Explicitely check the value of REGRESS_SKIP_SLOW rather than its emptyness, | Miod Vallat |
2014-07-19 | Make sure struct sockaddr_in gets completely initialized by setting it to zero | Miod Vallat |
2014-07-19 | Bring back pci_dopm, but disable it before powerdown. | Paul Irofti |
2014-07-19 | remove disabled main hook; we use phdr now; ok bcook | Theo de Raadt |
2014-07-19 | arc4random re-seeds with getentropy() now; ok deraadt@ jmc@ | Christian Weisgerber |
2014-07-19 | tab love | Theo de Raadt |
2014-07-19 | Move _ARC4_ATFORK handlers from thread_private.h in portable. | bcook |
2014-07-19 | move _ARC4_LOCK/UNLOCK primitives from thread_private into OS-specific modules | bcook |
2014-07-19 | Security fix: | Ingo Schwarze |
2014-07-19 | fixup typos | bcook |
2014-07-19 | Backout pci_dopm usage as it also breaks reboot on Lemote's. | Paul Irofti |
2014-07-19 | Security fix: | Ingo Schwarze |
2014-07-19 | Document that abort() is async signal safe now that it doesn't flush | Matthew Dempsky |
2014-07-19 | actually use the cve match_location correctly. | Marc Espie |
2014-07-19 | miod pointed out i forgot which way round casts go. | David Gwynne |
2014-07-19 | Fix strtonum range to unbreak -pass fd:0 | Lawrence Teo |
2014-07-19 | Change _rs_allocate so it can combine the two regions (rs and rsx) | Theo de Raadt |
2014-07-18 | The pf forward tests were running rdr-to and nat-to simultaneously | Alexander Bluhm |
2014-07-18 | Cleanup portable arc4random fork detection code: | Matthew Dempsky |
2014-07-18 | sync | Theo de Raadt |
2014-07-18 | Oops, getentropy() is an "extension interface", not a "base interface" | Matthew Dempsky |
2014-07-18 | Document that getentropy() is async signal safe. | Matthew Dempsky |
2014-07-18 | Do not use the HTTP_HOST CGI variable, | Ingo Schwarze |
2014-07-18 | Since syslog messages are now sent via the sendsyslog(2) system call, | Theo de Raadt |
2014-07-18 | As discussed with beck, tweak the wording for getentropy slightly so | Theo de Raadt |