summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-20Mark a slurry of functions as staticPhilip Guenther
2014-07-20use NULL instead of 0 when dealing with pointersJonathan Gray
2014-07-20Kill lint comments; mark ExitString() as __deadPhilip Guenther
2014-07-20Switch from memmove() to memcpy() where appropriate; simplify addressPhilip Guenther
2014-07-20VSUSP and SIGTSTP are required by POSIXPhilip Guenther
2014-07-20Delete an insane chunk of code for handling broken poll() emulation.Philip Guenther
2014-07-20Add prototypes to some function callbacks and fix the type errors thatPhilip Guenther
2014-07-20Stop using the (now) internal rc.subr functions _rc_do() and _rc_wait().Robert Peichaer
2014-07-20Fix auto-upgradable files detection.Antoine Jacoutot
2014-07-20More encryption tentacles: intr_happened and intr_waiting vanishPhilip Guenther
2014-07-20Eliminate trivial wrappers TerminalWrite() and TerminalRead()Philip Guenther
2014-07-20Don't depend on <sys/param.h> for MAXPATHLENPhilip Guenther
2014-07-20Correctly cast to unsigned char for ctype functions/macrosPhilip Guenther
2014-07-20ring_init() can't failPhilip Guenther
2014-07-20-8 is the defaultPhilip Guenther
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