summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add new API function ssh_userauth_privatekey_file().Vic Lee2009-12-301-0/+2
* Made channel_open_session partially asynchronousAris Adamantiadis2009-12-271-0/+3
* Asynchronous authentication works !Aris Adamantiadis2009-12-262-14/+43
* New packet handler for SSH_USERAUTH_BANNERAris Adamantiadis2009-12-262-1/+29
* Asynchronous service requestAris Adamantiadis2009-12-262-1/+17
* added ssh_message_auth_reply_pk_ok_simpleAris Adamantiadis2009-12-201-0/+2
* Add key validation in server side authenticationAris Adamantiadis2009-12-202-0/+8
* Documentation callbacks.h + standardizationAris Adamantiadis2009-12-181-1/+21
* Fixed documentation of buffer struct.Andreas Schneider2009-12-181-2/+1
* Moved the doxygen mainpage to doc/mainpage.doxAndreas Schneider2009-12-181-12/+0
* Document the callback structure correctly.Andreas Schneider2009-12-181-12/+23
* Added a mainpage to doxygen.Andreas Schneider2009-12-181-0/+12
* Made packet_wait issue warningsAris Adamantiadis2009-12-131-1/+0
* Key exchange currently done asynchronouslyAris Adamantiadis2009-12-131-0/+2
* packet SSH_KEXINIT received and parsedAris Adamantiadis2009-12-123-1/+33
* 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