aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/priv.h
AgeCommit message (Expand)AuthorFilesLines
2009-07-29moved try_publickey_from_file in priv.hAndreas Schneider1-0/+3
2009-07-29Check for OpenSSH and implement sftp_symlink correct.Andreas Schneider1-0/+1
2009-07-23Fix sol8 + ss11 compile errors.Andreas Schneider1-1/+11
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 Schneider1-2/+1
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-05Use const char * and an unsigned int in ssh_crc32().Andreas Schneider1-1/+1
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-28Improve auto public key authentication.Andreas Schneider1-0/+8
2009-04-22Rename buffer_add_data_begin() to buffer_prepend_data().Andreas Schneider1-1/+1
2009-04-18Replace some strcmp with switch to make it a bit faster.Andreas Schneider1-1/+1
2009-04-16Add return values to generate_session_keys() and generate_one_key().Andreas Schneider1-1/+1
2009-04-16Add return value to dh_build_k().Andreas Schneider1-1/+1
2009-04-16Improve dh_import() functions.Andreas Schneider1-2/+2
2009-04-16Add return value to dh_generate_f().Andreas Schneider1-2/+2
2009-04-16Add return value to dh_generate_e().Andreas Schneider1-1/+1
2009-04-16Add return value to dh_generate_y().Andreas Schneider1-1/+1
2009-04-16Add return value to dh_generate_x().Andreas Schneider1-1/+1
2009-04-16Add a return value to ssh_socket_init().Andreas Schneider1-1/+1
2009-04-16Add error checks to ssh_crypto_init().Andreas Schneider1-2/+1
2009-04-16Revert commit 491.Andreas Schneider1-6/+3
2009-04-16Make dh crypto functions thread safe.Andreas Schneider1-3/+6
2009-04-14Reformat ssh_socket_completewrite() and use const for buffer.Andreas Schneider1-1/+1
2009-04-08Fix build error in SSHv1 channel code.Andreas Schneider1-4/+4
2009-04-08Fix header functions and add return value checks.Andreas Schneider1-1/+1
2009-04-07Add return value and error checks to ssh_send_kex().Andreas Schneider1-1/+1
2009-04-07Add return value and error checking for hash buffer cookie functions.Andreas Schneider1-2/+2
2009-04-07Add return value and error checks to make_sessionid().Andreas Schneider1-1/+1
2009-04-07Add return values and error checking to channel_default_bufferize().Andreas Schneider1-1/+1
2009-04-05Use const where it should be used.Andreas Schneider1-9/+10
2009-04-05Add printf checking for ssh_set_error().Andreas Schneider1-1/+1
2009-04-05Don't shadow a global variable declaration in unistd.h.Andreas Schneider1-1/+1
2009-04-05Fix build warnings.Andreas Schneider1-3/+3
2009-04-05Fix build warnings in key exchange functions.Andreas Schneider1-2/+2
2009-04-05Fix compile warning.Andreas Schneider1-1/+1
2009-04-02Make ssh_options_free() public.Andreas Schneider1-1/+0
2009-04-01Add error checking to buffer functions.Andreas Schneider1-10/+10
2009-03-29Normalize the license in all files and add vim tab instructions.Andreas Schneider1-22/+28
2009-03-28Working new known_host algorithmAris Adamantiadis1-17/+20
2009-03-21Add a ssh_version function.Andreas Schneider1-2/+2
2009-03-12Use ssh_log instead of ssh_say in ssh_list_kex().Andreas Schneider1-1/+1
2009-03-08Fix build on Windows.Andreas Schneider1-1/+3
2009-02-09Rename function to agent_is_running.Andreas Schneider1-1/+1
2009-02-06Complete ssh client agent support.Andreas Schneider1-2/+21
2009-02-03channel_get_exit_status()Aris Adamantiadis1-0/+1
2009-02-02Moved ssh_crypto_init to priv.h file and added a note.Andreas Schneider1-0/+4
2009-02-02Fix build warnings in the crypto wrapper functions.Andreas Schneider1-1/+1