summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/cli.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* switch to readpassphrase(3)markus2001-06-241-235/+0
| | | | 2.7/8-stable needs readpassphrase.[ch] from libc
* more strict prototypes. raise warning level in Makefile.inc. markus ok'editojun2001-06-231-3/+3
| | | | TODO; cleanup headers
* cli_read() fails to catch SIGINT + overflow; from obdb@zzlevo.netmarkus2001-05-061-4/+8
|
* Use const for 'prompt'. Brought over from portable tree.mouring2001-05-061-4/+4
|
* EINTR/EAGAIN handling is required in more casesderaadt2001-03-061-3/+7
|
* copyright notices on all source filesderaadt2001-03-011-1/+27
|
* don't call vis() for \rmarkus2001-02-101-2/+2
|
* sync with netbsd tree changes.itojun2001-02-081-6/+7
| | | | | | - more strict prototypes, include necessary headers - use paths.h/pathnames.h decls - size_t typecase to int -> u_long
* unexpand and remove end-of-line whitespace; ok markus@stevesk2001-02-041-6/+6
|
* split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.markus2001-01-211-2/+3
| | | | rename util.[ch] -> misc.[ch]
* yet another typo; bad markusmarkus2001-01-081-2/+2
|
* typomarkus2001-01-071-2/+2
|
* missing free, stevesk@pobox.commarkus2001-01-071-2/+5
|
* Add idents for files which lack themdjm2000-10-161-1/+1
| | | | Fix idents Id -> OpenBSD for the rest
* add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@avantgo.com and memarkus2000-10-111-0/+196