- 24 Sep, 2001 7 commits
-
-
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
-
Niels Möller authored
(lsh_oop_signal_callback): Return OOP_CONTINUE. (lsh_oop_fd_read_callback): Return OOP_CONTINUE. (lsh_oop_register_read_fd): Check want_read, so we don't try to register the callback twice. (lsh_oop_fd_write_callback): Fixed assertion. (lsh_oop_fd_write_callback): Return OOP_CONTINUE. (lsh_oop_register_write_fd): Check want_write, so we don't try to register the callback twice. (io_run): Print a trace message if/when oop_sys_run returns. (do_connect_callback): Improved trace messages. (io_connect): Initialize fd->write before calling lsh_oop_register_write_fd. (io_listen): Initialize fd->read before calling lsh_oop_register_read_fd. (close_fd): Call lsh_oop_cancel_read_fd and lsh_oop_cancel_write_fd before clearing the alive flag. Rev: src/io.c:1.147
-
- 23 Sep, 2001 3 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.412
-
Niels Möller authored
Rev: src/io.c:1.146
-
Niels Möller authored
Rev: src/write_buffer.c:1.24
-
- 21 Sep, 2001 10 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.411 Rev: src/lshd.c:1.122 Rev: src/resource.c:1.19
-
Niels Möller authored
Rev: configure.in:1.125
-
Niels Möller authored
(lsh_oop_register_read_fd): Updated the want_read flag. Changed most functions to call this function instead of updating the flag directly. (lsh_oop_cancel_read_fd): Likewise. (lsh_oop_register_write_fd): Analogous changes for the want_write flag. (lsh_oop_cancel_write_fd): Likewise. (do_exc_finish_read_handler): Use lsh_oop_register_read_fd and lsh_oop_cancel_read_fd. Rev: src/io.c:1.145
-
Niels Möller authored
Rev: src/io.h:1.79
-
Niels Möller authored
(do_write): Call lsh_oop_register_write_fd when buffer gets non-empty. Rev: src/write_buffer.c:1.23 Rev: src/write_buffer.h:1.21
-
Niels Möller authored
behaviour. * src/unix_interact.c (make_unix_interact): Likewise. Rev: src/unix_interact.c:1.10
-
Niels Möller authored
Rev: src/server_session.c:1.67
-
Niels Möller authored
behaviour. Rev: src/reaper.c:1.20
-
Niels Möller authored
lsh_oop_register_read_fd. * src/client_session.c (do_send_adjust): Likewise. (do_client_io): Likewise. Rev: src/client_session.c:1.11
-
Niels Möller authored
lsh_oop_register_read_fd. Rev: src/channel_forward.c:1.3
-
- 20 Sep, 2001 1 commit
-
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.26
-
- 19 Sep, 2001 3 commits
-
-
Niels Möller authored
emntioning md5-compat.h and des-compat.h. Rev: src/nettle/nettle.texinfo:1.7
-
Niels Möller authored
Rev: ChangeLog:1.410
-
Niels Möller authored
PEER_SSH_DSS_KLUDGE workaround. FIX copied from 1.2 branch. Rev: src/server_keyexchange.c:1.50
-
- 18 Sep, 2001 4 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.409 Rev: src/nettle/ChangeLog:1.25
-
Niels Möller authored
(do_write_callback): Call FD_PREPARE. (close_fd): Call lsh_oop_cancel_fd. (close_fd_nicely): Likewise. (close_fd_read): Likewise. Rev: src/io.c:1.144
-
Niels Möller authored
Rev: src/nettle/index.html:1.1
-
Niels Möller authored
Rev: src/nettle/README:1.3
-
- 17 Sep, 2001 4 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.408
-
Niels Möller authored
(make_lsh_oop_glue): New function. (lsh_oop_signal_callback): New function. (lsh_oop_register_signal): New function. (lsh_oop_fd_callback): New function. (lsh_oop_register_fd): New function. Rev: src/io.c:1.143
-
Niels Möller authored
Rev: ChangeLog:1.407
-
Niels Möller authored
Rev: src/io.c:1.142 Rev: src/io.h:1.78
-
- 16 Sep, 2001 7 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.406 Rev: src/nettle/ChangeLog:1.24
-
Niels Möller authored
Rev: src/nettle/nettle.texinfo:1.6
-
Niels Möller authored
Rev: doc/lsh.texinfo:1.25
-
Niels Möller authored
Rev: ChangeLog:1.405 Rev: src/nettle/ChangeLog:1.23 Rev: src/werror.c:1.63
-
Niels Möller authored
blocks), the last block of zeroes wasn't used anyway. Rev: src/nettle/testsuite/des-compat-test.c:1.2
-
Niels Möller authored
order. (des_ncbc_encrypt): Bug fixed. (des_cbc_encrypt): Rewritten as a wrapper around des_ncbc_encrypt. Rev: src/nettle/des-compat.c:1.5
-
Niels Möller authored
before crashing. Rev: src/dsa.c:1.29
-
- 14 Sep, 2001 1 commit
-
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.22 Rev: src/nettle/testsuite/.cvsignore:1.8
-