diff options
author | Damien Miller <djm@mindrot.org> | 2005-06-17 12:59:34 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-06-17 12:59:34 +1000 |
commit | eccb9de72aa29da5a3fad87a4287b32438689c1f (patch) | |
tree | 9b8ef20a7e454b984e0ad67b54b2bdc5577aa2fa /ChangeLog | |
parent | 677257fe07dd2b9a58817e1d42fc2c25bb618a4d (diff) |
- djm@cvs.openbsd.org 2005/06/17 02:44:33
[auth-rsa.c auth.c auth1.c auth2-chall.c auth2-gss.c authfd.c authfile.c]
[bufaux.c canohost.c channels.c cipher.c clientloop.c dns.c gss-serv.c]
[kex.c kex.h key.c mac.c match.c misc.c packet.c packet.h scp.c]
[servconf.c session.c session.h sftp-client.c sftp-server.c sftp.c]
[ssh-keyscan.c ssh-rsa.c sshconnect.c sshconnect1.c sshconnect2.c sshd.c]
make this -Wsign-compare clean; ok avsm@ markus@
NB. auth1.c changes not committed yet (conflicts with uncommitted sync)
NB2. more work may be needed to make portable Wsign-compare clean
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -8,6 +8,15 @@ | |||
8 | [canohost.c channels.c sshd.c] | 8 | [canohost.c channels.c sshd.c] |
9 | don't exit if getpeername fails for forwarded ports; bugzilla #1054; | 9 | don't exit if getpeername fails for forwarded ports; bugzilla #1054; |
10 | ok djm | 10 | ok djm |
11 | - djm@cvs.openbsd.org 2005/06/17 02:44:33 | ||
12 | [auth-rsa.c auth.c auth1.c auth2-chall.c auth2-gss.c authfd.c authfile.c] | ||
13 | [bufaux.c canohost.c channels.c cipher.c clientloop.c dns.c gss-serv.c] | ||
14 | [kex.c kex.h key.c mac.c match.c misc.c packet.c packet.h scp.c] | ||
15 | [servconf.c session.c session.h sftp-client.c sftp-server.c sftp.c] | ||
16 | [ssh-keyscan.c ssh-rsa.c sshconnect.c sshconnect1.c sshconnect2.c sshd.c] | ||
17 | make this -Wsign-compare clean; ok avsm@ markus@ | ||
18 | NB. auth1.c changes not committed yet (conflicts with uncommitted sync) | ||
19 | NB2. more work may be needed to make portable Wsign-compare clean | ||
11 | 20 | ||
12 | 20050616 | 21 | 20050616 |
13 | - (djm) OpenBSD CVS Sync | 22 | - (djm) OpenBSD CVS Sync |
@@ -2725,4 +2734,4 @@ | |||
2725 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2734 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2726 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2735 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2727 | 2736 | ||
2728 | $Id: ChangeLog,v 1.3822 2005/06/17 02:55:03 djm Exp $ | 2737 | $Id: ChangeLog,v 1.3823 2005/06/17 02:59:34 djm Exp $ |