- 20 Nov, 2000 11 commits
-
-
Niels Möller authored
include the iteration count. (do_spki_encrypt): Removed the dummy noiv string. Use NULL instead. (do_spki_encrypt): Include iteration count, using sexp_uint32(). (spki_password_decrypt): New class. (do_spki_decrypt): New function. (make_pkcs5_decrypt): New function. Rev: src/spki_commands.c:1.12 Rev: src/spki_commands.h:1.7
-
Niels Möller authored
(sexp2uint32): New function. Rev: src/sexp.c:1.34 Rev: src/sexp.h:1.31
-
Niels Möller authored
Rev: src/password.h:1.15
-
Niels Möller authored
Rev: src/lsh_types.h:1.41
-
Niels Möller authored
make_srp_client. Rev: src/lsh.c:1.125
-
Niels Möller authored
(main_argp_parser): Use interact class to ask for the password. Rev: src/lsh-writekey.c:1.8
-
Niels Möller authored
(send_password): Use interact class to ask for the password. (make_client_password_state): New argument tty. (client_password_method): New class. (make_client_password_auth): New argument tty. Rev: src/client_userauth.c:1.43 Rev: src/client_userauth.h:1.4
-
Niels Möller authored
Rev: src/client_password.c:1.10
-
Niels Möller authored
srp_client_exchange): New attribute tty. (do_handle_srp_reply): Use new interact class for asking for the password. (make_srp_client): New argument tty. Rev: src/client_keyexchange.c:1.54 Rev: src/client_keyexchange.h:1.17
-
Niels Möller authored
Rev: src/atoms.in:1.24
-
Niels Möller authored
Rev: src/Makefile.am.in:1.95
-
- 16 Nov, 2000 4 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.268 Rev: NEWS:1.66
-
Niels Möller authored
Rev: src/unix_user.c:1.30
-
Niels Möller authored
(fork_output): New function. (make_lsh_session): Optionally fork processes for handling stdio, to avoid setting the fd:s, that are potentially shared with other processes, in non-blocking mode. New option --cvs-workaround. Rev: src/lsh.c:1.124
-
Niels Möller authored
Rev: src/io.c:1.118 Rev: src/io.h:1.68
-
- 15 Nov, 2000 25 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.267 Rev: src/keyexchange.h:1.48
-
Niels Möller authored
Rev: src/service.c:1.19(DEAD) Rev: src/service.h:1.19(DEAD)
-
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
-