- 26 Mar, 1999 8 commits
-
-
Niels Möller authored
Don't know how useful it is. Rev: src/command.c:1.15 Rev: src/command.h:1.18
-
Niels Möller authored
argument. Rev: src/connection.c:1.29
-
Niels Möller authored
continuation, which replaces the finished field previously found in the keyexchange-related objects. Rev: src/connection.h:1.27
-
Niels Möller authored
attribute. (initiate_keyexchange): Deleted some of the arguments. The kexinit is found inside the connection object, and so is any first_kex_packet. Rev: src/keyexchange.c:1.47
-
Niels Möller authored
first_kex_packet field to the kexinit object, which may be filled in by MAKE_KEXINIT. Rev: src/keyexchange.h:1.34
-
Niels Möller authored
Rev: src/lsh.c:1.47
-
Niels Möller authored
Rev: src/make_class:1.16
-
Niels Möller authored
Rev: src/compiler.scm:1.6
-
- 24 Mar, 1999 8 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.57 Rev: src/channel.c:1.30 Rev: src/channel_commands.c:1.1 Rev: src/channel_commands.h:1.1 Rev: src/connection.c:1.28
-
Niels Möller authored
Rev: src/client.c:1.57
-
Niels Möller authored
open_failure methods with a command_continuation. Rev: src/channel.h:1.28
-
Niels Möller authored
unifies some of the logic from in client.c and server.c. Rev: src/connection_commands.c:1.1
-
Niels Möller authored
(fd_listen_callback): Use address_info rather than struct sockaddr. Rev: src/io.h:1.32
-
Niels Möller authored
(io_read_write, io_read, io_write): Now takes a io_fd as argument, rather than a numerical fd. Rev: src/io.c:1.55
-
Niels Möller authored
MAKE_KEXINIT method. Should create and register a kexinit message, and return a string consisting of this message and any extra speculative message. Should not actually write anything. Rev: src/keyexchange.h:1.33
-
Niels Möller authored
Rev: src/server.c:1.50
-
- 23 Mar, 1999 3 commits
-
-
Niels Möller authored
connect commands. Rev: src/io_commands.c:1.1 Rev: src/io_commands.h:1.1
-
Niels Möller authored
Rev: src/command.c:1.14 Rev: src/command.h:1.17
-
Niels Möller authored
Rev: doc/TODO:1.38
-
- 22 Mar, 1999 2 commits
-
-
Niels Möller authored
Rev: src/command.h:1.16
-
Niels Möller authored
Rev: ChangeLog:1.56
-
- 19 Mar, 1999 11 commits
-
-
Niels Möller authored
Rev: src/combinators.c:1.4 Rev: src/command.h:1.15
-
Niels Möller authored
combinators. Rev: src/make_class:1.15
-
Niels Möller authored
Rev: src/compiler.scm:1.5
-
Niels Möller authored
Rev: ChangeLog:1.55
-
Niels Möller authored
Rev: src/command.h:1.14
-
Niels Möller authored
C S', B' and C' combinators. Rev: src/combinators.c:1.3
-
Niels Möller authored
Rev: src/command.c:1.13 Rev: src/command.h:1.13
-
Niels Möller authored
Rev: src/combinators.c:1.2
-
Niels Möller authored
Rev: src/Makefile.am.in:1.42
-
Niels Möller authored
Rev: src/combinators.c:1.1 Rev: src/command.c:1.12
-
Niels Möller authored
collect_state_N (n=1, 2, 3, 4) to handle builtin functions that need to collect some arguments before actually doing anything. Rev: src/command.c:1.11 Rev: src/command.h:1.12
-
- 18 Mar, 1999 1 commit
-
-
Niels Möller authored
Rev: src/command.c:1.10
-
- 17 Mar, 1999 2 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.54 Rev: src/compiler.scm:1.4
-
Niels Möller authored
(match): Simple pattern matcher for optimizations. (optimize): New optimizer. (preprocess): Use the formal arguments in the right order. Rev: src/compiler.scm:1.3
-
- 16 Mar, 1999 5 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.53 Rev: NEWS:1.14
-
Niels Möller authored
Rev: src/read_packet.c:1.36
-
Niels Möller authored
Rev: src/algorithms.c:1.7
-
Niels Möller authored
dh_process_client_msg): Use GROUP_MEMBER to determine if dh-values are valid. Currently, this method checks the size of the number, but doesn't check that is indeed a member of the cyclic subgroup used. Rev: src/publickey_crypto.c:1.31
-
Niels Möller authored
Rev: src/queue.c:1.2
-