- 05 Jul, 2002 1 commit
-
-
Niels Möller authored
* src/server_session.c: Likewise. * src/server_x11.c: Likewise. Rev: ChangeLog:1.527 Rev: src/lshd.c:1.141 Rev: src/server_session.c:1.92 Rev: src/server_x11.c:1.5
-
- 28 Jun, 2002 1 commit
-
-
Niels Möller authored
--no-tcpip-forward (earlier there was no option for disabling tcpip forward), --x11-forward and --no-x11-forward. (main_argp_parser): Handle x11 options. (main): Install handler for x11-req, if appropriate. Rev: src/lshd.c:1.140
-
- 27 Jun, 2002 1 commit
-
-
Niels Möller authored
and const. * src/lshd.c (main): Likewise. Rev: src/lsh.c:1.164 Rev: src/lshd.c:1.139
-
- 15 May, 2002 1 commit
-
-
Pontus Freyhult authored
--no-tcpwrappers and --tcpwrappers-msg. Rev: src/lshd.c:1.138
-
- 14 May, 2002 1 commit
-
-
Pontus Freyhult authored
until it's needed, This enables normal users to do lshd --help. Rev: src/lshd.c:1.137
-
- 18 Mar, 2002 1 commit
-
-
Niels Möller authored
of resources to be killed at sighup or program exit. (make_lshd_options): Create the resource list, and register it with the gc. (pid_file_resource): New class. (sighup_close_callback): New class. (do_sighup_close_callback): New SIGHUP handler. (make_sighup_close_callback): New function. (close_on_sighup): New command. (make_lshd_listen): Close listen socket on SIGHUP. (do_terminate_callback): Always catch SIGTERM. (install_signal_handlers): Renamed the function install_terminate_handler. Now installs handlers for both SIGHUP and SIGTERM. (main): Arrange for the pidfile to be deleted at exit or SIGHUP. Rev: src/lshd.c:1.136
-
- 15 Mar, 2002 1 commit
-
-
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
-
- 21 Jan, 2002 1 commit
-
-
Niels Möller authored
New functions using struct nettle_hash. (make_hmac_algorithm): Reorganized hmac implementation again. Now uses struct nettle_hash. Updated all users. Rev: src/abstract_crypto.c:1.20 Rev: src/dh_exchange.c:1.14 Rev: src/encrypt.c:1.24 Rev: src/keyexchange.c:1.80 Rev: src/keyexchange.h:1.52 Rev: src/lsh.c:1.158 Rev: src/lshd.c:1.134 Rev: src/pkcs5-test.c:1.6 Rev: src/pkcs5.c:1.6 Rev: src/publickey_crypto.h:1.45 Rev: src/read_packet.c:1.51 Rev: src/server_authorization.c:1.18 Rev: src/server_authorization.h:1.5 Rev: src/sexp-conv.c:1.13 Rev: src/spki.c:1.38 Rev: src/spki.h:1.25 Rev: src/srp-gen.c:1.14 Rev: src/srp.h:1.5 Rev: src/srp_exchange.c:1.13
-
- 09 Jan, 2002 1 commit
-
-
Niels Möller authored
Rev: src/lshd.c:1.133
-
- 12 Dec, 2001 1 commit
-
-
Niels Möller authored
Rev: src/client.c:1.136 Rev: src/client.h:1.49 Rev: src/lsh-keygen.c:1.10 Rev: src/lsh-writekey.c:1.22 Rev: src/lsh.c:1.156 Rev: src/lsh_proxy.c:1.29 Rev: src/lshd.c:1.132 Rev: src/srp-gen.c:1.13
-
- 03 Oct, 2001 2 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.427 Rev: src/lsh.c:1.155 Rev: src/lsh_proxy.c:1.28 Rev: src/lshd.c:1.131
-
Niels Möller authored
and replaces options2keyfile. Rev: src/lshd.c:1.130
-
- 28 Sep, 2001 1 commit
-
-
Niels Möller authored
Rev: ChangeLog:1.423 Rev: src/lshd.c:1.129
-
- 27 Sep, 2001 2 commits
-
-
Niels Möller authored
session channels. Rev: src/lshd.c:1.128
-
Niels Möller authored
Rev: ChangeLog:1.419 Rev: src/channel_commands.c:1.26 Rev: src/client_pty.c:1.21 Rev: src/client_session.c:1.12 Rev: src/client_x11.c:1.15 Rev: src/connection.c:1.65 Rev: src/gateway_commands.c:1.12 Rev: src/gc.c:1.25 Rev: src/lsh.c:1.150 Rev: src/lshd.c:1.127 Rev: src/proxy.c:1.14 Rev: src/server_session.c:1.70 Rev: src/server_userauth.c:1.35
-
- 26 Sep, 2001 1 commit
-
-
Niels Möller authored
exec_request_handler): Defined as static objects using DEFINE_CHANNEL_REQUEST. Updated users. Rev: src/lshd.c:1.126 Rev: src/server_session.c:1.69 Rev: src/server_session.h:1.17
-
- 25 Sep, 2001 1 commit
-
-
Niels Möller authored
callbacks are cancelled. Updated callers to not use gc_final, only io_final. Rev: src/lsh-decode-key.c:1.11 Rev: src/lsh-export-key.c:1.11 Rev: src/lsh.c:1.148 Rev: src/lsh_proxy.c:1.25 Rev: src/lshd.c:1.125 Rev: src/lshg.c:1.15 Rev: src/sexp-conv.c:1.10 Rev: src/srp-gen.c:1.12
-
- 24 Sep, 2001 2 commits
-
-
Niels Möller authored
files with gc_global() instead. Deleted all references to io_backend in the rest of the source files. Doesn't quite work yet. Rev: src/client.c:1.130 Rev: src/client.h:1.45 Rev: src/client_x11.c:1.12 Rev: src/gc.h:1.9 Rev: src/interact.h:1.9 Rev: src/io.c:1.148 Rev: src/io.h:1.80 Rev: src/io_commands.c:1.45 Rev: src/io_commands.h:1.20 Rev: src/lsh-decode-key.c:1.10 Rev: src/lsh-export-key.c:1.10 Rev: src/lsh-writekey.c:1.16 Rev: src/lsh.c:1.147 Rev: src/lsh.h:1.22 Rev: src/lsh_proxy.c:1.24 Rev: src/lshd.c:1.124 Rev: src/lshg.c:1.14 Rev: src/reaper.c:1.21 Rev: src/reaper.h:1.10 Rev: src/resource.h:1.12 Rev: src/server_session.c:1.68 Rev: src/server_session.h:1.16 Rev: src/server_userauth.h:1.19 Rev: src/sexp-conv.c:1.9 Rev: src/srp-gen.c:1.11 Rev: src/tcpforward_commands.c:1.36 Rev: src/tcpforward_commands.h:1.6 Rev: src/unix_interact.c:1.12 Rev: src/unix_user.c:1.41
-
Niels Möller authored
option. Now --daemon --no-syslog puts the process into the background without the rest of the daemonic setup. These option names should be changed to something more correct, but it is used only be the testsuite. Rev: src/lshd.c:1.123
-
- 21 Sep, 2001 1 commit
-
-
Niels Möller authored
Rev: ChangeLog:1.411 Rev: src/lshd.c:1.122 Rev: src/resource.c:1.19
-
- 26 Aug, 2001 1 commit
-
-
Niels Möller authored
(parse_subsystem_list): New function. (main_argp_parser): Handle --subsystems. (main): Install a subsystems handler, if appropriate. Rev: src/lshd.c:1.121
-
- 21 Aug, 2001 1 commit
-
-
Niels Möller authored
authentication method. (main): Always require user authentication (used to allow clients to start the ssh-connection service directly, under the same restrictions as for "none" authentication). Rev: src/lshd.c:1.120
-
- 06 Jul, 2001 1 commit
-
-
Niels Möller authored
* src/lsh.c: Likewise. * src/lshd.c: Likewise. Rev: src/lshd.c:1.119
-
- 04 Jul, 2001 1 commit
-
-
Niels Möller authored
Rev: src/lshd.c:1.118
-
- 03 Jul, 2001 1 commit
-
-
Niels Möller authored
explicit log-file option. Rev: src/lshd.c:1.117
-
- 15 May, 2001 1 commit
-
-
Niels Möller authored
Rev: src/lshd.c:1.116
-
- 03 May, 2001 2 commits
-
-
Niels Möller authored
Rev: src/lshd.c:1.115
-
Niels Möller authored
forking into the background. XXX Fix in 1.2 branch. Rev: src/lshd.c:1.114
-
- 17 Apr, 2001 1 commit
-
-
Niels Möller authored
interface! XXX Fix in 1.2 branch. Rev: src/lshd.c:1.113
-
- 25 Mar, 2001 1 commit
-
-
Niels Möller authored
catch the TERM signal and call exit() sometime later. Rev: src/lshd.c:1.112
-
- 22 Mar, 2001 1 commit
-
-
Niels Möller authored
arrange for exit(0) to be called on termination. Rev: src/lshd.c:1.111
-
- 04 Feb, 2001 1 commit
-
-
Niels Möller authored
Rev: src/lshd.c:1.110
-
- 31 Jan, 2001 1 commit
-
-
Niels Möller authored
userauth. Rev: src/lshd.c:1.109
-
- 24 Jan, 2001 1 commit
-
-
Niels Möller authored
Rev: ChangeLog:1.292 Rev: doc/TODO:1.100 Rev: src/lshd.c:1.108
-
- 17 Jan, 2001 1 commit
-
-
Niels Möller authored
program name. Note that PREFIX seems to get a bogus value "NONE" if the default prefix is used. Rev: src/lshd.c:1.107
-
- 10 Jan, 2001 1 commit
-
-
Niels Möller authored
Rev: ChangeLog:1.288 Rev: src/lshd.c:1.106 Rev: src/pkcs5-test.c:1.3 Rev: src/unix_random.c:1.6
-
- 26 Nov, 2000 1 commit
-
-
Niels Möller authored
* src/lshd.c: Likewise. Rev: src/lsh_proxy.c:1.19 Rev: src/lshd.c:1.105
-
- 20 Nov, 2000 1 commit
-
-
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
-
- 15 Nov, 2000 1 commit
-
-
Niels Möller authored
make_reaper(). Use io_run rather than reaper_run. * src/lshd.c (make_lshd_options): Likewise. Rev: src/lsh_proxy.c:1.18 Rev: src/lshd.c:1.103
-
- 14 Nov, 2000 1 commit
-
-
Niels Möller authored
* src/lsh_proxy.c: Likewise. * src/lshd.c: Likewise. Rev: src/lshd.c:1.102
-