summaryrefslogtreecommitdiff
path: root/cli-authpubkey.c
Commit message (Expand)AuthorAgeFilesLines
* Use signature type not key type for debug messageMatt Johnston2022-03-221-1/+1
* changed TRACE to DEBUG1 for dbclientHansH1112022-03-191-1/+1
* added option to disable trivial auth methods (#128)Manfred Kaiser2021-08-191-0/+1
* Define _GNU_SOURCE properly, other header fixesMatt Johnston2021-03-041-1/+1
* initialise variable to stop warningMatt Johnston2020-05-281-1/+1
* rsa-sha256 for ssh-agentMatt Johnston2020-05-251-1/+1
* send and handle SSH_MSG_EXT_INFO only at the correct pointMatt Johnston2020-05-241-2/+2
* ext-info handling for server-sig-algsMatt Johnston2020-05-191-14/+64
* split signkey_type and signature_type for RSA sha1 vs sha256Matt Johnston2020-05-171-13/+23
* use sigtype where appropriateMatt Johnston2020-04-061-13/+21
* Pointer parameter could be declared as pointing to constFrancois Perrad2017-08-191-1/+1
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-5/+5
* buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston2015-06-041-5/+5
* Fix pointer differ in signess warnings [-Werror=pointer-sign]Ga?l PORTAY2015-05-021-6/+6
* Move generic network routines to netio.cMatt Johnston2015-02-201-1/+1
* - Fix various hardcoded uses of SHA1Matt Johnston2013-04-081-1/+1
* ecc kind of works, needs fixing/testingMatt Johnston2013-04-071-1/+1
* Make _sign and _verify functions take a buffer* rather than void* and intMatt Johnston2013-04-061-9/+5
* Slight formatting change for ENABLE_CLI_AGENTFWD if statementMatt Johnston2012-04-091-5/+3
* Fixed compilation with unset ENABLE_{SVR,CLI}_AGENTFWD.Andrey Mazo2012-03-261-0/+6
* Agent forwarding worksagent-clientMatt Johnston2009-07-301-3/+2
* - Client auth using an agent's key works. Still need to implement clientMatt Johnston2009-07-061-1/+15
* New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston2009-07-061-31/+44
* Talking to the agent works now. Can't interpret the pubkeys.Matt Johnston2009-07-011-2/+2
* Make it compile, update for changes in channel structure.Matt Johnston2009-07-011-2/+2
* propagate from branch 'au.asn.ucc.matt.dropbear' (head 899a8851a5edf840b2f792...Matt Johnston2009-07-011-0/+1
|\
| * - Make -i and -W pass through multihop argumentsMatt Johnston2009-06-121-0/+1
* | propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338a...Matt Johnston2007-08-161-0/+7
|\ \ | |/ |/|
| * - progress towards client agent forwardingMatt Johnston2005-07-181-0/+7
* | Remove double-free due to the same "fix" for a leak getting merged inMatt Johnston2007-02-111-2/+0
* | merge of 'b1dd3b94e60a07a176dba2b035ac79968595990a'Matt Johnston2007-02-041-2/+4
|\ \
| * | Fix leak of keybuf in recv_msg_userauth_pk_ok, courtesy of KlocworkMatt Johnston2007-02-031-2/+4
| |/
* | Fixes from Erik Hovland:Matt Johnston2006-07-071-0/+1
|/
* rename PubkeyList to SignKeyList for clarityMatt Johnston2005-07-081-13/+13
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-021-16/+16
* License boilerplate etc, add Mihnea as an author to some of the filesMatt Johnston2004-08-141-0/+25
* cleaning up the pubkey definesMatt Johnston2004-08-121-0/+2
* just checkpointingMatt Johnston2004-08-101-2/+8
* - client pubkey auth worksMatt Johnston2004-08-061-8/+16
* Pubkey auth is mostly there for the client. Something strange withMatt Johnston2004-08-031-0/+146