summaryrefslogtreecommitdiffstats
path: root/include/libssh/priv.h
Commit message (Expand)AuthorAgeFilesLines
* Changes all CHANNEL * to ssh_channelAris Adamantiadis2009-07-241-11/+11
* Change PRIVATE_KEY * to ssh_private_keyAris Adamantiadis2009-07-241-8/+8
* Changed all PUBLIC_KEY * to ssh_public_keyAris Adamantiadis2009-07-241-5/+5
* Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis2009-07-241-34/+34
* Change all occurences of STRING * to ssh_stringAris Adamantiadis2009-07-241-26/+26
* moved try_publickey_from_file in priv.hAris Adamantiadis2009-07-241-0/+3
* replacing keys_struct with ssh_keys_structAris Adamantiadis2009-07-241-1/+1
* Fixed namespace problem in public structuresAris Adamantiadis2009-07-241-16/+16
* Fix sol8 + ss11 compile errors.Andreas Schneider2009-07-201-1/+11
* Fixed copyright noticesAris Adamantiadis2009-07-131-1/+1
* Set correct hint when connecting to an IP addressAris Adamantiadis2009-07-121-0/+3
* fix int -> socket_t in SSH_POLLAris Adamantiadis2009-07-041-1/+1
* Temporary move of ssh_poll_* back to priv.hAris Adamantiadis2009-07-041-0/+33
* Put back the poll declarations into priv.hAris Adamantiadis2009-07-041-0/+9
* Add a generic way to handle sockets asynchronously.Aleksandar Kanchev2009-07-031-8/+0
* Verify memory return codes in ssh_list functionsAris Adamantiadis2009-06-191-1/+1
* added ssh_message_callback support.Aris Adamantiadis2009-06-181-2/+6
* Created general singlelinked list implementationAris Adamantiadis2009-06-181-0/+35
* Begin of asynchronous SSH message parsingAris Adamantiadis2009-06-171-0/+4
* ssh_message_retrieve + memoryleak fixed in ssh_message_freeAris Adamantiadis2009-06-171-0/+5
* Make use of poll() and add a poll-emulation for win32.Andreas Schneider2009-06-041-0/+25
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-2/+1
* Change variable names of the keys_struct to avoid conflicts.Andreas Schneider2009-05-111-2/+2
* Improve bin_to_base64() and use const for source.Andreas Schneider2009-05-051-1/+1
* Improve base64_to_bin().Andreas Schneider2009-05-051-1/+1
* Use const char * and an unsigned int in ssh_crc32().Andreas Schneider2009-05-051-1/+1
* Improve ssh_channel_from_local().Andreas Schneider2009-05-021-1/+1
* Add a BURN_STRING macro and use it in auth.c.Andreas Schneider2009-04-301-0/+3
* Improve auto public key authentication.Andreas Schneider2009-04-281-0/+8
* Rename buffer_add_data_begin() to buffer_prepend_data().Andreas Schneider2009-04-221-1/+1
* Replace some strcmp with switch to make it a bit faster.Andreas Schneider2009-04-181-1/+1
* Add return values to generate_session_keys() and generate_one_key().Andreas Schneider2009-04-161-1/+1
* Add return value to dh_build_k().Andreas Schneider2009-04-161-1/+1
* Improve dh_import() functions.Andreas Schneider2009-04-161-2/+2
* Add return value to dh_generate_f().Andreas Schneider2009-04-161-2/+2
* Add return value to dh_generate_e().Andreas Schneider2009-04-161-1/+1
* Add return value to dh_generate_y().Andreas Schneider2009-04-161-1/+1
* Add return value to dh_generate_x().Andreas Schneider2009-04-161-1/+1
* Add a return value to ssh_socket_init().Andreas Schneider2009-04-161-1/+1
* Add error checks to ssh_crypto_init().Andreas Schneider2009-04-161-2/+1
* Revert commit 491.Andreas Schneider2009-04-161-6/+3
* Make dh crypto functions thread safe.Andreas Schneider2009-04-161-3/+6
* Reformat ssh_socket_completewrite() and use const for buffer.Andreas Schneider2009-04-141-1/+1
* Fix build error in SSHv1 channel code.Andreas Schneider2009-04-081-4/+4
* Fix header functions and add return value checks.Andreas Schneider2009-04-081-1/+1
* Add return value and error checks to ssh_send_kex().Andreas Schneider2009-04-071-1/+1
* Add return value and error checking for hash buffer cookie functions.Andreas Schneider2009-04-071-2/+2
* Add return value and error checks to make_sessionid().Andreas Schneider2009-04-071-1/+1
* Add return values and error checking to channel_default_bufferize().Andreas Schneider2009-04-071-1/+1
* Use const where it should be used.Andreas Schneider2009-04-051-9/+10