Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
7cc01d1d
Commit
7cc01d1d
authored
Dec 05, 2001
by
Niels Möller
Browse files
*** empty log message ***
Rev: doc/TODO:1.122
parent
f85b4014
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/TODO
View file @
7cc01d1d
...
...
@@ -47,6 +47,18 @@ Update utmp (users currently logged in), wtmp (record of logins) and lastlog
Use tcpwrapper's libwrap to log connections and perform access control.
SERVER ISSUES
For compatibility with other sshd:s and bash, lshd should set some
more environment variables when starting user processes.
SSH_CLIENT=<client-ip> <client-port> <server-port>
SSH_TTY=<tty-name> (if a pty was allocated)
SSH_ORIGINAL_COMMAND
bash looks at SSH_CLIENT, and reads .bashrc if it is set.
ALLOCATION
Have the allocator initialize all objects automatically.
...
...
@@ -93,13 +105,6 @@ Looking at the lshg log, the final SSH_MSG_DATA packet(s) is missing,
so the data is lost either in lsh, or in the remote opensshd.
FREENESS
It might be safer to remove patent-encumbered code like IDEA code from the
regular lsh distribution, and make it available separately (this approach is
taken with GnuPG).
CONTROL LANGUAGE
Improve the tail recursiveness of builtin functions.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment