gsti/src (7 files)

cvs user twoaday cvs at cvs.gnupg.org
Sat Jul 10 20:57:55 CEST 2004


    Date: Saturday, July 10, 2004 @ 20:57:55
  Author: twoaday
    Path: /cvs/wk/gsti/src

Modified: ChangeLog api.h auth.c auth.h fsm.c gsti.h main.c

2004-07-10  Timo Schulz  <twoaday at g10code.de>

        * gsti.h (gsti_auth_cb_t): New.
        * api.h (gsti_context): Added auth callback.
        * main.c (gsti_set_auth_callback): New.
        * fsm.c (fsm_server_loop): Add auth callback to allow external
        checking of the authentication values.
        (fsm_client_loop): Add SSH_MSG_USERAUTH_FAILURE.
        (handle_auth_cb): New.
        * auth.c (gsti_auth_free): Free key blob.
        (_gsti_auth_proc_init_packet): Store keyblob.


-----------+
 ChangeLog |   12 ++++++++++++
 api.h     |    4 +++-
 auth.c    |    6 +++++-
 auth.h    |    1 +
 fsm.c     |   34 +++++++++++++++++++++++++++++++++-
 gsti.h    |   11 +++++++++++
 main.c    |   13 +++++++++++++
 7 files changed, 78 insertions(+), 3 deletions(-)



More information about the Gnupg-commits mailing list