- 15 Nov, 2000 35 commits
-
-
Niels Möller authored
Rev: src/tty.c:1.10 Rev: src/tty.h:1.10
-
Niels Möller authored
service.c. Rev: src/server.c:1.65
-
Niels Möller authored
Rev: src/lshg.c:1.2
-
Niels Möller authored
Rev: src/lsh.c:1.123
-
Niels Möller authored
(interact): Renamed the class abstract_interact. Added methods get_attributes and set_attributes. * src/interact.h (window_change_callback): New class. (abstract_interact): Replaced the window_change method with to methods, window_size and window_change_subscribe. * src/interact.c: Moved unix_interact class to unix_interact.c. Rev: src/interact.c:1.4 Rev: src/interact.h:1.4
-
Niels Möller authored
Rev: NEWS:1.65 Rev: src/channel_commands.h:1.16 Rev: src/client_userauth.c:1.42
-
Niels Möller authored
(client_winch_handler): New class implementing sending of window-change messages. (client_tty_resource): New class. (do_pty_continuation): Hook in window-change handler, and a resource for resetting the tty attributes when the channel is closed. (make_pty_request): Take a struct interact argument, rather than a tty file desciptor. Rev: src/client_pty.c:1.14 Rev: src/client_pty.h:1.5
-
Niels Möller authored
service.c. (client_session): Moved this class to client_session.c. Rev: src/client.c:1.100 Rev: src/client.h:1.33
-
Niels Möller authored
Rev: src/Makefile.am.in:1.94
-
Niels Möller authored
functions, format_service_request() and format_service_accept() to the files that use them. Rev: src/service.c:1.18 Rev: src/service.h:1.18
-
Niels Möller authored
client.c. Rev: src/client_session.c:1.1 Rev: src/client_session.h:1.1
-
Niels Möller authored
Rev: src/unix_interact.c:1.1
-
Niels Möller authored
Rev: ChangeLog:1.266 Rev: src/.cvsignore:1.25
-
Niels Möller authored
Rev: src/unix_user.c:1.29
-
Niels Möller authored
* src/lsh.c (main): Likewise. * src/lsh-writekey.c (main): Likewise. * src/lsh-export-key.c (main): Likewise. * src/sexp-conv.c (main): Likewise. * src/srp-gen.c (main): Likewise. Rev: src/sexp-conv.c:1.5 Rev: src/srp-gen.c:1.5
-
Niels Möller authored
(do_alloc_pty): Likewise. Rev: src/server_session.c:1.52
-
Niels Möller authored
before closing them. (make_pty_info): Use resource_init(). Bugfix: Don't initialize alive to 0; that would cause the pty to be dropped from resource lists where it is inserted. Instead, set the fd:s to -1 to indicate that no pty has been allocated yet. (pty_allocate): Set fd:s to -1 if they are closed. Rev: src/server_pty.c:1.18
-
Niels Möller authored
(resource_init): New function. (empty_resource_list): Use resource_init(). Rev: src/resource.c:1.12 Rev: src/resource.h:1.10
-
Niels Möller authored
(do_reaper_callback): Moved the waitpid() logic into a callback, that is used as an lsh signal handler. (reaper_install_handler): New function. (make_reaper): Install lsh signal handler (by calling reaper_install_handler). (reaper_run): Obsoleted, #if:ed out. Rev: src/reaper.c:1.15 Rev: src/reaper.h:1.8
-
Niels Möller authored
Rev: src/lshg.c:1.1
-
Niels Möller authored
Rev: src/lsh.h:1.17
-
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
-
Niels Möller authored
* src/lsh.c (main): Likewise. * src/lsh-writekey.c (main): Likewise. * src/lsh-export-key.c (main): Likewise. Rev: src/lsh-decode-key.c:1.6 Rev: src/lsh-export-key.c:1.5 Rev: src/lsh-writekey.c:1.7 Rev: src/lsh.c:1.122
-
Niels Möller authored
Moved classes io_backend and callout to io.c. Rev: src/io.h:1.67
-
Niels Möller authored
(lsh_callout): Renamed the callout class, and made it inherit resource. (io_iter): Call signal handlers. (make_io_backend): New function. (init_backend): Deleted function. (io_signal_handler): New function. (io_callout): New function. (init_file): Use resource_init(). Rev: src/io.c:1.117
-
Niels Möller authored
(abstract_interact): Replaced the window_change method with to methods, window_size and window_change_subscribe. Rev: src/interact.h:1.3
-
Niels Möller authored
Rev: src/interact.c:1.3
-
Niels Möller authored
from connection_commands.c. This way, it is possible to link lshg without dragging in the keyexchange and crypto code. Rev: src/handshake.c:1.1 Rev: src/handshake.h:1.1
-
Niels Möller authored
connection_command. Rev: src/gateway_commands.c:1.5
-
Niels Möller authored
simple connection related commands. Moved a lot of code to handshake.h. Rev: src/connection_commands.h:1.16
-
Niels Möller authored
Rev: src/connection_commands.c:1.33
-
Niels Möller authored
connection_commands.c (make_connection_close_handler): Likewise. Rev: src/connection.c:1.60 Rev: src/connection.h:1.57
-
Niels Möller authored
Rev: configure.in:1.92
-
Niels Möller authored
Rev: doc/TODO:1.94
-
Niels Möller authored
(lshg_LDADD): Don't link lshg with symmetric/libsymmetric.a. Rev: src/Makefile.am.in:1.93
-
- 14 Nov, 2000 5 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.265 Rev: NEWS:1.64
-
Niels Möller authored
Use SIGNER_GET_PUBLIC(). Rev: src/testsuite/macros.m4:1.9
-
Niels Möller authored
Rev: src/testsuite/macros.m4:1.8
-
Niels Möller authored
before starting background poll. Rev: src/unix_random.c:1.3
-
Niels Möller authored
Rev: src/srp-gen.c:1.4
-