- 27 Feb, 2002 2 commits
-
-
Niels Möller authored
timeout timer. Rev: src/channel.c:1.107
-
Niels Möller authored
Rev: src/nettle/nettle.texinfo:1.15
-
- 25 Feb, 2002 27 commits
-
-
Niels Möller authored
instructions to fill nop:s, and put branch instructions on even word addresses. Rev: src/nettle/sparc/aes.asm:1.66
-
Niels Möller authored
Rev: src/nettle/sparc/aes.asm:1.65
-
Niels Möller authored
Rev: src/nettle/sparc/aes.asm:1.64
-
Niels Möller authored
registers at the start. No more need for the idx register. Rev: src/nettle/sparc/aes.asm:1.63
-
Niels Möller authored
each. Rev: src/nettle/sparc/aes.asm:1.62
-
Pontus Freyhult authored
Rev: src/sftp/ChangeLog:1.8 Rev: src/sftp/gnu_stuff.c:1.2 Rev: src/sftp/gnu_stuff.h:1.2 Rev: src/sftp/lsftp.c:1.4
-
Niels Möller authored
instructions. Rev: src/nettle/sparc/aes.asm:1.61
-
Pontus Freyhult authored
Rev: src/sftp/ChangeLog:1.7 Rev: src/sftp/configure.ac:1.3
-
Niels Möller authored
slot that isn't filled yet. Rev: src/nettle/sparc/aes.asm:1.60
-
Niels Möller authored
Rev: src/nettle/sparc/aes.asm:1.59
-
Niels Möller authored
get to the current roundkey. Rev: src/nettle/sparc/aes.asm:1.58
-
Niels Möller authored
Rev: src/nettle/sparc/aes.asm:1.57
-
Niels Möller authored
Rev: src/nettle/sparc/aes.asm:1.56
-
Niels Möller authored
Rev: src/nettle/sparc/aes.asm:1.55
-
Niels Möller authored
Rev: src/nettle/sparc/aes.asm:1.54
-
Niels Möller authored
Rev: src/nettle/sparc/aes.asm:1.53
-
Pontus Freyhult authored
lsftp_callback*. Also a lot of related changes. Rev: src/sftp/ChangeLog:1.6 Rev: src/sftp/sftp_bind.c:1.5
-
Niels Möller authored
Rev: src/nettle/sparc/aes.asm:1.52
-
Pontus Freyhult authored
Rev: src/sftp/sftp_bind.h:1.4
-
Niels Möller authored
Rev: src/nettle/sparc/aes.asm:1.51
-
Niels Möller authored
Rev: src/nettle/sparc/aes.asm:1.50
-
Niels Möller authored
source_loop. Also fixed stop condition, the loop was run 5 times, not 4, as it should. (_aes_crypt): Use src directly when accessing the source data, don't use %o5. (_aes_crypt): Renamed variables in source_loop. (_aes_crypt): Changed stop condition in source_loop to not depend on i. Finally reduced the source_loop to 16 instructions. Also increased the alignment of the code to 16. Rev: src/nettle/sparc/aes.asm:1.49
-
Niels Möller authored
on i. Rev: src/nettle/sparc/aes.asm:1.48
-
Niels Möller authored
Rev: src/nettle/sparc/aes.asm:1.47
-
Niels Möller authored
don't use %o5. Rev: src/nettle/sparc/aes.asm:1.46
-
Niels Möller authored
source_loop. Also fixed stop condition, the loop was run 5 times, not 4, as it should. Rev: src/nettle/sparc/aes.asm:1.45
-
Pontus Freyhult authored
rather important fix (the two callback storages were mixed up). Also a fix for the callback compact routine. This fixes batch mode so it doesn't hang without doing anything. Rev: src/sftp/ChangeLog:1.5 Rev: src/sftp/dc.c:1.3 Rev: src/sftp/lsftp.c:1.3 Rev: src/sftp/sftp_bind.c:1.4 Rev: src/sftp/sftp_bind.h:1.3
-
- 22 Feb, 2002 2 commits
-
-
Niels Möller authored
using the subkey pointer. Rev: src/nettle/sparc/aes.asm:1.44
-
Niels Möller authored
inner loop, using additional registers. Rev: src/nettle/sparc/aes.asm:1.43
-
- 21 Feb, 2002 4 commits
-
-
Pontus Freyhult authored
Rev: src/sftp/ChangeLog:1.4 Rev: src/sftp/configure.ac:1.2
-
Niels Möller authored
Rev: ChangeLog:1.460
-
Niels Möller authored
Rev: README:1.21
-
Niels Möller authored
lost too early. (spawn_process): Use an extra pipe for syncronization. The parent process won't proceed until the child is finished with it's pty processing. This works around a Solaris problem where reading the master side of the pty before the slave has been opened results in EINVAL. (do_alloc_pty): Bugfix, record the new pty properly. Rev: src/server_session.c:1.78
-
- 19 Feb, 2002 5 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.459 Rev: src/nettle/ChangeLog:1.71
-
Niels Möller authored
the slave side of the pty. (do_alloc_pty): Don't open or touch the slave side of the pty, just open the master side and store the mode of the client,a nd the window dimensions, in the pty_info struct for use later. Rev: src/server_session.c:1.77
-
Niels Möller authored
it's not opened yet). (pty_open_master): Renamed the pty_allocate function. Now opens only the master pty. Opening the slave as well has too many side effects, in particular, pushing the pty-related STREAMS modules on Solaris have the side effect of making the pty the controlling process of the lshd server (if it's running in daemonic mode). (pty_open_slave): Renamed function tty_setctty. Now responsible also for opening the slave side of the pty, pushing STREAMS modules, and setting the tty state. Rev: src/server_pty.c:1.22
-
Niels Möller authored
(pty_info)): Deleted slave attribute. Added attributes dims and mode. Rev: src/server_pty.h:1.13
-
Niels Möller authored
Rev: ChangeLog:1.458
-