nit.imp 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. # converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
  2. #
  3. AbortServicingQueueJobAndFile,
  4. AccountingInstalled,
  5. AddBinderyObjectToSet,
  6. AddSpaceRestrictionForDirectory,
  7. AddTrustee,
  8. AddUserSpaceRestriction,
  9. AFPAllocTemporaryDirHandle,
  10. AFPCreateDirectory,
  11. AFPCreateFile,
  12. AFPDelete,
  13. AFPDirectoryEntry,
  14. AFPGetEntryIDFromName,
  15. AFPGetEntryIDFromNetWareHandle,
  16. AFPGetEntryIDFromPathName,
  17. AFPGetFileInformation,
  18. AFPOpenFileFork,
  19. AFPRename,
  20. AFPScanFileInformation,
  21. AFPSetFileInformation,
  22. AFPSupported,
  23. AttachQueueServerToQueue,
  24. BroadcastToConsole,
  25. ChangeBinderyObjectPassword,
  26. ChangeBinderyObjectSecurity,
  27. ChangeDirectoryEntry,
  28. ChangePropertySecurity,
  29. ChangeQueueJobEntry,
  30. ChangeQueueJobPosition,
  31. ChangeToClientRights,
  32. CheckConsolePrivileges,
  33. CheckNetWareVersion,
  34. ClearConnectionNumber,
  35. ClearFile,
  36. ClearFileSet,
  37. ClearLogicalRecord,
  38. ClearLogicalRecordSet,
  39. ClearPhysicalRecord,
  40. ClearPhysicalRecordSet,
  41. CloseBindery,
  42. CloseEA,
  43. CloseFileAndAbortQueueJob,
  44. CloseFileAndStartQueueJob,
  45. CloseSemaphore,
  46. CopyEA,
  47. CreateAQueue,
  48. CreateBinderyObject,
  49. CreateProperty,
  50. CreateQueueJobAndFile,
  51. DeleteBinderyObject,
  52. DeleteBinderyObjectFromSet,
  53. DeleteProperty,
  54. DeleteTrustee,
  55. DeleteUserSpaceRestriction,
  56. DestroyQueue,
  57. DetachQueueServerFromQueue,
  58. DisableFileServerLogin,
  59. DisableStationBroadcasts,
  60. DisableTransactionTracking,
  61. DownFileServer,
  62. EnableFileServerLogin,
  63. EnableStationBroadcasts,
  64. EnableTransactionTracking,
  65. EnumerateEA,
  66. ExamineSemaphore,
  67. FinishServicingQueueJobAndFile,
  68. GetAccountStatus,
  69. GetAvailableUserDiskSpace,
  70. GetBinderyAccessLevel,
  71. GetBinderyObjectDiskSpaceLeft,
  72. GetBinderyObjectID,
  73. GetBinderyObjectName,
  74. GetBroadcastMessage,
  75. GetConnectionSemaphores,
  76. GetConnectionsOpenFiles,
  77. GetConnectionsTaskInformation,
  78. GetConnectionsUsageStats,
  79. GetConnectionsUsingFile,
  80. GetDiskCacheStats,
  81. GetDiskChannelStats,
  82. GetDiskSpaceUsedByObject,
  83. GetDiskUtilization,
  84. GetDriveMappingTable,
  85. GetEAInfo,
  86. GetEffectiveRights,
  87. GetFileServerDateAndTime,
  88. GetFileServerDescriptionStrings,
  89. GetFileServerLANIOStats,
  90. GetFileServerLoginStatus,
  91. GetFileServerMiscInformation,
  92. GetFileServerName,
  93. GetFileSystemStats,
  94. GetLANDriverConfigInfo,
  95. GetLogicalRecordInformation,
  96. GetLogicalRecordsByConnection,
  97. GetMaximumUserSpaceRestriction,
  98. GetNetworkSerialNumber,
  99. GetPathFromDirectoryEntry,
  100. GetPhysicalDiskStats,
  101. GetPhysicalRecordLocksByFile,
  102. GetPhysRecLockByConnectAndFile,
  103. GetQueueJobList,
  104. GetQueueJobsFileSize,
  105. GetSemaphoreInformation,
  106. GetServerInformation,
  107. GetServerMemorySize,
  108. GetServerUtilization,
  109. GetVolumeInformation,
  110. GetVolumeInfoWithNumber,
  111. GetVolumeName,
  112. GetVolumeNumber,
  113. GetVolumeStatistics,
  114. IsBinderyObjectInSet,
  115. LockFileSet,
  116. LockLogicalRecordSet,
  117. LockPhysicalRecordSet,
  118. LogFile,
  119. LogLogicalRecord,
  120. LogPhysicalRecord,
  121. ModifyInheritedRightsMask,
  122. NITGlobals,
  123. NWDeRegisterDMSupportModule,
  124. NWDeRegisterRTDataMigrationNLM,
  125. NWGetDataMigratorInfo,
  126. NWGetDefaultSupportModule,
  127. NWGetDMFileInfo,
  128. NWGetDMVolumeInfo,
  129. NWGetExtendedVolumeInfo,
  130. NWGetSupportModuleInfo,
  131. NWIsDataMigrationAllowed,
  132. NWMoveFileFromDM,
  133. NWMoveFileToDM,
  134. NWPeekFileData,
  135. NWQAbortJob,
  136. NWQAbortJobService,
  137. NWQAttachServer,
  138. NWQBeginJobService,
  139. NWQChangeJobEntry,
  140. NWQChangeJobPosition,
  141. NWQChangeJobQueue,
  142. NWQChangeToClientRights,
  143. NWQCreate,
  144. NWQCreateJob,
  145. NWQDestroy,
  146. NWQDetachServer,
  147. NWQEndJobService,
  148. NWQGetJobEntry,
  149. NWQGetJobFileSize,
  150. NWQGetServers,
  151. NWQGetServerStatus,
  152. NWQGetStatus,
  153. NWQMarkJobForService,
  154. NWQRemoveJob,
  155. NWQRestoreServerRights,
  156. NWQScanJobNums,
  157. NWQServiceJob,
  158. NWQSetServerStatus,
  159. NWQSetStatus,
  160. NWRegisterDMSupportModule,
  161. NWRegisterRTDataMigrationNLM,
  162. NWSetDefaultSupportModule,
  163. NWVolumeIsCDROM,
  164. OpenBindery,
  165. OpenEA,
  166. OpenSemaphore,
  167. PurgeTrusteeFromVolume,
  168. ReadEA,
  169. ReadPropertyValue,
  170. ReadQueueCurrentStatus,
  171. ReadQueueJobEntry,
  172. ReadQueueServerCurrentStatus,
  173. ReleaseFile,
  174. ReleaseFileSet,
  175. ReleaseLogicalRecord,
  176. ReleaseLogicalRecordSet,
  177. ReleasePhysicalRecord,
  178. ReleasePhysicalRecordSet,
  179. RemoveJobFromQueue,
  180. RenameBinderyObject,
  181. RestoreQueueServerRights,
  182. ReturnSpaceRestrictionForDirectory,
  183. ScanBinderyObject,
  184. ScanBinderyObjectTrusteePaths,
  185. ScanProperty,
  186. ScanTrustees,
  187. ScanUserSpaceRestrictions,
  188. SendBroadcastMessage,
  189. SendConsoleBroadcast,
  190. ServiceQueueJobAndOpenFile,
  191. SetDirectoryInfo,
  192. SetFileServerDateAndTime,
  193. SetQueueCurrentStatus,
  194. SetQueueServerCurrentStatus,
  195. SignalSemaphore,
  196. SSGetActiveConnListByType,
  197. SSGetActiveLANBoardList,
  198. SSGetActiveProtocolStacks,
  199. SSGetCacheInfo,
  200. SSGetCPUInfo,
  201. SSGetDirCacheInfo,
  202. SSGetFileServerInfo,
  203. SSGetFileSystemInfo,
  204. SSGetGarbageCollectionInfo,
  205. SSGetIPXSPXInfo,
  206. SSGetKnownNetworksInfo,
  207. SSGetKnownServersInfo,
  208. SSGetLANCommonCounters,
  209. SSGetLANConfiguration,
  210. SSGetLANCustomCounters,
  211. SSGetLoadedMediaNumberList,
  212. SSGetLSLInfo,
  213. SSGetLSLLogicalBoardStats,
  214. SSGetMediaManagerObjChildList,
  215. SSGetMediaManagerObjInfo,
  216. SSGetMediaManagerObjList,
  217. SSGetMediaNameByNumber,
  218. SSGetNetRouterInfo,
  219. SSGetNetworkRoutersInfo,
  220. SSGetNLMInfo,
  221. SSGetNLMLoadedList,
  222. SSGetNLMResourceTagList,
  223. SSGetOSVersionInfo,
  224. SSGetPacketBurstInfo,
  225. SSGetProtocolConfiguration,
  226. SSGetProtocolCustomInfo,
  227. SSGetProtocolNumbersByLANBoard,
  228. SSGetProtocolNumbersByMedia,
  229. SSGetProtocolStatistics,
  230. SSGetRouterAndSAPInfo,
  231. SSGetServerInfo,
  232. SSGetServerSourcesInfo,
  233. SSGetUserInfo,
  234. SSGetVolumeSegmentList,
  235. SSGetVolumeSwitchInfo,
  236. SubmitAccountCharge,
  237. SubmitAccountChargeWithLength,
  238. SubmitAccountHold,
  239. SubmitAccountNote,
  240. TTSAbortTransaction,
  241. TTSBeginTransaction,
  242. TTSEndTransaction,
  243. TTSGetApplicationThresholds,
  244. TTSGetStats,
  245. TTSGetWorkstationThresholds,
  246. TTSIsAvailable,
  247. TTSSetApplicationThresholds,
  248. TTSSetWorkstationThresholds,
  249. TTSTransactionStatus,
  250. UpdateDirectoryEntry,
  251. VerifyBinderyObjectPassword,
  252. VerifyNetworkSerialNumber,
  253. WaitOnSemaphore,
  254. WriteEA,
  255. WritePropertyValue