| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | OpenBSD tag |  markus | 2000-06-20 | 1 | -1/+1 |
* | whitespace cleanup |  markus | 2000-04-14 | 1 | -2/+2 |
* | instead of blocking SIGINT, catch it ourselves, so that we can clean the |  deraadt | 2000-01-21 | 1 | -6/+31 |
* | avoid stdio; based on work by markus, millert, and I |  deraadt | 1999-12-08 | 1 | -96/+71 |
* | KNF, final part 3 |  markus | 1999-11-24 | 1 | -9/+15 |
* | much more KNF |  deraadt | 1999-11-24 | 1 | -14/+14 |
* | KNF part 1 |  markus | 1999-11-23 | 1 | -78/+77 |
* | we do not ship ssh-askpass |  markus | 1999-10-11 | 1 | -22/+1 |
* | even smaller |  deraadt | 1999-09-30 | 1 | -3/+3 |
* | cull more ancient garbage from pre-POSIX days |  deraadt | 1999-09-30 | 1 | -37/+1 |
* | i bet a lot of people didn't know what ssh 1.2.16 had a nice license. |  deraadt | 1999-09-26 | 1 | -0/+171 |