- 26 Nov, 2000 27 commits
-
-
Niels Möller authored
format_channel_request_i(). (gateway_channel_open_continuation): New attribute fallback. (do_gateway_channel_open_continuation): Set the target channel's request_fallback pointer. (do_channel_open_forward): Set the origin channel's request_fallback pointer. * src/gateway_channel.c (gateway_channel_open_command): Use a string instead of an atom to represent the chennel type. (do_gateway_channel_open): Use format_channel_opn_s(). (make_gateway_channel_open_command): Take an struct channel_open_info * as argument. (do_channel_open_forward): New function. (gateway_channel_open_forward): Channel open handler that forwards any channel open request, of any type. Rev: src/gateway_channel.c:1.5 Rev: src/gateway_channel.h:1.4
-
Niels Möller authored
(channel_request_info): New struct. (channel_request): Use a channel_request_info argument. * src/channel.h (struct channel_open_info): New struct to represent the common information in SSH_MSH_CHANNEL_OPEN. (channel_table): New attribute open_fallback. (channel_open): Use a channel_open_info for the arguments. Rev: src/channel.h:1.62
-
Niels Möller authored
(DEFINE_PACKET_HANDLER): Use parse_channel_request. Invoke request fallback if appropriate. (init_channel): Initialize request_fallback = NULL. (format_channel_open_s): Use a struct lsh_string for the type argument. (format_channel_request_i): New function. * src/channel.c (make_channel_table): Initialize open_fallback = NULL; (global_request_handler): Prepared for using a fallback handler. (channel_request_handler): Likewise. (channel_open_continuation): Renamed attributes to send_window_size and send_max_packet. (parse_channel_open): New function. (DEFINE_PACKET_HANDLER): Use parse_channel_open. Invoke open_fallback if there's no more specific handler for the channel type. (format_channel_open_s): New function. (format_channel_open_a): New function (currently #if:ed out). Rev: src/channel.c:1.88
-
Niels Möller authored
Rev: ChangeLog:1.272
-
Niels Möller authored
use struct channel_open_info. * src/proxy_x11forward.c (do_proxy_open_x11): Likewise. * src/proxy_tcpforward.c (do_proxy_open_direct_tcpip): Likewise. * src/proxy_session.c (do_proxy_open_session): Likewise. * src/server_session.c (do_open_session): Likewise. * src/tcpforward.c: Likewise. Rev: src/tcpforward.c:1.55
-
Niels Möller authored
(make_spki_read_userkeys): New argument tty. If supplied, try to decrypt password protected keys. Rev: src/spki_commands.c:1.14 Rev: src/spki_commands.h:1.8
-
Niels Möller authored
use struct channel_open_info. * src/proxy_x11forward.c (do_proxy_open_x11): Likewise. * src/proxy_tcpforward.c (do_proxy_open_direct_tcpip): Likewise. * src/proxy_session.c (do_proxy_open_session): Likewise. * src/server_session.c (do_open_session): Likewise. Rev: src/server_session.c:1.54
-
Niels Möller authored
* src/lshd.c: Likewise. * src/reaper.c: Likewise. * src/server_publickey.c: Likewise. * src/spki.c: Likewise. Rev: src/server_publickey.c:1.19 Rev: src/spki.c:1.28
-
Niels Möller authored
* src/lshd.c: Likewise. * src/reaper.c: Likewise. Rev: src/reaper.c:1.17
-
Niels Möller authored
use struct channel_open_info. * src/proxy_x11forward.c (do_proxy_open_x11): Likewise. * src/proxy_tcpforward.c (do_proxy_open_direct_tcpip): Likewise. * src/proxy_session.c (do_proxy_open_session): Likewise. Rev: src/proxy_agentforward.c:1.3 Rev: src/proxy_session.c:1.7 Rev: src/proxy_tcpforward.c:1.4 Rev: src/proxy_x11forward.c:1.3
-
Niels Möller authored
Rev: src/parse_macros.h:1.3
-
Niels Möller authored
Rev: src/parse.c:1.32 Rev: src/parse.h:1.24
-
Niels Möller authored
Rev: src/lshg.c:1.3
-
Niels Möller authored
* src/lshd.c: Likewise. Rev: src/lsh_proxy.c:1.19 Rev: src/lshd.c:1.105
-
Niels Möller authored
Rev: src/lsh.c:1.127
-
Niels Möller authored
open_fallback. Rev: src/gateway_commands.c:1.6
-
Niels Möller authored
string instead of an atom to represent the chennel type. (do_gateway_channel_open): Use format_channel_opn_s(). (make_gateway_channel_open_command): Take an struct channel_open_info * as argument. (do_channel_open_forward): New function. (gateway_channel_open_forward): Channel open handler that forwards any channel open request, of any type. Rev: src/gateway_channel.c:1.4 Rev: src/gateway_channel.h:1.3
-
Niels Möller authored
class client_session. Rev: src/client_session.c:1.2
-
Niels Möller authored
(CLIENT_ARGP_MODIFIER_GROUP): New constant. (client_options): New class. Rev: src/client.h:1.35
-
Niels Möller authored
this file. Rev: src/client.c:1.101
-
Niels Möller authored
Rev: src/channel_commands.c:1.22 Rev: src/channel_commands.h:1.17
-
Niels Möller authored
NULL; (global_request_handler): Prepared for using a fallback handler. (channel_request_handler): Likewise. (channel_open_continuation): Renamed attributes to send_window_size and send_max_packet. (parse_channel_open): New function. (DEFINE_PACKET_HANDLER): Use parse_channel_open. Invoke open_fallback if there's no more specific handler for the channel type. (format_channel_open_s): New function. (format_channel_open_a): New function (currently #if:ed out). Rev: src/channel.c:1.87
-
Niels Möller authored
represent the common information in SSH_MSH_CHANNEL_OPEN. (channel_table): New attribute open_fallback. (channel_open): Use a channel_open_info for the arguments. Rev: src/channel.h:1.61
-
Niels Möller authored
Rev: src/alist.c:1.19 Rev: src/alist.h:1.14
-
Niels Möller authored
Rev: src/algorithms.c:1.18 Rev: src/algorithms.h:1.9
-
Niels Möller authored
Rev: doc/TODO:1.95
-
Niels Möller authored
Rev: configure.in:1.93
-
- 20 Nov, 2000 13 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.271
-
Niels Möller authored
Rev: src/algorithms.h:1.8 Rev: src/client.h:1.34 Rev: src/client_keyexchange.c:1.55 Rev: src/client_userauth.c:1.44 Rev: src/connection.c:1.61 Rev: src/format.h:1.32 Rev: src/interact.c:1.5 Rev: src/interact.h:1.5 Rev: src/io.c:1.119 Rev: src/io.h:1.69 Rev: src/lsh-writekey.c:1.9 Rev: src/lsh.c:1.126 Rev: src/lshd.c:1.104 Rev: src/reaper.c:1.16 Rev: src/reaper.h:1.9 Rev: src/server_session.c:1.53 Rev: src/spki.c:1.27 Rev: src/spki_commands.c:1.13 Rev: src/srp-gen.c:1.7 Rev: src/tty.c:1.11 Rev: src/tty.h:1.11
-
Niels Möller authored
Rev: ChangeLog:1.270 Rev: ChangeLog.2:1.1
-
Niels Möller authored
Rev: ChangeLog:1.269
-
Niels Möller authored
only if backend is non-NULL. Rev: src/unix_interact.c:1.2
-
Niels Möller authored
(main_argp_parser): Use new interact class. Rev: src/srp-gen.c:1.6
-
Niels Möller authored
include the iteration count. (do_spki_encrypt): Removed the dummy noiv string. Use NULL instead. (do_spki_encrypt): Include iteration count, using sexp_uint32(). (spki_password_decrypt): New class. (do_spki_decrypt): New function. (make_pkcs5_decrypt): New function. Rev: src/spki_commands.c:1.12 Rev: src/spki_commands.h:1.7
-
Niels Möller authored
(sexp2uint32): New function. Rev: src/sexp.c:1.34 Rev: src/sexp.h:1.31
-
Niels Möller authored
Rev: src/password.h:1.15
-
Niels Möller authored
Rev: src/lsh_types.h:1.41
-
Niels Möller authored
make_srp_client. Rev: src/lsh.c:1.125
-
Niels Möller authored
(main_argp_parser): Use interact class to ask for the password. Rev: src/lsh-writekey.c:1.8
-
Niels Möller authored
(send_password): Use interact class to ask for the password. (make_client_password_state): New argument tty. (client_password_method): New class. (make_client_password_auth): New argument tty. Rev: src/client_userauth.c:1.43 Rev: src/client_userauth.h:1.4
-