1
0
mirror of http://galexander.org/git/simplesshd.git synced 2025-01-03 19:50:55 +00:00
This commit is contained in:
Greg Alexander 2014-12-16 22:29:54 -05:00
parent 25b613c4f5
commit ff446269b3
2 changed files with 1 additions and 1 deletions

1
NOTES
View File

@ -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

View File

@ -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