summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* packet SSH_KEXINIT received and parsedAris Adamantiadis2009-12-127-57/+95
* Async connection + banner fetch is workingAris Adamantiadis2009-12-114-37/+37
* Fix logging problem in match_known_hostAris Adamantiadis2009-12-111-0/+1
* Added a global poll contextAris Adamantiadis2009-12-114-28/+56
* Don't install crypto.h which is an internal header file.Andreas Schneider2009-12-101-1/+0
* 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-092-4/+7
* Remove socklen_t definition.Andreas Schneider2009-12-091-3/+0
* Moved #defines into an enumAris Adamantiadis2009-12-061-6/+9
* struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis2009-12-0610-76/+78
* More callback stuff in connectionAris Adamantiadis2009-12-054-93/+97
* Trying to adapt client.c to use callbacksAris Adamantiadis2009-12-032-45/+82
* Asynchronous sockets work !Aris Adamantiadis2009-12-013-16/+56
* Fixed indent.Andreas Schneider2009-12-011-2/+2
* Added gettimeofday for Windows.Andreas Schneider2009-12-013-0/+23
* Fixed uint* to work on Windows.Andreas Schneider2009-12-017-26/+30
* More loggingAris Adamantiadis2009-11-302-0/+3
* Fix stupid bug which stops log_verbosity workingAris Adamantiadis2009-11-301-0/+1
* Socket connect callback working...Aris Adamantiadis2009-11-307-12/+169
* Some brain surgery to add event-based socketsAris Adamantiadis2009-11-307-7/+135
* Standardize callbacks style and add documentationAris Adamantiadis2009-11-296-45/+81
* Squashed commit of the following:Aris Adamantiadis2009-11-2710-234/+686
* Compile with pcap support by defaultAris Adamantiadis2009-11-271-1/+1
* Compile in stub for pcap funcs when pcap disabledAris Adamantiadis2009-11-272-9/+33
* Build the pcap code into example in all casesAris Adamantiadis2009-11-271-14/+6
* Added changelog entries for 0.4 rc2.Andreas Schneider2009-11-202-1/+3
* 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-165-15/+36
* Pcap: Fix bug with non-encrypted incoming packetsAris Adamantiadis2009-11-161-0/+11
* Improved pcap dumping supportAris Adamantiadis2009-11-166-21/+170
* 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-102-0/+32
* 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-089-1/+396
* Add an other (simplier ?) polling method to sampleAris Adamantiadis2009-11-081-0/+103
* change buffer size in sample.cAris Adamantiadis2009-11-071-2/+2
* Refactorize sample.cAris Adamantiadis2009-11-072-121/+45
* move authentication out of sampe.cAris Adamantiadis2009-11-072-77/+7
* Moved sftp parts into a new exampleAris Adamantiadis2009-11-063-209/+274
* Update structures name to new conventionAris Adamantiadis2009-11-062-45/+45
* Improve MSVC support. Better binary compatibility.Andreas Schneider2009-11-062-2/+2