aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Expand)AuthorFilesLines
2009-07-30Fix build with MSVC.Andreas Schneider14-109/+124
2009-07-30Compile the library with the map file again.Andreas Schneider1-0/+9
2009-07-30Add missing functions to map file.Andreas Schneider1-9/+12
2009-07-29Move channel_write_stderr to server.c.Andreas Schneider2-18/+18
2009-07-29Fix indent.Andreas Schneider1-2/+2
2009-07-29Update map file and introduce a new version.Andreas Schneider1-2/+23
2009-07-29Add channel_write_stderr prototype to the right header file.Andreas Schneider1-1/+2
2009-07-29Fix build errors in new messages functions.Andreas Schneider1-4/+3
2009-07-29Fleshed out server interfacePreston A. Elder3-17/+246
2009-07-28Add functions to get the extension count, name and data.Andreas Schneider1-0/+32
2009-07-28Add support to read and store sftp extensions.Andreas Schneider1-21/+117
2009-07-28Check for OpenSSH and implement sftp_symlink correct.Andreas Schneider2-5/+59
2009-07-27Fix SSH1 compilation.Andreas Schneider6-26/+30
2009-07-27Fix stdint type.Andreas Schneider1-1/+1
2009-07-27Fix SSH1 and stdint in SSH1 code.Andreas Schneider1-11/+11
2009-07-27Fix potential memory corruption bugmilo1-0/+5
2009-07-27Fix compile errors in keyfiles.Andreas Schneider1-8/+8
2009-07-27Public key authentication server sidemilo3-5/+157
2009-07-27Add ssh_file_readaccess_ok to check read access on a file.Andreas Schneider1-0/+9
2009-07-27Add a function to close the socket.Andreas Schneider1-5/+15
2009-07-27Fix a typo.Andreas Schneider1-1/+2
2009-07-25Switch completly to stdint types.Andreas Schneider15-189/+189
2009-07-25Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider7-17/+17
2009-07-25Fix return value of sftp_tell64().Andreas Schneider1-1/+1
2009-07-25Update map file for ssh_clean_pubkey_hash;Andreas Schneider1-1/+1
2009-07-25Add a sftp_tel64() function.Andreas Schneider2-1/+6
2009-07-25Add ssh_clean_pubkey_hash() which is needed on Windows.Andreas Schneider1-0/+16
2009-07-25Update map file.Andreas Schneider1-0/+1
2009-07-25Add sftp_readlink function.Andreas Schneider1-0/+74
2009-07-25Add sftp_symlink function.Andreas Schneider1-0/+83
2009-07-24Missed something in channel_select for CHANNELAris Adamantiadis1-1/+1
2009-07-24Change refs from AGENT * to ssh_agentAris Adamantiadis1-4/+4
2009-07-24Changes all CHANNEL * to ssh_channelAris Adamantiadis5-69/+69
2009-07-24Change PRIVATE_KEY * to ssh_private_keyAris Adamantiadis5-17/+17
2009-07-24Changed all PUBLIC_KEY * to ssh_public_keyAris Adamantiadis6-24/+24
2009-07-24Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis12-84/+84
2009-07-24You always forget SSH1 ...Aris Adamantiadis2-17/+17
2009-07-24Change all occurences of STRING * to ssh_stringAris Adamantiadis13-200/+200
2009-07-24replacing keys_struct with ssh_keys_structAris Adamantiadis2-2/+2
2009-07-24Fixed namespace problem in public structuresAris Adamantiadis6-60/+60
2009-07-23Fix a possible segfault in sftp_canonicalize_path().Andreas Schneider1-0/+4
2009-07-23Fix getaddrinfo and gethostbyname build problems on Solaris.Andreas Schneider1-0/+14
2009-07-22Fix a segfault if a NULL pointer is passed to ssh_disconnect().Andreas Schneider1-3/+2
2009-07-22Don't segfault if the session or the answer is NULL.Andreas Schneider1-1/+1
2009-07-21Fix ssh_write_knownhost() which always returned -1.Andreas Schneider1-1/+1
2009-07-21Make the ssh_userauth_kbdint functions to get the prompts const.Andreas Schneider1-3/+3
2009-07-14Fix doxygen to match SSH_SERVER_FILE_NOT_FOUND fixAris Adamantiadis1-1/+4
2009-07-13Fix build on windows, missing include.Andreas Schneider1-0/+2
2009-07-13Put #ifdef around AI_NUMERICSERV which doesn't seem stdAris Adamantiadis1-0/+2
2009-07-13Enable conditional compiling for IP regex code.Aris Adamantiadis1-2/+13