Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. |