diff options
author | Damien Miller <djm@mindrot.org> | 2006-07-24 14:13:33 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-07-24 14:13:33 +1000 |
commit | e3476ed03bf9beca3ad0e5447dc9422a546d19ec (patch) | |
tree | 55a94418a7968a68dec191b03225680e7ce21c58 /ChangeLog | |
parent | 5598b4f125f07ec0865ec56cddeb80c44e3d2d6a (diff) |
- stevesk@cvs.openbsd.org 2006/07/22 20:48:23
[atomicio.c auth-options.c auth-passwd.c auth-rhosts.c auth-rsa.c]
[auth.c auth1.c auth2-chall.c auth2-hostbased.c auth2-passwd.c auth2.c]
[authfd.c authfile.c bufaux.c bufbn.c buffer.c canohost.c channels.c]
[cipher-3des1.c cipher-bf1.c cipher-ctr.c cipher.c clientloop.c]
[compat.c deattack.c dh.c dns.c gss-genr.c gss-serv.c hostfile.c]
[includes.h kex.c kexdhc.c kexdhs.c kexgexc.c kexgexs.c key.c log.c]
[mac.c match.c md-sha256.c misc.c moduli.c monitor.c monitor_fdpass.c]
[monitor_mm.c monitor_wrap.c msg.c nchan.c packet.c rsa.c]
[progressmeter.c readconf.c readpass.c scp.c servconf.c serverloop.c]
[session.c sftp-client.c sftp-common.c sftp-glob.c sftp-server.c sftp.c]
[ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c ssh-keyscan.c]
[ssh-keysign.c ssh-rsa.c ssh.c sshconnect.c sshconnect1.c sshconnect2.c]
[sshd.c sshlogin.c sshpty.c ttymodes.c uidswap.c xmalloc.c]
move #include <string.h> out of includes.h
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -80,6 +80,21 @@ | |||
80 | [includes.h moduli.c progressmeter.c scp.c sftp-common.c] | 80 | [includes.h moduli.c progressmeter.c scp.c sftp-common.c] |
81 | [sftp-server.c ssh-agent.c sshlogin.c] | 81 | [sftp-server.c ssh-agent.c sshlogin.c] |
82 | move #include <time.h> out of includes.h | 82 | move #include <time.h> out of includes.h |
83 | - stevesk@cvs.openbsd.org 2006/07/22 20:48:23 | ||
84 | [atomicio.c auth-options.c auth-passwd.c auth-rhosts.c auth-rsa.c] | ||
85 | [auth.c auth1.c auth2-chall.c auth2-hostbased.c auth2-passwd.c auth2.c] | ||
86 | [authfd.c authfile.c bufaux.c bufbn.c buffer.c canohost.c channels.c] | ||
87 | [cipher-3des1.c cipher-bf1.c cipher-ctr.c cipher.c clientloop.c] | ||
88 | [compat.c deattack.c dh.c dns.c gss-genr.c gss-serv.c hostfile.c] | ||
89 | [includes.h kex.c kexdhc.c kexdhs.c kexgexc.c kexgexs.c key.c log.c] | ||
90 | [mac.c match.c md-sha256.c misc.c moduli.c monitor.c monitor_fdpass.c] | ||
91 | [monitor_mm.c monitor_wrap.c msg.c nchan.c packet.c rsa.c] | ||
92 | [progressmeter.c readconf.c readpass.c scp.c servconf.c serverloop.c] | ||
93 | [session.c sftp-client.c sftp-common.c sftp-glob.c sftp-server.c sftp.c] | ||
94 | [ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c ssh-keyscan.c] | ||
95 | [ssh-keysign.c ssh-rsa.c ssh.c sshconnect.c sshconnect1.c sshconnect2.c] | ||
96 | [sshd.c sshlogin.c sshpty.c ttymodes.c uidswap.c xmalloc.c] | ||
97 | move #include <string.h> out of includes.h | ||
83 | 98 | ||
84 | 20060713 | 99 | 20060713 |
85 | - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h | 100 | - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h |
@@ -4998,4 +5013,4 @@ | |||
4998 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 5013 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
4999 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 5014 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
5000 | 5015 | ||
5001 | $Id: ChangeLog,v 1.4427 2006/07/24 04:09:40 djm Exp $ | 5016 | $Id: ChangeLog,v 1.4428 2006/07/24 04:13:33 djm Exp $ |