summaryrefslogtreecommitdiffstats
path: root/include/libssh/priv.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixes the ssh_log issue on ssh_bind handles.Aris Adamantiadis2011-09-171-4/+8
| | | | | | | | (cherry picked from commit da954c2c5ee85bcbe2f5ad9f507a6306b0f5f8b9) Conflicts: src/keyfiles.c
* connect: Use ssh_is_ipaddr instead of regex.Andreas Schneider2011-02-121-2/+0
| | | | (cherry picked from commit 768fbdd92eb06df1e9a0fdaa9c7303ed30ebec6c)
* 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
| | | | Signed-off-by: Andreas Schneider <asn@cynapses.org>
* 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
| | | | Also made this enum public
* 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
| | | | | | It still needs testing and cleanup, it was done with less care than the client-side. The socket listening and connexion is still synchronous
* 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
| | | | Fixed an important bug in packet buffering (two packets received in the same recv would'nt be processed correctly)
* packet SSH_KEXINIT received and parsedAris Adamantiadis2009-12-121-1/+1
| | | | Resolved some bugs in the callback mechanism as well
* struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis2009-12-061-2/+2
|
* More callback stuff in connectionAris Adamantiadis2009-12-051-1/+0
| | | | | I have coded it, not actually tested it :) It still needs work to get past the banner exchange.
* Added gettimeofday for Windows.Andreas Schneider2009-12-011-0/+5
| | | | Thanks to Patrick Spendrin.
* Fixed uint* to work on Windows.Andreas Schneider2009-12-011-1/+1
| | | | Thanks to Patrick Spendrin.
* Socket connect callback working...Aris Adamantiadis2009-11-301-1/+2
| | | | | Still need to make sure the connect syscall is correctly called
* Some brain surgery to add event-based socketsAris Adamantiadis2009-11-301-6/+2
| | | | | | | | | | chapter 1- SSH Socket Connections. I would like to be able to -Have a ssh_poll_ctx object -Add a ssh socket over it -launch the socket connection (using socket functions) -ssh_poll_ctx_dopoll() -Wait for the timeout or have the "connected" callback called
* Standardize callbacks style and add documentationAris Adamantiadis2009-11-291-8/+9
|
* Squashed commit of the following:Aris Adamantiadis2009-11-271-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 43fad8dfd977637c31fade76ace2905f6528c3bc Author: Aris Adamantiadis <aris@0xbadc0de.be> Date: Fri Nov 27 18:39:06 2009 +0100 adaptation to the new ssh_poll_handle object name commit 1e5e6ac4605adf10d437d04f0fd4b7e66024853c Merge: 3fd92a0... 810adad... Author: Aris Adamantiadis <aris@0xbadc0de.be> Date: Fri Nov 27 18:33:06 2009 +0100 Merge branch 'master' into badcode/libssh_async commit 3fd92a08eb74b1447a9ff4ca4e1d137475c62cc6 Author: Aris Adamantiadis <aris@0xbadc0de.be> Date: Mon Nov 2 14:25:46 2009 +0100 Compiles again commit 8910d7b9692418c9ccea0234f6d49674d238dc16 Merge: e83f1b5... cce34a6... Author: Aris Adamantiadis <aris@0xbadc0de.be> Date: Mon Nov 2 12:47:34 2009 +0100 Merge branch 'master' into libssh_async Very big merge ! Conflicts: include/libssh/callbacks.h include/libssh/priv.h libssh/channels.c libssh/messages.c libssh/packet.c libssh/server.c libssh/session.c libssh/socket.c commit e83f1b593219e183082b015315f09bfe95a29cfc Author: Aris Adamantiadis <aris@0xbadc0de.be> Date: Mon Nov 2 12:07:01 2009 +0100 rename callback.h commit dffa7b730e8f39e2198de18ab69a8e57bef95e58 Merge: 5a8b748... de8808c... Author: Aris Adamantiadis <aris@0xbadc0de.be> Date: Tue Sep 15 10:50:07 2009 +0200 Merge branch 'master' of git://git.libssh.org/projects/libssh/libssh into libssh_async commit 5a8b7484f36599d28f2c0c14a23b76bfc7257638 Author: Aris Adamantiadis <aris@0xbadc0de.be> Date: Sun Sep 13 12:55:18 2009 +0200 More updates to callback system commit 18620c20d5e4e62107093f7fd330e553493253fa Author: Aris Adamantiadis <aris@0xbadc0de.be> Date: Sat Sep 12 22:26:52 2009 +0200 Same thing with channel_rcv_data commit fc4a56f6726e409a5866272923f1cbebfc821af3 Author: Aris Adamantiadis <aris@0xbadc0de.be> Date: Sat Sep 12 22:17:45 2009 +0200 added a few packet handlers for channels commit 4b6bb4fd00b10cf1321a764126f277ab204bffe3 Author: Aris Adamantiadis <aris@0xbadc0de.be> Date: Fri Sep 11 23:15:25 2009 +0300 sample packet handlers + bugfixes commit 2784d09d6dec0a8f868912d14f90d860233b3f82 Author: Aris Adamantiadis <aris@0xbadc0de.be> Date: Fri Sep 11 20:30:50 2009 +0300 Packet callbacks nearly finished Need tests and implementation of some packet callbacks commit cd3ea43f20c9ae2f54576ca98a0ea75c5d4299d3 Author: Aris Adamantiadis <aris@0xbadc0de.be> Date: Thu Sep 10 12:46:02 2009 +0300 First step of async packet handling The socket to packet handler is nearly done (needs testing) I still need to define the interface for callbacks. commit 487f4d2a900a5fe3b90ceda4460ab7d38d7ad722 Author: Aris Adamantiadis <aris@0xbadc0de.be> Date: Tue Sep 8 23:24:09 2009 +0300 Almost complete socket callback system Finished the callback function so it bufferizes data when callee does not use it. Flushes the buffer automaticaly after a ssh_socket_nonblocking_flush commit 23571f22fac9e40c855dfa99569bba181a39648b Author: Aris Adamantiadis <aris@0xbadc0de.be> Date: Tue Sep 8 22:22:32 2009 +0300 First draft of a callback system
* 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
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* proper prototype of ssh_session_newBernhard R. Link2009-10-051-1/+1
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* 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
| | | | | | | | If there is some option to modify libc behaviour (like if there was some off_t usage to be modified by some flag to make that 64 bit) that needs to be done before the first libc header. one could still do -D there, though (unless cmake wants to do something automatically and puts that in config.h)
* 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
|