Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | session: Added callback for the connection per session. | milo | 2010-08-09 | 1 | -1/+0 |
* | build: Fixed the Windows preprocessor macros and defines. | Andreas Schneider | 2010-08-03 | 1 | -35/+61 |
* | Fixed Windows build. | Andreas Schneider | 2010-05-12 | 1 | -2/+3 |
* | Use the new expand functions. | Andreas Schneider | 2010-05-11 | 1 | -1/+1 |
* | Use configure checks to define vsnprintf and strncpy. | Andreas Schneider | 2010-05-10 | 1 | -2/+10 |
* | Fixed building libssh with VC9. | Andreas Schneider | 2010-05-10 | 1 | -8/+17 |
* | Fixed a MSVC build error. | Andreas Schneider | 2010-05-10 | 1 | -0/+1 |
* | Added more defines to use secure VC functions. | Andreas Schneider | 2010-05-10 | 1 | -1/+10 |
* | Renamed private type TYPE_RSA to SSH_KEYTYPE_* | Aris Adamantiadis | 2010-04-28 | 1 | -6/+0 |
* | Made parts of SSH asynchronous (inc kex1) | Aris Adamantiadis | 2010-01-24 | 1 | -1/+2 |
* | Set socket blocking after connexion | Aris Adamantiadis | 2010-01-08 | 1 | -1/+3 |
* | Made the server DH asynchronous. | Aris Adamantiadis | 2010-01-06 | 1 | -0/+3 |
* | Asynchronous service request | Aris Adamantiadis | 2009-12-26 | 1 | -0/+1 |
* | Moved the doxygen mainpage to doc/mainpage.dox | Andreas Schneider | 2009-12-18 | 1 | -12/+0 |
* | Added a mainpage to doxygen. | Andreas Schneider | 2009-12-18 | 1 | -0/+12 |
* | Key exchange currently done asynchronously | Aris Adamantiadis | 2009-12-13 | 1 | -0/+2 |
* | packet SSH_KEXINIT received and parsed | Aris Adamantiadis | 2009-12-12 | 1 | -1/+1 |
* | struct socket -> struct ssh_socket_struct +typedef | Aris Adamantiadis | 2009-12-06 | 1 | -2/+2 |
* | More callback stuff in connection | Aris Adamantiadis | 2009-12-05 | 1 | -1/+0 |
* | Added gettimeofday for Windows. | Andreas Schneider | 2009-12-01 | 1 | -0/+5 |
* | Fixed uint* to work on Windows. | Andreas Schneider | 2009-12-01 | 1 | -1/+1 |
* | Socket connect callback working... | Aris Adamantiadis | 2009-11-30 | 1 | -1/+2 |
* | Some brain surgery to add event-based sockets | Aris Adamantiadis | 2009-11-30 | 1 | -6/+2 |
* | Standardize callbacks style and add documentation | Aris Adamantiadis | 2009-11-29 | 1 | -8/+9 |
* | Squashed commit of the following: | Aris Adamantiadis | 2009-11-27 | 1 | -1/+21 |
* | Fix server kex again | Aris Adamantiadis | 2009-10-29 | 1 | -0/+1 |
* | Allow use of SSH_DIR/ when expanding key paths | Aris Adamantiadis | 2009-10-17 | 1 | -0/+4 |
* | Added option to set log_verbosity in the server. | Andreas Schneider | 2009-10-15 | 1 | -0/+1 |
* | fix typo in header inclusion | Aris Adamantiadis | 2009-10-10 | 1 | -1/+1 |
* | get rid of the option structure | Aris Adamantiadis | 2009-10-09 | 1 | -1/+1 |
* | add ssh_set_error_oom and ssh_set_error_invalid | Bernhard R. Link | 2009-10-05 | 1 | -0/+2 |
* | proper prototype of ssh_session_new | Bernhard R. Link | 2009-10-05 | 1 | -1/+1 |
* | Get rid of the options structure. | Andreas Schneider | 2009-10-02 | 1 | -5/+15 |
* | more priv.h splitting | Aris Adamantiadis | 2009-09-26 | 1 | -94/+0 |
* | More include file splitting | Aris Adamantiadis | 2009-09-26 | 1 | -189/+3 |
* | More include file movings | Aris Adamantiadis | 2009-09-26 | 1 | -116/+4 |
* | Fixed including of config.h. | Andreas Schneider | 2009-09-25 | 1 | -1/+3 |
* | Get rid of CRYPTO | Aris Adamantiadis | 2009-09-23 | 1 | -4/+4 |
* | Moved lots of declaration out of priv.h | Aris Adamantiadis | 2009-09-23 | 1 | -318/+1 |
* | Change #defines to enums when it makes sense | Aris Adamantiadis | 2009-09-23 | 1 | -3/+5 |
* | get rid of SSH_OPTIONS | Aris Adamantiadis | 2009-09-23 | 1 | -5/+5 |
* | get rid of SSH_SESSION | Aris Adamantiadis | 2009-09-23 | 1 | -67/+67 |
* | Changed the current callback sys to be scalable | Aris Adamantiadis | 2009-09-23 | 1 | -7/+3 |
* | Added a userdata generic pointer to the log callback function. | Andreas Schneider | 2009-09-22 | 1 | -1/+2 |
* | Fixed building libssh with MSVC. | Andreas Schneider | 2009-09-21 | 1 | -0/+4 |
* | Limit the size of acceptable compressed packets | Aris Adamantiadis | 2009-09-16 | 1 | -1/+1 |
* | Added support for ~/.ssh/config. | Andreas Schneider | 2009-09-15 | 1 | -0/+3 |
* | SCP warning request | Aris Adamantiadis | 2009-09-13 | 1 | -0/+1 |
* | scp recursive mode | Aris Adamantiadis | 2009-09-13 | 1 | -0/+1 |
* | Add better error detection + EOF request | Aris Adamantiadis | 2009-09-13 | 1 | -1/+3 |