summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/readpass.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* more strict prototypes. raise warning level in Makefile.inc. markus ok'editojun2001-06-231-2/+2
| | | | TODO; cleanup headers
* Use const for 'prompt'. Brought over from portable tree.mouring2001-05-061-2/+2
|
* Put the 'const' back into ssh_askpass() function. Pointed outmouring2001-05-021-2/+2
| | | | by Mark Miller <markm@swoon.net>. OK Markus
* call askpass from ssh, too, based on work by roth@feep.net, ok deraadtmarkus2001-04-181-1/+70
|
* sync with netbsd tree changes.itojun2001-02-081-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.markus2001-01-211-2/+1
| | | | rename util.[ch] -> misc.[ch]
* add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@avantgo.com and memarkus2000-10-111-73/+9
|
* OpenBSD tagmarkus2000-06-201-1/+1
|
* whitespace cleanupmarkus2000-04-141-2/+2
|
* instead of blocking SIGINT, catch it ourselves, so that we can clean thederaadt2000-01-211-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 Ideraadt1999-12-081-96/+71
|
* KNF, final part 3markus1999-11-241-9/+15
|
* much more KNFderaadt1999-11-241-14/+14
|
* KNF part 1markus1999-11-231-78/+77
|
* we do not ship ssh-askpassmarkus1999-10-111-22/+1
|
* even smallerderaadt1999-09-301-3/+3
|
* cull more ancient garbage from pre-POSIX daysderaadt1999-09-301-37/+1
|
* i bet a lot of people didn't know what ssh 1.2.16 had a nice license.deraadt1999-09-261-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.