]> andersk Git - openssh.git/commit - sshd.c
- Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
authordamien <damien>
Sat, 1 Apr 2000 01:09:21 +0000 (01:09 +0000)
committerdamien <damien>
Sat, 1 Apr 2000 01:09:21 +0000 (01:09 +0000)
commit7368a6c8e3b85e1167613855b328b04c29886fe8
tree41672c21b053590978a7c37bd4309cc14e1230cb
parent4fe2af09da0d7243bb4989e4c5fe51202301961e
 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
   - [auth.c session.c sshd.c auth.h]
     split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
   - [bufaux.c bufaux.h]
     support ssh2 bignums
   - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
     [readconf.c ssh.c ssh.h serverloop.c]
     replace big switch() with function tables (prepare for ssh2)
   - [ssh2.h]
     ssh2 message type codes
   - [sshd.8]
     reorder Xr to avoid cutting
   - [serverloop.c]
     close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
   - [channels.c]
     missing close
     allow bigger packets
   - [cipher.c cipher.h]
     support ssh2 ciphers
   - [compress.c]
     cleanup, less code
   - [dispatch.c dispatch.h]
     function tables for different message types
   - [log-server.c]
     do not log() if debuggin to stderr
     rename a cpp symbol, to avoid param.h collision
   - [mpaux.c]
     KNF
   - [nchan.c]
     sync w/ channels.c
29 files changed:
ChangeLog
Makefile.in
auth.c [new file with mode: 0644]
auth.h [new file with mode: 0644]
bufaux.c
bufaux.h
channels.c
channels.h
cipher.c
cipher.h
clientloop.c
compress.c
dispatch.c [new file with mode: 0644]
dispatch.h [new file with mode: 0644]
log-server.c
mpaux.c
nchan.c
nchan.h
packet.c
pty.h
readconf.c
serverloop.c
session.c [new file with mode: 0644]
session.h [new file with mode: 0644]
ssh.c
ssh.h
ssh2.h [new file with mode: 0644]
sshd.8
sshd.c
This page took 2.470941 seconds and 5 git commands to generate.