Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -529/+0 |
* | Continue removing old flushing code | Aris Adamantiadis | 2010-07-23 | 1 | -15/+3 |
* | Removed obsolete socket functions | Aris Adamantiadis | 2010-07-23 | 1 | -3/+1 |
* | Receive and send SSH_MSG_UNIMPLEMENTED | Aris Adamantiadis | 2010-07-18 | 1 | -2/+34 |
* | Sanitize libssh namespace + legacy wrappers | Aris Adamantiadis | 2010-05-14 | 1 | -13/+13 |
* | Fix warnings found with clang analyzer | Aris Adamantiadis | 2010-04-28 | 1 | -2/+1 |
* | packet: Fixed linking if we build without server support. | Andreas Schneider | 2010-04-20 | 1 | -0/+4 |
* | Rename ssh_list_add to ssh_list_append. | Andreas Schneider | 2010-03-04 | 1 | -1/+1 |
* | Few function name changes | Aris Adamantiadis | 2010-01-24 | 1 | -4/+4 |
* | Made ssh_packet_read asynchronous | Aris Adamantiadis | 2010-01-24 | 1 | -1/+3 |
* | Beginning of async solution for SSH1 | Aris Adamantiadis | 2010-01-24 | 1 | -0/+6 |
* | Move SSH-1 specific packet functions in packet1.c | Aris Adamantiadis | 2010-01-23 | 1 | -324/+0 |
* | SSH-1 cleanup and compile | Aris Adamantiadis | 2010-01-10 | 1 | -8/+6 |
* | Cosmetics for packet numbering | Aris Adamantiadis | 2010-01-08 | 1 | -44/+49 |
* | Oops, forgot the callback for server DH | Aris Adamantiadis | 2010-01-08 | 1 | -1/+1 |
* | No more packet_read2() ! | Aris Adamantiadis | 2010-01-08 | 1 | -197/+4 |
* | ssh_packet_userauth_request with new system | Aris Adamantiadis | 2010-01-08 | 1 | -1/+1 |
* | Converted message handlers to new system | Aris Adamantiadis | 2010-01-07 | 1 | -2/+2 |
* | Removed packet_wait for SSH2 | Aris Adamantiadis | 2010-01-06 | 1 | -21/+1 |
* | Add support for async global requests | Aris Adamantiadis | 2010-01-06 | 1 | -2/+2 |
* | Some work for async channel requests | Aris Adamantiadis | 2010-01-03 | 1 | -2/+2 |
* | Made channel_open_session partially asynchronous | Aris Adamantiadis | 2009-12-27 | 1 | -2/+2 |
* | Asynchronous authentication works ! | Aris Adamantiadis | 2009-12-26 | 1 | -3/+4 |
* | New packet handler for SSH_USERAUTH_BANNER | Aris Adamantiadis | 2009-12-26 | 1 | -1/+2 |
* | Fix tricky bug within packet decoding | Aris Adamantiadis | 2009-12-26 | 1 | -0/+1 |
* | Asynchronous service request | Aris Adamantiadis | 2009-12-26 | 1 | -1/+1 |
* | Documentation callbacks.h + standardization | Aris Adamantiadis | 2009-12-18 | 1 | -1/+1 |
* | Made packet_wait issue warnings | Aris Adamantiadis | 2009-12-13 | 1 | -73/+7 |
* | Key exchange currently done asynchronously | Aris Adamantiadis | 2009-12-13 | 1 | -3/+11 |
* | packet SSH_KEXINIT received and parsed | Aris Adamantiadis | 2009-12-12 | 1 | -3/+4 |
* | Async connection + banner fetch is working | Aris Adamantiadis | 2009-12-11 | 1 | -1/+3 |
* | struct socket -> struct ssh_socket_struct +typedef | Aris Adamantiadis | 2009-12-06 | 1 | -5/+5 |
* | Fixed uint* to work on Windows. | Andreas Schneider | 2009-12-01 | 1 | -1/+1 |
* | Standardize callbacks style and add documentation | Aris Adamantiadis | 2009-11-29 | 1 | -2/+2 |
* | Squashed commit of the following: | Aris Adamantiadis | 2009-11-27 | 1 | -28/+288 |
* | Pcap: Fix bug with non-encrypted incoming packets | Aris Adamantiadis | 2009-11-16 | 1 | -0/+11 |
* | Improved pcap dumping support | Aris Adamantiadis | 2009-11-16 | 1 | -1/+16 |
* | more priv.h splitting | Aris Adamantiadis | 2009-09-26 | 1 | -0/+1 |
* | Fixed including of config.h. | Andreas Schneider | 2009-09-25 | 1 | -1/+2 |
* | Moved lots of declaration out of priv.h | Aris Adamantiadis | 2009-09-23 | 1 | -0/+5 |
* | get rid of SSH_SESSION | Aris Adamantiadis | 2009-09-23 | 1 | -13/+13 |
* | Limit the size of acceptable compressed packets | Aris Adamantiadis | 2009-09-16 | 1 | -1/+1 |
* | Fix "void * ptr used in pointer arithmetic" warng | Aris Adamantiadis | 2009-08-29 | 1 | -3/+3 |
* | Change SSH_LOG_RARE to SSH_LOG_PACKET in packet.c | Aris Adamantiadis | 2009-08-29 | 1 | -8/+8 |
* | Add forward listening feature | Vic Lee | 2009-08-16 | 1 | -0/+1 |
* | Fix build with MSVC. | Andreas Schneider | 2009-07-30 | 1 | -2/+1 |
* | Fix SSH1 compilation. | Andreas Schneider | 2009-07-27 | 1 | -10/+10 |
* | Fix SSH1 and stdint in SSH1 code. | Andreas Schneider | 2009-07-27 | 1 | -11/+11 |
* | Switch completly to stdint types. | Andreas Schneider | 2009-07-25 | 1 | -24/+24 |
* | Change all occurences of STRING * to ssh_string | Aris Adamantiadis | 2009-07-24 | 1 | -1/+1 |