- 17 Feb, 2005 1 commit
-
-
Niels Möller authored
where to output ssh messages. For now, initialize the exception handler to NULL. Rev: src/channel.c:1.125.2.2 Rev: src/channel.h:1.77.2.2
-
- 16 Feb, 2005 4 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.857.2.12
-
Niels Möller authored
Rev: src/channel.c:1.125.2.1 Rev: src/channel.h:1.77.2.1 Rev: src/channel_commands.c:1.30.2.1 Rev: src/channel_commands.h:1.21.2.1 Rev: src/client.c:1.166.2.1 Rev: src/client_pty.c:1.27.2.1 Rev: src/client_x11.c:1.26.2.1 Rev: src/gateway_channel.c:1.18.2.1 Rev: src/gateway_commands.c:1.24.2.1 Rev: src/lshd-userauth.c:1.1.2.5 Rev: src/read_data.c:1.37.2.1 Rev: src/server_session.c:1.103.2.1 Rev: src/server_x11.c:1.21.2.1 Rev: src/tcpforward.c:1.69.2.1 Rev: src/tcpforward_commands.c:1.47.2.1
-
Niels Möller authored
from channel.h. It doesn't really belong here, though. Rev: src/handshake.c:1.28.2.2 Rev: src/handshake.h:1.9.2.1
-
Niels Möller authored
been moved to the kexinit_state class. Rev: src/connection.h:1.76.2.2
-
- 15 Feb, 2005 14 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.857.2.11
-
Niels Möller authored
* src/lshd-connection.c: New file. Rev: src/.cvsignore:1.34.2.2 Rev: src/Makefile.am:1.28.2.6 Rev: src/lshd-connection.c:1.1.2.1
-
Niels Möller authored
transport layer. Implemented the rest of publickey authentication. Rev: src/lshd-userauth.c:1.1.2.4
-
Niels Möller authored
option to child process. Rev: src/lshd.c:1.170.2.8
-
Niels Möller authored
Rev: ChangeLog:1.857.2.10
-
Niels Möller authored
(service_error): New function. (get_verifier): Implemented, except for the actual signature verification. Rev: src/lshd-userauth.c:1.1.2.3
-
Niels Möller authored
arguments, not a struct lsh_string *. Updated callers. * src/rsa.c (make_ssh_rsa_verifier): Likewise. Rev: src/dsa.c:1.42.2.1 Rev: src/lsh.c:1.200.2.2 Rev: src/lsh_proxy.c:1.37.2.1 Rev: src/publickey_crypto.h:1.53.2.2 Rev: src/rsa.c:1.29.2.1 Rev: src/server_authorization.c:1.23.2.1
-
Niels Möller authored
Rev: ChangeLog:1.857.2.9
-
Niels Möller authored
publickey authentication. Rev: src/lshd-userauth.c:1.1.2.2
-
Niels Möller authored
corresponding calls from users of werror_vformat. Rev: src/werror.c:1.73.2.1
-
Niels Möller authored
Rev: ChangeLog:1.857.2.8
-
Niels Möller authored
Rev: src/Makefile.am:1.28.2.5
-
Niels Möller authored
Rev: src/.cvsignore:1.34.2.1 Rev: src/lshd-userauth.c:1.1.2.1
-
Niels Möller authored
(lshd_service_request_handler): Send a SERVICE_ACCEPT reply. And some whitespace fixes. Rev: src/lshd.c:1.170.2.7
-
- 14 Feb, 2005 10 commits
-
-
Niels Möller authored
Rev: src/lshd_read.c:1.1.2.2
-
Niels Möller authored
error handling still missing. (lshd_process_service_header): New function and class. (lshd_service_read_handler, make_lshd_service_read_handler): New functions. (lshd_service_request_handler): Setup i/o with service process. (lshd_handshake): Call ssh_read_start. Rev: src/lshd.c:1.170.2.6
-
Niels Möller authored
service_reader and service_writer. Rev: src/lshd.h:1.1.2.2
-
Niels Möller authored
Rev: src/ssh_write.c:1.1.2.2 Rev: src/ssh_write.h:1.1.2.2
-
Niels Möller authored
(ssh_read_start): New functions, to make it possible to stop and restart reading. Use them through out the code. Rev: src/ssh_read.c:1.1.2.3 Rev: src/ssh_read.h:1.1.2.3
-
Niels Möller authored
Rev: src/lshd.h:1.1.2.1 Rev: src/lshd_keyexchange.c:1.1.2.1 Rev: src/lshd_read.c:1.1.2.1
-
Niels Möller authored
Rev: ChangeLog:1.857.2.7
-
Niels Möller authored
Rev: src/Makefile.am:1.28.2.4
-
Niels Möller authored
Rev: src/ssh_write.c:1.1.2.1 Rev: src/ssh_write.h:1.1.2.1
-
Niels Möller authored
casting the node to struct object_queue_node. (FOR_STRING_QUEUE): New macro. Rev: src/queue.h:1.14.2.1
-
- 13 Feb, 2005 2 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.857.2.6
-
Niels Möller authored
implemented handling of service requests. Rev: src/lshd.c:1.170.2.5
-
- 12 Feb, 2005 9 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.857.2.5
-
Niels Möller authored
register a callback for reading the next header. Replaced use of the exception facility with a simpler error_callback. Rev: src/ssh_read.c:1.1.2.2 Rev: src/ssh_read.h:1.1.2.2
-
Niels Möller authored
Also #if:ed out everything but this function. Rev: src/server.c:1.79.2.1 Rev: src/server.h:1.21.2.1
-
Niels Möller authored
argument, instead of an ssh_connection. Updated callers. Rev: src/client_keyexchange.c:1.68.2.1 Rev: src/dh_exchange.c:1.20.2.1 Rev: src/publickey_crypto.h:1.53.2.1 Rev: src/server_keyexchange.c:1.58.2.1
-
Niels Möller authored
sending ssh messages over the network. (connection_write_packet, connection_disconnect): New functions. (lshd_handle_ssh_packet): Handle all messages (except SERVICE_REQUEST) needed for the transport protocol. (make_configuration): New function. Rev: src/lshd.c:1.170.2.4
-
Niels Möller authored
diffie-hellman-group2-sha1. Rev: src/lsh.c:1.200.2.1
-
Niels Möller authored
* src/handshake.c: Likewise. Rev: src/handshake.c:1.28.2.1
-
Niels Möller authored
Rev: src/crypto.h:1.34.2.1
-
Niels Möller authored
Rev: src/connection.c:1.82.2.1 Rev: src/connection.h:1.76.2.1
-