1
1
libssh2/include
James Housley 1961e07287 The public *_ex() API functions, most of them, used "int" for length values.
The convience functions pass in the return from strlen() which is "size_t",
usually an "unsigned long".  This created the possiblility of passing in
a value that could look negative.

All "int" lengths were converted to "unsigned int".  Ideally they should
all become "size_t", but that is a bigger change.  This is a good start.
2006-11-04 19:30:31 +00:00
..
libssh2_config.h.in Add publickey subsystem support 2005-07-21 20:28:07 +00:00
libssh2_priv.h Don't wait for KEX_INIT prior to sending our own packet. 2006-06-22 18:45:29 +00:00
libssh2_publickey.h Bump copyright year 2006-03-02 01:10:52 +00:00
libssh2_sftp.h The public *_ex() API functions, most of them, used "int" for length values. 2006-11-04 19:30:31 +00:00
libssh2.h The public *_ex() API functions, most of them, used "int" for length values. 2006-11-04 19:30:31 +00:00