- 15 Nov, 2000 11 commits
-
-
Niels Möller authored
(lsh_callout): Renamed the callout class, and made it inherit resource. (io_iter): Call signal handlers. (make_io_backend): New function. (init_backend): Deleted function. (io_signal_handler): New function. (io_callout): New function. (init_file): Use resource_init(). Rev: src/io.c:1.117
-
Niels Möller authored
(abstract_interact): Replaced the window_change method with to methods, window_size and window_change_subscribe. Rev: src/interact.h:1.3
-
Niels Möller authored
Rev: src/interact.c:1.3
-
Niels Möller authored
from connection_commands.c. This way, it is possible to link lshg without dragging in the keyexchange and crypto code. Rev: src/handshake.c:1.1 Rev: src/handshake.h:1.1
-
Niels Möller authored
connection_command. Rev: src/gateway_commands.c:1.5
-
Niels Möller authored
simple connection related commands. Moved a lot of code to handshake.h. Rev: src/connection_commands.h:1.16
-
Niels Möller authored
Rev: src/connection_commands.c:1.33
-
Niels Möller authored
connection_commands.c (make_connection_close_handler): Likewise. Rev: src/connection.c:1.60 Rev: src/connection.h:1.57
-
Niels Möller authored
Rev: configure.in:1.92
-
Niels Möller authored
Rev: doc/TODO:1.94
-
Niels Möller authored
(lshg_LDADD): Don't link lshg with symmetric/libsymmetric.a. Rev: src/Makefile.am.in:1.93
-
- 14 Nov, 2000 29 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.265 Rev: NEWS:1.64
-
Niels Möller authored
Use SIGNER_GET_PUBLIC(). Rev: src/testsuite/macros.m4:1.9
-
Niels Möller authored
Rev: src/testsuite/macros.m4:1.8
-
Niels Möller authored
before starting background poll. Rev: src/unix_random.c:1.3
-
Niels Möller authored
Rev: src/srp-gen.c:1.4
-
Niels Möller authored
Rev: src/randomness.h:1.12
-
Niels Möller authored
(make_default_random): New function. * src/randomness.c: Reintroduced make_poor_random, for programs that only need salt, iv:s etc. Rev: src/randomness.c:1.21
-
Niels Möller authored
* src/lsh_proxy.c: Likewise. * src/lshd.c: Likewise. Rev: src/lshd.c:1.102
-
Niels Möller authored
* src/lsh_proxy.c: Likewise. * src/lsh_proxy.c: Use the DEFINE_COMMAND_SIMPLE macro. * src/lshd.c: Likewise. * src/proxy.c: Likewise. * src/sexp_commands.c: Likewise. * src/spki_commands.c: Likewise. Rev: src/lsh_proxy.c:1.17
-
Niels Möller authored
Rev: src/lsh.c:1.121
-
Niels Möller authored
make_bad_random(). Rev: src/lsh-writekey.c:1.6
-
Niels Möller authored
Rev: src/lsh-keygen.c:1.3
-
Niels Möller authored
make_packet_unpad(). Rev: src/gateway_commands.c:1.4
-
Niels Möller authored
Rev: ChangeLog:1.264
-
Niels Möller authored
nostandard function. (arcfour_set_key): Use arcfour_init(). Made keyset loop less obscure. Rev: src/symmetric/arcfour.c:1.6
-
Niels Möller authored
from io.c). (do_read_file): fork() and change uid before opening the file. Rev: src/unix_user.c:1.28
-
Niels Möller authored
debug() to trace(). Rev: src/tcpforward_commands.c:1.28
-
Niels Möller authored
* src/lshd.c: Likewise. * src/proxy.c: Likewise. * src/sexp_commands.c: Likewise. * src/spki_commands.c: Likewise. Rev: src/lshd.c:1.101 Rev: src/proxy.c:1.10 Rev: src/sexp_commands.c:1.14 Rev: src/spki_commands.c:1.11
-
Niels Möller authored
Rev: src/lsh_proxy.c:1.16
-
Niels Möller authored
New option -G to enable the gateway feature. Use the DEFINE_COMMAND_SIMPLE macro. Rev: src/lsh.c:1.120
-
Niels Möller authored
Rev: src/lsh-writekey.c:1.5
-
Niels Möller authored
the DEFINE_COMMAND_SIMPLE macro. * src/combinators.c (command_K): Likewise. (command_I): Likewise. * src/command.c (progn_command): Likewise. * src/keyexchange.c (kexinit_filter): Likewise. * src/connection_commands.c (connection_remember): Likewise. (connection_require_userauth): Use the DEFINE_COMMAND macro. Rev: src/keyexchange.c:1.73
-
Niels Möller authored
the DEFINE_COMMAND_SIMPLE macro. (io_log_peer_command): Likewise. (listen_with_connection): #if:ed out this class. (listen_local): New class. (make_listen_local): New function. (connect_local): New class. (make_connect_local): New function. (connect_local_command): New command. Rev: src/io_commands.c:1.34 Rev: src/io_commands.h:1.14
-
Niels Möller authored
Rev: src/io.h:1.66
-
Niels Möller authored
than AF_INET and AF_INET6. (make_local_info): New function. (io_listen_local): Take a local_info as argument. Fixed umask. (io_connect_local): Take a local_info as argument. (check_user_permissions): #if:ed out (replaced by code in unix_user.c). (io_read_user_file): Likewise. Rev: src/io.c:1.116
-
Niels Möller authored
(make_gateway_pad): New function. (gateway_make_connection): New function (extracted from do_gateway_accept). Set up connection->write and connection->raw properly, fix padding, anpadding and debug output. (gateway_init): New command. (make_gateway_setup): New function. (gateway_setup_command): New command. Rev: src/gateway_commands.c:1.3
-
Niels Möller authored
Rev: src/connection.c:1.59 Rev: src/gateway.h:1.1 Rev: src/gateway_commands.h:1.1
-
Niels Möller authored
(check_string): New function. (make_gateway_address): New function. Rev: src/gateway.c:1.3
-
Niels Möller authored
line. Rev: src/disconnect.c:1.20
-