| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace all calls to signal(2) with a wrapper around sigaction(2). |  dtucker | 2020-01-23 | 1 | -7/+7 |
| * | fix setting of $SSH_ASKPASS_PROMPT - it shouldn't be set when asking |  djm | 2019-12-06 | 1 | -5/+13 |
| * | bring the __func__ |  djm | 2019-12-06 | 1 | -6/+6 |
| * | use error()+_exit() instead of fatal() to avoid running cleanup |  djm | 2019-11-27 | 1 | -2/+3 |
| * | follow existing askpass logic for security key notifier: fall back |  djm | 2019-11-15 | 1 | -3/+4 |
| * | pass SSH_ASKPASS_PROMPT hint to y/n key confirm too |  djm | 2019-11-12 | 1 | -1/+2 |
| * | dd API for performing one-shot notifications via tty or SSH_ASKPASS |  djm | 2019-11-12 | 1 | -1/+85 |
| * | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -5/+5 |
| * | Print an \r in front of the password prompt so parts of a password |  tb | 2019-01-19 | 1 | -4/+11 |
| * | Remove support for running ssh(1) setuid and fatal if attempted. |  dtucker | 2018-07-18 | 1 | -2/+1 |
| * | Pass (char *)NULL rather than (char *)0 to execl and execlp. |  mmcc | 2015-12-11 | 1 | -2/+2 |
| * | convert memset of potentially-private data to explicit_bzero() |  djm | 2014-02-02 | 1 | -4/+4 |
| * | bye, bye xfree(); ok markus@ |  djm | 2013-05-17 | 1 | -2/+2 |
| * | fix ControlMaster=ask regression |  djm | 2010-12-15 | 1 | -11/+16 |
| * | almost entirely get rid of the culture of ".h files that include .h files" |  deraadt | 2006-08-03 | 1 | -3/+1 |
| * | move #include <stdio.h> out of includes.h |  stevesk | 2006-08-01 | 1 | -1/+2 |
| * | move #include <stdlib.h> out of includes.h |  stevesk | 2006-07-26 | 1 | -1/+2 |
| * | move #include <string.h> out of includes.h |  stevesk | 2006-07-22 | 1 | -1/+2 |
| * | move #include <unistd.h> out of includes.h |  stevesk | 2006-07-17 | 1 | -1/+2 |
| * | move #include <errno.h> out of includes.h; ok markus@ |  stevesk | 2006-07-11 | 1 | -1/+2 |
| * | move #include <stdarg.h> out of includes.h; ok markus@ |  stevesk | 2006-07-10 | 1 | -1/+2 |
| * | move #include <fcntl.h> out of includes.h |  stevesk | 2006-07-09 | 1 | -1/+2 |
| * | do not set the gid, noted by solar; ok djm |  markus | 2006-06-08 | 1 | -2/+2 |
| * | replace remaining setuid() calls with permanently_set_uid() and |  markus | 2006-06-06 | 1 | -3/+3 |
| * | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that |  djm | 2006-03-25 | 1 | -0/+1 |
| * | RCSID() can die |  deraadt | 2006-03-19 | 1 | -1/+0 |
| * | move #include <sys/wait.h> out of includes.h; ok markus@ |  stevesk | 2006-02-10 | 1 | -1/+4 |
| * | move #include <paths.h> out of includes.h; ok markus@ |  stevesk | 2006-02-08 | 1 | -1/+2 |
| * | missing {} |  markus | 2005-05-02 | 1 | -2/+3 |
| * | Add debug message if read_passphrase can't open /dev/tty; bz #471; ok djm@ |  dtucker | 2005-04-23 | 1 | -2/+6 |
| * | factor out common permission-asking code to separate function; ok markus@ |  djm | 2004-10-29 | 1 | -1/+27 |
| * | Add option for confirmation (ControlMaster=ask) via ssh-askpass before opening |  djm | 2004-06-17 | 1 | -2/+7 |
| * | kill a tiny header; ok deraadt@ |  djm | 2004-05-08 | 1 | -2/+2 |
| * | ssh-add -c, prompt user for confirmation (using ssh-askpass) when |  markus | 2003-01-23 | 1 | -4/+12 |
| * | client side support for PASSWD_CHANGEREQ |  markus | 2002-03-26 | 1 | -2/+5 |
| * | readpass.c is not longer from UCB, since we now use readpassphrase(3) |  markus | 2002-02-13 | 1 | -21/+12 |
| * | use _PATH_TTY |  markus | 2002-01-11 | 1 | -2/+2 |
| * | Avoid interruptable passphrase read; ok markus@ |  djm | 2001-12-21 | 1 | -6/+15 |
| * | don't strdup too much data; from gotoh@taiyo.co.jp; ok millert. |  markus | 2001-11-08 | 1 | -6/+5 |
| * | delete spurious #includes; ok deraadt@ markus@ |  stevesk | 2001-07-14 | 1 | -2/+1 |
| * | don't panic if fork or pipe fail (just return an empty passwd). |  markus | 2001-07-10 | 1 | -5/+9 |
| * | do not return NULL, use "" instead. |  markus | 2001-07-02 | 1 | -2/+2 |
| * | switch to readpassphrase(3) |  markus | 2001-06-24 | 1 | -16/+19 |
| * | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed |  itojun | 2001-06-23 | 1 | -2/+2 |
| * | Use const for 'prompt'. Brought over from portable tree. |  mouring | 2001-05-06 | 1 | -2/+2 |
| * | Put the 'const' back into ssh_askpass() function. Pointed out |  mouring | 2001-05-02 | 1 | -2/+2 |
| * | call askpass from ssh, too, based on work by roth@feep.net, ok deraadt |  markus | 2001-04-18 | 1 | -1/+70 |
| * | sync with netbsd tree changes. |  itojun | 2001-02-08 | 1 | -1/+2 |
| * | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. |  markus | 2001-01-21 | 1 | -2/+1 |
| * | add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@avantgo.com and me |  markus | 2000-10-11 | 1 | -73/+9 |