summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/readpass.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.