- 02 Oct, 1999 3 commits
-
-
Niels Möller authored
resources when it is closed. (register_channel): Register the channel's resources list as an item on the connection's. (init_channel): Initialize resources list. (make_channel_read_close_callback): Renamed from make_channel_close_callback, for the same reason. (channel_io_exception_handler): Exception handler to close the channel on i/o errors. Primarily useful for fd:s the channel writes to. (make_channel_io_exception_handler): New function. * src/channel.c (channel_read_close_callback): Renamed from channel_close_callback. The previous behaviour, which used the callback for fd:s the channel writes to, was completely bogus. * src/channel.c (channel_close): Do nothing if we have already sent CHANNEL_CLOSE. (channel_eof): Do nothing if we have already sent CHANNEL_EOF, or either sent or received CHANNEL_CLOSE. * src/channel.h (ssh_channel): Added a resources attribute. Rev: src/channel.c:1.59 Rev: src/channel.h:1.45
-
Niels Möller authored
indirect-special, as it is useful for non-structs. Rev: src/queue.h:1.7 Rev: src/scm/gaba.scm:1.2 Rev: src/write_buffer.h:1.17 Rev: src/zlib.c:1.20
-
Niels Möller authored
unconditionally send a DEBUG message. (send_debug, send_verbose): Change argument type from struct ssh_connection to struct abstract_write. Rev: src/debug.c:1.31 Rev: src/debug.h:1.12
-
- 30 Sep, 1999 2 commits
-
-
Niels Möller authored
Rev: configure.in:1.24
-
Niels Möller authored
Rev: doc/NOTES:1.7
-
- 27 Sep, 1999 5 commits
-
-
Niels Möller authored
Rev: NEWS:1.25
-
Niels Möller authored
Rev: ChangeLog:1.100 Rev: NEWS:1.24 Rev: src/server_userauth.c:1.19
-
Niels Möller authored
(SCHEME): Added -l flag to load compatibility code for the right scheme implementation. Changed rules to use gaba.scm and make-char-classes.scm which have moved to the scm subdir. Rev: src/Makefile.am.in:1.57
-
Niels Möller authored
option to select scheme implementation. Generate src/scm/Makefile. Rev: configure.in:1.23
-
Niels Möller authored
Rev: doc/TODO:1.59 Rev: src/scm/Makefile.am.in:1.1 Rev: src/scm/compiler.scm:1.1 Rev: src/scm/gaba.scm:1.1 Rev: src/scm/guile-compat.scm:1.1 Rev: src/scm/make-char-classes.scm:1.1 Rev: src/scm/scsh-compat.scm:1.1
-
- 23 Sep, 1999 1 commit
-
-
Niels Möller authored
Rev: ChangeLog:1.99
-
- 22 Sep, 1999 2 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.98 Rev: NEWS:1.23 Rev: src/publickey_crypto.h:1.24 Rev: src/server_userauth.c:1.18 Rev: src/server_userauth.h:1.2
-
Niels Möller authored
CHANNEL_SENT_CLOSE flag before calling channel_close(). Rev: src/channel.c:1.58
-
- 21 Sep, 1999 16 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.97 Rev: src/keyexchange.h:1.39
-
* src/server_publickey.h: removed, contents moved to server_userauth.h * src/server_userauth.h: merged with former server_password.h & server_publickey.h * src/server_userauth.c: unix account handling funtions moved here, userauth_handler class. Rev: src/server_password.c:1.25 Rev: src/server_password.h:1.2(DEAD) Rev: src/server_publickey.h:1.2(DEAD) Rev: src/server_userauth.c:1.17 Rev: src/server_userauth.h:1.1
-
Niels Möller authored
signature_start. Rev: src/server_publickey.c:1.2
-
Niels Möller authored
Rev: src/server_authorization.c:1.2 Rev: src/server_session.c:1.17 Rev: src/server_session.h:1.3
-
Niels Möller authored
Rev: src/server_keyexchange.c:1.31
-
Niels Möller authored
Rev: src/server.c:1.61
-
Niels Möller authored
Rev: src/sexp_conv.c:1.4
-
Niels Möller authored
and free the dsa_public struct properly. Rev: src/spki.c:1.3
-
Niels Möller authored
Rev: src/lshd.c:1.63
-
Niels Möller authored
initializer. Rev: src/lsh.c:1.73
-
Niels Möller authored
* src/publickey_crypto.c: renamed make_keypair_info renamed to make_keypair, and moved here. Rev: src/keyexchange.c:1.56 Rev: src/publickey_crypto.c:1.34
-
Niels Möller authored
* src/publickey_crypto.h: renamed keypair_info to keypair, and moved here. Rev: src/keyexchange.h:1.38 Rev: src/publickey_crypto.h:1.23
-
Niels Möller authored
(make_dsa_signer): Use init_dsa_public. Rev: src/dsa.c:1.3
-
Niels Möller authored
STATIC_EXCEPTION. Rev: src/exception.c:1.8
-
Niels Möller authored
make_once_continuation Rev: src/command.c:1.27 Rev: src/command.h:1.36
-
Niels Möller authored
error message. Rev: src/sexp_streamed_parser.c:1.13
-
- 20 Sep, 1999 11 commits
-
-
Niels Möller authored
Rev: doc/TODO:1.58 Rev: src/tcpforward.c:1.30
-
Niels Möller authored
prog1, to get things evaluated at the right time. Rev: src/tcpforward_commands.c:1.13
-
Niels Möller authored
done at the start of the loop. Rev: src/sexp_streamed_parser.c:1.12
-
Niels Möller authored
exceptions. In particular, removed all handling of EXC_IO_EOF. Rev: src/server_session.c:1.16
-
Niels Möller authored
Rev: src/read_data.c:1.25
-
Niels Möller authored
(make-output): Associate any otherwise undefined global with a C symbol with the same name, but in uppercase. Rev: src/make_class:1.21
-
Niels Möller authored
Rev: src/lsh_writekey.c:1.14
-
Niels Möller authored
Rev: src/lsh.c:1.72 Rev: src/lsh.h:1.9
-
Niels Möller authored
Rev: src/io.h:1.45
-
Niels Möller authored
(do_consuming_read): On EOF, pass NULL to the consumer, and close fd. Rev: src/io.c:1.77
-
Niels Möller authored
Rev: src/exception.h:1.10
-