gsti/src (9 files)
cvs user twoaday
cvs at cvs.gnupg.org
Mon Jun 21 11:50:07 CEST 2004
Date: Monday, June 21, 2004 @ 11:50:07
Author: twoaday
Path: /cvs/wk/gsti/src
Added: auth.h
Modified: ChangeLog api.h auth.c fsm.c kex.c packet.c packet.h ssh.h
2004-06-21 Timo Schulz <twoaday at g10code.de>
* ssh.h: Add SSH Group Exchange constants.
* kex.c (build_kex_list): Use new SSH constants.
(build_pkalgo_list): Add SSH_RSA.
* auth.h: New file.
* api.h: Move _auth prototypes to ...
* auth.h: ... this file.
Global table to store valid auth methods.
(check_auth_id): Iterate over the auth table.
* fsm.c (fsm_server_loop): Send SSH auth failure packet.
* packet.c (_gsti_packet_write): Make sure the seq-no does
not cause an overflow.
-----------+
ChangeLog | 14 ++++++++++++++
api.h | 25 ++-----------------------
auth.c | 27 +++++++++++++++++++++++----
auth.h | 45 +++++++++++++++++++++++++++++++++++++++++++++
fsm.c | 2 ++
kex.c | 47 ++++++++++++++++++-----------------------------
packet.c | 4 ++++
packet.h | 1 +
ssh.h | 3 +++
9 files changed, 112 insertions(+), 56 deletions(-)
More information about the Gnupg-commits
mailing list