diff options
author | Damien Miller <djm@mindrot.org> | 2006-08-05 11:34:19 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-08-05 11:34:19 +1000 |
commit | e7a1e5cf630d635b253f0c0bada8c8886436297f (patch) | |
tree | bc82ccd5819445dbbfa7049e5f0ffa9882433062 /ChangeLog | |
parent | 8dbffe7904c4e28b7a741064a468f1cd98c0ad81 (diff) |
- stevesk@cvs.openbsd.org 2006/07/26 13:57:17
[authfd.c authfile.c dh.c canohost.c channels.c clientloop.c compat.c]
[hostfile.c kex.c log.c misc.c moduli.c monitor.c packet.c readpass.c]
[scp.c servconf.c session.c sftp-server.c sftp.c ssh-add.c ssh-agent.c]
[ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh.c sshconnect.c]
[sshconnect1.c sshd.c xmalloc.c]
move #include <stdlib.h> out of includes.h
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -18,6 +18,13 @@ | |||
18 | [sftp-server.c sftp.c ssh-add.c ssh-agent.c ssh-keygen.c sshlogin.c] | 18 | [sftp-server.c sftp.c ssh-add.c ssh-agent.c ssh-keygen.c sshlogin.c] |
19 | [uidswap.c xmalloc.c] | 19 | [uidswap.c xmalloc.c] |
20 | move #include <sys/param.h> out of includes.h | 20 | move #include <sys/param.h> out of includes.h |
21 | - stevesk@cvs.openbsd.org 2006/07/26 13:57:17 | ||
22 | [authfd.c authfile.c dh.c canohost.c channels.c clientloop.c compat.c] | ||
23 | [hostfile.c kex.c log.c misc.c moduli.c monitor.c packet.c readpass.c] | ||
24 | [scp.c servconf.c session.c sftp-server.c sftp.c ssh-add.c ssh-agent.c] | ||
25 | [ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh.c sshconnect.c] | ||
26 | [sshconnect1.c sshd.c xmalloc.c] | ||
27 | move #include <stdlib.h> out of includes.h | ||
21 | 28 | ||
22 | 20060804 | 29 | 20060804 |
23 | - (dtucker) [configure.ac] The "crippled AES" test does not work on recent | 30 | - (dtucker) [configure.ac] The "crippled AES" test does not work on recent |
@@ -5088,4 +5095,4 @@ | |||
5088 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 5095 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
5089 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 5096 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
5090 | 5097 | ||
5091 | $Id: ChangeLog,v 1.4445 2006/08/05 01:02:17 djm Exp $ | 5098 | $Id: ChangeLog,v 1.4446 2006/08/05 01:34:19 djm Exp $ |