summaryrefslogtreecommitdiffstats
path: root/libssh
Commit message (Expand)AuthorAgeFilesLines
...
* Add a sftp_tel64() function.Andreas Schneider2009-07-252-1/+6
* Add ssh_clean_pubkey_hash() which is needed on Windows.Andreas Schneider2009-07-251-0/+16
* Update map file.Andreas Schneider2009-07-251-0/+1
* Add sftp_readlink function.Andreas Schneider2009-07-251-0/+74
* Add sftp_symlink function.Andreas Schneider2009-07-251-0/+83
* Missed something in channel_select for CHANNELAris Adamantiadis2009-07-241-1/+1
* Change refs from AGENT * to ssh_agentAris Adamantiadis2009-07-241-4/+4
* Changes all CHANNEL * to ssh_channelAris Adamantiadis2009-07-245-69/+69
* Change PRIVATE_KEY * to ssh_private_keyAris Adamantiadis2009-07-245-17/+17
* Changed all PUBLIC_KEY * to ssh_public_keyAris Adamantiadis2009-07-246-24/+24
* Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis2009-07-2412-84/+84
* You always forget SSH1 ...Aris Adamantiadis2009-07-242-17/+17
* Change all occurences of STRING * to ssh_stringAris Adamantiadis2009-07-2413-200/+200
* replacing keys_struct with ssh_keys_structAris Adamantiadis2009-07-242-2/+2
* Fixed namespace problem in public structuresAris Adamantiadis2009-07-246-60/+60
* Fix a possible segfault in sftp_canonicalize_path().Andreas Schneider2009-07-231-0/+4
* Fix getaddrinfo and gethostbyname build problems on Solaris.Andreas Schneider2009-07-231-0/+14
* Fix a segfault if a NULL pointer is passed to ssh_disconnect().Andreas Schneider2009-07-221-3/+2
* Don't segfault if the session or the answer is NULL.Andreas Schneider2009-07-221-1/+1
* Fix ssh_write_knownhost() which always returned -1.Andreas Schneider2009-07-211-1/+1
* Make the ssh_userauth_kbdint functions to get the prompts const.Andreas Schneider2009-07-211-3/+3
* Fix doxygen to match SSH_SERVER_FILE_NOT_FOUND fixAris Adamantiadis2009-07-141-1/+4
* Fix build on windows, missing include.Andreas Schneider2009-07-131-0/+2
* Put #ifdef around AI_NUMERICSERV which doesn't seem stdAris Adamantiadis2009-07-131-0/+2
* Enable conditional compiling for IP regex code.Aris Adamantiadis2009-07-131-2/+13
* forgot init.c in copyright updatesAris Adamantiadis2009-07-131-1/+1
* Fixed copyright noticesAris Adamantiadis2009-07-134-4/+5
* Added return code SSH_SERVER_FILE_NOT_FOUNDAris Adamantiadis2009-07-121-2/+2
* Set correct hint when connecting to an IP addressAris Adamantiadis2009-07-122-4/+55
* fix int -> socket_t in SSH_POLLAris Adamantiadis2009-07-041-1/+1
* Move doxygen tags into C filesAris Adamantiadis2009-07-041-1/+114
* Add a generic way to handle sockets asynchronously.Aleksandar Kanchev2009-07-031-0/+226
* Add logging of the sftp flags used to open a fileAris Adamantiadis2009-06-301-1/+1
* Fixed Could not write as much data as expected msgAris Adamantiadis2009-06-301-1/+1
* Fixed memory leak in ssh_is_server_known()Aris Adamantiadis2009-06-221-0/+2
* Fixed yet another read-after-free bugAris Adamantiadis2009-06-211-2/+3
* Fixed a use-after-free in match_hashed_host()Aris Adamantiadis2009-06-211-1/+1
* Added a macro to test buffer_struct integrityAris Adamantiadis2009-06-211-9/+50
* Fix doublefree bug found by CyrilAris Adamantiadis2009-06-211-10/+20
* Verify memory return codes in ssh_list functionsAris Adamantiadis2009-06-191-2/+7
* added ssh_message_callback support.Aris Adamantiadis2009-06-183-11/+55
* Created general singlelinked list implementationAris Adamantiadis2009-06-181-0/+80
* Begin of asynchronous SSH message parsingAris Adamantiadis2009-06-173-1/+21
* Fixed potential format string attacksAris Adamantiadis2009-06-171-4/+4
* ssh_message_retrieve + memoryleak fixed in ssh_message_freeAris Adamantiadis2009-06-171-55/+75
* ssh_init()Aris Adamantiadis2009-06-153-12/+20
* Simply leave the function, this should prevent a segfault.Andreas Schneider2009-06-101-1/+2
* Fix a infinite loop on error.Andreas Schneider2009-06-101-1/+3
* Fix a possible crash bug.Andreas Schneider2009-06-091-4/+4
* Fix build warnings.Andreas Schneider2009-06-0915-2/+65