- 01 Jun, 2000 11 commits
-
-
Niels Möller authored
function, rather than invoking the SSH_FORMAT method directly. * src/spki_commands.c (do_spki_encrypt): Likewise. Rev: src/sexp.c:1.29 Rev: src/sexp_commands.c:1.11 Rev: src/spki_commands.c:1.7
-
Niels Möller authored
service_e and auth_e. WE use different exception handlers when invoking the AUTHENTICATE method and when invoking the service. (do_userauth_continuation): Simplified this continuation. It is passed a user, and returns the connection. (do_handle_userauth): When a service is eventually invoked, it is passed a single argument: the connection. Previously, the user object was passed as argument to the service. (do_userauth): Clear the user attribute of the connection, and display a warning message if the connection was already authenticated. (do_userauth): Don't call make_userauth_continuation() here. Rev: src/server_userauth.c:1.27 Rev: src/server_userauth.h:1.12
-
Niels Möller authored
(make_server_session): Deleted user argument. (open_session): Deleted user attribute. (make_open_session): Deleted user argument. (server_connection_service): #if:ed out (spawn_process): Added user argument. (do_alloc_pty): Use CAST macro. Get the user from the connection object. (pty_request_handler): Statically allocated object, replaces the make_pty_handler function. Rev: src/server_session.c:1.42 Rev: src/server_session.h:1.12
-
Niels Möller authored
the authenticated user in the connection object. Rev: src/server_keyexchange.c:1.40
-
Niels Möller authored
5. Unlike 7, 5 is a primitive root. Rev: src/publickey_crypto.c:1.42
-
Niels Möller authored
framework. Deleted lshd_services and calls to make_server_connection_service. Rev: src/lshd.c:1.92
-
Niels Möller authored
Rev: src/lsh.c:1.109
-
Niels Möller authored
Rev: src/channel_commands.c:1.20 Rev: src/keyexchange.c:1.67
-
Niels Möller authored
Rev: src/dh_exchange.c:1.6
-
Niels Möller authored
value from srp_make_client_proof(). Rev: src/client_keyexchange.c:1.46
-
Niels Möller authored
ssh-group1 -> ssh-ring1. Rev: src/atoms.in:1.17
-
- 31 May, 2000 15 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.204 Rev: src/unix_user.c:1.19
-
Niels Möller authored
Rev: configure.in:1.73
-
Niels Möller authored
Changed behaviour of srp-keyexchange and dh-exchange. If only --srp-keyexchange is given, dh keyexchange is disabled. Rev: src/lsh.c:1.108
-
Niels Möller authored
Rev: src/lshd.c:1.91
-
Niels Möller authored
(srp_make_reply_msg): Use GROUP_ADD. (srp_make_client_proof): Use GROUP_SUBTRACT. Rev: src/srp_exchange.c:1.4
-
Niels Möller authored
Rev: src/srp.h:1.3
-
Niels Möller authored
Don't use make_install_new_keys(). * src/client_keyexchange.c: Likewise. Rev: src/client_keyexchange.c:1.45 Rev: src/server_keyexchange.c:1.39
-
Niels Möller authored
and GROUP_SUBTRACT, that are defined only for groups that happens to have some extra structure. Rev: src/publickey_crypto.h:1.36
-
Niels Möller authored
(make_ring_zn): New function. (make_ssh_ring_srp_1): New function. Rev: src/publickey_crypto.c:1.41
-
Niels Möller authored
ssh_connection and keyexchange.c. Rev: src/connection_commands.c:1.28
-
Niels Möller authored
attribute with flags. Rev: src/connection_commands.h:1.9
-
Niels Möller authored
(initiate_keyexchange): Deleted mode argument, use connection->flags instead. (do_handle_kexinit): Use connection->flags. (make_kexinit_handler): Deleted type argument. (install_keys, install_new_keys): Deleted classes. (install_keys): Made the INSTALL_KEYS method an ordinary function. (keyexchange_finish): Use install_keys(). Rev: src/keyexchange.c:1.66 Rev: src/keyexchange.h:1.45
-
Niels Möller authored
Rev: src/dh_exchange.c:1.5
-
Niels Möller authored
Initialize flags and user. Rev: src/connection.c:1.54
-
Niels Möller authored
switched the values of CONNECTION_CLIENT and CONNECTION_SERVER. Added user attribute. Rev: src/connection.h:1.50
-
- 30 May, 2000 2 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.203
-
Niels Möller authored
numbers. Thanks to bellman. Rev: src/invert-defs:1.5
-
- 29 May, 2000 4 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.202 Rev: src/abstract_crypto.c:1.14 Rev: src/abstract_crypto.h:1.28 Rev: src/testsuite/.cvsignore:1.5 Rev: src/testsuite/md5-test.m4:1.1 Rev: src/testsuite/sha1-test.m4:1.1 Rev: src/testsuite/twofish-test.m4:1.2
-
Niels Möller authored
literals. (TS_TEST_STRING_EQ): Construct values only once. (TS_TEST_HMAC): New macro. Rev: src/testsuite/macros.m4:1.5
-
Niels Möller authored
Rev: src/testsuite/Makefile.am:1.14
-
Niels Möller authored
Rev: src/digit_table.c:1.9
-
- 28 May, 2000 8 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.201 Rev: NEWS:1.48 Rev: doc/srp-spec.txt:1.5(DEAD)
-
Niels Möller authored
output. Rev: src/werror.c:1.45
-
Niels Möller authored
Rev: src/unix_user.c:1.18
-
Niels Möller authored
Rev: src/publickey_crypto.h:1.35
-
Niels Möller authored
--no-srp-keyexchange, --dh-keyexchange, --no-dh-keyexchange. * src/lsh.c: Likewise. Rev: src/lsh.c:1.107
-
Niels Möller authored
Rev: src/dh_exchange.c:1.4
-
Niels Möller authored
attribute. (do_handle_srp_reply): Bug fixes. Rev: src/client_keyexchange.c:1.44
-
Niels Möller authored
Rev: doc/srp-spec.nroff:1.1
-