Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move authfd.c and its tentacles to the new buffer/key API; | 2015-01-14 | 1 | -31/+41 | |
| | | | | ok markus@ | ||||
* | Add support for Unix domain socket forwarding. A remote TCP port | 2014-07-15 | 1 | -2/+2 | |
| | | | | | | | | may be forwarded to a local Unix domain socket and vice versa or both ends may be a Unix domain socket. This is a reimplementation of the streamlocal patches by William Ahern from: http://www.25thandclement.com/~william/projects/streamlocal.html OK djm@ markus@ | ||||
* | New key API: refactor key-related functions to be more library-like, | 2014-06-24 | 1 | -8/+10 | |
| | | | | | | | | | existing API is offered as a set of wrappers. with and ok markus@ Thanks also to Ben Hawkes, David Tomaschik, Ivan Fratric, Matthew Dempsky and Ron Bowes for a detailed review a few months ago. | ||||
* | convert memset of potentially-private data to explicit_bzero() | 2014-02-02 | 1 | -10/+13 | |
| | |||||
* | replace openssl MD5 with our ssh_digest_*; ok djm@ | 2014-01-27 | 1 | -7/+9 | |
| | |||||
* | All the instances of arc4random_stir() are bogus, since arc4random() | 2013-09-02 | 1 | -4/+1 | |
| | | | | | | does this itself, inside itself, and has for a very long time.. Actually, this was probably reducing the entropy available. ok djm | ||||
* | bye, bye xfree(); ok markus@ | 2013-05-17 | 1 | -9/+9 | |
| | |||||
* | add missing checks for openssl return codes; with & ok djm@ | 2006-11-06 | 1 | -8/+14 | |
| | |||||
* | almost entirely get rid of the culture of ".h files that include .h files" | 2006-08-03 | 1 | -5/+9 | |
| | | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step | ||||
* | move #include <stdio.h> out of includes.h | 2006-08-01 | 1 | -1/+2 | |
| | |||||
* | move #include <stdlib.h> out of includes.h | 2006-07-26 | 1 | -1/+2 | |
| | |||||
* | move #include <string.h> out of includes.h | 2006-07-22 | 1 | -1/+3 | |
| | |||||
* | Prevent ssh from trying to open private keys with bad permissions more than | 2006-04-25 | 1 | -6/+7 | |
| | | | | | once or prompting for their passphrases (which it subsequently ignores anyway), similar to a previous change in ssh-add. bz #1186, ok djm@ | ||||
* | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | 2006-03-25 | 1 | -0/+1 | |
| | | | | Theo nuked - our scripts to sync -portable need them in the files | ||||
* | RCSID() can die | 2006-03-19 | 1 | -1/+0 | |
| | |||||
* | no need to escape single quotes in comments, no binary change | 2005-10-30 | 1 | -4/+4 | |
| | |||||
* | make this -Wsign-compare clean; ok avsm@ markus@ | 2005-06-17 | 1 | -2/+2 | |
| | |||||
* | more s/illegal/invalid/ | 2004-07-28 | 1 | -2/+2 | |
| | |||||
* | make ssh -Wshadow clean, no functional changes | 2004-06-21 | 1 | -5/+5 | |
| | | | | markus@ ok | ||||
* | kill some more tiny files; ok deraadt@ | 2004-05-09 | 1 | -3/+3 | |
| | |||||
* | kill a tiny header; ok deraadt@ | 2004-05-08 | 1 | -2/+2 | |
| | |||||
* | remove kerberos support from ssh1, since it has been replaced with GSSAPI; | 2003-08-28 | 1 | -221/+1 | |
| | | | | but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ... | ||||
* | remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@, | 2003-08-13 | 1 | -21/+1 | |
| | | | | fgsch@, miod@, henning@, jakob@ and others | ||||
* | remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); | 2003-07-22 | 1 | -286/+1 | |
| | | | | test+ok henning@ | ||||
* | rename log() into logit() to avoid name conflict. markus ok, from netbsd | 2003-04-08 | 1 | -12/+12 | |
| | |||||
* | Use & to test if bits are set, not &&; markus@ ok. | 2002-08-08 | 1 | -2/+2 | |
| | |||||
* | add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentication | 2002-05-23 | 1 | -5/+7 | |
| | | | | in protocol v2 (needs to access the hostkeys). | ||||
* | spelling in error message; ok markus@ | 2002-04-21 | 1 | -2/+2 | |
| | |||||
* | don't trust size sent by (rogue) server; noted by s.esser@e-matters.de | 2002-03-14 | 1 | -1/+3 | |
| | |||||
* | include md5.h, not evp.h | 2002-02-11 | 1 | -2/+2 | |
| | |||||
* | packet_read* no longer return the packet length, since it's not used. | 2001-12-28 | 1 | -33/+28 | |
| | |||||
* | packet_get_bignum* no longer returns a size | 2001-12-28 | 1 | -16/+12 | |
| | |||||
* | s/packet_done/packet_check_eom/ (end-of-message); ok djm@ | 2001-12-28 | 1 | -8/+8 | |
| | |||||
* | get rid of packet_integrity_check, use packet_done() instead. | 2001-12-27 | 1 | -14/+8 | |
| | |||||
* | call fatal() for openssl allocation failures | 2001-12-27 | 1 | -45/+40 | |
| | |||||
* | basic KNF done while i was looking for something else | 2001-12-19 | 1 | -100/+100 | |
| | |||||
* | unify hostkey check error messages, simplify prompt. | 2001-10-06 | 1 | -2/+2 | |
| | |||||
* | typos; from solar | 2001-09-27 | 1 | -4/+4 | |
| | |||||
* | statement after label; ok dugsong@ | 2001-07-05 | 1 | -1/+3 | |
| | |||||
* | add smartcard support to the client, too (now you can use both | 2001-06-26 | 1 | -18/+17 | |
| | | | | the agent and the client). | ||||
* | Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok | 2001-06-26 | 1 | -108/+340 | |
| | |||||
* | consistent with ssh2: skip key if empty passphrase is entered, | 2001-06-23 | 1 | -37/+36 | |
| | | | | retry num_of_passwd_prompt times if passphrase is wrong. ok fgsch@ | ||||
* | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | 2001-06-23 | 1 | -10/+10 | |
| | | | | TODO; cleanup headers | ||||
* | get rid of known_hosts2, use it for hostkey lookup, but do not modify. | 2001-06-23 | 1 | -3/+3 | |
| | |||||
* | use xxx_put_cstring() | 2001-06-07 | 1 | -6/+6 | |
| | |||||
* | improved kbd-interactive support. work by per@appgate.com and me | 2001-05-18 | 1 | -4/+4 | |
| | |||||
* | check for key!=NULL, thanks to costa | 2001-04-17 | 1 | -2/+2 | |
| | |||||
* | implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) | 2001-04-12 | 1 | -10/+10 | |
| | | | | | similar to RhostRSAAuthentication unless you enable (the experimental) HostbasedUsesNameFromPacketOnly option. please test. :) | ||||
* | simpler key load/save interface, see authfile.h | 2001-03-26 | 1 | -15/+15 | |
| | |||||
* | implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key -> | 2001-03-08 | 1 | -2/+3 | |
| | | | | | no need to do enter passphrase or do expensive sign operations if the server does not accept key). |