source: libssh2

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e07b11   8 hours bagder 1.4.3: towards the future
(edit) @e88530   8 hours bagder RELEASE-NOTES: synced with 92a9f952794
(edit) @92a9f9   4 days alamaison win32/libssh2_config.h: Remove hardcoded #define LIBSSH2_HAVE_ZLIB. …
(edit) @e91d4c   4 days bagder RELEASE-NOTES: synced with 69a3354467c
(edit) @69a335   4 days bagder _libssh2_packet_add: SSH_MSG_CHANNEL_REQUEST default to want_reply …
(edit) @3ede6e   4 days bagder gettimeofday: no need for a replacement under cygwin Fixes #224
(edit) @b58331   6 days alamaison Prevent sftp_packet_read accessing freed memory. sftp_packet_add takes …
(edit) @27ac5a   6 days bagder sftp_packet_flush: flush zombies too As this function is called when the …
(edit) @a12305   6 days bagder sftp_packetlist_flush: zombies must not have responses already When …
(edit) @629012   8 days bagder sftp_read: on EOF remove packet before flush Since the …
(edit) @7c5ee0   8 days bagder sftp_packet_require: sftp_packet_read() returning 0 is not an error …
(edit) @1e1507   8 days bagder sftp_packetlist_flush: only make it zombie if it was sent The list of …
(edit) @ad63fc   9 days alamaison Mark outstanding read requests after EOF as zombies. In order to be fast, …
(edit) @d46185   4 weeks rkitover Update win32/GNUmakefile to use OpenSSL 1.0.1a libcrypto on win32 now …
(edit) @9c4b38   4 weeks lists Changed 'Requires' to 'Requires.private'. Only static builds need to link …
(edit) @e887a8b   4 weeks lists Fixed 'Requires:' names. The 'Requires:' line lists the names of the .pc …
(edit) @046924   4 weeks lists Added 'Requires:' line to libssh2.pc. This is necessary so that other …
(edit) @a955f8   4 weeks lists Updated dependency lib versions.
(edit) @ededdf   4 weeks peter.stuge.se configure.ac: Add option to disable build of the example applications …
(edit) @11f9dc   4 weeks peter.stuge.se userauth.c: fread() from public key file to correctly detect any errors …
(edit) @6bbebc   5 weeks peter.stuge.se Return LIBSSH2_ERROR_SOCKET_DISCONNECT on EOF when reading banner
(edit) @7a87bb   5 weeks lists Fixed copyright year.
(edit) @c8374c   5 weeks lists Updated dependency lib versions in static makefiles.
(edit) @9b2bed   6 weeks bagder version: bump to 1.4.2 We're on the 1.4.2 track now (at least)
(edit) @c8cc30   6 weeks bagder RELEASE-NOTES: updated for 1.4.1 release
(edit) @acd9bd   6 weeks bagder always do "forced" window updates When calling …
(edit) @2ea40e   2 months bagder channel_read: force window adjusts! if there's not enough room to receive …
(edit) @f4f229   2 months paul aes: the init function fails when OpenSSL has AES support The internal …
(edit) @cc4f9d   2 months mbooth transport_send: Finish in-progress key exchange before sending data …
(edit) @fed075   2 months bagder channel_write: acknowledge transport errors When draining data off the …
(edit) @a46ef8   2 months sdake In examples/x11.c, Make sure sizeof passed to read operation is correct …
(edit) @626f91   2 months sdake Fix suspicious sizeof usage in examples/x11.c In the x11 example, …
(edit) @bf097e   2 months bagder sftp_packet_read: follow-up fix for EAGAIN/window adjust The commit in …
(edit) @a1c996   2 months bagder sftp_packet_add: use named error code instead of number
(edit) @8fc16b   2 months bagder sftp_packet_add: verify the packet before accepting it In order to bail …
(edit) @9a42fa   2 months bagder SFTP: preserve the original error code more Lots of places in the code …
(edit) @7194a9   2 months bagder sftp_packet_read: adjust window size as necessary Commit 03ca9020756 …
(edit) @7e5394   2 months sdake Tell C compiler we don't care about return code of libssh2_init The call …
(edit) @5672e8   2 months sdake Add comment indicating a resource leak is not really a resource leak …
(edit) @444990   2 months sdake Use safer snprintf rather then sprintf in scp_send() Signed-off-by: …
(edit) @8e0cdd   2 months sdake Use safer snprintf rather then sprintf in scp_recv() While the buffer is …
(edit) @796a51   2 months sdake use snprintf in knownhost_writeline() rather then sprintf Although the …
(edit) @15aadb   3 months sdake Add tracing to print packets left on session at libssh2_session_free …
(edit) @f28264   3 months peter.stuge.se Define and use LIBSSH2_INVALID_SOCKET instead of INVALID_SOCKET …
(edit) @179d21   3 months peter.stuge.se nw/Makefile.netware: Fix project name typo to avoid needless confusion
(edit) @aa8f2c   3 months peter.stuge.se example/x11: Set raw terminal mode manually instead of with cfmakeraw() …
(edit) @e07342   3 months bagder sftp_write: cannot return acked data *and* EAGAIN Whenever we have acked …
(edit) @4774d5   3 months peter.stuge.se example/x11: Build only when sys/un.h is found by configure The example …
(edit) @140384   3 months alamaison Simplified sftp_read. Removed the total_read variable that originally …
(edit) @0d824e   3 months alamaison Cleaned up sftp_read and added more explanation. Replaced the gotos which …
(edit) @9836b0   3 months bagder sftp_read: avoid data *and* EAGAIN Whenever we have data and is about to …
(edit) @e39498   4 months peter.stuge.se Add a tcpip-forward example which demonstrates remote port forwarding
(edit) @e95c7d   4 months peter.stuge.se libssh2.h: Add missing prototype for libssh2_session_banner_set()
(edit) @effbb7   4 months peter.stuge.se example/subsystem_netconf.c: Return error when read buffer is too small …
(edit) @0ebe6f   4 months peter.stuge.se example/subsystem_netconf.c: Add a missing newline in an error message
(edit) @b3ade9   4 months peter.stuge.se Fix undefined reference to _libssh_error in libgcrypt backend Commit …
(edit) @388920   4 months bagder RELEASE-NOTES: synced with 6bd584d29 for 1.4.0
(edit) @6bd584   4 months bagder s/1.3.1/1.4.0 We're bumping the minor number
(edit) @e68c89   4 months dzejk libssh2_session_supported_algs: fix compiler warning
(edit) @511a97   4 months dzejk session_supported_algs docs: added an example
(edit) @3401b3   4 months gellule.xg sftp-seek: clear EOF flag Set the EOF flag to False when calling seek64 …
(edit) @209de22   5 months pkrempa userauth: Provide more informations if ssh pub key extraction fails If …
(edit) @b8dd69   5 months bagder TODO: remove issues we (sort of) did already
(edit) @09139e   5 months bagder ssh2_exec: skip error outputs for EAGAIN Since the example uses …
(edit) @d903b8   6 months lists Some NetWare? makefile tweaks.
(edit) @4f6182   6 months bagder LIBSSH2_SFTP_PACKET_MAXLEN: increase to 80000 Some SFTP servers send SFTP …
(edit) @fed94f   6 months pkrempa knownhost_check(): Don't dereference ext if NULL is passed Documentation …
(edit) @378311   6 months pkrempa knownhost_add: Avoid dereferencing uninitialized memory on error path. In …
(edit) @139278   7 months bagder windows build: add define to avoid compiler warning A recent mingw …
(edit) @a0e13c   7 months vtorri Correct Windows include file name case, simplifying cross-compilation …
(edit) @f4e5ca   7 months dzejk libssh2_session_supported_algs: added
(edit) @c0974e   7 months kdudka example/sftp_RW_nonblock: do not ignore LIBSSH2_ERROR_EAGAIN Bug: …
(edit) @c29237   8 months peter.stuge.se example/ssh2_agent: Print host key fingerprint before authentication Also …
(edit) @ee0778   8 months bagder OpenSSL EVP: fix threaded use of structs Make sure we don't clear or …
(edit) @24afd0   8 months bagder openssl: don't init static structs differently make_ctr_evp() is changed …
(edit) @abd007   8 months lists Removed obsolete include path.
(edit) @4b7772   8 months bagder read_state: clear the state variable better Set read_state back to idle …
(edit) @33865b   8 months bagder sftp_read: remove leftover fprintf Reported by: Alexander Lamaison
(edit) @16dd67   8 months bagder sftp.h: fix the #ifdef to prevent multiple inclusions
(edit) @30e288   8 months bagder sftp_read: use a state variable to avoid bad writes When a channel_write …
(edit) @03ca90   8 months bagder window_size: explicit adjustments only Removed the automatic window_size …
(edit) @7d5899   8 months bagder libssh2.h: bump the default window size to 256K
(edit) @6d9d44   8 months bagder libssh2_userauth_keyboard_interactive.3: fix man warning It seemed to …
(edit) @d343e3   8 months dottedmag.net Add missing .gitignore entries
(edit) @8d3709   8 months dottedmag.net Add manpage syntax checker to 'check' target In virtually every libssh2 …
(edit) @d2dc60   8 months bagder libssh2_banner_set.3: fix nroff syntax mistake
(edit) @0f9e81   8 months lists Use predefined resource compiler macro.
(edit) @46792a   8 months lists Added casts to silent compiler warnings.
(edit) @b5cd8f   8 months lists Fixed uint64_t printf.
(edit) @8faefc   8 months lists Fixed macro function signatures.
(edit) @f9afe8   8 months lists NetWare? makefile tweaks.
(edit) @26a9ac   8 months lists Removed unused var.
(edit) @bff91f   8 months lists Added 2 samples not mentioned.
(edit) @e0e8d3   8 months lists Dont build x11 sample with MinGW.
(edit) @52d24b   8 months lists Fixed executable file description.
(edit) @e399a8   8 months lists Removed unused var.
(edit) @3fb3ba   8 months lists Kill stupid gcc 3.x uninitialized warning.
(edit) @1f2c1f   8 months lists Build all examples.
(edit) @c75ae5   8 months lists More MinGW makefile tweaks. Renamed *.mingw makefiles to GNUmakefile …
(edit) @2e12cf   8 months lists Removed forgotten WINSOCK_VERSION defines.
Note: See TracRevisionLog for help on using the revision log.