- 05 May, 2002 3 commits
-
-
Niels Möller authored
default cipher. We now use AES, not triple-DES. Rev: doc/lsh.texinfo:1.29
-
Niels Möller authored
Rev: README:1.23
-
Niels Möller authored
Rev: FAQ:1.9
-
- 02 May, 2002 5 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.497
-
Niels Möller authored
Rev: src/read_data.c:1.34
-
Niels Möller authored
rec_max_packet to SSH_MAX_PACKET. (do_gateway_channel_open_continuation): Likewise. Rev: src/gateway_channel.c:1.12
-
Niels Möller authored
SSH_MAX_PACKET_FUZZ here, it's handled in read_data.c. * src/server_session.c (make_server_session): Likewise. * src/client_session.c (make_client_session_channel): Likewise. * src/channel_forward.c (init_channel_forward): Likewise. Rev: src/channel.c:1.110 Rev: src/channel_forward.c:1.7 Rev: src/client_session.c:1.18 Rev: src/server_session.c:1.83
-
Niels Möller authored
send_max_packet - SSH_MAX_PACKET_FUZZ, as to not exceed the receivers maximum packet size. Rev: src/read_data.c:1.33
-
- 04 Apr, 2002 2 commits
-
-
Pontus Freyhult authored
Rev: ChangeLog:1.496
-
Pontus Freyhult authored
Rev: src/lsh.c:1.161
-
- 03 Apr, 2002 11 commits
-
-
Pontus Freyhult authored
Rev: src/testsuite/string-test.c:1.3
-
Pontus Freyhult authored
Rev: ChangeLog:1.495
-
Pontus Freyhult authored
added bubble babble SHA1 of keyblob (which seems to be what OpenSSH is using at least). Rev: src/lsh.c:1.160
-
Pontus Freyhult authored
bubblebabble a string. Rev: src/format.h:1.37
-
Pontus Freyhult authored
the che bubble babble checksum series, used by lsh_string_bubblebabble. * src/format.c (lsh_string_bubblebabble): New function to bubblebabble a string. Rev: src/format.c:1.46
-
Pontus Freyhult authored
Rev: ChangeLog:1.494
-
Pontus Freyhult authored
draft-ietf-secsh-fingerprint-00.txt (and keep the old way of outputing). Rev: src/lsh.c:1.159
-
Pontus Freyhult authored
Rev: src/testsuite/string-test.c:1.2
-
Pontus Freyhult authored
Rev: src/format.c:1.45 Rev: src/format.h:1.36
-
Pontus Freyhult authored
Rev: ChangeLog:1.493
-
Pontus Freyhult authored
be inside char quotes. Rev: src/client.c:1.140
-
- 02 Apr, 2002 2 commits
-
-
Pontus Freyhult authored
Rev: src/sftp/ChangeLog:1.21
-
Pontus Freyhult authored
to a single SSH_FXP_READDIR. Should (and seems to) speed up directory traversal dramatically. Rev: src/sftp/sftp-server.c:1.19
-
- 27 Mar, 2002 15 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.492 Rev: src/sftp/.cvsignore:1.3 Rev: src/sftp/ChangeLog:1.20
-
Niels Möller authored
Rev: src/io.c:1.163
-
Niels Möller authored
lowercase letters 'l' and 'b' for the endianness indicator. Rev: src/client_x11.c:1.19
-
Niels Möller authored
option. Rev: src/client.c:1.139
-
Niels Möller authored
Rev: src/sftp/werror.c:1.2 Rev: src/sftp/werror.h:1.2
-
Niels Möller authored
* sftp_bind.c: Likewise. Rev: src/sftp/sftp_bind.c:1.7
-
Niels Möller authored
Rev: src/sftp/sftp.h:1.4
-
Niels Möller authored
Rev: src/sftp/sftp-test-client.c:1.12
-
Niels Möller authored
FATAL with calls of fatal. Rev: src/sftp/sftp-server.c:1.18
-
Niels Möller authored
function in werror.c instead. Rev: src/sftp/misc_fun.c:1.3
-
Niels Möller authored
sftp_output, and selected functions, to separate files io_input and io_output. The code left in this file does not depend on the details of those structs. Rev: src/sftp/buffer.c:1.14 Rev: src/sftp/buffer.h:1.9
-
Niels Möller authored
source files used by all clients and servers. Added io_input and io_output. Rev: src/sftp/Makefile.am:1.11
-
Niels Möller authored
fit in buffer.h, in particular the constructors for sftp_input and sftp_output. Rev: src/sftp/io.h:1.1
-
Niels Möller authored
about the internals of struct sftp_output. * io_input.c: New file, with all the functions that need to knwo about the internals of struct sftp_input. Rev: src/sftp/io_input.c:1.1 Rev: src/sftp/io_output.c:1.1
-
Niels Möller authored
Rev: src/sftp/lsftp.c:1.5
-
- 26 Mar, 2002 2 commits
-
-
Niels Möller authored
understand that. Noticed by Timshell Knoll. Rev: src/lsh-authorize:1.9
-
Pontus Freyhult authored
Rev: ChangeLog:1.491
-