aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-21Fixed a use-after-free in match_hashed_host()Aris Adamantiadis1-1/+1
2009-06-21Added a macro to test buffer_struct integrityAris Adamantiadis1-9/+50
2009-06-21Fix doublefree bug found by CyrilAris Adamantiadis1-10/+20
2009-06-19Verify memory return codes in ssh_list functionsAris Adamantiadis1-2/+7
2009-06-18added ssh_message_callback support.Aris Adamantiadis3-11/+55
2009-06-18Created general singlelinked list implementationAris Adamantiadis1-0/+80
2009-06-17Begin of asynchronous SSH message parsingAris Adamantiadis3-1/+21
2009-06-17Fixed potential format string attacksAris Adamantiadis1-4/+4
2009-06-17ssh_message_retrieve + memoryleak fixed in ssh_message_freeAris Adamantiadis1-55/+75
2009-06-15ssh_init()Aris Adamantiadis3-12/+20
2009-06-10Simply leave the function, this should prevent a segfault.Andreas Schneider1-1/+2