aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2019-03-25sftp_get_error returns int, not char *.Jan Pazdziora1-1/+1
Signed-off-by: Jan Pazdziora <jpazdziora@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2019-03-25Each ssh_channel_request_exec() needs to be run on fresh channel.Jan Pazdziora1-0/+3
Signed-off-by: Jan Pazdziora <jpazdziora@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2019-03-13doc: Add a note about OpenSSL linkingAndreas Schneider1-0/+3
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2019-03-11From the context it seems that the function being defined is authenticate_none.Jan Pazdziora1-1/+1
Signed-off-by: Jan Pazdziora <jpazdziora@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2019-03-11ssh_userauth_publickey_auto requires three arguments.Jan Pazdziora1-1/+1
Addressing client.c: In function ‘authenticate_pubkey’: client.c:70:8: error: too few arguments to function ‘ssh_userauth_publickey_auto’ rc = ssh_userauth_publickey_auto(session, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from client.c:1: /usr/include/libssh/libssh.h:745:16: note: declared here LIBSSH_API int ssh_userauth_publickey_auto(ssh_session session, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Jan Pazdziora <jpazdziora@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2019-02-22Remove SHA384 HMACDirkjan Bussink1-1/+1
This is not supported by OpenSSH and not recommended to be implemented either. Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
2018-10-28doc: fix up various typos and trailing whitespaceMike Frysinger8-39/+39
Signed-off-by: Mike Frysinger <vapier@gentoo.org> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2018-08-31doc: Update Public Key AlgorithmsAndreas Schneider1-1/+1
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-08-31doc: Update that_styleAndreas Schneider9-1789/+10
We don't need the source css files. Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-08-30cmake: VERSION_GREATER_EQUAL is not suppored by cmake 3.3Andreas Schneider1-1/+1
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-08-29cmake: Only support building docs the on cmake >= 3.9Andreas Schneider1-1/+5
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-08-29cmake: Fix typo in doc fileAndreas Schneider1-1/+1
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-08-29doc: Update doxygen documentationAndreas Schneider24-0/+4042
This fixes some issues with the new docs and uses a new modern style. https://github.com/jl-wynen/that_style Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-08-29doc: Remove obsolete Doxyfile.inAndreas Schneider1-2458/+0
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-08-27cmake: Fix doxygen generationAndreas Schneider1-0/+1
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-08-27doc: There is no hostbased authentication implementedJakub Jelen1-1/+1
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2018-08-24docs: Update threading documentationAnderson Toshiyuki Sasaki1-42/+28
Updated threading documentation mentioning changes in the requirements to use libssh in multithread scenarios. Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2018-08-22cmake: Use FindDoxygen package provided by cmakeAndreas Schneider1-1/+5
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-08-22doc: Update Doxyfile.inAndreas Schneider1-953/+1494
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-06-29kex: add curve25519-sha256 as alias for curve25519-sha256@libssh.orgTilo Eckert1-1/+1
see: https://tools.ietf.org/id/draft-ietf-curdle-ssh-curves-07.html Signed-off-by: Tilo Eckert <tilo.eckert@flam.de> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2018-06-27doc: Updated guided tour for knownhosts changesAndreas Schneider1-68/+84
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2017-12-21docs: correction for importing key fileEric Bentley1-1/+1
Signed-off-by: ebentley66@gmail.com Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2017-11-07doc: Missing new Host Key algorithmsJakub Jelen1-1/+1
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2017-11-07doc: Missing new MAC algorithms in documentationJakub Jelen1-1/+1
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2017-11-07doc: Missing new ECDH algorithms in documentationJakub Jelen1-1/+1
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2017-06-06doc: Fix documentation for ssh_userauth_none() usageAndreas Schneider1-1/+1
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2016-05-02Doc: we don't support publickey v2 subsystemAris Adamantiadis1-1/+1
2015-10-27Doc: remove mentions of des-cbc-ssh1Aris Adamantiadis1-1/+1
2015-08-18doc: Fix typos in sftp tutorialAndreas Schneider1-2/+2
Thanks to Anthony Baker <AnthonyBaker@fico.com> Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2015-06-24Documentation fix where unsigned is used where signed is expectedJordy Moos2-3/+3
Signed-off-by: Jordy Moos <jordymoos@gmail.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2015-01-13doc: Fix a typo in curve25519-sha256@libssh.org.txtTobias Klauser1-1/+1
Fix the typo 'stengths' -> 'strengths' and remove the trailing white space on the same line. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2015-01-06doc: Fix link to curve25519-sha256@libssh.org spec.Andreas Schneider1-1/+1
2015-01-06doc: Fix a typo, blank lines and trailing spaces.Andreas Schneider1-7/+7
2014-12-05doc: clarify tutorial error sectionDavide \"FunkyAss\" Del Zompo1-5/+4
Signed-off-by: Davide "FunkyAss" Del Zompo <davide.delzompo@gmail.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2014-04-10cmake: Fix doxygen.Andreas Schneider2-1546/+0
2014-03-27doc: Fix ssh_userauth_none() function signature.Andreas Schneider1-2/+2
Thanks to David Tibbe! BUG: https://red.libssh.org/issues/151
2014-01-16doc: Add changes to the forwarding tutorial.Andreas Schneider1-5/+6
2014-01-16Rename build directory to obj.Andreas Schneider1-1/+1
Some buildsystem use build in the pathname and so we will filter out e.g. docs generation.
2014-01-08threads: support libgcrypt 1.6 hackAris Adamantiadis1-0/+1
Not 100% satisfied of this patch, but the way libgcrypt handles threading in 1.6 is not compatible with custom handlers. The new code basicaly uses pthreads in every case. This will probably not work on windows.
2013-11-05doc: Add curve25519 to features list.Andreas Schneider1-1/+1
2013-11-03doc: Add missing RFCs.Andreas Schneider1-0/+8
2013-10-23doc: Improve sftp_read_sync() example.Andreas Schneider1-44/+60
2013-10-14doc: Make sure we have the defines to build all docs.Andreas Schneider1-1/+1
2013-09-27doc: Documentation of curve25519-sha256@libssh.orgAris Adamantiadis1-0/+119
2013-08-01doc: Update Features section.Andreas Schneider1-18/+23
2013-08-01doc: Remove obsolete Trac header and footer.Andreas Schneider2-5/+0
2013-08-01doc: Better explain LIBSSH_STATIC.Andreas Schneider1-3/+9
2013-07-25doc: Don't generate latex documentation.Andreas Schneider1-54/+136
2012-12-19BUG 82: Fix function names of ssh_forward_*.Andreas Schneider1-5/+5
2012-12-19doc: Fix forward function names.Andreas Schneider1-2/+2