IETF-SSH archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Stateless SFTP server and READDIR race condition.
> Just because NFS is typically implemented in kernel-land doesn't mean
> you can't have one in user-land. In fact, I think there may one or
> two user-land NFSv4 implementations out there...
Back in the '80s, I wrote an NFS server that largely runs in user-land.
(Not v4, of course, not back then.) It's not totally userland; it has
a handful of syscalls to help do things by inumber instead of path -
but they're not essential, merely helpful. I could have kept track of
paths instead.
/~\ The ASCII der Mouse
\ / Ribbon Campaign
X Against HTML mouse%rodents.montreal.qc.ca@localhost
/ \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B
Home |
Main Index |
Thread Index |
Old Index