search for: srinath_balaraman

Displaying 3 results from an estimated 3 matches for "srinath_balaraman".

2006 May 15
2
[PATCH 10/12 bugfix: openssh-4.3p2: memory leak
The variable local_user was allocated by xstrdup and is not freed or pointed to in this branch. This patch adds the xfree. This entire set of patches passed the regression tests on my system. Bug found by Coverity. Signed-off-by: Kylene Hall <kjhall at us.ibm.com> --- sshconnect.c | 1 + 1 files changed, 1 insertion(+) diff -uprN openssh-4.3p2/sshconnect.c
2007 Sep 21
4
Diffie Hellman key exchange algorithms
A few questions regarding the OpenSSH support for the Diffie Hellman key exchange algorithms: (1) Are the diffie-hellman-group-exchange-sha256", "diffie-hellman-group-exchange-sha1" , "diffie-hellman-group14-sha1" "diffie-hellman-group1-sha1" (as defined in RFCs 4253 and RFC 4419) the complete list of key exchange algorithms supported by OpenSSH? (2) Is there a
2006 Jul 11
0
Problems with buffer usage in SSH1.
Hello All, I am not sure if this has already been answered, but I couldn't find a solution to this in the archives so I am asking this. I am using OpenSSH 4.2p2. When using SSH1 protocol, the function "packet_read_poll1(void)" in file packet.c, waits till the entire packet of data has been read (line # 967). This may not pose problems with large buffer sizes (more than 30Kb, as it