- 06 Sep, 2005 22 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.857.2.41 Rev: src/channel.h:1.77.2.5
-
Niels Möller authored
changes. * src/lshd-connection.c (oop_read_service): Likewise. Rev: src/lsh.c:1.200.2.8 Rev: src/lshd-connection.c:1.1.2.11
-
Niels Möller authored
zero if message type is unimplemented. Take length and pointer as arguments, not a struct lsh_string *. All called functions (handle_global_request, etc) changed to take a struct simple_buffer * as argument, and made static. Rev: src/channel.c:1.125.2.5
-
Niels Möller authored
(write_packet): Use blocking_writev, instead of the ssh_write class. (class connection): Deleted attribute writer. (class connection_write): Deleted class. (make_connection_write_handler): Deleted function. (disconnect): Deleted connection argument. (do_exc_lshd_connection_handler): New function. (lshd_connection_exception_handler): New static object. Rev: src/lshd-connection.c:1.1.2.10
-
Niels Möller authored
client_userauth.c, connection_commands.c, debug.c, gateway_commands.c, io_commands.c, read_packet.c, socks.c, tcpforward.c, tcpforward_commands.c, and write_packet.c. Rev: src/Makefile.am:1.28.2.18
-
Niels Möller authored
* src/keyexchange.c: Likewise. * src/server_pty.c: Likewise. Rev: src/server_pty.c:1.29.2.3
-
Niels Möller authored
Rev: src/lsh.c:1.200.2.7
-
Niels Möller authored
* src/lsh-writekey.c: Likewise. Rev: src/lsh-decrypt-key.c:1.2.2.3 Rev: src/lsh-writekey.c:1.40.2.3
-
Niels Möller authored
* src/keyexchange.c: Likewise. Rev: src/keyexchange.c:1.94.2.5
-
Niels Möller authored
Rev: src/dh_exchange.c:1.20.2.6
-
Niels Möller authored
Rev: src/command.c:1.50.2.1
-
Niels Möller authored
(client_argp_parser): Ifed out tcp-forward handling. Rev: src/client.c:1.166.2.4
-
Niels Möller authored
Rev: src/channel.c:1.125.2.4 Rev: src/channel.h:1.77.2.4
-
Niels Möller authored
lshd-connection. It actually works now. Rev: src/lsh.c:1.200.2.6
-
Niels Möller authored
Rev: src/lshd-connection.c:1.1.2.9
-
Niels Möller authored
Rev: ChangeLog:1.857.2.40
-
Niels Möller authored
LSHD_CONNECTION and LSHD_USERAUTH. Rev: src/testsuite/functions.sh:1.40.2.1
-
Niels Möller authored
Rev: src/Makefile.am:1.28.2.17
-
Niels Möller authored
(class lsh_options): Deleted most options. (read_known_hosts, read_user_keys, do_lsh_lookup, make_lsh_host_db, make_lsh_login, make_lsh_connect): Deleted functions that have moved to lsh-transport. (class lsh_host_db): Deleted class. (main_options): Ifed out unimplemented options. (main_argp_parser): Likewise. (transport_exit_callback, make_transport_exit_callback): New functions. (fork_lsh_transport): New function. (main): Call fork_lsh_transport. Rev: src/lsh.c:1.200.2.5
-
Niels Möller authored
LSHD_USERAUTH. Rev: src/lshd-userauth.c:1.1.2.11
-
Niels Möller authored
Rev: src/lsh-transport.c:1.1.2.11
-
Niels Möller authored
(make_accept_service_handler, do_request_service) (make_request_service): Deleted obsolete functions. (class accept_service_handler): Deleted. (client_options): Ifed out unimplemented flags. (client_argp_parser): Likewise. Rev: src/client.c:1.166.2.3
-
- 31 Aug, 2005 6 commits
-
-
Niels Möller authored
* src/lshd-userauth.c (main): Likewise. * src/lshd.c (make_configuration): Likewise. Rev: src/lshd-userauth.c:1.1.2.10 Rev: src/lshd.c:1.170.2.26
-
Niels Möller authored
Rev: src/lsh-transport.c:1.1.2.10
-
Niels Möller authored
(ENV_LSHD_USERAUTH): New environment variables. (GET_FILE_ENV): New macro. (PATH_EXECUV): Deleted. Other PATH_* names renamed to FILE_*. (FILE_LSHD_CONNECTION, FILE_LSHD_USERAUTH, FILE_LSH_TRANSPORT): New filenames. Rev: src/environ.h.in:1.5.2.1
-
Niels Möller authored
Rev: ChangeLog:1.857.2.39
-
Niels Möller authored
Rev: src/io.c:1.215.2.5
-
Niels Möller authored
Rev: configure.ac:1.59.2.2
-
- 16 Aug, 2005 9 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.857.2.38
-
Niels Möller authored
Rev: src/lshd.h:1.1.2.10(DEAD)
-
Niels Möller authored
write_margin. * src/transport.c (init_transport_connection): Initialize write_margin. (transport_connection_kill): Renamed function. Was transport_kill. (transport_write_almost_full): New function. (transport_start_write): Use transport_write_almost_full. (transport_stop_write): Likewise. (transport_send_packet): Slight simplification, using local variable writer. (transport_send_kexinit): Generating TRANSPORT_EVENT_STOP_APPLICATION, not TRANSPORT_EVENT_START_APPLICATION. Rev: src/transport.c:1.6.2.12 Rev: src/transport.h:1.7.2.10
-
Niels Möller authored
Rev: src/ssh_read.c:1.1.2.6
-
Niels Möller authored
Rev: src/ssh.h:1.12.2.4
-
Niels Möller authored
for communicating with the service layer. * src/lshd.c: Likewise. Rev: src/lsh-transport.c:1.1.2.9 Rev: src/lshd.c:1.170.2.25
-
Niels Möller authored
Rev: src/lsh-decode-key.c:1.22.2.3
-
Niels Möller authored
transport_forward.c. Rev: src/Makefile.am:1.28.2.16
-
Niels Möller authored
of cleartext messages needed by lshd and lsh-transport. * src/transport_forward.h: New file. Rev: src/transport_forward.c:1.1.2.2 Rev: src/transport_forward.h:1.1.2.2
-
- 15 Aug, 2005 1 commit
-
-
Niels Möller authored
of cleartext messages needed by lshd and lsh-transport. * src/transport_forward.h: New file. Rev: src/transport_forward.c:1.1.2.1 Rev: src/transport_forward.h:1.1.2.1
-
- 30 Apr, 2005 2 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.857.2.37
-
Niels Möller authored
and publickey_crypto.h. Rev: src/algorithms.c:1.36.2.2 Rev: src/algorithms.h:1.12.2.2 Rev: src/client_keyexchange.c:1.68.2.4 Rev: src/client_userauth.c:1.61.2.1 Rev: src/dh_exchange.c:1.20.2.5 Rev: src/dsa.c:1.42.2.2 Rev: src/keyexchange.c:1.94.2.4 Rev: src/keyexchange.h:1.60.2.6 Rev: src/lsh-decode-key.c:1.22.2.2 Rev: src/lsh-decrypt-key.c:1.2.2.2 Rev: src/lsh-keygen.c:1.20.2.2 Rev: src/lsh-transport.c:1.1.2.8 Rev: src/lsh-writekey.c:1.40.2.2 Rev: src/lsh.c:1.200.2.4 Rev: src/lsh_string.c:1.2.2.4 Rev: src/lshd-userauth.c:1.1.2.9 Rev: src/lshd.c:1.170.2.24 Rev: src/lshd.h:1.1.2.9 Rev: src/randomness.h:1.16.2.1 Rev: src/read_packet.h:1.11.2.1 Rev: src/rsa.c:1.29.2.2 Rev: src/server_keyexchange.c:1.58.2.8 Rev: src/spki.c:1.58.2.1 Rev: src/spki.h:1.32.2.1 Rev: src/srp_exchange.c:1.21.2.1 Rev: src/transport.h:1.7.2.9
-