mirror of
http://galexander.org/git/simplesshd.git
synced 2025-01-03 19:50:55 +00:00
use ptmx
This commit is contained in:
parent
25b613c4f5
commit
ff446269b3
1
NOTES
1
NOTES
@ -72,7 +72,6 @@ it uses select(), I'm not sure how I would honor Thread.interrupt() or
|
||||
whatever. It's not guaranteed to interrupt select(), and I'm not keen on
|
||||
adding an arbitrary timeout/polling feature to it.
|
||||
|
||||
XXX - use ptmx
|
||||
XXX - disable utmp/wtmp
|
||||
XXX - disable /etc/passwd (accept all usernames the same, and use the explicitly-provided shell and home directories)
|
||||
XXX - visit XXX in jni/interface.c
|
||||
|
@ -18,6 +18,7 @@
|
||||
|
||||
#define HAVE_BASENAME 1
|
||||
#define HAVE_NETINET_TCP_H 1
|
||||
#define USE_DEV_PTMX 1
|
||||
|
||||
#define DISABLE_ZLIB 1
|
||||
#define DISABLE_SYSLOG 1
|
||||
|
Loading…
Reference in New Issue
Block a user