- 26 Sep, 2001 6 commits
-
-
Niels Möller authored
Rev: src/sftp/xmalloc.c:1.2
-
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
-
Niels Möller authored
connect_connection_command): New static commands, replacing make_simple_connect and make_connect_connection. Updated users. Rev: src/io_commands.c:1.47 Rev: src/io_commands.h:1.22 Rev: src/lsh.c:1.149 Rev: src/lsh_proxy.c:1.26 Rev: src/tcpforward_commands.c:1.37
-
Niels Möller authored
using DEFINE_CHANNEL_OPEN. Updated users. Rev: src/client.c:1.131 Rev: src/client.h:1.46 Rev: src/client_x11.c:1.14
-
Niels Möller authored
(DEFINE_CHANNEL_REQUEST): New macro. Rev: src/channel.h:1.70
-
Niels Möller authored
inflateEnd, when deleting a deflate object. FIX copied from 1.2 branch. Rev: src/zlib.c:1.32
-
- 25 Sep, 2001 23 commits
-
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.29
-
Niels Möller authored
Rev: ChangeLog:1.417
-
Niels Möller authored
the gc callout. * src/gc.c (gc_final): Always define gc_fianl, and kill the resources in the root set. Deallocation and checks for leaks is still done only when DEBUG_ALLOC is defined. Rev: src/gc.c:1.24
-
Niels Möller authored
(lsh_oop_register_callout): New function. (lsh_oop_cancel_callout): New function. (do_kill_callout): New function. (io_callout): Deleted delay argument, as delays are not currently implemented. * src/io.c (io_final): Call gc_final. That makes sure that all callbacks are cancelled. Updated callers to not use gc_final, only io_final. Rev: src/io.c:1.150 Rev: src/io.h:1.81
-
Niels Möller authored
Rev: ChangeLog:1.416
-
Niels Möller authored
string before passing it to make_io_write_file_info. (lsh_writekey_options2public_file): Updated call to make_io_write_file_info. Rev: src/lsh-writekey.c:1.18
-
Niels Möller authored
Rev: src/resource.c:1.20
-
Niels Möller authored
pretty-printing code. Rev: src/sexp.c:1.40
-
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
-
Niels Möller authored
NAME argument. Now a struct lsh_string *. Rev: src/io_commands.c:1.46 Rev: src/io_commands.h:1.21
-
Niels Möller authored
callbacks are cancelled. Rev: src/io.c:1.149
-
Niels Möller authored
resources in the root set. Deallocation and checks for leaks is still done only when DEBUG_ALLOC is defined. Rev: src/gc.c:1.23 Rev: src/gc.h:1.10
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.28 Rev: src/nettle/NEWS:1.3
-
Niels Möller authored
Rev: src/nettle/sha1.c:1.4
-
Niels Möller authored
Rev: src/nettle/md5.c:1.3
-
Niels Möller authored
those C source files that should be generated by m4. Rev: src/nettle/testsuite/Makefile.am:1.10
-
Niels Möller authored
Rev: src/nettle/configure.in:1.4
-
Niels Möller authored
Rev: src/nettle/Makefile.am:1.15
-
Niels Möller authored
Rev: src/nettle/AUTHORS:1.2
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.27
-
Niels Möller authored
declared in the middle of a block. Rev: src/nettle/des-compat.c:1.6
-
Niels Möller authored
Rev: src/client_x11.c:1.13
-
Niels Möller authored
Rev: ChangeLog:1.415
-
- 24 Sep, 2001 11 commits
-
-
Niels Möller authored
(lsh_object_check_subtype): Likewise. Rev: src/xalloc.c:1.29
-
Niels Möller authored
stdin arguments. Delay call of read_sexp. Rev: src/lsh-writekey.c:1.17
-
Niels Möller authored
returned. Rev: src/command.c:1.47
-
Niels Möller authored
Rev: ChangeLog:1.414
-
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
Rev: src/scm/gaba.scm:1.12
-
Niels Möller authored
(root_set): New global variable. Rev: src/gc.c:1.22
-
Niels Möller authored
Rev: ChangeLog:1.413
-
Niels Möller authored
is empty. Rev: src/write_buffer.c:1.25
-
Niels Möller authored
interact, which points to the corresponding unix_interact. (do_kill_window_subscriber): New function, which updates the number of subscribers and removes the SIGWINCH handler if there are no subscribers left. (unix_interact): Added attributes backend, winch_handler and nsubscribers. (unix_window_change_subscribe): Keep track of number of subscribers, and install the signal handler if it is needed. (make_unix_interact): Don't install any signal handler yet. Rev: src/unix_interact.c:1.11
-
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
-