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