- 16 Mar, 2002 6 commits
-
-
Niels Möller authored
(shell_request_handler): Likewise. (exec_request_handler): Likewise. (do_spawn_subsystem): Likewise. Rev: src/server_session.c:1.82
-
Niels Möller authored
Rev: ChangeLog:1.467 Rev: NEWS:1.92
-
Niels Möller authored
killed by" from the message. (spawn_process): Rewrote function, using USER_SPAWN and struct spawn_info. Updated the shell_request, exec_request and subsystem_request handlers. (init_spawn_info): New function. (do_spawn_subsystem): Fixed argument list, should be -c <program>. Rev: src/server_session.c:1.81
-
Niels Möller authored
Rev: src/userauth.h:1.33
-
Niels Möller authored
lsh-execuv argument list. (do_spawn): Bug fix, don't reference info->pty->tty_name if info->pty is NULL. (make_unix_user): Initialize the spawn pointer. Rev: src/unix_user.c:1.45
-
Niels Möller authored
Rev: src/unix_process.c:1.4
-
- 15 Mar, 2002 10 commits
-
-
Niels Möller authored
Rev: src/unix_process.c:1.3
-
Niels Möller authored
Rev: ChangeLog:1.466
-
Niels Möller authored
the new USER_SPAWN method. (USER_SPAWN): New method. Rev: src/userauth.h:1.32
-
Niels Möller authored
(exec_shell): New function. (do_spawn): New function. #if:ed out code that has been moved to unix_process.c. (do_lookup_user): Use /bin/sh as login shell if there's no login shell in the passwd-database. Rev: src/unix_user.c:1.44
-
Niels Möller authored
which should be non-zero for a login session. Rev: src/unix_process.c:1.2
-
Niels Möller authored
Rev: src/server_session.c:1.80
-
Niels Möller authored
Rev: src/lsh-execuv.c:1.3
-
Niels Möller authored
Rev: src/lsh.h:1.25 Rev: src/lsh_proxy.c:1.31 Rev: src/lshd.c:1.135 Rev: src/reaper.c:1.23 Rev: src/reaper.h:1.11 Rev: src/server_userauth.h:1.20
-
Niels Möller authored
(lsh_execuv_LDADD): lsh-execuv need not be linked with liblsh. Rev: src/Makefile.am.in:1.131
-
Niels Möller authored
Rev: configure.in:1.133
-
- 14 Mar, 2002 22 commits
-
-
Niels Möller authored
Rev: src/userauth.c:1.6
-
Niels Möller authored
unix_user.c Rev: src/unix_process.c:1.1
-
Niels Möller authored
ordinary fucntion remember_Resource instead. Updated all callers. * src/resource.c (concrete_resource_list): Deleted class, put all information directly in the resource_lsit class. (remember_resource): New public function. Rev: src/channel.c:1.109 Rev: src/channel_forward.c:1.6 Rev: src/client_pty.c:1.22 Rev: src/client_session.c:1.16 Rev: src/client_x11.c:1.18 Rev: src/connection.c:1.71 Rev: src/connection_commands.c:1.41 Rev: src/gateway_commands.c:1.15 Rev: src/gc.c:1.30 Rev: src/io_commands.c:1.50 Rev: src/keyexchange.c:1.85 Rev: src/resource.c:1.25 Rev: src/resource.h:1.14 Rev: src/server_session.c:1.79
-
Pontus Freyhult authored
Rev: ChangeLog:1.465 Rev: configure.in:1.132
-
Pontus Freyhult authored
Changed version number from 1.0 to 1.0-pre and removed stray output line from configure.ac. Rev: src/sftp/ChangeLog:1.10 Rev: src/sftp/configure.ac:1.4
-
Niels Möller authored
Rev: ChangeLog:1.464 Rev: NEWS:1.91 Rev: src/gateway_commands.c:1.14 Rev: src/nettle/ChangeLog:1.74
-
Niels Möller authored
Rev: configure.in:1.131
-
Niels Möller authored
(init_connection_service): Call connection_after_keyexchange, to start reading again after a key exchange. Rev: src/channel.c:1.108 Rev: src/channel.h:1.71
-
Niels Möller authored
only if i > 0. Rev: src/gateway_channel.c:1.11
-
Niels Möller authored
connection_after_keyexchange. Rev: src/handshake.c:1.12
-
Niels Möller authored
to keyexchange_done. * src/connection.c (make_ssh_connection): Deleted the continuation argument. (connection_after_keyexchange): New function. * src/keyexchange.c (keyexchange_finish): Moved invocation of connection->established... * src/connection.c (connection_send_kex_end): ...to here. Rev: src/connection.c:1.70 Rev: src/connection.h:1.64 Rev: src/keyexchange.c:1.84
-
Niels Möller authored
send_kex_only flag. Rev: src/read_data.c:1.32
-
Niels Möller authored
Rev: src/nettle/sparc/aes.asm:1.67 Rev: src/nettle/x86/aes.asm:1.2
-
Niels Möller authored
(EXTRA_DIST): Added assembler files. Rev: src/nettle/Makefile.am:1.34
-
Niels Möller authored
* configure.in (asm_path): For now, disable x86 assembler code. Bumped version to 1.6. Rev: src/nettle/configure.in:1.15
-
Niels Möller authored
non-NULL. Rev: src/resource.c:1.24
-
Niels Möller authored
Disable key-expire timer during the key exchange. (make_kexinit_handler): Deleted init argument, it's now stored with the connection. (SESSION_KEY_LIFETIME_CLIENT, SESSION_KEY_LIFETIME_SERVER): New constants. (do_handle_newkeys): Install key expire timeout. (set_reexchange_timeout): New function. Rev: src/keyexchange.c:1.83 Rev: src/keyexchange.h:1.55
-
Niels Möller authored
Added trace call. Rev: src/io.c:1.159
-
Niels Möller authored
object in the connection's kexinit attribute. Rev: src/handshake.c:1.11
-
Niels Möller authored
for initiating keyexchange. Rev: src/connection.c:1.69 Rev: src/connection.h:1.63
-
Niels Möller authored
(default_crypto_algorithms): Likewise. Rev: src/algorithms.c:1.31
-
Niels Möller authored
Rev: src/Makefile.am.in:1.130
-
- 13 Mar, 2002 2 commits
-
-
Niels Möller authored
initiate_keyexchange. Updated callers. Disable the key re-exchange timer. (do_handle_kexinit): Call send_kexinit, instead of duplicating it. Rev: src/handshake.c:1.10 Rev: src/keyexchange.c:1.82 Rev: src/keyexchange.h:1.54
-
Niels Möller authored
Rev: ChangeLog:1.463 Rev: src/nettle/ChangeLog:1.73
-