summaryrefslogtreecommitdiffstats
path: root/include/libssh
Commit message (Expand)AuthorAgeFilesLines
...
* Async connection + banner fetch is workingAris Adamantiadis2009-12-111-2/+0
* Added a global poll contextAris Adamantiadis2009-12-111-1/+2
* Don't install crypto.h which is an internal header file.Andreas Schneider2009-12-101-1/+0
* Fix some doxygen errorsAris Adamantiadis2009-12-091-3/+6
* Remove socklen_t definition.Andreas Schneider2009-12-091-3/+0
* struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis2009-12-065-33/+35
* More callback stuff in connectionAris Adamantiadis2009-12-052-1/+1
* Trying to adapt client.c to use callbacksAris Adamantiadis2009-12-031-0/+12
* Asynchronous sockets work !Aris Adamantiadis2009-12-011-8/+9
* Added gettimeofday for Windows.Andreas Schneider2009-12-011-0/+5
* Fixed uint* to work on Windows.Andreas Schneider2009-12-014-5/+9
* Socket connect callback working...Aris Adamantiadis2009-11-303-2/+4
* Some brain surgery to add event-based socketsAris Adamantiadis2009-11-303-6/+11
* Standardize callbacks style and add documentationAris Adamantiadis2009-11-292-33/+68
* Squashed commit of the following:Aris Adamantiadis2009-11-274-4/+89
* Pcap: more cleanup and minimalist APIAris Adamantiadis2009-11-162-9/+7
* Improved pcap dumping supportAris Adamantiadis2009-11-162-1/+8
* Added an option to set log verbosity as string.Andreas Schneider2009-11-101-0/+1
* First lines of experimental pcap output supportAris Adamantiadis2009-11-082-0/+31
* Update structures name to new conventionAris Adamantiadis2009-11-061-17/+17
* Improve MSVC support. Better binary compatibility.Andreas Schneider2009-11-062-2/+2
* Fix warnings on old gcc'sAris Adamantiadis2009-11-032-19/+19
* Fix openssl header inclusionAris Adamantiadis2009-11-031-5/+6
* Fix server kex againAris Adamantiadis2009-10-291-0/+1
* Allow use of SSH_DIR/ when expanding key pathsAris Adamantiadis2009-10-171-0/+4
* Added option to set log_verbosity in the server.Andreas Schneider2009-10-152-1/+4
* Added an option to set the port as string.Andreas Schneider2009-10-151-0/+1
* Remove deprecated functions.Andreas Schneider2009-10-131-21/+0
* updated the sftp subsystem to follow the type convAris Adamantiadis2009-10-101-104/+114
* Add structure cleaning in commentAris Adamantiadis2009-10-101-1/+1
* Document the function to set the callbacks and provide an example.Andreas Schneider2009-10-101-0/+22
* resolve callback crashAris Adamantiadis2009-10-101-1/+1
* fix typo in header inclusionAris Adamantiadis2009-10-101-1/+1
* Rename callback header file.Andreas Schneider2009-10-102-1/+1
* Add a function to set the callback structure to the session.Andreas Schneider2009-10-101-6/+1
* ssh_disconnect doesn't free the session anymoreAris Adamantiadis2009-10-092-1/+1
* No more SSH_BIND SSH_MESSAGE etc.Aris Adamantiadis2009-10-091-11/+12
* Last nail on SSH_OPTIONS, SSH_SESSION etc.Aris Adamantiadis2009-10-091-14/+1
* get rid of the option structureAris Adamantiadis2009-10-092-6/+5
* Moved samples into examples directoryAris Adamantiadis2009-10-091-1/+2
* Modified server APIAris Adamantiadis2009-10-091-1/+1
* add ssh_set_error_oom and ssh_set_error_invalidBernhard R. Link2009-10-051-0/+2
* proper prototype of ssh_session_newBernhard R. Link2009-10-051-1/+1
* Fixed ssh_options_copy().Andreas Schneider2009-10-041-1/+1
* Get rid of the options structure.Andreas Schneider2009-10-026-96/+65
* Remove unused option functions.Andreas Schneider2009-10-021-6/+0
* Fix warnings on opensolarisAris Adamantiadis2009-09-292-5/+5
* resolve warning on opensolarisAris Adamantiadis2009-09-291-1/+1
* more priv.h splittingAris Adamantiadis2009-09-266-96/+117
* Fixed doxygen compilation warningsAris Adamantiadis2009-09-261-1/+1