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