Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added a mainpage to doxygen. | Andreas Schneider | 2009-12-18 | 1 | -0/+12 | |
| | ||||||
* | Don't install crypto.h which is an internal header file. | Andreas Schneider | 2009-12-10 | 1 | -1/+0 | |
| | ||||||
* | Remove socklen_t definition. | Andreas Schneider | 2009-12-09 | 1 | -3/+0 | |
| | | | | | | Tthe problem is that winsock2.h defines socklen_t as a typedef, not as a define, so depending on the order of includes you can get errors in ws2tcpip.h with msvc. | |||||
* | Added gettimeofday for Windows. | Andreas Schneider | 2009-12-02 | 1 | -0/+5 | |
| | | | | Thanks to Patrick Spendrin. | |||||
* | Fixed uint* to work on Windows. | Andreas Schneider | 2009-12-02 | 2 | -2/+6 | |
| | | | | Thanks to Patrick Spendrin. | |||||
* | Pcap: more cleanup and minimalist API | Aris Adamantiadis | 2009-11-16 | 2 | -9/+7 | |
| | ||||||
* | Improved pcap dumping support | Aris Adamantiadis | 2009-11-16 | 2 | -1/+8 | |
| | ||||||
* | Added an option to set log verbosity as string. | Andreas Schneider | 2009-11-10 | 1 | -0/+1 | |
| | ||||||
* | First lines of experimental pcap output support | Aris Adamantiadis | 2009-11-08 | 2 | -0/+31 | |
| | | | | This will serve to debug packets right under wireshark ! | |||||
* | Update structures name to new convention | Aris Adamantiadis | 2009-11-06 | 1 | -17/+17 | |
| | | | | | SSH_POLL* -> ssh_poll_handle, SSH_POLL_CTX* -> ssh_poll_ctx | |||||
* | Improve MSVC support. Better binary compatibility. | Andreas Schneider | 2009-11-06 | 2 | -2/+2 | |
| | | | | Patch by Patrick Spendrin from KDE. | |||||
* | Fix warnings on old gcc's | Aris Adamantiadis | 2009-11-03 | 2 | -19/+19 | |
| | | | | they don't like variable names having type names | |||||
* | Fix openssl header inclusion | Aris Adamantiadis | 2009-11-03 | 1 | -5/+6 | |
| | | | | | caused cbc_encrypt to be redefined by an openssl macro | |||||
* | 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 | |
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | |||||
* | proper prototype of ssh_session_new | Bernhard R. Link | 2009-10-05 | 1 | -1/+1 | |
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | |||||
* | 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 | |
| | | | | | ssh_callbacks_init should not zero' the struct because it could be used on staticaly declared structures | |||||
* | 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 | |
| | | | | | | | | 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 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 | |
| |