summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* Added an option to set log verbosity as string.Andreas Schneider2009-11-101-0/+1
|
* First lines of experimental pcap output supportAris Adamantiadis2009-11-082-0/+31
| | | | This will serve to debug packets right under wireshark !
* Update structures name to new conventionAris Adamantiadis2009-11-061-17/+17
| | | | | SSH_POLL* -> ssh_poll_handle, SSH_POLL_CTX* -> ssh_poll_ctx
* Improve MSVC support. Better binary compatibility.Andreas Schneider2009-11-062-2/+2
| | | | Patch by Patrick Spendrin from KDE.
* Fix warnings on old gcc'sAris Adamantiadis2009-11-032-19/+19
| | | | they don't like variable names having type names
* Fix openssl header inclusionAris Adamantiadis2009-11-031-5/+6
| | | | | caused cbc_encrypt to be redefined by an openssl macro
* 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-152-1/+4
|
* Added an option to set the port as string.Andreas Schneider2009-10-151-0/+1
|
* Remove deprecated functions.Andreas Schneider2009-10-131-21/+0
|
* updated the sftp subsystem to follow the type convAris Adamantiadis2009-10-101-104/+114
|
* Add structure cleaning in commentAris Adamantiadis2009-10-101-1/+1
|
* Document the function to set the callbacks and provide an example.Andreas Schneider2009-10-101-0/+22
|
* resolve callback crashAris Adamantiadis2009-10-101-1/+1
|
* fix typo in header inclusionAris Adamantiadis2009-10-101-1/+1
|
* Rename callback header file.Andreas Schneider2009-10-102-1/+1
|
* Add a function to set the callback structure to the session.Andreas Schneider2009-10-101-6/+1
|
* ssh_disconnect doesn't free the session anymoreAris Adamantiadis2009-10-092-1/+1
|
* No more SSH_BIND SSH_MESSAGE etc.Aris Adamantiadis2009-10-091-11/+12
|
* Last nail on SSH_OPTIONS, SSH_SESSION etc.Aris Adamantiadis2009-10-091-14/+1
|
* get rid of the option structureAris Adamantiadis2009-10-092-6/+5
|
* Moved samples into examples directoryAris Adamantiadis2009-10-091-1/+2
|
* Modified server APIAris 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>
* Fixed ssh_options_copy().Andreas Schneider2009-10-041-1/+1
|
* Get rid of the options structure.Andreas Schneider2009-10-026-96/+65
|
* Remove unused option functions.Andreas Schneider2009-10-021-6/+0
|
* Fix warnings on opensolarisAris Adamantiadis2009-09-292-5/+5
|
* resolve warning on opensolarisAris Adamantiadis2009-09-291-1/+1
|
* more priv.h splittingAris Adamantiadis2009-09-266-96/+117
|
* Fixed doxygen compilation warningsAris Adamantiadis2009-09-261-1/+1
|
* More include file splittingAris Adamantiadis2009-09-268-190/+269
|
* Removed obsolete optionsAris Adamantiadis2009-09-261-4/+1
|
* More include file movingsAris Adamantiadis2009-09-264-121/+174
|
* More commentAris Adamantiadis2009-09-251-1/+4
|
* fix ssh_callbacks_init() macro + documentationAris Adamantiadis2009-09-251-8/+20
| | | | | ssh_callbacks_init should not zero' the struct because it could be used on staticaly declared structures
* callback.h should use public headersAris Adamantiadis2009-09-251-2/+2
|
* 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)
* Add missing extern C.Andreas Schneider2009-09-251-1/+12
|
* Fix typo.Andreas Schneider2009-09-251-1/+1
|
* Install callbacks header file.Andreas Schneider2009-09-251-0/+1
|
* Get rid of CRYPTOAris Adamantiadis2009-09-232-6/+6
|
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-2311-318/+547
|
* Change #defines to enums when it makes senseAris Adamantiadis2009-09-232-51/+68
|
* Get rid of SSH_MESSAGEAris Adamantiadis2009-09-232-30/+30
|
* get rid of SSH_OPTIONSAris Adamantiadis2009-09-234-32/+32
|
* get rid of SSH_SESSIONAris Adamantiadis2009-09-234-112/+112
|
* remove the broken setters for options,cb init macroAris Adamantiadis2009-09-232-8/+5
|