aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-13forgot init.c in copyright updatesAris Adamantiadis1-1/+1
2009-07-13Fixed copyright noticesAris Adamantiadis4-4/+5
2009-07-12Added return code SSH_SERVER_FILE_NOT_FOUNDAris Adamantiadis1-2/+2
2009-07-12Set correct hint when connecting to an IP addressAris Adamantiadis2-4/+55
2009-07-04fix int -> socket_t in SSH_POLLAris Adamantiadis1-1/+1
2009-07-04Move doxygen tags into C filesAris Adamantiadis1-1/+114
2009-07-03Add a generic way to handle sockets asynchronously.Aleksandar Kanchev1-0/+226
2009-06-30Add logging of the sftp flags used to open a fileAris Adamantiadis1-1/+1
2009-06-30Fixed Could not write as much data as expected msgAris Adamantiadis1-1/+1
2009-06-22Fixed memory leak in ssh_is_server_known()Aris Adamantiadis1-0/+2
2009-06-21Fixed yet another read-after-free bugAris Adamantiadis1-2/+3