summaryrefslogtreecommitdiffstats
path: root/libssh
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis2009-12-191-61/+64
|\
| * Improved doxygen output of ssh_options_set().Andreas Schneider2009-12-191-61/+64
* | Documentation callbacks.h + standardizationAris Adamantiadis2009-12-183-8/+8
|/
* Fixed documentation of ssh_options_copy().Andreas Schneider2009-12-181-2/+4
* Fixed the doxygen documentation.Andreas Schneider2009-12-181-0/+10
* Made packet_wait issue warningsAris Adamantiadis2009-12-133-87/+11
* Key exchange currently done asynchronouslyAris Adamantiadis2009-12-132-136/+158
* ssh_poll_handle detaches from context before freeAris Adamantiadis2009-12-131-0/+4
* packet SSH_KEXINIT received and parsedAris Adamantiadis2009-12-124-56/+62
* Async connection + banner fetch is workingAris Adamantiadis2009-12-113-35/+37
* Fix logging problem in match_known_hostAris Adamantiadis2009-12-111-0/+1
* Added a global poll contextAris Adamantiadis2009-12-113-27/+54
* More doxygen stuffAris Adamantiadis2009-12-092-10/+11
* Resolving doxygen errors in internal modeAris Adamantiadis2009-12-092-14/+20
* Fix some doxygen errorsAris Adamantiadis2009-12-091-1/+1
* Moved #defines into an enumAris Adamantiadis2009-12-061-6/+9
* struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis2009-12-064-42/+42
* More callback stuff in connectionAris Adamantiadis2009-12-052-92/+96
* Trying to adapt client.c to use callbacksAris Adamantiadis2009-12-031-45/+70
* Asynchronous sockets work !Aris Adamantiadis2009-12-011-4/+31
* Fixed indent.Andreas Schneider2009-12-011-2/+2
* Added gettimeofday for Windows.Andreas Schneider2009-12-012-0/+18
* Fixed uint* to work on Windows.Andreas Schneider2009-12-013-21/+21
* More loggingAris Adamantiadis2009-11-301-0/+1
* Fix stupid bug which stops log_verbosity workingAris Adamantiadis2009-11-301-0/+1
* Socket connect callback working...Aris Adamantiadis2009-11-302-5/+154
* Some brain surgery to add event-based socketsAris Adamantiadis2009-11-302-0/+46
* Standardize callbacks style and add documentationAris Adamantiadis2009-11-294-12/+13
* Squashed commit of the following:Aris Adamantiadis2009-11-276-230/+597
* Compile in stub for pcap funcs when pcap disabledAris Adamantiadis2009-11-272-9/+33
* Build the pcap source only if enabled.Andreas Schneider2009-11-191-1/+8
* Fix compile bug introduced by another bugfixAris Adamantiadis2009-11-181-1/+1
* Fix another memleakAris Adamantiadis2009-11-181-1/+1
* Fixed possible doulbe free problem found by Bernhard R. Link.Andreas Schneider2009-11-181-0/+4
* Added more error messages and checking to handle_channel_request.Andreas Schneider2009-11-181-0/+28
* Fixed a memory leak in channel_new() if we have an error.Andreas Schneider2009-11-181-0/+1
* Pcap: more cleanup and minimalist APIAris Adamantiadis2009-11-162-2/+27
* Pcap: Fix bug with non-encrypted incoming packetsAris Adamantiadis2009-11-161-0/+11
* Improved pcap dumping supportAris Adamantiadis2009-11-163-16/+112
* Improve standard logging.Andreas Schneider2009-11-122-1/+5
* Fixed setting the timeout and ssh2 and ssh1 option.Andreas Schneider2009-11-121-4/+4
* Fixed setting the log verbosity.Andreas Schneider2009-11-121-2/+2
* Added an option to set log verbosity as string.Andreas Schneider2009-11-101-0/+31
* Always use the poll-emulation on Windows.Andreas Schneider2009-11-091-1/+2
* Added explanation in ssh_silent_disconnect doxygenAris Adamantiadis2009-11-091-1/+2
* First lines of experimental pcap output supportAris Adamantiadis2009-11-083-0/+307
* Update structures name to new conventionAris Adamantiadis2009-11-061-28/+28
* channel_read() won't block until count b. are readAris Adamantiadis2009-11-051-4/+6
* Fix openssl header inclusionAris Adamantiadis2009-11-031-2/+1
* Fixed setting knownhosts in ssh_is_server_known().Andreas Schneider2009-10-291-5/+7