aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-07-25Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider3-16/+16
2009-07-25Fix return value of sftp_tell64().Andreas Schneider1-1/+1
2009-07-25Add a sftp_tel64() function.Andreas Schneider1-0/+11
2009-07-25Add ssh_clean_pubkey_hash() which is needed on Windows.Andreas Schneider1-0/+1
2009-07-25Add sftp_readlink function.Andreas Schneider1-0/+11
2009-07-25Add sftp_symlink function.Andreas Schneider1-0/+13
2009-07-24move all u32,u16,u8 and u64 declarations in priv.hAris Adamantiadis4-47/+47
2009-07-24Make the SSH_SAFE_NAMESPACE flag activeAris Adamantiadis1-1/+1
2009-07-24Change refs from AGENT * to ssh_agentAris Adamantiadis2-4/+3
2009-07-24Changes all CHANNEL * to ssh_channelAris Adamantiadis4-43/+43
2009-07-24Change PRIVATE_KEY * to ssh_private_keyAris Adamantiadis2-13/+13
2009-07-24Changed all PUBLIC_KEY * to ssh_public_keyAris Adamantiadis2-10/+10
2009-07-24Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis3-47/+47
2009-07-24Change all occurences of STRING * to ssh_stringAris Adamantiadis3-53/+68
2009-07-24moved try_publickey_from_file in priv.hAris Adamantiadis2-4/+3
2009-07-24replacing keys_struct with ssh_keys_structAris Adamantiadis2-3/+3
2009-07-24Fixed namespace problem in public structuresAris Adamantiadis2-22/+22
2009-07-21Make the ssh_userauth_kbdint functions to get the prompts const.Andreas Schneider1-3/+3
2009-07-20Fix sol8 + ss11 compile errors.Andreas Schneider1-1/+11
2009-07-13Fixed copyright noticesAris Adamantiadis2-2/+2
2009-07-12Added return code SSH_SERVER_FILE_NOT_FOUNDAris Adamantiadis1-0/+1
2009-07-12Set correct hint when connecting to an IP addressAris Adamantiadis1-0/+3
2009-07-04fix int -> socket_t in SSH_POLLAris Adamantiadis1-1/+1
2009-07-04Temporary move of ssh_poll_* back to priv.hAris Adamantiadis2-36/+33
2009-07-04Move doxygen tags into C filesAris Adamantiadis1-122/+1
2009-07-04Put back the poll declarations into priv.hAris Adamantiadis2-7/+9
2009-07-03Add a generic way to handle sockets asynchronously.Aleksandar Kanchev2-8/+163
2009-06-19Verify memory return codes in ssh_list functionsAris Adamantiadis1-1/+1
2009-06-18added ssh_message_callback support.Aris Adamantiadis2-3/+8
2009-06-18Created general singlelinked list implementationAris Adamantiadis1-0/+35
2009-06-17Begin of asynchronous SSH message parsingAris Adamantiadis1-0/+4
2009-06-17ssh_message_retrieve + memoryleak fixed in ssh_message_freeAris Adamantiadis2-0/+11
2009-06-15ssh_init()Aris Adamantiadis1-0/+1
2009-06-04Make use of poll() and add a poll-emulation for win32.Andreas Schneider1-0/+25
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider6-10/+6
2009-05-11Document the ssh server bind functions.Andreas Schneider1-1/+74
2009-05-11Added a ssh_bind_set_fd() function.Andreas Schneider1-1/+12
2009-05-11Change variable names of the keys_struct to avoid conflicts.Andreas Schneider1-2/+2
2009-05-05Improve bin_to_base64() and use const for source.Andreas Schneider1-1/+1
2009-05-05Improve base64_to_bin().Andreas Schneider1-1/+1
2009-05-05Format ssh_select().Andreas Schneider1-1/+2
2009-05-05Use const char * and an unsigned int in ssh_crc32().Andreas Schneider1-1/+1
2009-05-04Improve channel_poll() and add a SSH_EOF return value.Andreas Schneider1-3/+4
2009-05-04Implement channel_read() as a POSIX like function.Andreas Schneider1-2/+5
2009-05-02Improve ssh_channel_from_local().Andreas Schneider1-1/+1
2009-04-30Add a BURN_STRING macro and use it in auth.c.Andreas Schneider1-0/+3
2009-04-30Improve the autopubkey authentication.Andreas Schneider1-3/+3
2009-04-28Improve auto public key authentication.Andreas Schneider2-2/+12
2009-04-27Improve sftp_reply_data and fix sftp_reply_status.Andreas Schneider1-2/+2
2009-04-27Improve sftp_reply_names_add.Andreas Schneider1-2/+2