index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
cli-authpubkey.c
Age
Commit message (
Expand
)
Author
2020-05-28
initialise variable to stop warning
Matt Johnston
2020-05-25
rsa-sha256 for ssh-agent
Matt Johnston
2020-05-24
send and handle SSH_MSG_EXT_INFO only at the correct point
Matt Johnston
2020-05-19
ext-info handling for server-sig-algs
Matt Johnston
2020-05-17
split signkey_type and signature_type for RSA sha1 vs sha256
Matt Johnston
2020-04-06
use sigtype where appropriate
Matt Johnston
2017-08-19
Pointer parameter could be declared as pointing to const
Francois Perrad
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2015-06-04
buf_getstring and buf_putstring now use non-unsigned char*
Matt Johnston
2015-05-05
Fix pointer differ in signess warnings [-Werror=pointer-sign]
Gaƫl PORTAY
2015-02-20
Move generic network routines to netio.c
Matt Johnston
2013-04-08
- Fix various hardcoded uses of SHA1
Matt Johnston
2013-04-07
ecc kind of works, needs fixing/testing
Matt Johnston
2013-04-06
Make _sign and _verify functions take a buffer* rather than void* and int
Matt Johnston
2012-04-09
Slight formatting change for ENABLE_CLI_AGENTFWD if statement
Matt Johnston
2012-03-26
Fixed compilation with unset ENABLE_{SVR,CLI}_AGENTFWD.
Andrey Mazo
2009-07-30
Agent forwarding works
Matt Johnston
2009-07-06
- Client auth using an agent's key works. Still need to implement client
Matt Johnston
2009-07-06
New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList
Matt Johnston
2009-07-01
Talking to the agent works now. Can't interpret the pubkeys.
Matt Johnston
2009-07-01
Make it compile, update for changes in channel structure.
Matt Johnston
2009-07-01
propagate from branch 'au.asn.ucc.matt.dropbear' (head 899a8851a5edf840b2f792...
Matt Johnston
2009-06-12
- Make -i and -W pass through multihop arguments
Matt Johnston
2007-08-16
propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338a...
Matt Johnston
2007-02-11
Remove double-free due to the same "fix" for a leak getting merged in
Matt Johnston
2007-02-04
merge of 'b1dd3b94e60a07a176dba2b035ac79968595990a'
Matt Johnston
2007-02-03
Fix leak of keybuf in recv_msg_userauth_pk_ok, courtesy of Klocwork
Matt Johnston
2006-07-07
Fixes from Erik Hovland:
Matt Johnston
2005-07-18
- progress towards client agent forwarding
Matt Johnston
2005-07-08
rename PubkeyList to SignKeyList for clarity
Matt Johnston
2005-01-02
Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Matt Johnston
2004-08-14
License boilerplate etc, add Mihnea as an author to some of the files
Matt Johnston
2004-08-12
cleaning up the pubkey defines
Matt Johnston
2004-08-10
just checkpointing
Matt Johnston
2004-08-06
- client pubkey auth works
Matt Johnston
2004-08-03
Pubkey auth is mostly there for the client. Something strange with
Matt Johnston