- 14 Nov, 2000 35 commits
-
-
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
-
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/connection_commands.c (connection_remember): Likewise. (connection_require_userauth): Use the DEFINE_COMMAND macro. Rev: src/connection_commands.c:1.32
-
Niels Möller authored
COMMAND_SIMPLE. (DEFINE_COMMAND): New macro, that replaces COMMAND_STATIC. Rev: src/command.h:1.47
-
Niels Möller authored
DEFINE_COMMAND_SIMPLE macro. * src/combinators.c (command_K): Likewise. (command_I): Likewise. * src/command.c (progn_command): Likewise. Rev: src/command.c:1.36
-
Niels Möller authored
DEFINE_COMMAND_SIMPLE macro. * src/combinators.c (command_K): Likewise. (command_I): Likewise. Rev: src/combinators.c:1.10
-
Niels Möller authored
Rev: src/client.c:1.99
-
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 5 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
-