- 11 Jun, 1999 2 commits
-
-
Niels Möller authored
active_global_requests and pending_global_requests. * src/channel.c, src/channel.h: object_queues should be declared as structs. Rev: src/channel.c:1.40 Rev: src/channel.h:1.34
-
Niels Möller authored
(make_global_request_status): New function. (global_request_response): New class. (do_global_request_response): New function. (make_global_request_response): New function. (do_global_request): Pass a callback object to the handler. * src/channel.h (channel_table): New attributes active_global_requests and pending_global_requests. (global_request_callback): New class. (global_request): Let the handler method take a global_request_callback as argument. Rev: src/channel.c:1.39 Rev: src/channel.h:1.33
-
- 25 Apr, 1999 2 commits
-
-
Niels Möller authored
src/client_pty.c, src/client_pty.c, src/command.h, src/connection.c, src/keyexchange.c, src/lsh.c, src/lshd.c, src/queue.c, src/resource.c, src/server.h, src/server_password.c, src/server_pty.h, src/server_session.c, src/service.c, src/service.h, src/session.c, src/tcpforward.c, src/write_buffer.c, src/zlib.c: Removed old #if:ed out code. Rev: src/channel.c:1.37 Rev: src/channel.h:1.32 Rev: src/client.c:1.64 Rev: src/client.h:1.23 Rev: src/client_pty.c:1.7 Rev: src/client_pty.h:1.3 Rev: src/command.h:1.22 Rev: src/connection.c:1.32 Rev: src/keyexchange.c:1.49 Rev: src/lsh.c:1.53 Rev: src/lshd.c:1.48 Rev: src/queue.c:1.4 Rev: src/resource.c:1.9 Rev: src/server.h:1.18 Rev: src/server_password.c:1.19 Rev: src/server_pty.h:1.9 Rev: src/server_session.c:1.4 Rev: src/service.c:1.17 Rev: src/service.h:1.16 Rev: src/session.c:1.9 Rev: src/tcpforward.c:1.8 Rev: src/write_buffer.c:1.17 Rev: src/zlib.c:1.18
-
Niels Möller authored
status value. * src/channel.c (channel_process_status): Moved processing of LSH_CHANNEL_PENDING_CLOSE after LSH_CHANNEL_FINISHED. This way, it is possible for the channels close-callback to return LSH_CHANNEL_PENDING_CLOSE. Rev: src/channel.c:1.36 Rev: src/channel.h:1.31
-
- 14 Apr, 1999 1 commit
-
-
Niels Möller authored
Deleted channel_success and channel_failure. (do_channel_success): Use pending_requests queue rather than channel_success and channel_failure. (do_channel_failure): Likewise. * src/channel.h (ssh_channel): New attribute pending_requests (a queue). Removed methods channel_success and channel_failure. Rev: src/channel.c:1.34 Rev: src/channel.h:1.30
-
- 11 Apr, 1999 1 commit
-
-
Niels Möller authored
Now returns a struct command *. Rev: src/channel.h:1.29
-
- 24 Mar, 1999 1 commit
-
-
Niels Möller authored
open_failure methods with a command_continuation. Rev: src/channel.h:1.28
-
- 12 Mar, 1999 1 commit
-
-
Niels Möller authored
Rev: ChangeLog:1.49 Rev: doc/HACKING:1.9 Rev: src/Makefile.am.in:1.39 Rev: src/abstract_compress.c:1.3 Rev: src/abstract_compress.h:1.4 Rev: src/abstract_crypto.c:1.9 Rev: src/abstract_crypto.h:1.21 Rev: src/abstract_io.c:1.3 Rev: src/abstract_io.h:1.23 Rev: src/alist.c:1.17 Rev: src/alist.h:1.12 Rev: src/arcfour.c:1.4 Rev: src/blocking_write.c:1.12 Rev: src/blowfish.c:1.5 Rev: src/cascade.c:1.4 Rev: src/cbc.c:1.5 Rev: src/channel.c:1.29 Rev: src/channel.h:1.27 Rev: src/client.c:1.56 Rev: src/client_keyexchange.c:1.25 Rev: src/client_keyexchange.h:1.12 Rev: src/client_pty.c:1.3 Rev: src/client_userauth.c:1.15 Rev: src/command.c:1.7 Rev: src/command.h:1.9 Rev: src/compress.c:1.5 Rev: src/connection.c:1.27 Rev: src/connection.h:1.26 Rev: src/debug.c:1.26 Rev: src/des.c:1.8 Rev: src/encrypt.c:1.19 Rev: src/hmac.c:1.5 Rev: src/io.c:1.52 Rev: src/io.h:1.31 Rev: src/keyexchange.c:1.46 Rev: src/keyexchange.h:1.32 Rev: src/list.c:1.6 Rev: src/list.h:1.6 Rev: src/lsh.c:1.46 Rev: src/lsh_writekey.c:1.6 Rev: src/lshd.c:1.42 Rev: src/make_class:1.12 Rev: src/md5.c:1.3 Rev: src/pad.c:1.22 Rev: src/password.c:1.3 Rev: src/password.h:1.12 Rev: src/publickey_crypto.c:1.30 Rev: src/publickey_crypto.h:1.20 Rev: src/randomness.c:1.15 Rev: src/randomness.h:1.9 Rev: src/read_data.c:1.17 Rev: src/read_line.c:1.21 Rev: src/read_line.h:1.13 Rev: src/read_packet.c:1.33 Rev: src/read_scan.c:1.5 Rev: src/read_scan.h:1.5 Rev: src/reaper.c:1.11 Rev: src/reaper.h:1.6 Rev: src/resource.c:1.6 Rev: src/resource.h:1.6 Rev: src/server.c:1.49 Rev: src/server_keyexchange.c:1.25 Rev: src/server_password.c:1.16 Rev: src/server_pty.c:1.8 Rev: src/server_pty.h:1.6 Rev: src/server_userauth.c:1.9 Rev: src/service.c:1.14 Rev: src/service.h:1.13 Rev: src/sexp.c:1.14 Rev: src/sexp.h:1.15 Rev: src/sexp_streamed_parser.c:1.6 Rev: src/sexp_test.c:1.6 Rev: src/sha.c:1.3 Rev: src/ssh1_fallback.c:1.6 Rev: src/ssh1_fallback.h:1.4 Rev: src/tcpforward.c:1.4 Rev: src/tcpforward.h:1.2 Rev: src/twofish.c:1.3 Rev: src/userauth.c:1.3 Rev: src/userauth.h:1.10 Rev: src/write_buffer.c:1.16 Rev: src/write_buffer.h:1.15 Rev: src/zlib.c:1.17
-
- 07 Mar, 1999 2 commits
-
-
Niels Möller authored
Rev: src/channel.h:1.26
-
Niels Möller authored
opening new channels asyncronously. * (channel_open): Handler method now takes a channel_open_callback argument. * src/channel.c (channel_open_response): New class. (format_global_success): New function. (do_channel_open_response): New function. (make_channel_open_response): New function. (do_channel_open): Moved most processing into do_channel_open response. Rev: src/channel.c:1.28 Rev: src/channel.h:1.25
-
- 16 Feb, 1999 1 commit
-
-
table pointer to the connection object, and general cleanup (Bazsi). Rev: src/channel.c:1.26 Rev: src/channel.h:1.24 Rev: src/client.c:1.51 Rev: src/connection.h:1.22
-
- 28 Jan, 1999 1 commit
-
-
Niels Möller authored
Rev: src/channel.h:1.23 Rev: src/client.h:1.17
-
- 31 Dec, 1998 1 commit
-
-
Niels Möller authored
Rev: src/channel.h:1.22
-
- 17 Dec, 1998 1 commit
-
-
Niels Möller authored
spelling of "receive". Rev: src/channel.c:1.20 Rev: src/channel.h:1.21
-
- 14 Dec, 1998 1 commit
-
-
Rev: src/atoms.c:1.6 Rev: src/channel.c:1.18 Rev: src/channel.h:1.20 Rev: src/client.c:1.39 Rev: src/client.h:1.15 Rev: src/debug.c:1.18 Rev: src/debug.h:1.9 Rev: src/disconnect.c:1.9 Rev: src/disconnect.h:1.4 Rev: src/format.c:1.21 Rev: src/format.h:1.16 Rev: src/keyexchange.h:1.26 Rev: src/server.c:1.29 Rev: src/server.h:1.10 Rev: src/symmetric/include/blowfish.h:1.2 Rev: src/symmetric/include/rc4.h:1.3
-
- 09 Dec, 1998 2 commits
-
-
Niels Möller authored
Rev: doc/TODO:1.14 Rev: src/channel.h:1.19 Rev: src/lsh.c:1.27
-
Niels Möller authored
Rev: src/abstract_crypto.h:1.15 Rev: src/abstract_io.h:1.20 Rev: src/alist.c:1.13 Rev: src/alist.h:1.9 Rev: src/channel.c:1.16 Rev: src/channel.h:1.18 Rev: src/client.c:1.37 Rev: src/client_keyexchange.c:1.18 Rev: src/client_keyexchange.h:1.10 Rev: src/client_userauth.c:1.6 Rev: src/connection.h:1.19 Rev: src/crypto.c:1.15 Rev: src/debug.c:1.17 Rev: src/encrypt.c:1.16 Rev: src/io.c:1.33 Rev: src/io.h:1.22 Rev: src/keyexchange.c:1.27 Rev: src/keyexchange.h:1.25 Rev: src/lsh.c:1.26 Rev: src/lsh_types.h:1.22 Rev: src/pad.c:1.19 Rev: src/password.h:1.8 Rev: src/publickey_crypto.c:1.20 Rev: src/publickey_crypto.h:1.13 Rev: src/randomness.c:1.9 Rev: src/randomness.h:1.6 Rev: src/read_data.c:1.14 Rev: src/read_line.c:1.15 Rev: src/read_line.h:1.10 Rev: src/read_packet.c:1.26 Rev: src/reaper.c:1.5 Rev: src/reaper.h:1.4 Rev: src/server.c:1.26 Rev: src/server_keyexchange.c:1.17 Rev: src/server_password.c:1.9 Rev: src/server_userauth.c:1.7 Rev: src/service.c:1.11 Rev: src/service.h:1.11 Rev: src/userauth.h:1.8 Rev: src/write_buffer.h:1.12 Rev: src/xalloc.c:1.16 Rev: src/xalloc.h:1.16
-
- 04 Dec, 1998 1 commit
-
-
Niels Möller authored
Rev: ChangeLog:1.2 Rev: doc/TODO:1.11 Rev: src/Makefile.am.in:1.6 Rev: src/abstract_crypto.h:1.14 Rev: src/abstract_io.h:1.19 Rev: src/alist.c:1.12 Rev: src/alist.h:1.7 Rev: src/blocking_write.c:1.7 Rev: src/channel.c:1.14 Rev: src/channel.h:1.17 Rev: src/client.c:1.36 Rev: src/client_keyexchange.c:1.17 Rev: src/client_keyexchange.h:1.9 Rev: src/client_userauth.c:1.5 Rev: src/connection.c:1.18 Rev: src/crypto.c:1.13 Rev: src/debug.c:1.16 Rev: src/disconnect.c:1.8 Rev: src/encrypt.c:1.15 Rev: src/format.c:1.20 Rev: src/format.h:1.15 Rev: src/gc.c:1.2 Rev: src/io.c:1.31 Rev: src/io.h:1.21 Rev: src/keyexchange.c:1.25 Rev: src/keyexchange.h:1.24 Rev: src/list.c:1.2 Rev: src/list.h:1.2 Rev: src/lsh.c:1.24 Rev: src/lshd.c:1.21 Rev: src/make_class:1.6 Rev: src/packet_ignore.c:1.6 Rev: src/pad.c:1.18 Rev: src/parse.c:1.19 Rev: src/parse.h:1.14 Rev: src/password.c:1.1 Rev: src/password.h:1.7 Rev: src/publickey_crypto.c:1.19 Rev: src/publickey_crypto.h:1.12 Rev: src/randomness.c:1.8 Rev: src/randomness.h:1.5 Rev: src/read_data.c:1.13 Rev: src/read_line.c:1.14 Rev: src/read_line.h:1.9 Rev: src/read_packet.c:1.25 Rev: src/reaper.c:1.4 Rev: src/reaper.h:1.3 Rev: src/server.c:1.24 Rev: src/server_keyexchange.c:1.15 Rev: src/server_keyexchange.h:1.6 Rev: src/server_password.c:1.7 Rev: src/server_userauth.c:1.6 Rev: src/session.h:1.10 Rev: src/unpad.c:1.14 Rev: src/userauth.c:1.1 Rev: src/userauth.h:1.7 Rev: src/write_buffer.c:1.12 Rev: src/write_buffer.h:1.11 Rev: src/xalloc.c:1.14 Rev: src/xalloc.h:1.14 Rev: src/zlib.c:1.9
-
- 03 Dec, 1998 1 commit
-
-
Niels Möller authored
Rev: src/abstract_crypto.h:1.13 Rev: src/channel.c:1.13 Rev: src/channel.h:1.16 Rev: src/client_keyexchange.h:1.8 Rev: src/io.h:1.20 Rev: src/keyexchange.h:1.23 Rev: src/password.h:1.6 Rev: src/publickey_crypto.h:1.11
-
- 26 Nov, 1998 1 commit
-
-
Niels Möller authored
Rev: src/channel.h:1.15 Rev: src/keyexchange.h:1.22
-
- 18 Nov, 1998 1 commit
-
-
Niels Möller authored
Rev: src/channel.c:1.12 Rev: src/channel.h:1.14
-
- 17 Nov, 1998 1 commit
-
-
Niels Möller authored
Rev: src/channel.c:1.11 Rev: src/channel.h:1.13 Rev: src/read_data.c:1.12
-
- 14 Nov, 1998 1 commit
-
-
Niels Möller authored
Rev: src/channel.c:1.10 Rev: src/channel.h:1.12
-
- 03 Nov, 1998 1 commit
-
-
Niels Möller authored
Rev: src/channel.h:1.11
-
- 30 Oct, 1998 1 commit
-
-
Niels Möller authored
Rev: src/channel.c:1.8 Rev: src/channel.h:1.10
-
- 29 Oct, 1998 1 commit
-
-
Niels Möller authored
Rev: src/channel.h:1.9
-
- 28 Oct, 1998 1 commit
-
-
Niels Möller authored
write-closure of the connection. Rev: src/channel.h:1.8
-
- 27 Oct, 1998 2 commits
-
-
Niels Möller authored
Rev: src/channel.c:1.5 Rev: src/channel.h:1.7 Rev: src/crypto.c:1.11 Rev: src/format.c:1.17 Rev: src/io.c:1.18 Rev: src/service.h:1.6
-
Niels Möller authored
Rev: src/channel.h:1.6
-
- 24 Oct, 1998 1 commit
-
-
Niels Möller authored
Rev: src/channel.h:1.5
-
- 23 Oct, 1998 1 commit
-
-
Niels Möller authored
Rev: doc/TODO:1.4 Rev: src/Makefile.in:1.19 Rev: src/channel.c:1.1 Rev: src/channel.h:1.4
-
- 20 Oct, 1998 1 commit
-
-
Niels Möller authored
Rev: src/channel.h:1.3
-
- 19 Oct, 1998 1 commit
-
-
Niels Möller authored
Rev: src/channel.h:1.2
-
- 17 Oct, 1998 1 commit
-
-
Niels Möller authored
Rev: src/channel.h:1.1 Rev: src/server_userauth.c:1.1 Rev: src/session.h:1.5
-