summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ssh-agent support for U2F/FIDO keysdjm2019-10-311-2/+2
| | | | feedback & ok markus@
* ssh/lib hasn't worked towards our code-sharing goals for a quit while,deraadt2017-12-101-2/+2
| | | | | | | | | perhaps it is too verbose? Change each */Makefile to specifying exactly what sources that program requires, compiling it seperate. Maybe we'll iterate by sorting those into seperatable chunks, splitting up files which contain common code + server/client specific code, or whatnot. But this isn't one step, or we'd have done it a long time ago.. ok dtucker markus djm
* enable PKCS#11 code; ok djmmarkus2010-02-091-3/+2
|
* remove obsole scard codemarkus2010-02-081-2/+2
|
* replace our obsolete smartcard code with PKCS#11.markus2010-02-081-1/+2
| | | | | | | | | ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs-11v2-20.pdf ssh(1) and ssh-keygen(1) use dlopen(3) directly to talk to a PKCS#11 provider (shared library) while ssh-agent(1) delegates PKCS#11 to a forked a ssh-pkcs11-helper process. PKCS#11 is currently a compile time option. feedback and ok djm@; inspired by patches from Alon Bar-Lev
* Use ${INSTALL} instead of install; from art's amd64 tree.grange2003-12-011-3/+3
| | | | ok markus@
* add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authenticationmarkus2002-05-231-2/+2
| | | | in protocol v2 (needs to access the hostkeys).
* move ssh config files to /etc/sshderaadt2002-02-091-3/+3
|
* ssh java cardlet for smartcard support (source and uuencoded binary)markus2001-06-281-2/+2
|
* Basic interactive sftp client; ok theo@djm2001-02-041-2/+2
|
* David Maziere's ssh-keyscan, ok niels@markus2000-12-041-2/+3
|
* implement a SFTP server. interops with sftp2, scp2 and the windowsmarkus2000-08-311-2/+2
| | | | client from ssh.com
* move common files to ./lib and link libssh.a, tested with and w/o objmarkus1999-10-251-2/+2
|
* fix distribution targetderaadt1999-09-271-12/+6
|
* distribution targetderaadt1999-09-261-1/+13
|
* build ssh components using our build modelderaadt1999-09-261-341/+4
|
* i bet a lot of people didn't know what ssh 1.2.16 had a nice license.deraadt1999-09-261-0/+344
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.