Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
2.6 KiB

  1. README.txt
  2. Author: Murali R. Krishnan (MuraliK)
  3. Created: Nov 14, 1994
  4. Revisions:
  5. Date By Comments
  6. ----------------- -------- -------------------------------------------
  7. Summary :
  8. This file describes the files in the directory
  9. ( *\tcpsvcs\gopher )
  10. and details related to implementation of archie client DLL.
  11. File Description
  12. README.txt This file.
  13. dirs directory list for NT "build"
  14. gdadmin.doc Gopher server Admin Spec ( MuraliK)
  15. gdadmin.h Header file common to both gopher server and admin UI.
  16. gdspace.h Header file common to both gopher server and gopher space admin
  17. DLL
  18. gdname.h used for naming the RPC connection
  19. gd.idl gopher server admin RPC APIs' idl description
  20. gdcli.acf gopher RPC API client ACF file
  21. gdsrv.acf gopher RPC API server ACF file
  22. imports.h auxiliarly file to include the headers with type definitions
  23. without expansion by cpp during MIDL_PASS
  24. imports.idl auxiliary idl file for including imports.h
  25. makefil0 makefile with commands for constructing RPC stubs
  26. slm.ini slm file
  27. Directories Description
  28. client Client DLL for Gopher server admin APIs
  29. inc Gopher server's private include files
  30. server the gopher server implementation ( code)
  31. perfmon performance monitor interface code
  32. gspace Gopher space admin DLL
  33. stress batch files and a simple command line client for Stressing
  34. gopher server
  35. Deliverables:
  36. gdspace.dll DLL with Gopher Space Admin API
  37. gdapi.dll Gopher Service Admin API DLL
  38. gdctrs.dll Gopher Service - Performance Monitor interface DLL
  39. gopherd.dll Gopher Service DLL
  40. perfmon\gdictrs.bat installation script for performance counters
  41. perfmon\gdrctrs.bat removal script for performance counters
  42. perfmon\gdctrs.h counters description
  43. perfmon\gdctrs.reg counters registry script
  44. perfmon\gdctrs.ini counter registry ini script
  45. server\gopherd.ini .ini file with required default values for server
  46. server\gdtoreg.bat batch file for installing registry entries
  47. client\test\obj\*\gdadmin.exe Command line gopher server admin utility
  48. gspace\obj\*\gdsset.exe command line gopher space admin utility
  49. Additional Deliverables required:
  50. tcpsvcs.exe modified one to run Gopher service.
  51. tcpsvcs.dll common dll used by all internet related services.
  52. Implementation Details
  53. < To be filled in when time permits. See individual files for comments section >
  54. Contents: