- 31 Oct, 2000 13 commits
-
-
Niels Möller authored
Rev: src/packet_ignore.c:1.10 Rev: src/packet_ignore.h:1.5
-
Niels Möller authored
EXC_RANDOMNESS_LOW_ENTROPY. (make_lshd_options): Use make_arcfour_random and make_unix_random. (main): Call RANDOM_POLL_BACKGROUND. Rev: src/lshd.c:1.100
-
Niels Möller authored
Rev: src/lsh_proxy.c:1.15
-
Niels Möller authored
Rev: src/gc.c:1.14
-
Niels Möller authored
Rev: src/gateway_commands.c:1.2
-
Niels Möller authored
New exception types. Rev: src/exception.h:1.23
-
Niels Möller authored
DEFINE_PACKET_HANDLER. Rev: src/debug.c:1.34 Rev: src/debug.h:1.15
-
Niels Möller authored
Rev: src/connection_commands.h:1.15
-
Niels Möller authored
(ssh_connection): Deleted the "share handler" attributes ignore, unimplemented, fail. Declare corresponding static handlers . Rev: src/connection.h:1.56
-
Niels Möller authored
encryption state here, that is already done by make_ssh_connection. (do_fail): Replace with a definition that uses DEFINE_PACKET_HANDLER. (do_unimplemented): Likewise. (connection_ignore_handler): Moved handler from packet_ignore.c, and made it static. (connection_forward_handler): New handler. (make_ssh_connection): Updated initialization to use static handlers. Rev: src/connection.c:1.58
-
Niels Möller authored
connection->fail and friends. * src/client_userauth.c: Likewise * src/client_keyexchange.c: Likewise. Rev: src/client.c:1.98 Rev: src/client_keyexchange.c:1.53 Rev: src/client_userauth.c:1.41
-
Niels Möller authored
do_finish_channel_handler. (do_exc_channel_request_handler): Renamed do_channel_request_handler. (do_global_request_success): Replace with a definition that uses DEFINE_PACKET_HANDLER. (do_global_request_failure): Likewise. (do_channel_request): Likewise. (do_channel_open): Likewise. (do_window_adjust): Likewise. (do_channel_data): Likewise. (do_channel_extended_data): Likewise. (do_channel_eof): Likewise. (do_channel_close): Likewise. (do_channel_open_confirm): Likewise. (do_channel_open_failure): Likewise. (do_channel_success): Likewise. (do_channel_failure): Likewise. (init_connection_service): New function. Most of the code in connection_service_command moved here. Rev: src/channel.c:1.85 Rev: src/channel.h:1.60
-
Niels Möller authored
gateway_commands.c and unix_random.c. Removed packet_ignore.c. Rev: src/Makefile.am.in:1.91
-
- 22 Oct, 2000 9 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.262 Rev: src/arcfour.c:1.6 Rev: src/reaper.h:1.7 Rev: src/testsuite/.cvsignore:1.10
-
Niels Möller authored
Rev: src/exception.h:1.22
-
Niels Möller authored
Rev: src/io.c:1.115 Rev: src/io.h:1.65
-
Niels Möller authored
of registered callbacks. Rev: src/reaper.c:1.14
-
Niels Möller authored
(do_arcfour_random): New function. (do_arcfour_random_slow): New function. (make_arcfour_random): New function. Rev: src/randomness.c:1.19
-
Niels Möller authored
Rev: src/randomness.h:1.10
-
Niels Möller authored
Rev: src/testsuite/arcfour-test.m4:1.1 Rev: src/unix_random.c:1.1
-
Niels Möller authored
(arcfour_set_key): Likewise. (arcfour_stream): New function. (arcfour_update_key): New function. (arcfour_init): New function. Rev: src/symmetric/arcfour.c:1.5 Rev: src/symmetric/include/arcfour.h:1.2
-
Niels Möller authored
Rev: src/testsuite/Makefile.am:1.20
-
- 20 Oct, 2000 4 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.261 Rev: src/.cvsignore:1.24
-
Niels Möller authored
Rev: src/sexp.c:1.33 Rev: src/sexp.h:1.30
-
Niels Möller authored
(make_header): New function. Rev: src/lsh-export-key.c:1.4
-
Niels Möller authored
Rev: src/connection.h:1.55
-
- 19 Oct, 2000 1 commit
-
-
Niels Möller authored
Rev: ChangeLog:1.260 Rev: src/Makefile.am.in:1.90
-
- 17 Oct, 2000 13 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.258 Rev: NEWS:1.63 Rev: doc/TODO:1.93 Rev: src/dsa_keygen.c:1.14
-
Niels Möller authored
Rev: src/abstract_crypto.h:1.33 Rev: src/dsa.c:1.24 Rev: src/dsa.h:1.4 Rev: src/rsa.c:1.11
-
Niels Möller authored
Rev: src/sexp-conv.c:1.4
-
Niels Möller authored
signer2verifier. Rev: src/lsh-writekey.c:1.4
-
Niels Möller authored
Rev: src/lsh-export-key.c:1.3
-
Niels Möller authored
out of spki.c. Rev: src/spki.c:1.26 Rev: src/spki.h:1.21 Rev: src/spki_commands.c:1.10 Rev: src/spki_commands.h:1.6
-
Niels Möller authored
(dsa_to_spki_public_key): #if:ed out. (parse_private_key): Use new publickey-related functions and methods. Rev: src/spki.c:1.25 Rev: src/spki.h:1.20
-
Niels Möller authored
functions and methods. * src/lsh.c (do_lsh_lookup): Likewise. * src/server_authorization.c (do_key_lookup): Likewise. Rev: src/server_authorization.c:1.14
-
Niels Möller authored
instead. (make_rsa_verifier_internal): New function, used by make_rsa_verifier and make_rsa_signer. Added new methods. (rsa_signer): Added pointer to a corresponding verifier object. Replaces the rsa_public struct. Rev: src/rsa.c:1.10
-
Niels Möller authored
make_ssh_dss_verifier function. Rev: src/lsh_proxy.c:1.14
-
Niels Möller authored
functions and methods. * src/lsh.c (do_lsh_lookup): Likewise. Rev: src/lsh.c:1.119
-
Niels Möller authored
Rev: src/lsh-export-key.c:1.2
-
Niels Möller authored
functions and methods. Rev: src/lsh-decode-key.c:1.5
-