1
1
libssh/include/libssh
Andreas Schneider 3e5dc99198 doc: Add SSH auth callback to libssh_auth doc group
Fixes T217

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
2020-03-23 15:03:25 +01:00
..
agent.h agent: Return uint32_t for ssh_agent_get_ident_count() 2019-12-09 16:08:03 +01:00
auth.h CVE-2018-10933: Introduce SSH_AUTH_STATE_AUTH_NONE_SENT 2018-10-16 09:19:03 +02:00
bignum.h bignum: Pass const to ssh_print_bignum() 2019-08-07 09:49:00 +02:00
bind_config.h bind_config: Add support for HostKeyAlgorithms 2019-06-12 10:17:54 +02:00
bind.h Use only one variable denoting the size of methods arrays 2019-11-18 11:59:01 +01:00
blf.h cleanup: use ssh_ prefix in the blf (non-static) functions 2016-01-19 11:31:07 +01:00
buffer.h buffer: Convert argc to size_t in ssh_buffer_unpack() as well 2019-01-24 17:48:08 +01:00
bytearray.h include: Add macros for bytearray handling 2018-10-05 14:38:43 +02:00
callbacks.h callbacks: Improve documentation about callbacks handling 2019-10-01 10:24:06 +02:00
chacha20-poly1305-common.h chacha: Create common file to avoid code duplication 2020-01-23 09:48:11 +01:00
chacha.h chacha: Create common file to avoid code duplication 2020-01-23 09:48:11 +01:00
channels.h channels: Fix integer and bool argument of channel_default_bufferize() 2019-12-09 16:08:03 +01:00
CMakeLists.txt cmake: Use GNUInstallDirs for installation 2019-07-04 16:08:34 +02:00
config_parser.h config: Move common parser functions to config_parser.c 2019-04-01 08:25:22 +02:00
config.h config: Parse rekey limits and apply them 2019-01-09 10:14:56 +01:00
crypto.h include: Fix integer type of dh_pn and dh_pmax 2019-12-09 16:08:03 +01:00
curve25519.h kex: use runtime callbacks (server) 2019-01-24 09:19:59 +01:00
dh-gex.h dh-gex: Add server implementation 2019-01-24 13:06:33 +01:00
dh.h dh: Add ssh_dh_debug_crypto() 2019-08-08 09:30:03 +02:00
ecdh.h kex: use runtime callbacks (server) 2019-01-24 09:19:59 +01:00
ed25519.h ed25519: Replace unsigned long long with uint64_t 2019-06-14 15:22:45 +02:00
fe25519.h fe25519: Fix integer types of fe25519_iszero() 2019-12-09 16:08:03 +01:00
ge25519.h include: Declare ge25519_base as extern 2018-06-21 17:41:32 +02:00
gssapi.h server: Fix compilation without WITH_SERVER 2013-07-14 09:30:59 +02:00
kex.h kex, pki, server, options: Filter algorithms in FIPS mode 2019-06-12 11:13:52 +02:00
keys.h legacy,keys: Fix the macro conditions 2019-12-23 14:45:24 +01:00
knownhosts.h knownhosts: Introduced ssh_known_hosts_get_algorithms_names() 2019-07-04 10:29:20 +02:00
legacy.h include: Mark functions as deprecated! 2014-01-16 15:27:23 +01:00
libcrypto.h bignum: Fix integer types for ssh_make_bignum_string() 2019-12-09 16:08:03 +01:00
libgcrypt.h bignum: Pass const to ssh_print_bignum() 2019-08-07 09:49:00 +02:00
libmbedcrypto.h bignum: Pass const to ssh_print_bignum() 2019-08-07 09:49:00 +02:00
libssh.h doc: Add SSH auth callback to libssh_auth doc group 2020-03-23 15:03:25 +01:00
libsshpp.hpp libsshpp: Pass username and submethods to ssh_userauth_kbdint() 2018-10-24 09:48:35 +02:00
messages.h messages: Use ssh_publickey_state_e instead of char 2019-11-18 11:59:01 +01:00
misc.h misc: Make the src pointer const in ssh_strreplace() 2020-01-23 09:20:43 +01:00
options.h options: Use ssh_key_type_e in ssh_options_set_algo() 2017-08-24 18:01:41 +02:00
packet.h Refactor ssh_packet_hmac_verify to allow for direct buffer 2019-02-22 15:30:59 +01:00
pcap.h Remove vim modelines from all files 2018-06-28 08:41:08 +02:00
pki_priv.h src: Implements PKCS11 URI support 2019-12-20 16:17:33 +01:00
pki.h pki: add support for sk-ecdsa and sk-ed25519 2020-02-11 10:08:26 +01:00
poll.h events: Add functions for poll objects 2016-05-02 16:40:43 +02:00
poly1305.h chacha: Create common file to avoid code duplication 2020-01-23 09:48:11 +01:00
priv.h include: Remove PRIdS definitions 2020-02-12 09:39:06 +01:00
sc25519.h crypto: Add ed25519 implementation from OpenSSH. 2014-09-07 21:35:20 +02:00
scp.h include: Fix the LGPL header. 2013-01-23 00:22:46 +01:00
server.h options: Allow avoiding system-wide configuration 2019-06-12 10:17:54 +02:00
session.h Use only one variable denoting the size of methods arrays 2019-11-18 11:59:01 +01:00
sftp_priv.h sftp: Fix integer types in sftp_write() and sftp_packet_write() 2019-12-09 16:08:03 +01:00
sftp.h sftp: Remove internal function from sftp.h 2019-12-09 16:08:03 +01:00
socket.h socket: Pass port as uint16_t to ssh_socket_connect() 2019-12-09 16:08:03 +01:00
ssh2.h client: Handle the MSG_EXT_INFO packet signalling supported extensions 2018-08-31 14:18:34 +02:00
string.h include: Fix the LGPL header. 2013-01-23 00:22:46 +01:00
threads.h threads: use static error check mutex initializer if available 2018-08-13 12:00:13 +02:00
token.h token: Added function to remove duplicates 2019-07-04 10:29:20 +02:00
wrapper.h server: Use really the negotiated signature type 2019-11-07 15:55:32 +01:00