- 14 Nov, 2000 3 commits
-
-
Niels Möller authored
DEFINE_COMMAND_SIMPLE macro. Rev: src/channel.c:1.86
-
Niels Möller authored
(ETAGS_ARGS): Added two regexps, to match DEFINE_* and GABA-definitions. Rev: src/Makefile.am.in:1.92
-
Niels Möller authored
Rev: doc/lsh.texinfo:1.19
-
- 31 Oct, 2000 19 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.263
-
Niels Möller authored
Rev: src/sexp_streamed_parser.c:1.27
-
Niels Möller authored
connection->fail and friends. * src/client_userauth.c: Likewise * src/client_keyexchange.c: Likewise. * src/proxy.c: Likewise. * src/proxy_userauth.c: Likewise. * src/server_userauth.c: Likewise. * src/server_keyexchange.c: Likewise. * src/server.c: Likewise. Rev: src/server.c:1.64 Rev: src/server_keyexchange.c:1.46 Rev: src/server_userauth.c:1.30
-
Niels Möller authored
Rev: src/unix_random.c:1.2
-
Niels Möller authored
* src/randomness.c (make_poor_random): #if:ed out. Improved arcfour_random. Rev: src/randomness.c:1.20 Rev: src/randomness.h:1.11
-
Niels Möller authored
connection->fail and friends. * src/client_userauth.c: Likewise * src/client_keyexchange.c: Likewise. * src/proxy.c: Likewise. * src/proxy_userauth.c: Likewise. Rev: src/proxy.c:1.9 Rev: src/proxy_userauth.c:1.6
-
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 10 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
gettimeofday. Rev: configure.in:1.91
-
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
-
- 18 Oct, 2000 1 commit
-
-
Niels Möller authored
Rev: ChangeLog:1.259 Rev: configure.in:1.90
-
- 17 Oct, 2000 2 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
-