- 12 Mar, 2001 13 commits
-
-
Niels Möller authored
the behavior is more similar to other ssh clients. Rev: src/client.c:1.108
-
Niels Möller authored
unexpected packets. (channel_close_handler): Don't display the "unexpected channel close" message if CHANNEL_NO_WAIT_FOR_EOF is set. Don't invoke the CHANNEL_EOF callback. (channel_eof): Use the new CHANNEL_NO_WAIT_FOR_EOF flag. (init_channel): Set CHANNEL_CLOSE_AT_EOF by default. (channel_read_close_callback): Improved comment. Rev: src/channel.c:1.94
-
Niels Möller authored
Rev: src/channel.h:1.65
-
Niels Möller authored
is defined in io.h if needed. Rev: src/tcpforward.c:1.61
-
Niels Möller authored
CHANNEL_CLOSE_AT_EOF. (do_exit_shell): Set CHANNEL_CLOSE_AT_EOF and CHANNEL_NO_WAIT_FOR_EOF. Rev: src/server_session.c:1.59
-
Niels Möller authored
Rev: src/proxy_channel.c:1.7(DEAD)
-
Niels Möller authored
Rev: src/handshake.c:1.3 Rev: src/proxy_channel.c:1.6 Rev: src/queue.h:1.11 Rev: src/read_line.h:1.16
-
Niels Möller authored
and added a _UNIX-suffix on the macros to indicate that they are for AF_UNIX sockets only. Rev: src/io.c:1.128 Rev: src/io.h:1.74
-
Niels Möller authored
guile-compat.scm. scsh already provides string-upcase, and the definition here trigs a bug in string->list in scsh-0.5.2. Rev: src/scm/gaba.scm:1.6 Rev: src/scm/guile-compat.scm:1.3
-
Niels Möller authored
Rev: doc/NOTES:1.10
-
Niels Möller authored
Rev: ChangeLog:1.314
-
Niels Möller authored
Rev: src/io.c:1.127
-
Niels Möller authored
Rev: doc/TODO:1.108
-
- 07 Mar, 2001 5 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.313 Rev: NEWS:1.72
-
Niels Möller authored
describing the scsh situation. Rev: doc/TODO:1.107
-
Niels Möller authored
Rev: README:1.17
-
Niels Möller authored
for compatibility with scsh-0.5.2. (char-set:empty): New variable, likewise. Rev: src/scm/guile-compat.scm:1.2
-
Niels Möller authored
now, as I'm not sure that the usual assoc handles char-sets. (char-set-empty?): Use char-set:empty (new in scsh-0.5.2). (char-set=?): Removed function, scsh-0.5.2 provides a similar function named char-set=. Rev: src/scm/make-char-classes.scm:1.3
-
- 28 Feb, 2001 2 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.312
-
Niels Möller authored
(client_options): New option --no-cvs-workaround. (client_argp_parser): Handle --no-cvs-workaround. Rev: src/client.c:1.107
-
- 25 Feb, 2001 3 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.311
-
Niels Möller authored
comments. (GNU coding standard). Rev: src/bignum.c:1.19 Rev: src/channel.c:1.93 Rev: src/channel_commands.c:1.23 Rev: src/client.c:1.106 Rev: src/client_keyexchange.c:1.57 Rev: src/client_userauth.c:1.46 Rev: src/connection.c:1.62 Rev: src/daemon.c:1.7 Rev: src/dh_exchange.c:1.12 Rev: src/gateway_channel.c:1.8 Rev: src/gateway_commands.c:1.8 Rev: src/gc.c:1.15 Rev: src/io.c:1.126 Rev: src/io_commands.c:1.36 Rev: src/jpoll.c:1.7 Rev: src/lsh_proxy.c:1.21 Rev: src/proxy_channel.c:1.5 Rev: src/proxy_session.c:1.9 Rev: src/proxy_tcpforward.c:1.6 Rev: src/proxy_userauth.c:1.7 Rev: src/reaper.c:1.19 Rev: src/server_keyexchange.c:1.47 Rev: src/server_pty.c:1.19 Rev: src/server_session.c:1.58 Rev: src/server_userauth.c:1.31 Rev: src/sexp.c:1.35 Rev: src/sexp_streamed_parser.c:1.29 Rev: src/spki_commands.c:1.18 Rev: src/tcpforward.c:1.60 Rev: src/tcpforward_commands.c:1.29 Rev: src/translate_signal.c:1.3 Rev: src/unix_interact.c:1.4 Rev: src/unix_random.c:1.8 Rev: src/unix_user.c:1.32 Rev: src/werror.c:1.50 Rev: src/zlib.c:1.30
-
Niels Möller authored
Rev: doc/TODO:1.106
-
- 23 Feb, 2001 2 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.310 Rev: src/lcp:1.1
-
Niels Möller authored
Rev: src/randomness.c:1.23
-
- 22 Feb, 2001 2 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.309 Rev: NEWS:1.71
-
Niels Möller authored
(do_buffered_read): Call close_fd_read on EOF. This stops reading from the file, and also marks it for closing unless it has a write callback. (do_consuming_read): Likewise. Rev: ChangeLog:1.308 Rev: src/io.c:1.125 Rev: src/io.h:1.73
-
- 21 Feb, 2001 2 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.307
-
Niels Möller authored
want_read is true. Check fd->hanged_up first. Rev: src/io.c:1.124
-
- 20 Feb, 2001 11 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.306
-
Niels Möller authored
Rev: src/tcpforward.c:1.59
-
Niels Möller authored
MAKE_MAC must not have side effects. Rev: src/srp_exchange.c:1.9
-
Niels Möller authored
argument to COMMAND_CALL must not have side effects. (do_channel_open_forward): Likewise. * src/lsh.c (do_options2identities): Likewise. Rev: src/lsh.c:1.133
-
Niels Möller authored
side effects. Rev: src/lsh-keygen.c:1.7
-
Niels Möller authored
argument to COMMAND_CALL must not have side effects. (do_channel_open_forward): Likewise. Rev: src/gateway_channel.c:1.7
-
Niels Möller authored
complex expression as the first argument to COMMAND_CALL. Rev: src/connection_commands.c:1.35
-
Niels Möller authored
first argument is not an lvalue. Rev: src/command.h:1.49
-
Niels Möller authored
Rev: doc/TODO:1.105
-
Niels Möller authored
Rev: doc/HACKING:1.13
-
Niels Möller authored
Rev: doc/TODO:1.104
-