- 27 Jun, 2002 3 commits
-
-
Pontus Freyhult authored
Rev: src/sftp/ChangeLog:1.34
-
Pontus Freyhult authored
compability function. Rev: src/sftp/commands.h:1.5
-
Pontus Freyhult authored
Rev: ChangeLog:1.521 Rev: src/testsuite/string-test.c:1.4
-
- 26 Jun, 2002 18 commits
-
-
Pontus Freyhult authored
Rev: ChangeLog:1.520 Rev: src/format.c:1.47
-
Niels Möller authored
Rev: ChangeLog:1.519
-
Niels Möller authored
single "*" in the paswd-field as disabled. Rev: ChangeLog:1.518 Rev: src/unix_user.c:1.51
-
Niels Möller authored
Rev: ChangeLog:1.517
-
Niels Möller authored
Rev: configure.ac:1.11
-
Niels Möller authored
phrase prompt. Rev: src/spki.c:1.39
-
Niels Möller authored
keys. Rev: src/lsh.c:1.163
-
Niels Möller authored
passwd-fields as password login disabled. (do_lookup_user): Improved rules for dealing with shadow passwords, disabled accounts, etc. Rev: src/unix_user.c:1.50
-
Niels Möller authored
errors for the final , but #if:ed out the code again. Rev: src/io.c:1.168
-
Niels Möller authored
(send_password): Likewise. (do_userauth_pk_ok): Likewise. (do_publickey_login): Likewise. Rev: src/client_userauth.c:1.52
-
Niels Möller authored
make_channel_io_exception_handler. Rev: src/client_session.c:1.19
-
Niels Möller authored
handler for i/o errors on stdout, to avoid cluttering down the log. Rev: src/server_session.c:1.88
-
Niels Möller authored
silent. Rev: src/channel.c:1.112 Rev: src/channel.h:1.72
-
Niels Möller authored
Rev: README:1.27
-
Niels Möller authored
Rev: ChangeLog:1.516
-
Niels Möller authored
/dev/random and /dev/urandom. Rev: src/lsh-make-seed.c:1.8
-
Niels Möller authored
Rev: ChangeLog:1.515 Rev: README:1.26
-
Niels Möller authored
Rev: doc/lsh.texinfo:1.31
-
- 25 Jun, 2002 8 commits
-
-
Niels Möller authored
Rev: src/server_session.c:1.87 Rev: src/unix_user.c:1.49
-
Niels Möller authored
Rev: doc/TODO:1.129 Rev: src/server_x11.h:1.2
-
Niels Möller authored
(server_x11_setup): New function. Rev: src/server_x11.c:1.2
-
Pontus Freyhult authored
Rev: src/sftp/ChangeLog:1.33
-
Niels Möller authored
Rev: ChangeLog:1.514 Rev: src/sftp/ChangeLog:1.32
-
Niels Möller authored
Rev: src/sftp/gnu_stuff.c:1.7
-
Niels Möller authored
Rev: src/server_x11.c:1.1 Rev: src/server_x11.h:1.1
-
Niels Möller authored
(do_x11_req): New function. Rev: src/server_session.c:1.86
-
- 24 Jun, 2002 2 commits
-
-
Pontus Freyhult authored
Rev: src/sftp/gnu_stuff.c:1.6
-
Pontus Freyhult authored
Rev: ChangeLog:1.513 Rev: configure.ac:1.10
-
- 18 Jun, 2002 1 commit
-
-
Niels Möller authored
is a pty. (do_eof): Removed the pty ^D hack,a s it's now taken care of by close_fd_write. * src/io.c (io_set_type): New function. (close_fd_nicely): Call close_fd_write, for handling the write-related work. (close_fd_write): If the fd is a pty, write a EOF (^D) character. * src/io.h (lsh_fd): New attribute TYPE. Rev: ChangeLog:1.512 Rev: src/io.c:1.167 Rev: src/io.h:1.90 Rev: src/server_session.c:1.85
-
- 17 Jun, 2002 1 commit
-
-
Niels Möller authored
Rev: doc/TODO:1.128
-
- 06 Jun, 2002 1 commit
-
-
Pontus Freyhult authored
functionality, use 8192 as a fallback if PATH_MAX is undefined. * configure.ac: Check for canonicalize_file_name. * commands.c (get_file_or_folder): Use canonicalize_file_name instead of realpath. (put_file_or_folder): Dito. * gnu_stuff.c: Added compability function for systems without canonicalize_file_name. * gnu_stuff.h: Declaration of compability function. * str_utils.h: Changed declaration of lsftp_s_strtok, take a char** to fill in with a new allocated string instead of a buffer and it's length. * str_utils.c (lsftp_s_strtok): See above. * commands.c: Changed to use the new lsftp_s_strtok. * rl.c (lsftp_rl_completion): Dito. * sftp_bind.c (lsftp_open_connection): Dito. Rev: src/sftp/ChangeLog:1.31 Rev: src/sftp/commands.c:1.11 Rev: src/sftp/configure.ac:1.12 Rev: src/sftp/gnu_stuff.c:1.5 Rev: src/sftp/gnu_stuff.h:1.3 Rev: src/sftp/rl.c:1.6 Rev: src/sftp/sftp_bind.c:1.11 Rev: src/sftp/str_utils.c:1.3 Rev: src/sftp/str_utils.h:1.3
-
- 05 Jun, 2002 1 commit
-
-
Niels Möller authored
--enable-initgroups-workaround, copied from the 1.2 branch. Rev: ChangeLog:1.511 Rev: NEWS:1.99 Rev: configure.ac:1.9
-
- 04 Jun, 2002 3 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.510
-
Niels Möller authored
Rev: ANNOUNCE:1.9 Rev: ChangeLog:1.509 Rev: NEWS:1.98
-
Niels Möller authored
change "rsa-pkcs1-sha1" -> "rsa-pkcs1". * src/testsuite/conv-2-test, src/testsuite/conv-3-test: Updated testcases. Rev: src/rsa.c:1.20 Rev: src/testsuite/conv-2-test:1.4 Rev: src/testsuite/conv-3-test:1.2
-
- 02 Jun, 2002 2 commits
-
-
Niels Möller authored
Rev: src/nettle/nettle.texinfo:1.16
-
Niels Möller authored
Rev: src/io.c:1.166
-