summaryrefslogtreecommitdiffstats
path: root/include/libssh/priv.h
Commit message (Expand)AuthorAgeFilesLines
* scp: More correct fix for snprintf 64-bit format.Andreas Schneider2011-04-151-0/+8
* connect: Use ssh_is_ipaddr instead of regex.Andreas Schneider2011-02-121-2/+0
* cmake: Fixed msvc posix warnings and unsecure functions.Andreas Schneider2011-01-021-6/+0
* Moved declarations from auth.h to various headersAris Adamantiadis2010-10-301-22/+0
* Moved includes from priv.h to bind.hAris Adamantiadis2010-10-271-25/+2
* start of work to have callbackbased ssh_bindAris Adamantiadis2010-10-191-0/+6
* session: Added callback for the connection per session.milo2010-08-091-1/+0
* build: Fixed the Windows preprocessor macros and defines.Andreas Schneider2010-08-031-35/+61
* Fixed Windows build.Andreas Schneider2010-05-121-2/+3
* Use the new expand functions.Andreas Schneider2010-05-111-1/+1
* Use configure checks to define vsnprintf and strncpy.Andreas Schneider2010-05-101-2/+10
* Fixed building libssh with VC9.Andreas Schneider2010-05-101-8/+17
* Fixed a MSVC build error.Andreas Schneider2010-05-101-0/+1
* Added more defines to use secure VC functions.Andreas Schneider2010-05-101-1/+10
* Renamed private type TYPE_RSA to SSH_KEYTYPE_*Aris Adamantiadis2010-04-281-6/+0
* Made parts of SSH asynchronous (inc kex1)Aris Adamantiadis2010-01-241-1/+2
* Set socket blocking after connexionAris Adamantiadis2010-01-081-1/+3
* Made the server DH asynchronous.Aris Adamantiadis2010-01-061-0/+3
* Asynchronous service requestAris Adamantiadis2009-12-261-0/+1
* Moved the doxygen mainpage to doc/mainpage.doxAndreas Schneider2009-12-181-12/+0
* Added a mainpage to doxygen.Andreas Schneider2009-12-181-0/+12
* Key exchange currently done asynchronouslyAris Adamantiadis2009-12-131-0/+2
* packet SSH_KEXINIT received and parsedAris Adamantiadis2009-12-121-1/+1
* struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis2009-12-061-2/+2
* More callback stuff in connectionAris Adamantiadis2009-12-051-1/+0
* Added gettimeofday for Windows.Andreas Schneider2009-12-011-0/+5
* Fixed uint* to work on Windows.Andreas Schneider2009-12-011-1/+1
* Socket connect callback working...Aris Adamantiadis2009-11-301-1/+2
* Some brain surgery to add event-based socketsAris Adamantiadis2009-11-301-6/+2
* Standardize callbacks style and add documentationAris Adamantiadis2009-11-291-8/+9
* Squashed commit of the following:Aris Adamantiadis2009-11-271-1/+21
* 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-151-0/+1
* fix typo in header inclusionAris Adamantiadis2009-10-101-1/+1
* get rid of the option structureAris 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
* Get rid of the options structure.Andreas Schneider2009-10-021-5/+15
* more priv.h splittingAris Adamantiadis2009-09-261-94/+0
* More include file splittingAris Adamantiadis2009-09-261-189/+3
* More include file movingsAris Adamantiadis2009-09-261-116/+4
* Fixed including of config.h.Andreas Schneider2009-09-251-1/+3
* Get rid of CRYPTOAris Adamantiadis2009-09-231-4/+4
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-318/+1
* Change #defines to enums when it makes senseAris Adamantiadis2009-09-231-3/+5
* get rid of SSH_OPTIONSAris Adamantiadis2009-09-231-5/+5
* get rid of SSH_SESSIONAris Adamantiadis2009-09-231-67/+67
* Changed the current callback sys to be scalableAris Adamantiadis2009-09-231-7/+3
* Added a userdata generic pointer to the log callback function.Andreas Schneider2009-09-221-1/+2