diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-15 11:52:09 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-15 11:52:09 +1100 |
commit | 6ff3caddb687a89a5df715337917d0e140985b7f (patch) | |
tree | 2df448777122ec5037bafd66664764e445b51bea /ChangeLog | |
parent | f17883e6a0f9462c8bc163cce44331862581b0cb (diff) |
oops, this commit is really:
- stevesk@cvs.openbsd.org 2006/02/20 17:02:44
[clientloop.c includes.h monitor.c progressmeter.c scp.c]
[serverloop.c session.c sftp.c ssh-agent.c ssh.c sshd.c]
move #include <signal.h> out of includes.h; ok markus@
the previous was:
- stevesk@cvs.openbsd.org 2006/02/20 17:19:54
[auth-rhosts.c auth-rsa.c auth.c auth2-none.c auth2-pubkey.c]
[authfile.c clientloop.c includes.h readconf.c scp.c session.c]
[sftp-client.c sftp-common.c sftp-common.h sftp-glob.c]
[sftp-server.c sftp.c ssh-add.c ssh-keygen.c ssh.c sshconnect.c]
[sshconnect2.c sshd.c sshpty.c]
move #include <sys/stat.h> out of includes.h; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -139,6 +139,13 @@ | |||
139 | [clientloop.c includes.h monitor.c progressmeter.c scp.c] | 139 | [clientloop.c includes.h monitor.c progressmeter.c scp.c] |
140 | [serverloop.c session.c sftp.c ssh-agent.c ssh.c sshd.c] | 140 | [serverloop.c session.c sftp.c ssh-agent.c ssh.c sshd.c] |
141 | move #include <signal.h> out of includes.h; ok markus@ | 141 | move #include <signal.h> out of includes.h; ok markus@ |
142 | - stevesk@cvs.openbsd.org 2006/02/20 17:19:54 | ||
143 | [auth-rhosts.c auth-rsa.c auth.c auth2-none.c auth2-pubkey.c] | ||
144 | [authfile.c clientloop.c includes.h readconf.c scp.c session.c] | ||
145 | [sftp-client.c sftp-common.c sftp-common.h sftp-glob.c] | ||
146 | [sftp-server.c sftp.c ssh-add.c ssh-keygen.c ssh.c sshconnect.c] | ||
147 | [sshconnect2.c sshd.c sshpty.c] | ||
148 | move #include <sys/stat.h> out of includes.h; ok markus@ | ||
142 | 149 | ||
143 | 20060313 | 150 | 20060313 |
144 | - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong) | 151 | - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong) |
@@ -4040,4 +4047,4 @@ | |||
4040 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 4047 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
4041 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 4048 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
4042 | 4049 | ||
4043 | $Id: ChangeLog,v 1.4179 2006/03/15 00:45:54 djm Exp $ | 4050 | $Id: ChangeLog,v 1.4180 2006/03/15 00:52:09 djm Exp $ |