summaryrefslogtreecommitdiffstats
path: root/include/libssh/priv.h
Commit message (Expand)AuthorAgeFilesLines
* priv: Make really sure memset doesn't get optimzed out.Andreas Schneider2013-03-131-2/+2
* include: Fix the LGPL header.Andreas Schneider2013-01-231-12/+11
* BUG 97: Fix strtoull() detection on serveral platforms.Andreas Schneider2012-12-031-1/+13
* priv: Add BURN_BUFFER macro and make sure it isn't optimzed out.Andreas Schneider2012-11-231-2/+5
* packet: Move packet callbacks to packet_cb.c.Andreas Schneider2011-09-181-11/+0
* priv: Remove dead prototype.Andreas Schneider2011-09-181-2/+0
* crypt: Rename to packet_crypt.Andreas Schneider2011-09-181-16/+0
* priv: Remove crypto.h and add correct includes to src files.Andreas Schneider2011-09-181-1/+0
* socket: Move socket function to right location.Andreas Schneider2011-09-181-2/+0
* priv: Create crc32.h.Andreas Schneider2011-09-181-4/+0
* priv: Move gcrypt functions to gcrypt header.Andreas Schneider2011-09-181-6/+0
* priv: Start to remove enter_function.Andreas Schneider2011-09-181-59/+38
* priv: Move kex functions to kex header.Andreas Schneider2011-09-181-14/+1
* priv: Move options and config prototypes to own header.Andreas Schneider2011-09-181-7/+0
* priv: Move defines to the top.Andreas Schneider2011-09-181-15/+8
* server: split dh_handsake_serverAris Adamantiadis2011-09-181-0/+1
* kex: split key selection and sendingAris Adamantiadis2011-09-181-7/+4
* log: Split do_ssh_log().Andreas Schneider2011-09-171-0/+3
* log: Remove unneeded ssh_log_function().Andreas Schneider2011-09-171-6/+1
* error: Use macros for error functions.Andreas Schneider2011-09-171-8/+21
* priv: Remove obsolete ssh_keys_struct.Andreas Schneider2011-09-101-5/+0
* log: Improve the logging function.Andreas Schneider2011-09-101-0/+8
* priv: Add discard_const macros.Andreas Schneider2011-08-211-0/+19
* Fixes the ssh_log issue on ssh_bind handles.Aris Adamantiadis2011-07-191-4/+8
* 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