summaryrefslogtreecommitdiffstats
path: root/include/libssh/priv.h
Commit message (Expand)AuthorAgeFilesLines
* build: Fixed some mingw warnings.Andreas Schneider2010-07-241-1/+3
* priv: Fixed a mingw build bug.Andreas Schneider2010-07-241-3/+3
* build: Fixed the Windows build.Andreas Schneider2010-07-131-1/+61
* build: Fixed the Windows preprocessor macros and defines.Andreas Schneider2010-07-131-49/+2
* Typos in last patchAris Adamantiadis2010-05-141-2/+4
* Fix build on VC7Aris Adamantiadis2010-05-141-2/+11
* 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-7/+17
* Added more defines to use secure VC functions.Andreas Schneider2010-05-101-9/+9
* Fix vsnprintf symbol on older VS2003 compilerAris Adamantiadis2010-04-061-0/+9
* Fix underflow when leave_function() are unbalancedAris Adamantiadis2010-01-291-1/+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
* Added gettimeofday for Windows.Andreas Schneider2009-12-021-0/+5
* 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
* Fixed building libssh with MSVC.Andreas Schneider2009-09-211-0/+4
* Limit the size of acceptable compressed packetsAris Adamantiadis2009-09-161-1/+1
* Added support for ~/.ssh/config.Andreas Schneider2009-09-151-0/+3
* SCP warning requestAris Adamantiadis2009-09-131-0/+1
* scp recursive modeAris Adamantiadis2009-09-131-0/+1
* Add better error detection + EOF requestAris Adamantiadis2009-09-131-1/+3
* Change scp API to use integers for permsAris Adamantiadis2009-09-131-2/+4
* Fix typedef collisons on Solaris.Andreas Schneider2009-08-251-4/+4
* Implementation of ssh_scp_pull_requestAris Adamantiadis2009-08-231-12/+5
* Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis2009-08-231-6/+18
|\
| * added ssh_scp_request_new,ssh_scp_request_structAris Adamantiadis2009-08-231-0/+14
| * Add a portable define to print size_t.Andreas Schneider2009-08-201-0/+3
| * Remove DEBUG_CRYPTO variable.Andreas Schneider2009-08-201-6/+0
* | experimental callback systemAris Adamantiadis2009-08-231-4/+4
|/
* Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis2009-08-121-1/+13
|\