home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / n / tcpip / nfs-serv.1 / nfs-serv / nfs-server-2.1 / TODO < prev    next >
Encoding:
Text File  |  1993-10-06  |  859 b   |  31 lines

  1. To Do
  2. =====
  3. create of a special file should work even on a rofs (bug in SunOS)
  4. shouldn't use -C, even if available, with K&R compilers
  5. change exports file format to SunOS style?
  6. add exportfs and using SIGHUP to reread exports file
  7. exports file path
  8. logging file path
  9. add fsync option
  10.  
  11. Done
  12. ====
  13. detect and use local uid and gid for nobody if possible
  14. use PATH_MAX and NAME_MAX instead of MAXPATHLEN and MAXNAMLEN
  15. add Stephen's changes
  16. solaris2 doesn't declare _rpcfdtype
  17. change all bzero and index to ansi equivalents
  18. add Eric's changes
  19. add Job's changes
  20. add rules for generated files
  21. header dependencies for all files
  22. use native rpcgen or not?  yes
  23. some systems don't have TIOCNOTTY
  24. SYSLOG support
  25. mkdir support
  26. rename support
  27. add Mark's changes
  28. copyright for strerror.c
  29. svc_getcaller not declared on sysv4
  30. some cc's don't like sizeof(void) but gcc yields 1
  31.