Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert memset of potentially-private data to explicit_bzero() | 2014-02-02 | 1 | -4/+4 | |
| | |||||
* | bye, bye xfree(); ok markus@ | 2013-05-17 | 1 | -2/+2 | |
| | |||||
* | fix ControlMaster=ask regression | 2010-12-15 | 1 | -11/+16 | |
| | | | | | | reset SIGCHLD handler before fork (and restore it after) so we don't miss the the askpass child's exit status. Correct test for exit status/signal to account for waitpid() failure; with claudio@ ok claudio@ markus@ | ||||
* | almost entirely get rid of the culture of ".h files that include .h files" | 2006-08-03 | 1 | -3/+1 | |
| | | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step | ||||
* | move #include <stdio.h> out of includes.h | 2006-08-01 | 1 | -1/+2 | |
| | |||||
* | move #include <stdlib.h> out of includes.h | 2006-07-26 | 1 | -1/+2 | |
| | |||||
* | move #include <string.h> out of includes.h | 2006-07-22 | 1 | -1/+2 | |
| | |||||
* | move #include <unistd.h> out of includes.h | 2006-07-17 | 1 | -1/+2 | |
| | |||||
* | move #include <errno.h> out of includes.h; ok markus@ | 2006-07-11 | 1 | -1/+2 | |
| | |||||
* | move #include <stdarg.h> out of includes.h; ok markus@ | 2006-07-10 | 1 | -1/+2 | |
| | |||||
* | move #include <fcntl.h> out of includes.h | 2006-07-09 | 1 | -1/+2 | |
| | |||||
* | do not set the gid, noted by solar; ok djm | 2006-06-08 | 1 | -2/+2 | |
| | |||||
* | replace remaining setuid() calls with permanently_set_uid() and | 2006-06-06 | 1 | -3/+3 | |
| | | | | check seteuid() return values; report Marcus Meissner; ok dtucker djm | ||||
* | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | 2006-03-25 | 1 | -0/+1 | |
| | | | | Theo nuked - our scripts to sync -portable need them in the files | ||||
* | RCSID() can die | 2006-03-19 | 1 | -1/+0 | |
| | |||||
* | move #include <sys/wait.h> out of includes.h; ok markus@ | 2006-02-10 | 1 | -1/+4 | |
| | |||||
* | move #include <paths.h> out of includes.h; ok markus@ | 2006-02-08 | 1 | -1/+2 | |
| | |||||
* | missing {} | 2005-05-02 | 1 | -2/+3 | |
| | |||||
* | Add debug message if read_passphrase can't open /dev/tty; bz #471; ok djm@ | 2005-04-23 | 1 | -2/+6 | |
| | |||||
* | factor out common permission-asking code to separate function; ok markus@ | 2004-10-29 | 1 | -1/+27 | |
| | |||||
* | Add option for confirmation (ControlMaster=ask) via ssh-askpass before opening | 2004-06-17 | 1 | -2/+7 | |
| | | | | shared connections; ok markus@ | ||||
* | kill a tiny header; ok deraadt@ | 2004-05-08 | 1 | -2/+2 | |
| | |||||
* | ssh-add -c, prompt user for confirmation (using ssh-askpass) when | 2003-01-23 | 1 | -4/+12 | |
| | | | | private agent key is used; with djm@; test by dugsong@, djm@; ok deraadt@ | ||||
* | client side support for PASSWD_CHANGEREQ | 2002-03-26 | 1 | -2/+5 | |
| | | | | based on work by johan.andersson@appgate.com; ok provos@ | ||||
* | readpass.c is not longer from UCB, since we now use readpassphrase(3) | 2002-02-13 | 1 | -21/+12 | |
| | |||||
* | use _PATH_TTY | 2002-01-11 | 1 | -2/+2 | |
| | |||||
* | Avoid interruptable passphrase read; ok markus@ | 2001-12-21 | 1 | -6/+15 | |
| | |||||
* | don't strdup too much data; from gotoh@taiyo.co.jp; ok millert. | 2001-11-08 | 1 | -6/+5 | |
| | |||||
* | delete spurious #includes; ok deraadt@ markus@ | 2001-07-14 | 1 | -2/+1 | |
| | |||||
* | don't panic if fork or pipe fail (just return an empty passwd). | 2001-07-10 | 1 | -5/+9 | |
| | |||||
* | do not return NULL, use "" instead. | 2001-07-02 | 1 | -2/+2 | |
| | |||||
* | switch to readpassphrase(3) | 2001-06-24 | 1 | -16/+19 | |
| | | | | 2.7/8-stable needs readpassphrase.[ch] from libc | ||||
* | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | 2001-06-23 | 1 | -2/+2 | |
| | | | | TODO; cleanup headers | ||||
* | Use const for 'prompt'. Brought over from portable tree. | 2001-05-06 | 1 | -2/+2 | |
| | |||||
* | Put the 'const' back into ssh_askpass() function. Pointed out | 2001-05-02 | 1 | -2/+2 | |
| | | | | by Mark Miller <markm@swoon.net>. OK Markus | ||||
* | call askpass from ssh, too, based on work by roth@feep.net, ok deraadt | 2001-04-18 | 1 | -1/+70 | |
| | |||||
* | sync with netbsd tree changes. | 2001-02-08 | 1 | -1/+2 | |
| | | | | | | - more strict prototypes, include necessary headers - use paths.h/pathnames.h decls - size_t typecase to int -> u_long | ||||
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | 2001-01-21 | 1 | -2/+1 | |
| | | | | rename util.[ch] -> misc.[ch] | ||||
* | add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@avantgo.com and me | 2000-10-11 | 1 | -73/+9 | |
| | |||||
* | OpenBSD tag | 2000-06-20 | 1 | -1/+1 | |
| | |||||
* | whitespace cleanup | 2000-04-14 | 1 | -2/+2 | |
| | |||||
* | instead of blocking SIGINT, catch it ourselves, so that we can clean the | 2000-01-21 | 1 | -6/+31 | |
| | | | | | | tty modes up and kill ourselves -- instead of our process group leader (scp, cvs, ...) going away and leaving us in noecho mode. people with cbreak shells never even noticed.. | ||||
* | avoid stdio; based on work by markus, millert, and I | 1999-12-08 | 1 | -96/+71 | |
| | |||||
* | KNF, final part 3 | 1999-11-24 | 1 | -9/+15 | |
| | |||||
* | much more KNF | 1999-11-24 | 1 | -14/+14 | |
| | |||||
* | KNF part 1 | 1999-11-23 | 1 | -78/+77 | |
| | |||||
* | we do not ship ssh-askpass | 1999-10-11 | 1 | -22/+1 | |
| | |||||
* | even smaller | 1999-09-30 | 1 | -3/+3 | |
| | |||||
* | cull more ancient garbage from pre-POSIX days | 1999-09-30 | 1 | -37/+1 | |
| | |||||
* | i bet a lot of people didn't know what ssh 1.2.16 had a nice license. | 1999-09-26 | 1 | -0/+171 | |
well, except for the patent issues. someone in sweden (forget their name at the moment) cleaned out most of the patented code, and now this code removes rsa code. when this is done, it will link against libssl, but the work isn't completely done yet. then we need to bring this up to modern days, featurewise. |