debian
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
agentfwd.h
Mostly done with the listener changeover
2004-06-03 17:22:48 +00:00
algo.h
snapshot of stuff
2004-07-26 02:44:20 +00:00
atomicio.c
get rid of the substitution... We want a fixed identifier
2004-07-30 11:27:52 +00:00
atomicio.h
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
auth.h
- client pubkey auth works
2004-08-06 16:18:01 +00:00
authpasswd.h
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
authpubkey.h
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
bignum.c
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
bignum.h
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
buffer.c
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
buffer.h
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
CHANGES
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
channel.h
Fixed stupid agentfwd error (using the listening FD, not the accepted on. gah)
2004-06-03 18:08:34 +00:00
chansession.h
added window-size change handling
2004-08-01 09:41:37 +00:00
cli-algo.c
snapshot of stuff
2004-07-26 02:44:20 +00:00
cli-auth.c
Pubkey auth is mostly there for the client. Something strange with
2004-08-03 17:26:56 +00:00
cli-authpasswd.c
set the isserver flag (oops)
2004-07-29 02:19:03 +00:00
cli-authpubkey.c
just checkpointing
2004-08-10 17:09:52 +00:00
cli-chansession.c
Write the correct termcodes length
2004-08-09 08:18:37 +00:00
cli-kex.c
add new entries to known_hosts
2004-08-09 08:06:57 +00:00
cli-main.c
- Added terminal mode handling etc for the client, and window change
2004-08-01 08:54:01 +00:00
cli-runopts.c
Some more sanity-checking of args, and just warn and ignore OpenSSH args
2004-08-12 14:19:05 +00:00
cli-service.c
Pubkey auth is mostly there for the client. Something strange with
2004-08-03 17:26:56 +00:00
cli-session.c
Oops, forgot to call the actual code.
2004-08-12 13:54:31 +00:00
cli-tcpfwd.c
Some more sanity-checking of args, and just warn and ignore OpenSSH args
2004-08-12 14:19:05 +00:00
common-algo.c
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
common-channel.c
just checkpointing
2004-08-10 17:09:52 +00:00
common-chansession.c
Chantype handling is sorted
2004-06-02 04:59:49 +00:00
common-kex.c
Handle differing c2s and s2c algorithms properly
2004-07-29 15:43:26 +00:00
common-runopts.c
- client pubkey auth works
2004-08-06 16:18:01 +00:00
common-session.c
added window-size change handling
2004-08-01 09:41:37 +00:00
compat.c
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
compat.h
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
config.guess
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
config.sub
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
configure.in
Mention that autoheader should also be run
2004-07-27 09:19:12 +00:00
dbmulti.c
Progressing client support
2004-07-27 16:30:46 +00:00
dbutil.c
TCP forwarding works.
2004-08-12 13:48:42 +00:00
dbutil.h
just checkpointing
2004-08-10 17:09:52 +00:00
debug.h
- client pubkey auth works
2004-08-06 16:18:01 +00:00
dropbearconvert.c
Switching to the magical new Makefile, and new dbmulti style
2004-07-27 14:44:43 +00:00
dropbearkey.c
Switching to the magical new Makefile, and new dbmulti style
2004-07-27 14:44:43 +00:00
dss.c
Client mostly works up to password auth
2004-07-28 16:44:16 +00:00
dss.h
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
fake-rfc2553.c
TCP forwarding works.
2004-08-12 13:48:42 +00:00
fake-rfc2553.h
TCP forwarding works.
2004-08-12 13:48:42 +00:00
filelist.txt
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
gendss.c
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
gendss.h
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
genrsa.c
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
genrsa.h
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
includes.h
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
INSTALL
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
install-sh
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
kex.h
Progressing client support
2004-07-27 16:30:46 +00:00
keyimport.c
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
keyimport.h
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
LICENSE
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
listener.c
- A nice cleaner structure for tcp (acceptor) forwarding.
2004-08-11 17:26:47 +00:00
listener.h
- A nice cleaner structure for tcp (acceptor) forwarding.
2004-08-11 17:26:47 +00:00
loginrec.c
get rid of the substitution... We want a fixed identifier
2004-07-30 11:27:52 +00:00
loginrec.h
get rid of the substitution... We want a fixed identifier
2004-07-30 11:27:52 +00:00
Makefile.in
Oops, forgot to call the actual code.
2004-08-12 13:54:31 +00:00
MULTI
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
options.h
Some more sanity-checking of args, and just warn and ignore OpenSSH args
2004-08-12 14:19:05 +00:00
packet.c
Progressing client support
2004-07-27 16:30:46 +00:00
packet.h
merge of abac2150ee4f4031a98016241fbd136d24fed127
2004-06-23 07:14:16 +00:00
process-packet.c
Remove some unused commented-out code
2004-08-01 11:02:44 +00:00
progressmeter.c
get rid of the substitution... We want a fixed identifier
2004-07-30 11:27:52 +00:00
progressmeter.h
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
queue.c
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
queue.h
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
random.c
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
random.h
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
README
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
rsa.c
Client mostly works up to password auth
2004-07-28 16:44:16 +00:00
rsa.h
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
runopts.h
TCP forwarding works.
2004-08-12 13:48:42 +00:00
scp.c
Progressing client support
2004-07-27 16:30:46 +00:00
scpmisc.c
get rid of the substitution... We want a fixed identifier
2004-07-30 11:27:52 +00:00
scpmisc.h
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
service.h
Client mostly works up to password auth
2004-07-28 16:44:16 +00:00
session.h
TCP forwarding works.
2004-08-12 13:48:42 +00:00
signkey.c
- Hostkey checking is mostly there, just aren't appending yet.
2004-08-08 16:17:05 +00:00
signkey.h
- Hostkey checking is mostly there, just aren't appending yet.
2004-08-08 16:17:05 +00:00
SMALL
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
ssh.h
merge of abac2150ee4f4031a98016241fbd136d24fed127
2004-06-23 07:14:16 +00:00
sshpty.c
get rid of the substitution... We want a fixed identifier
2004-07-30 11:27:52 +00:00
sshpty.h
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
svr-agentfwd.c
just checkpointing
2004-08-10 17:09:52 +00:00
svr-algo.c
snapshot of stuff
2004-07-26 02:44:20 +00:00
svr-auth.c
set the isserver flag (oops)
2004-07-29 02:19:03 +00:00
svr-authpasswd.c
burn the buffer a bit earlier
2004-08-08 16:44:11 +00:00
svr-authpubkey.c
- Hostkey checking is mostly there, just aren't appending yet.
2004-08-08 16:17:05 +00:00
svr-chansession.c
just checkpointing
2004-08-10 17:09:52 +00:00
svr-kex.c
snapshot of stuff
2004-07-26 02:44:20 +00:00
svr-main.c
- A nice cleaner structure for tcp (acceptor) forwarding.
2004-08-11 17:26:47 +00:00
svr-runopts.c
- client pubkey auth works
2004-08-06 16:18:01 +00:00
svr-service.c
Progressing client support
2004-07-27 16:30:46 +00:00
svr-session.c
just checkpointing
2004-08-10 17:09:52 +00:00
svr-tcpfwd.c
TCP forwarding works.
2004-08-12 13:48:42 +00:00
svr-x11fwd.c
just checkpointing
2004-08-10 17:09:52 +00:00
tcp-accept.c
Oops, forgot to call the actual code.
2004-08-12 13:54:31 +00:00
tcpfwd.h
TCP forwarding works.
2004-08-12 13:48:42 +00:00
termcodes.c
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
termcodes.h
Makefile.in contains updated files required
2004-06-01 02:46:09 +00:00
TODO
switching to global vars
2004-07-20 12:05:00 +00:00
x11fwd.h
Fixed stupid agentfwd error (using the listening FD, not the accepted on. gah)
2004-06-03 18:08:34 +00:00