diff options
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -132,7 +132,22 @@ | |||
132 | [sftp.c] | 132 | [sftp.c] |
133 | "abormally" is a perfectly cromulent word, but "abnormally" is better | 133 | "abormally" is a perfectly cromulent word, but "abnormally" is better |
134 | - djm@cvs.openbsd.org 2006/03/25 13:17:03 | 134 | - djm@cvs.openbsd.org 2006/03/25 13:17:03 |
135 | [atomicio.c auth-bsdauth.c auth-chall.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth-skey.c auth.c auth1.c auth2-chall.c auth2-hostbased.c auth2-kbdint.c auth2-none.c auth2-passwd.c auth2-pubkey.c auth2.c authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c cipher-3des1.c cipher-bf1.c cipher-ctr.c cipher.c cleanup.c clientloop.c compat.c compress.c deattack.c dh.c dispatch.c fatal.c groupaccess.c hostfile.c kex.c kexdh.c kexdhc.c kexdhs.c kexgex.c kexgexc.c kexgexs.c key.c log.c mac.c match.c md-sha256.c misc.c monitor.c monitor_fdpass.c monitor_mm.c monitor_wrap.c msg.c nchan.c packet.c progressmeter.c readconf.c readpass.c rsa.c scard.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 sshtty.c ttymodes.c uidswap.c uuencode.c xmalloc.c] | 135 | [atomicio.c auth-bsdauth.c auth-chall.c auth-options.c auth-passwd.c] |
136 | [auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth-skey.c auth.c auth1.c] | ||
137 | [auth2-chall.c auth2-hostbased.c auth2-kbdint.c auth2-none.c] | ||
138 | [auth2-passwd.c auth2-pubkey.c auth2.c authfd.c authfile.c bufaux.c] | ||
139 | [buffer.c canohost.c channels.c cipher-3des1.c cipher-bf1.c] | ||
140 | [cipher-ctr.c cipher.c cleanup.c clientloop.c compat.c compress.c] | ||
141 | [deattack.c dh.c dispatch.c fatal.c groupaccess.c hostfile.c kex.c] | ||
142 | [kexdh.c kexdhc.c kexdhs.c kexgex.c kexgexc.c kexgexs.c key.c log.c] | ||
143 | [mac.c match.c md-sha256.c misc.c monitor.c monitor_fdpass.c] | ||
144 | [monitor_mm.c monitor_wrap.c msg.c nchan.c packet.c progressmeter.c] | ||
145 | [readconf.c readpass.c rsa.c scard.c scp.c servconf.c serverloop.c] | ||
146 | [session.c sftp-client.c sftp-common.c sftp-glob.c sftp-server.c] | ||
147 | [sftp.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c ssh-keyscan.c] | ||
148 | [ssh-keysign.c ssh-rsa.c ssh.c sshconnect.c sshconnect1.c] | ||
149 | [sshconnect2.c sshd.c sshlogin.c sshpty.c sshtty.c ttymodes.c] | ||
150 | [uidswap.c uuencode.c xmalloc.c] | ||
136 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | 151 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that |
137 | Theo nuked - our scripts to sync -portable need them in the files | 152 | Theo nuked - our scripts to sync -portable need them in the files |
138 | 153 | ||
@@ -4392,4 +4407,4 @@ | |||
4392 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 4407 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
4393 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 4408 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
4394 | 4409 | ||
4395 | $Id: ChangeLog,v 1.4276 2006/03/26 03:24:48 djm Exp $ | 4410 | $Id: ChangeLog,v 1.4277 2006/03/26 03:25:05 djm Exp $ |