summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix build error in SSHv1 channel code.Andreas Schneider2009-04-082-7/+7
* Add error checking to publickey to string functions.Andreas Schneider2009-04-081-82/+173
* Add error checking to publickey_from_privatekey().Andreas Schneider2009-04-081-67/+152
* Add error checking to publickey_from_string().Andreas Schneider2009-04-081-28/+43
* Add error checking to publickey_make_rsa().Andreas Schneider2009-04-081-32/+65
* Fix header functions and add return value checks.Andreas Schneider2009-04-083-4/+11
* Add error checking to publickey_make_dss().Andreas Schneider2009-04-081-39/+73
* Add return values and error checking to SSHv1 channel functions.Andreas Schneider2009-04-081-130/+232
* Add error checking to SSHv1 auth functions.Andreas Schneider2009-04-081-75/+118
* Improve SSHv1 key exchange functions.Andreas Schneider2009-04-081-162/+250
* Fix SSHv1 channel window problems.Andreas Schneider2009-04-081-1/+3
* Fix SSHv1 compile errors.Andreas Schneider2009-04-085-12/+12
* Add error checking for make_rsa1_string().Andreas Schneider2009-04-071-11/+28
* Add return value and error checks to ssh_send_kex().Andreas Schneider2009-04-072-21/+54
* Add more error checks to ssh_get_kex().Andreas Schneider2009-04-073-49/+76
* Add error checking to all gzip functions.Andreas Schneider2009-04-071-88/+162
* Add return value and error checking for hash buffer cookie functions.Andreas Schneider2009-04-073-16/+53
* Add return value and error checks to make_sessionid().Andreas Schneider2009-04-074-78/+146
* Fix typo.Andreas Schneider2009-04-071-1/+1
* Add my copyright.Andreas Schneider2009-04-071-0/+1
* Check for buffer_add_* return values in channel functions.Andreas Schneider2009-04-071-189/+459
* Add return values and error checking to channel_default_bufferize().Andreas Schneider2009-04-072-16/+39
* Improve channel_new().Andreas Schneider2009-04-071-21/+35
* Check return values of buffer functions.Andreas Schneider2009-04-071-23/+29
* Fix a memory leak in realloc_buffer.Andreas Schneider2009-04-071-2/+5
* Check return values of buffer_add_* and packet_send functions.Andreas Schneider2009-04-071-181/+453
* Check return values of buffer_add_* functions in agent code.Andreas Schneider2009-04-051-8/+44
* Fix build warnings on x86_64.Andreas Schneider2009-04-051-2/+4
* Use const where it should be used.Andreas Schneider2009-04-055-13/+15
* Make use of const.Andreas Schneider2009-04-052-4/+7
* Fix build warnings found with printf checking of ssh_set_error().Andreas Schneider2009-04-053-4/+9
* Add printf checking for ssh_set_error().Andreas Schneider2009-04-051-1/+1
* Make return of ssh_get_error() const.Andreas Schneider2009-04-052-2/+2
* Fix build warning.Andreas Schneider2009-04-051-1/+1
* Fix build warnings.Andreas Schneider2009-04-051-2/+3
* Don't shadow a global variable declaration in unistd.h.Andreas Schneider2009-04-052-8/+8
* Fix varable name.Andreas Schneider2009-04-051-8/+8
* Don't shadow a global variable declaration on unistd.h.Andreas Schneider2009-04-052-8/+9
* Fix a build warning.Andreas Schneider2009-04-051-1/+1
* Fix build warnings.Andreas Schneider2009-04-053-9/+11
* Fix build warnings in key exchange functions.Andreas Schneider2009-04-052-13/+44
* Fix build warnings, mostly const chars.Andreas Schneider2009-04-053-21/+26
* Fix compile warning (const).Andreas Schneider2009-04-051-2/+15
* Make service name const.Andreas Schneider2009-04-052-2/+2
* Fix compile warning.Andreas Schneider2009-04-052-2/+2
* Don't shadow global variable sftp.Andreas Schneider2009-04-051-9/+9
* Improve free functions of the keyfiles.Andreas Schneider2009-04-041-17/+18
* Improve channel_free().Andreas Schneider2009-04-041-22/+32
* Improve crypto free functions.Andreas Schneider2009-04-041-33/+31
* Improve key free functions.Andreas Schneider2009-04-041-33/+37