Re: sshd doesn't log hostname into utmp correctly

2002-09-01 Thread Hajimu UMEMOTO
Hi, >>> Thu, 01 Aug 2002 16:39:45 +0900 の刻に「ume」、すなわち >>> Hajimu UMEMOTO <[EMAIL PROTECTED]> 氏曰く ume> Current sshd doesn't handle actual size of struct sockaddr correctly, ume> and does copy it as long as just size of struct sockaddr. So, sshd ume> deesn't log host

Re: sshd doesn't log hostname into utmp correctly

2002-08-01 Thread Hajimu UMEMOTO
Hi, > On 01 Aug 2002 17:18:23 +0200 > Dag-Erling Smorgrav <[EMAIL PROTECTED]> said: des> Hajimu UMEMOTO <[EMAIL PROTECTED]> writes: > des> Could you please submit it to <[EMAIL PROTECTED]>? > Yes, I'll sent it. > Can I commit it to FreeBSD repo.? des> No, please wait and see what the Op

Re: sshd doesn't log hostname into utmp correctly

2002-08-01 Thread Dag-Erling Smorgrav
Hajimu UMEMOTO <[EMAIL PROTECTED]> writes: > des> Could you please submit it to <[EMAIL PROTECTED]>? > Yes, I'll sent it. > Can I commit it to FreeBSD repo.? No, please wait and see what the OpenSSH developers say. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EM

Re: sshd doesn't log hostname into utmp correctly

2002-08-01 Thread Hajimu UMEMOTO
Hi, > On 01 Aug 2002 11:05:46 +0200 > Dag-Erling Smorgrav <[EMAIL PROTECTED]> said: des> Hajimu UMEMOTO <[EMAIL PROTECTED]> writes: > Current sshd doesn't handle actual size of struct sockaddr correctly, > and does copy it as long as just size of struct sockaddr. So, sshd > deesn't log

Re: sshd doesn't log hostname into utmp correctly

2002-08-01 Thread Dag-Erling Smorgrav
Hajimu UMEMOTO <[EMAIL PROTECTED]> writes: > Current sshd doesn't handle actual size of struct sockaddr correctly, > and does copy it as long as just size of struct sockaddr. So, sshd > deesn't log hostname into utmp correctly. > Here is a proposed patch to fix this problem. Please review it. C

sshd doesn't log hostname into utmp correctly

2002-08-01 Thread Hajimu UMEMOTO
Hi, Current sshd doesn't handle actual size of struct sockaddr correctly, and does copy it as long as just size of struct sockaddr. So, sshd deesn't log hostname into utmp correctly. Here is a proposed patch to fix this problem. Please review it. Sincerely, Index: crypto/openssh/monitor.c d