Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | integrate privilege separated openssh; its turned off by default for now. | 2002-03-18 | 1 | -2/+2 | ||
| | | | | work done by me and markus@ | |||||
* | tabify | 2002-03-08 | 1 | -2/+2 | ||
| | ||||||
* | overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@ | 2002-02-22 | 1 | -3/+3 | ||
| | ||||||
* | do not build debug version either; markus@ ok | 2002-01-25 | 1 | -1/+2 | ||
| | ||||||
* | only build Kerberos v5 support with KERBEROS5=yes | 2001-06-26 | 1 | -2/+5 | ||
| | ||||||
* | Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok | 2001-06-26 | 1 | -1/+2 | ||
| | ||||||
* | unbreak | 2001-06-26 | 1 | -5/+1 | ||
| | ||||||
* | more smartcard support. | 2001-06-26 | 1 | -1/+6 | ||
| | ||||||
* | switch to readpassphrase(3) | 2001-06-24 | 1 | -2/+2 | ||
| | | | | 2.7/8-stable needs readpassphrase.[ch] from libc | |||||
* | undo the .c file split, just merge the header and keep the cvs history | 2001-05-31 | 1 | -5/+3 | ||
| | ||||||
* | channel layer cleanup: merge header files and split .c files | 2001-05-30 | 1 | -4/+6 | ||
| | ||||||
* | move kex to kex*.c, used dispatch_set() callbacks for kex. should | 2001-04-03 | 1 | -2/+2 | ||
| | | | | make rekeying easier. | |||||
* | prepare for rekeying: move DH code to dh.c | 2001-03-29 | 1 | -2/+2 | ||
| | ||||||
* | 1) clean up the MAC support for SSH-2 | 2001-02-11 | 1 | -2/+2 | ||
| | | | | | | | 2) allow you to specify the MAC with 'ssh -m' 3) or the 'MACs' keyword in ssh(d)_config 4) add hmac-{md5,sha1}-96 ok stevesk@, provos@ | |||||
* | $OpenBSD$ | 2001-01-29 | 1 | -0/+2 | ||
| | ||||||
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | 2001-01-21 | 1 | -1/+1 | ||
| | | | | rename util.[ch] -> misc.[ch] | |||||
* | add support for RSA to SSH2. please test. | 2000-11-12 | 1 | -2/+2 | ||
| | | | | | | | | | | | | | | | there are now 3 types of keys: RSA1 is used by ssh-1 only, RSA and DSA are used by SSH2. you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA keys for SSH2 and use the RSA keys for hostkeys or for user keys. SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before. IdentityFile2, HostDsaKey and DSAAuthentication are obsolete. you can use multiple IdentityFile and HostKey for all types of keys. the option DSAAuthentication is replaced by PubkeyAuthetication. | |||||
* | rijndael/aes support | 2000-10-13 | 1 | -1/+1 | ||
| | ||||||
* | add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@avantgo.com and me | 2000-10-11 | 1 | -1/+2 | ||
| | ||||||
* | Boring... Add :L modifier to all tweakable variables tests. | 2000-09-03 | 1 | -2/+2 | ||
| | | | | Closes PR 1246 | |||||
* | add SSH2/DSA support to the agent and some other DSA related cleanups. | 2000-08-19 | 1 | -1/+1 | ||
| | | | | (note that we cannot talk to ssh.com's ssh2 agents) | |||||
* | rename aux.c to util.c to help with cygwin port | 2000-08-01 | 1 | -1/+1 | ||
| | ||||||
* | enable nonblocking IO for sshd w/ proto 1, too; split out common code | 2000-05-17 | 1 | -1/+1 | ||
| | ||||||
* | add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX] | 2000-04-26 | 1 | -1/+1 | ||
| | | | | | for trading keys with the real and the original SSH, directly from the people who invented the SSH protocol. | |||||
* | DSA, keyexchange, algorithm agreement for ssh2 | 2000-04-03 | 1 | -1/+1 | ||
| | ||||||
* | replace big switch() with function tables (prepare for ssh2) | 2000-03-28 | 1 | -1/+1 | ||
| | ||||||
* | initial support for DSA keys. ok deraadt@, niels@ | 2000-03-23 | 1 | -1/+2 | ||
| | ||||||
* | support DESTDIR include fetching; dm | 2000-03-14 | 1 | -1/+1 | ||
| | ||||||
* | atomicio() via lib | 1999-12-06 | 1 | -1/+1 | ||
| | ||||||
* | rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se> | 1999-11-16 | 1 | -3/+3 | ||
| | ||||||
* | add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd, | 1999-11-10 | 1 | -2/+2 | ||
| | | | | obsoletes QuietMode and FascistLogging in sshd. | |||||
* | do not -g -g | 1999-10-26 | 1 | -1/+0 | ||
| | ||||||
* | move common files to ./lib and link libssh.a, tested with and w/o obj | 1999-10-25 | 1 | -0/+26 | ||