- 27 Nov, 2000 4 commits
-
-
Niels Möller authored
arguments to the ctype macros. Handle systems where program_invocation_name and program_invocation_short_name doesn't exist. * src/argp/argp-help.c (short_program_name): New function. Rev: src/argp/argp-help.c:1.11
-
Niels Möller authored
Rev: src/argp/Makefile.am:1.4
-
Niels Möller authored
LIBOBJS. Add -I$srcdir to CPPFLAGS. Rev: src/argp/configure.in:1.2
-
Niels Möller authored
Rev: src/argp/Makefile.am:1.3 Rev: src/argp/acconfig.h:1.1 Rev: src/argp/argp-ba.c:1.2 Rev: src/argp/argp-comp.h:1.4(DEAD) Rev: src/argp/argp-fmtstream.c:1.4 Rev: src/argp/argp-fmtstream.h:1.6 Rev: src/argp/argp-help.c:1.10 Rev: src/argp/argp-parse.c:1.6 Rev: src/argp/argp-pin.c:1.2(DEAD) Rev: src/argp/argp-pv.c:1.2 Rev: src/argp/argp-pvh.c:1.2 Rev: src/argp/argp-test.c:1.2 Rev: src/argp/argp.h:1.8 Rev: src/argp/configure.in:1.1
-
- 26 Nov, 2000 35 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.274
-
Niels Möller authored
* src/abstract_io.h: Likewise. * src/channel.c: Likewise. * src/channel.h: Likewise. * src/channel_commands.h: Likewise. * src/connection.h: Likewise. * src/connection_commands.c: Likewise. * src/dh_exchange.c: Likewise. * src/exception.h: Likewise. * src/gateway.c: Likewise. * src/gateway_channel.c: Likewise. * src/gateway_commands.c: Likewise. * src/handshake.c: Likewise. * src/handshake.h: Likewise. * src/io.h: Likewise. * src/io_commands.c: Likewise. * src/io_commands.h: Likewise. * src/keyexchange.h: Likewise. * src/lsh.c: Likewise. * src/lsh_proxy.c: Likewise. * src/lshg.c: Likewise. * src/publickey_crypto.h: Likewise. * src/randomness.c: Likewise. * src/randomness.h: Likewise. * src/read_packet.c: Likewise. * src/rsa.c: Likewise. * src/server_pty.h: Likewise. * src/server_session.c: Likewise. * src/sexp.h: Likewise. * src/sexp_parser.c: Likewise. * src/sexp_streamed_parser.c: Likewise. * src/sexp_test.c: Likewise. * src/spki_commands.c: Likewise. * src/spki_commands.h: Likewise. * src/ssh1_fallback.c: Likewise. * src/tcpforward.c: Likewise. * src/unix_random.c: Likewise. * src/zlib.c: Likewise. Rev: src/abstract_crypto.h:1.34 Rev: src/abstract_io.h:1.33 Rev: src/channel.c:1.89 Rev: src/channel.h:1.63 Rev: src/channel_commands.h:1.18 Rev: src/command.h:1.48 Rev: src/connection.h:1.58 Rev: src/connection_commands.c:1.34 Rev: src/dh_exchange.c:1.11 Rev: src/exception.h:1.24 Rev: src/gateway.c:1.4 Rev: src/gateway_channel.c:1.6 Rev: src/gateway_commands.c:1.7 Rev: src/handshake.c:1.2 Rev: src/handshake.h:1.2 Rev: src/io.h:1.70 Rev: src/io_commands.c:1.35 Rev: src/io_commands.h:1.15 Rev: src/keyexchange.h:1.49 Rev: src/lsh.c:1.128 Rev: src/lsh_proxy.c:1.20 Rev: src/lshg.c:1.5 Rev: src/publickey_crypto.h:1.43 Rev: src/randomness.c:1.22 Rev: src/randomness.h:1.13 Rev: src/read_packet.c:1.49 Rev: src/rsa.c:1.12 Rev: src/server_pty.h:1.12 Rev: src/server_session.c:1.56 Rev: src/sexp.h:1.32 Rev: src/sexp_parser.c:1.19 Rev: src/sexp_streamed_parser.c:1.28 Rev: src/sexp_test.c:1.15 Rev: src/spki_commands.c:1.15 Rev: src/spki_commands.h:1.9 Rev: src/ssh1_fallback.c:1.10 Rev: src/tcpforward.c:1.56 Rev: src/unix_random.c:1.4 Rev: src/zlib.c:1.29
-
Niels Möller authored
Rev: src/client.h:1.36 Rev: src/client_password.c:1.11
-
Niels Möller authored
properly, and install a channel_open_forwarded_tcpip handler if needed (recovered from an earlier lsh.c). Some other cleanup. Rev: src/client.c:1.103
-
Niels Möller authored
Rev: ChangeLog:1.273 Rev: src/client.c:1.102 Rev: src/proxy_agentforward.c:1.4 Rev: src/proxy_session.c:1.8 Rev: src/proxy_tcpforward.c:1.5 Rev: src/proxy_x11forward.c:1.4 Rev: src/server_session.c:1.55
-
Niels Möller authored
Rev: NEWS:1.67
-
Niels Möller authored
parse_rest_copy. New function parse_rest. * src/parse.c (parse_rest): New function. Rev: src/parse.c:1.33 Rev: src/parse.h:1.25
-
Niels Möller authored
Rev: src/lshg.c:1.4
-
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 1 commit
-
-
Niels Möller authored
Rev: ChangeLog:1.271
-