Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -1/+4 |
* | Added an option to set the port as string. | Andreas Schneider | 2009-10-15 | 1 | -0/+1 |
* | Remove deprecated functions. | Andreas Schneider | 2009-10-13 | 1 | -21/+0 |
* | updated the sftp subsystem to follow the type conv | Aris Adamantiadis | 2009-10-10 | 1 | -104/+114 |
* | Add structure cleaning in comment | Aris Adamantiadis | 2009-10-10 | 1 | -1/+1 |
* | Document the function to set the callbacks and provide an example. | Andreas Schneider | 2009-10-10 | 1 | -0/+22 |
* | resolve callback crash | Aris Adamantiadis | 2009-10-10 | 1 | -1/+1 |
* | fix typo in header inclusion | Aris Adamantiadis | 2009-10-10 | 1 | -1/+1 |
* | Rename callback header file. | Andreas Schneider | 2009-10-10 | 2 | -1/+1 |
* | Add a function to set the callback structure to the session. | Andreas Schneider | 2009-10-10 | 1 | -6/+1 |
* | ssh_disconnect doesn't free the session anymore | Aris Adamantiadis | 2009-10-09 | 2 | -1/+1 |
* | No more SSH_BIND SSH_MESSAGE etc. | Aris Adamantiadis | 2009-10-09 | 1 | -11/+12 |
* | Last nail on SSH_OPTIONS, SSH_SESSION etc. | Aris Adamantiadis | 2009-10-09 | 1 | -14/+1 |
* | get rid of the option structure | Aris Adamantiadis | 2009-10-09 | 2 | -6/+5 |
* | Moved samples into examples directory | Aris Adamantiadis | 2009-10-09 | 1 | -1/+2 |
* | Modified server API | 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 |
* | Fixed ssh_options_copy(). | Andreas Schneider | 2009-10-04 | 1 | -1/+1 |
* | Get rid of the options structure. | Andreas Schneider | 2009-10-02 | 6 | -96/+65 |
* | Remove unused option functions. | Andreas Schneider | 2009-10-02 | 1 | -6/+0 |
* | Fix warnings on opensolaris | Aris Adamantiadis | 2009-09-29 | 2 | -5/+5 |
* | resolve warning on opensolaris | Aris Adamantiadis | 2009-09-29 | 1 | -1/+1 |
* | more priv.h splitting | Aris Adamantiadis | 2009-09-26 | 6 | -96/+117 |
* | Fixed doxygen compilation warnings | Aris Adamantiadis | 2009-09-26 | 1 | -1/+1 |
* | More include file splitting | Aris Adamantiadis | 2009-09-26 | 8 | -190/+269 |
* | Removed obsolete options | Aris Adamantiadis | 2009-09-26 | 1 | -4/+1 |
* | More include file movings | Aris Adamantiadis | 2009-09-26 | 4 | -121/+174 |
* | More comment | Aris Adamantiadis | 2009-09-25 | 1 | -1/+4 |
* | fix ssh_callbacks_init() macro + documentation | Aris Adamantiadis | 2009-09-25 | 1 | -8/+20 |
* | callback.h should use public headers | Aris Adamantiadis | 2009-09-25 | 1 | -2/+2 |
* | Fixed including of config.h. | Andreas Schneider | 2009-09-25 | 1 | -1/+3 |
* | Add missing extern C. | Andreas Schneider | 2009-09-25 | 1 | -1/+12 |
* | Fix typo. | Andreas Schneider | 2009-09-25 | 1 | -1/+1 |
* | Install callbacks header file. | Andreas Schneider | 2009-09-25 | 1 | -0/+1 |
* | Get rid of CRYPTO | Aris Adamantiadis | 2009-09-23 | 2 | -6/+6 |
* | Moved lots of declaration out of priv.h | Aris Adamantiadis | 2009-09-23 | 11 | -318/+547 |
* | Change #defines to enums when it makes sense | Aris Adamantiadis | 2009-09-23 | 2 | -51/+68 |
* | Get rid of SSH_MESSAGE | Aris Adamantiadis | 2009-09-23 | 2 | -30/+30 |
* | get rid of SSH_OPTIONS | Aris Adamantiadis | 2009-09-23 | 4 | -32/+32 |
* | get rid of SSH_SESSION | Aris Adamantiadis | 2009-09-23 | 4 | -112/+112 |
* | remove the broken setters for options,cb init macro | Aris Adamantiadis | 2009-09-23 | 2 | -8/+5 |
* | Changed the current callback sys to be scalable | Aris Adamantiadis | 2009-09-23 | 3 | -42/+35 |
* | Ordered functions in libssh.h alphabeticaly | Aris Adamantiadis | 2009-09-23 | 1 | -242/+179 |
* | Fix typos in SSH_OPTIONS | Aris Adamantiadis | 2009-09-23 | 1 | -6/+6 |
* | Added a cleaned up interface for setting options. | Andreas Schneider | 2009-09-22 | 1 | -0/+39 |
* | Added a userdata generic pointer to the log callback function. | Andreas Schneider | 2009-09-22 | 2 | -2/+6 |
* | Fixed building libssh with MSVC. | Andreas Schneider | 2009-09-21 | 3 | -3/+5 |