- 06 May, 2000 1 commit
-
-
Niels Möller authored
Rev: src/channel.c:1.80 Rev: src/channel.h:1.57 Rev: src/channel_commands.c:1.19 Rev: src/channel_commands.h:1.14 Rev: src/client_keyexchange.c:1.42 Rev: src/client_password.c:1.9 Rev: src/connection.h:1.49 Rev: src/connection_commands.c:1.26 Rev: src/daemon.c:1.6 Rev: src/disconnect.c:1.19 Rev: src/dsa.c:1.13 Rev: src/format.c:1.37 Rev: src/gateway_channel.c:1.2 Rev: src/io.c:1.103 Rev: src/io_commands.c:1.33 Rev: src/keyexchange.c:1.63 Rev: src/keyexchange.h:1.43 Rev: src/lsh.c:1.106 Rev: src/lsh_proxy.c:1.11 Rev: src/lsh_writekey.c:1.19 Rev: src/lshd.c:1.88 Rev: src/pkcs5.c:1.3 Rev: src/proxy.c:1.7 Rev: src/read_packet.c:1.47 Rev: src/reaper.c:1.13 Rev: src/server_keyexchange.c:1.37 Rev: src/server_publickey.c:1.14 Rev: src/server_session.c:1.38 Rev: src/server_userauth.h:1.10 Rev: src/sexp_streamed_parser.c:1.23 Rev: src/sexp_test.c:1.13 Rev: src/spki.c:1.18 Rev: src/ssh1_fallback.c:1.9 Rev: src/tcpforward.c:1.48 Rev: src/unix_user.c:1.13
-
- 01 May, 2000 1 commit
-
-
Niels Möller authored
Rev: src/io.c:1.102
-
- 23 Apr, 2000 1 commit
-
-
Niels Möller authored
(safe_pushd): New function. Rev: src/io.c:1.101
-
- 22 Apr, 2000 1 commit
-
-
Niels Möller authored
(io_listen_local, io_connect_local): Use AF_UNIX, not AF_LOCAL Rev: src/io.c:1.100
-
- 21 Apr, 2000 2 commits
-
-
Niels Möller authored
Rev: src/abstract_crypto.h:1.25 Rev: src/channel.c:1.78 Rev: src/channel.h:1.56 Rev: src/client.c:1.92 Rev: src/client_keyexchange.c:1.41 Rev: src/client_userauth.c:1.29 Rev: src/connection.c:1.51 Rev: src/connection.h:1.48 Rev: src/disconnect.c:1.17 Rev: src/disconnect.h:1.7 Rev: src/exception.h:1.17 Rev: src/io.c:1.99 Rev: src/io.h:1.59 Rev: src/io_commands.c:1.32 Rev: src/lsh.c:1.105 Rev: src/password.c:1.5 Rev: src/read_data.h:1.15 Rev: src/server_password.c:1.30 Rev: src/server_session.c:1.36 Rev: src/server_session.h:1.11 Rev: src/server_userauth.c:1.26 Rev: src/server_userauth.h:1.9 Rev: src/sexp_commands.c:1.10 Rev: src/sexp_streamed_parser.c:1.21 Rev: src/tcpforward.c:1.46 Rev: src/tcpforward.h:1.14
-
Niels Möller authored
(io_connect_local): New function. Rev: src/io.c:1.98 Rev: src/io.h:1.58
-
- 20 Apr, 2000 2 commits
-
-
Niels Möller authored
(make_remember_continuation): New function. (Currently not used). (do_listen): Generalized, so that it can be used by all of do_simple_listen, do_listen_with_callback and do_listen_with_connection. (listen_with_callback): Renamed the improperly named listen_connection. (listen_with_connection): New command. * src/io.c (choose_address): Choose one address fron an addrinfo-list, using a list of preferred address families. (address_info2sockaddr): Added preference argument. Updated all calls. Rev: src/io.c:1.97 Rev: src/io_commands.c:1.30 Rev: src/io_commands.h:1.13
-
Niels Möller authored
addrinfo-list, using a list of preferred address families. (address_info2sockaddr): Added preference argument. Updated all calls. Rev: src/io.c:1.96 Rev: src/io.h:1.57 Rev: src/io_commands.c:1.29
-
- 19 Apr, 2000 1 commit
-
-
Niels Möller authored
(tcp_addr): Likewise. (make_address_info_c): Added an extra argument used as fallback if service lookup fails. (sockaddr2info): IPv6 support. (address_info2sockaddr): Rewrote, to handle IPv6 and to allocate the returned sockaddr structure dynamically. * src/io.c (io_iter): Use #ifdef:s around tests for POLLNVAL, POLLPRI and POLLHUP. Rev: src/io.c:1.95
-
- 16 Apr, 2000 1 commit
-
-
Niels Möller authored
sockaddr_in *. (io_listen_local): Implemented local sockets. Currently #if:ed out. Rev: src/io.c:1.94
-
- 11 Apr, 2000 1 commit
-
-
Niels Möller authored
Currently disabled. Rev: src/io.c:1.93
-
- 09 Feb, 2000 1 commit
-
-
Niels Möller authored
(do_connect_callback): Use socklen_t. Rev: src/io.c:1.92
-
- 07 Feb, 2000 1 commit
-
-
Niels Möller authored
handle close-callbacks that close other files. Changed shorter debug() messages to use trace() instead. Rev: src/io.c:1.91 Rev: src/io.h:1.54
-
- 06 Feb, 2000 1 commit
-
-
Niels Möller authored
Rev: src/io.c:1.90 Rev: src/io.h:1.53
-
- 05 Feb, 2000 1 commit
-
-
Niels Möller authored
lsh_fd. (io_connect): Take a continuation as argument. (io_listen): Take an io_callback (typically of type io_listen_callback) as argument. (make_listen_callback): New function. Rev: src/io.c:1.89 Rev: src/io.h:1.52
-
- 02 Feb, 2000 1 commit
-
-
Niels Möller authored
Rev: ChangeLog:1.151 Rev: src/command.h:1.41 Rev: src/io.c:1.88 Rev: src/io_commands.c:1.24 Rev: src/list.h:1.7 Rev: src/read_packet.c:1.46 Rev: src/testsuite/Makefile.am:1.9 Rev: src/testsuite/macros.m4:1.4 Rev: src/werror.c:1.43
-
- 26 Jan, 2000 1 commit
-
-
Niels Möller authored
Rev: src/io.c:1.87
-
- 12 Jan, 2000 1 commit
-
-
Niels Möller authored
Rev: src/io.c:1.86
-
- 09 Jan, 2000 1 commit
-
-
Niels Möller authored
(io_set_close_on_exec): The same, even though there are currently no other flag bits specified. Rev: src/io.c:1.85
-
- 06 Jan, 2000 1 commit
-
-
Niels Möller authored
POLLRDNORM. Rev: src/io.c:1.84
-
- 12 Dec, 1999 1 commit
-
-
Niels Möller authored
* src/sexp.h: Removed old code. * src/server_session.c: Removed old code. * src/server_keyexchange.c: Removed old code. * src/resource.h: Removed old code. * src/publickey_crypto.h: Removed old code. * src/lsh.h: Removed old code. * src/lsh.c: Removed old code. * src/keyexchange.h: Removed old code. * src/keyexchange.c: Removed old code. * src/io_commands.c: Removed old code. * src/io.c: Removed old code. * src/format.h: Removed old code. * src/exception.c: Removed old code. * src/dsa.c: Removed old code. * src/digit_table.c: Removed old code. * src/daemon.h: Removed old code. * src/daemon.c: Removed old code. * src/connection_commands.c: Removed old code. * src/command.c: Removed old code. * src/channels.c: Removed old code. * src/combinators.c: Removed old code. * src/client_userauth.c: Removed old code. * src/client_keyexchange.c (do_init_client_dh): Removed old code. * src/client.c: Removed old code. * src/channel.c: Removed old code. * src/alist.c: Removed old code. Rev: src/channel.c:1.63 Rev: src/command.c:1.31 Rev: src/connection_commands.c:1.18 Rev: src/connection_commands.h:1.6 Rev: src/daemon.c:1.4 Rev: src/daemon.h:1.3 Rev: src/digit_table.c:1.8 Rev: src/dsa.c:1.10 Rev: src/exception.c:1.12 Rev: src/format.h:1.27 Rev: src/io.c:1.83 Rev: src/io_commands.c:1.23 Rev: src/keyexchange.c:1.59 Rev: src/keyexchange.h:1.41 Rev: src/lsh.c:1.90 Rev: src/lsh.h:1.11 Rev: src/publickey_crypto.h:1.29 Rev: src/resource.h:1.9 Rev: src/server_keyexchange.c:1.36 Rev: src/server_session.c:1.21 Rev: src/sexp.h:1.25 Rev: src/spki.h:1.12
-
- 07 Dec, 1999 1 commit
-
-
Niels Möller authored
Rev: src/io.c:1.82 Rev: src/io.h:1.51
-
- 16 Nov, 1999 1 commit
-
-
Niels Möller authored
(write_raw): -"- Rev: src/io.c:1.81 Rev: src/io.h:1.49
-
- 03 Nov, 1999 1 commit
-
-
Niels Möller authored
Rev: src/io.c:1.80 Rev: src/io.h:1.48 Rev: src/lsh.c:1.78
-
- 24 Oct, 1999 1 commit
-
-
Niels Möller authored
(do_buffered_read): Treat unexpected EPIPE as an ordinary I/O error. (io_listen): Take an exception handler as argument. Rev: src/io.c:1.79 Rev: src/io.h:1.47
-
- 11 Oct, 1999 1 commit
-
-
Niels Möller authored
(init_file): Pass HANDLER_CONTEXT. (make_exc_finish_read_handler): Added context argument. Rev: src/io.c:1.78 Rev: src/io.h:1.46
-
- 20 Sep, 1999 1 commit
-
-
Niels Möller authored
(do_consuming_read): On EOF, pass NULL to the consumer, and close fd. Rev: src/io.c:1.77
-
- 07 Sep, 1999 3 commits
-
-
Niels Möller authored
Rev: src/abstract_io.h:1.32 Rev: src/channel.c:1.56 Rev: src/channel.h:1.43 Rev: src/channel_commands.c:1.16 Rev: src/client.c:1.75 Rev: src/command.c:1.26 Rev: src/gc.c:1.11 Rev: src/gc.h:1.6 Rev: src/io.c:1.76 Rev: src/lsh.c:1.71 Rev: src/lsh.h:1.8 Rev: src/lsh_writekey.c:1.13 Rev: src/lshd.c:1.62 Rev: src/read_data.c:1.24 Rev: src/read_packet.c:1.44 Rev: src/read_scan.c:1.9(DEAD) Rev: src/read_scan.h:1.9(DEAD) Rev: src/server_password.c:1.24 Rev: src/service.h:1.17 Rev: src/sexp_conv.c:1.3 Rev: src/sexp_parser.c:1.9 Rev: src/sexp_streamed_parser.c:1.11 Rev: src/tcpforward_commands.c:1.12 Rev: src/tcpforward_commands.h:1.4 Rev: src/werror.c:1.35
-
Niels Möller authored
* src/io.c (do_buffered_read): Attempt to recover if the handler disappears. (do_exc_io_handler): New exception handler. (init_file): Install exception handler to close the file on i/o errors. (io_write_file): New function. Rev: src/io.c:1.75 Rev: src/io.h:1.44
-
Niels Möller authored
disappears. (do_exc_io_handler): New exception handler. (init_file): Install exception handler to close the file on i/o errors. (io_write_file): New function. Rev: src/io.c:1.74
-
- 05 Sep, 1999 1 commit
-
-
Niels Möller authored
(do_buffered_read): Pass EOF to the read handler, rather than raising an exception. Rev: src/io.c:1.73
-
- 04 Sep, 1999 1 commit
-
-
Niels Möller authored
Rev: src/io.c:1.72 Rev: src/io.h:1.42
-
- 30 Aug, 1999 1 commit
-
-
Niels Möller authored
A_WRITE-method. Rev: src/abstract_io.h:1.30 Rev: src/blocking_write.c:1.14 Rev: src/blocking_write.h:1.7 Rev: src/channel.c:1.53 Rev: src/channel_commands.c:1.14 Rev: src/client.c:1.72 Rev: src/client_keyexchange.c:1.31 Rev: src/client_userauth.c:1.19 Rev: src/compress.c:1.7 Rev: src/connection.c:1.39 Rev: src/connection.h:1.35 Rev: src/connection_commands.c:1.11 Rev: src/debug.c:1.28 Rev: src/encrypt.c:1.21 Rev: src/exception.c:1.5 Rev: src/io.c:1.71 Rev: src/keyexchange.c:1.54 Rev: src/lsh_keygen.c:1.14 Rev: src/lsh_writekey.c:1.11 Rev: src/pad.c:1.24 Rev: src/read_data.c:1.22 Rev: src/read_packet.c:1.42 Rev: src/server.c:1.59 Rev: src/server_keyexchange.c:1.29 Rev: src/server_password.c:1.22 Rev: src/server_session.c:1.14 Rev: src/server_userauth.c:1.15 Rev: src/sexp_test.c:1.11 Rev: src/tcpforward.c:1.28 Rev: src/unpad.c:1.18 Rev: src/unpad.h:1.11 Rev: src/write_buffer.c:1.20
-
- 29 Aug, 1999 1 commit
-
-
Niels Möller authored
(do_buffered_read): Stop processing if fd->read is NULL. For example, if an exception handler tried to close the file. Rev: src/io.c:1.70
-
- 28 Aug, 1999 1 commit
-
-
Niels Möller authored
Rev: src/channel.c:1.51 Rev: src/channel.h:1.41 Rev: src/channel_commands.c:1.13 Rev: src/command.h:1.33 Rev: src/connection.c:1.38 Rev: src/connection.h:1.34 Rev: src/connection_commands.c:1.10 Rev: src/exception.c:1.3 Rev: src/exception.h:1.4 Rev: src/format.c:1.30 Rev: src/io.c:1.69 Rev: src/keyexchange.c:1.53 Rev: src/lsh.c:1.67 Rev: src/lsh_writekey.c:1.10 Rev: src/lshd.c:1.60 Rev: src/read_line.c:1.27 Rev: src/read_line.h:1.15 Rev: src/read_packet.c:1.40 Rev: src/read_scan.h:1.7 Rev: src/server_session.c:1.13 Rev: src/server_userauth.c:1.14 Rev: src/sexp.h:1.16 Rev: src/sexp_streamed_parser.c:1.8 Rev: src/sexp_test.c:1.10 Rev: src/ssh1_fallback.c:1.8 Rev: src/ssh1_fallback.h:1.5 Rev: src/tcpforward.c:1.27 Rev: src/tcpforward_commands.c:1.10
-
- 22 Aug, 1999 1 commit
-
-
Niels Möller authored
Rev: src/abstract_io.h:1.29 Rev: src/channel.c:1.50 Rev: src/channel.h:1.40 Rev: src/channel_commands.c:1.12 Rev: src/client.c:1.70 Rev: src/client_keyexchange.c:1.30 Rev: src/client_pty.c:1.9 Rev: src/client_userauth.c:1.18 Rev: src/combinators.c:1.7 Rev: src/command.c:1.24 Rev: src/command.h:1.32 Rev: src/compress.c:1.6 Rev: src/connection.c:1.37 Rev: src/connection.h:1.33 Rev: src/connection_commands.c:1.9 Rev: src/debug.c:1.27 Rev: src/debug.h:1.11 Rev: src/disconnect.c:1.15 Rev: src/encrypt.c:1.20 Rev: src/exception.c:1.2 Rev: src/exception.h:1.3 Rev: src/io.c:1.68 Rev: src/io.h:1.41 Rev: src/io_commands.c:1.17 Rev: src/keyexchange.c:1.52 Rev: src/keyexchange.h:1.37 Rev: src/lsh.c:1.66 Rev: src/lsh.h:1.7 Rev: src/lsh_keygen.c:1.13 Rev: src/lsh_writekey.c:1.9 Rev: src/lshd.c:1.59 Rev: src/packet_ignore.c:1.9 Rev: src/pad.c:1.23 Rev: src/read_data.c:1.21 Rev: src/read_data.h:1.9 Rev: src/read_line.c:1.26 Rev: src/read_line.h:1.14 Rev: src/read_packet.c:1.39 Rev: src/read_scan.c:1.8 Rev: src/read_scan.h:1.6 Rev: src/server.c:1.57 Rev: src/server_keyexchange.c:1.28 Rev: src/server_password.c:1.21 Rev: src/server_session.c:1.12 Rev: src/server_userauth.c:1.13 Rev: src/sexp_test.c:1.9 Rev: src/tcpforward.c:1.26 Rev: src/tcpforward_commands.c:1.9 Rev: src/unpad.c:1.17 Rev: src/userauth.h:1.14 Rev: src/werror.c:1.34 Rev: src/write_buffer.c:1.19
-
- 18 Aug, 1999 1 commit
-
-
Niels Möller authored
Rev: src/abstract_io.h:1.28 Rev: src/blocking_write.c:1.13 Rev: src/channel.c:1.49 Rev: src/channel.h:1.39 Rev: src/channel_commands.c:1.11 Rev: src/channel_commands.h:1.12 Rev: src/client.c:1.69 Rev: src/client_keyexchange.c:1.29 Rev: src/connection.c:1.36 Rev: src/connection.h:1.32 Rev: src/connection_commands.c:1.8 Rev: src/exception.h:1.2 Rev: src/io.c:1.67 Rev: src/io.h:1.40 Rev: src/io_commands.c:1.16 Rev: src/lsh.c:1.65 Rev: src/read_data.c:1.20 Rev: src/read_data.h:1.8 Rev: src/read_packet.c:1.38
-
- 04 Aug, 1999 1 commit
-
-
Niels Möller authored
Rev: src/abstract_io.h:1.27 Rev: src/io.c:1.66 Rev: src/io.h:1.38
-
- 02 Aug, 1999 1 commit
-
-
Niels Möller authored
Rev: src/abstract_io.h:1.26 Rev: src/io.c:1.65
-
- 10 Jul, 1999 1 commit
-
-
Niels Möller authored
Rev: src/abstract_io.h:1.25 Rev: src/channel.c:1.48 Rev: src/channel_commands.c:1.10 Rev: src/channel_commands.h:1.11 Rev: src/client.c:1.68 Rev: src/client.h:1.24 Rev: src/client_userauth.c:1.17 Rev: src/combinators.c:1.6 Rev: src/command.c:1.23 Rev: src/command.h:1.31 Rev: src/connection_commands.c:1.7 Rev: src/io.c:1.64 Rev: src/io.h:1.37 Rev: src/io_commands.c:1.15 Rev: src/lsh.c:1.64 Rev: src/lshd.c:1.58 Rev: src/read_data.c:1.19 Rev: src/read_line.c:1.25 Rev: src/read_packet.c:1.37 Rev: src/server.c:1.56 Rev: src/server_session.c:1.11 Rev: src/server_userauth.c:1.12 Rev: src/tcpforward.c:1.25 Rev: src/tcpforward_commands.c:1.8
-