Browse Source

* updates from Armin commited

florian 24 years ago
parent
commit
17622f504f

+ 40 - 0
rtl/netware/nwimp/aio.imp

@@ -0,0 +1,40 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+#
+# functions for Application to call
+#
+   
+   AIOAcquirePort,
+   AIOConfigurePort,
+   AIOFlushBuffers,
+   AIOGetBoardList,
+   AIOGetDriverList,
+   AIOGetExternalStatus,
+   AIOGetFirstPortInfo,
+   AIOGetNextPortInfo,
+   AIOGetFirstPortStatistics,
+   AIOGetNextPortStatistics,
+   AIOGetPortCapability,
+   AIOGetPortConfiguration,
+   AIOGetPortStatistics,
+   AIOGetPortStatus,
+   AIOGetReadBufferSize,
+   AIOGetWriteBufferSize,
+   AIOReadData,
+   AIOReadStatus,
+   AIOReleasePort,
+   AIOSetControlData,
+   AIOSetExternalControl,
+   AIOSetFlowControl,
+   AIOSetFlowControlCharacters,
+   AIOSetReadBufferSize,
+   AIOSetWriteBufferSize,
+   AIOWriteData,
+   AIOWriteStatus,
+   AIOGetName_FirstPortInfo,
+   AIOGetName_NextPortInfo, 
+
+#
+# functions for Internal Application to call
+#
+   AIOAcquirePortWithRTag

+ 32 - 0
rtl/netware/nwimp/audnlm32.imp

@@ -0,0 +1,32 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+  NWGetNWADVersion,
+  NWADOpen,
+  NWADClose,
+  NWADGetStatus,
+  NWADLogin,
+  NWADInitLevelTwoPassword,
+  NWADChangePassword,
+  NWADCheckAccess,
+  NWADCheckLevelTwoAccess,
+  NWADGetFlags,
+  NWADDisable,
+  NWADEnable,
+  NWADIsObjectAudited,
+  NWADChangeObjectProperty,
+  NWADReadBitMap,
+  NWADReadConfigHeader,
+  NWADReadRecord,
+  NWADOpenRecordFile,
+  NWADCloseRecordFile,
+  NWADLogout,
+  NWADResetFile,
+  NWADWriteBitMap,
+  NWADWriteConfigHeader,
+  NWADCloseOldFile,
+  NWADDeleteFile,
+  NWADGetFileList,
+  NWADDeleteOldFile,
+  NWADSetPassword,
+  NWADRestartVolumeAuditing,
+  NWADAppendExternalRecords

+ 469 - 0
rtl/netware/nwimp/calnlm32.imp

@@ -0,0 +1,469 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+  NWGetMaximumConnections,
+  NWAttachToFileServer,
+  NWDetachFromFileServer,
+  NWLogoutFromFileServer,
+  NWGetConnectionList,
+  NWGetConnectionStatus,
+  NWGetFileServerName,
+  NWGetConnectionNumber,
+  NWGetDefaultConnectionID,
+  NWSetDriveBase,
+  NWDeleteDriveBase,
+  NWGetDriveInformation,
+  NWSetPrimaryConnectionID,
+  NWGetPrimaryConnectionID,
+  NWLoginToFileServer,
+  NWVerifyObjectPassword,
+  NWChangeObjectPassword,
+  NWReadPropertyValue,
+  NWWritePropertyValue,
+  NWAddObjectToSet,
+  NWDeleteObjectFromSet,
+  NWIsObjectInSet,
+  NWScanProperty,
+  NWGetObjectID,
+  NWGetObjectName,
+  NWScanObject,
+  NWGetBinderyAccessLevel,
+  NWCreateProperty,
+  NWDeleteProperty,
+  NWChangePropertySecurity,
+  NWCreateObject,
+  NWDeleteObject,
+  NWRenameObject,
+  NWChangeObjectSecurity,
+  NWOpenBindery,
+  NWCloseBindery,
+  NWScanObjectTrusteePaths,
+  NWSpoolEndCapture,
+  NWSpoolCancelCapture,
+  NWSpoolGetBannerUserName,
+  NWSpoolSetBannerUserName,
+  NWCreateQueueFile,
+  NWCloseFileAndStartQueueJob,
+  NWCloseFileAndAbortQueueJob,
+  NWRemoveJobFromQueue,
+  NWGetQueueJobList,
+  NWReadQueueJobEntry,
+  NWGetQueueJobFileSize,
+  NWGetPrinterQueueID,
+  NWCreateQueue,
+  NWDestroyQueue,
+  NWReadQueueCurrentStatus,
+  NWSetQueueCurrentStatus,
+  NWChangeQueueJobEntry,
+  NWChangeQueueJobPosition,
+  NWReadQueueServerCurrentStatus,
+  NWAttachQueueServerToQueue,
+  NWDetachQueueServerFromQueue,
+  NWServiceQueueJob,
+  NWFinishServicingQueueJob,
+  NWAbortServicingQueueJob,
+  NWChangeToClientRights,
+  NWRestoreQueueServerRights,
+  NWSetQueueServerCurrentStatus,
+  NWGetFileServerDescription,
+  NWGetRequesterVersion,
+  NWAddTrusteeToDirectory,
+  NWDeleteTrusteeFromDirectory,
+  NWGetEffectiveDirectoryRights,
+  NWModifyMaximumRightsMask,
+  NWScanDirectoryForTrustees,
+  NWScanDirectoryInformation,
+  NWSetDirectoryInformation,
+  NWAllocTemporaryDirectoryHandle,
+  NWDeallocateDirectoryHandle,
+  NWSetDirectoryHandlePath,
+  NWGetDirectoryHandlePath,
+  NWTTSIsAvailable,
+  NWTTSBeginTransaction,
+  NWTTSEndTransaction,
+  NWTTSAbortTransaction,
+  NWTTSTransactionStatus,
+  NWTTSGetProcessThresholds,
+  NWTTSSetProcessThresholds,
+  NWTTSGetConnectionThresholds,
+  NWTTSSetConnectionThresholds,
+  NWTTSGetControlFlags,
+  NWTTSSetControlFlags,
+  NWOpenSemaphore,
+  NWExamineSemaphore,
+  NWWaitOnSemaphore,
+  NWSignalSemaphore,
+  NWCloseSemaphore,
+  NWParseNetWarePath,
+  NWParsePath,
+  NWParsePathConnRef,
+  NWFileServerFileCopy,
+  NWGetVolumeInfoWithHandle,
+  NWGetVolumeInfoWithNumber,
+  NWGetVolumeName,
+  NWGetVolumeNumber,
+  NWRestoreErasedFile,
+  NWPurgeErasedFiles,
+  NWGetFileConnectionID,
+  NWGetConnectionInformation,
+  NWGetFileServerDateAndTime,
+  NWGetObjectConnectionNumbers,
+  NWGetInternetAddress,
+  NWGetFileServerInformation,
+  NWGetFileServerExtendedInfo,
+  NWSendBroadcastMessage,
+  NWGetBroadcastMode,
+  NWSetBroadcastMode,
+  NWBroadcastToConsole,
+  NWSendConsoleBroadcast,
+  NWLogPhysicalRecord,
+  NWLockPhysicalRecordSet,
+  NWReleasePhysicalRecordSet,
+  NWClearPhysicalRecordSet,
+  NWReleasePhysicalRecord,
+  NWClearPhysicalRecord,
+  NWLockFileLockSet,
+  NWReleaseFileLockSet,
+  NWClearFileLockSet,
+  NWLogLogicalRecord,
+  NWLockLogicalRecordSet,
+  NWReleaseLogicalRecordSet,
+  NWClearLogicalRecordSet,
+  NWReleaseLogicalRecord,
+  NWClearLogicalRecord,
+  NWWordSwap,
+  NWLongSwap,
+  NWRequest,
+  NWScanFileInformation,
+  NWSetFileInformation,
+  NWGetPrinterStatus,
+  NWCreateDirectory,
+  NWDeleteDirectory,
+  NWRenameDirectory,
+  NWRenameFile,
+  NWEraseFiles,
+  NWSetFileAttributes,
+  NWSetInitDrive,
+  NWDisallowObjectPassword,
+  NWFileSearchInitialize,
+  NWScanDirectoryForTrustees2,
+  NWScanDirectoryInformation2,
+  NWScanFileInformation2,
+  NWSetFileInformation2,
+  NWIsLNSSupportedOnVolume,
+  NWGetFileServerType,
+  NWGetFileServerLANIOStats,
+  NWGetBroadcastMessage,
+  NWAttachToFileServerByConn,
+  NWParseUNCPath,
+  NWParseUNCPathConnRef,
+  NWStripServerOffPath,
+  CleanPath,
+  IndexPath,
+  NWDisableBroadcasts,
+  NWEnableBroadcasts,
+  _NWFillComponentPath,
+  _NWFillComponentPath2,
+  NWConvertHandle,
+  NWCloseFile,
+  _NWFillHandlePathStruct,
+  _NWFillHandlePathStruct2,
+  _NWGetRequesterType,
+  NWOrderedRequestToAll,
+  NWRequestToAll,
+  WildCardCheck,
+  _NWFillWildPath,
+  NWGetConnectionHandle,
+  NWIntFileSearchContinue,
+  NWIsIDInUse,
+  NWAbortServicingQueueJob2,
+  NWChangeQueueJobEntry2,
+  NWChangeQueueJobPosition2,
+  NWChangeToClientRights2,
+  NWCloseFileAndAbortQueueJob2,
+  NWCloseFileAndStartQueueJob2,
+  NWCreateQueueFile2,
+  NWFinishServicingQueueJob2,
+  NWGetQueueJobList2,
+  NWGetQueueJobFileSize2,
+  NWReadQueueCurrentStatus2,
+  NWReadQueueJobEntry2,
+  NWReadQueueServerCurrentStatus2,
+  NWRemoveJobFromQueue2,
+  NWServiceQueueJob2,
+  NWSetQueueCurrentStatus2,
+  _NWGetFileServerType,
+  NWAddTrustee,
+  NWAFPAllocTemporaryDirHandle,
+  NWAFPCreateDirectory,
+  NWAFPDelete,
+  NWAFPDirectoryEntry,
+  NWAFPGetEntryIDFromHandle,
+  NWAFPGetEntryIDFromName,
+  NWAFPGetEntryIDFromPathName,
+  NWAFPGetFileInformation,
+  NWAFPOpenFileFork,
+  NWAFPRename,
+  NWAFPScanFileInformation,
+  NWAFPSetFileInformation,
+  NWAFPSupported,
+  NWAllocTempNSDirHandle,
+  NWCloseEA,
+  NWDeleteTrustee,
+  NWFindFirstEA,
+  NWFindNextEA,
+  NWGetDirectoryBase,
+  NWGetEAHandleStruct,
+  NWGetEffectiveRights,
+  NWGetLongName,
+  NWNSGetMiscInfo,
+  NWGetNSEntryInfo,
+  NWGetNSInfo2,
+  NWGetNSLoadedList2,
+  NWGetNSPath,
+  NWGetOwningNameSpace,
+  NWMoveDirEntry,
+  NWOpenCreateNSEntry,
+  NWOpenDataStream,
+  NWPurgeDeletedFile,
+  NWReadEA,
+  NWReadExtendedNSInfo,
+  NWReadNSInfo,
+  NWRecoverDeletedFile,
+  NWScanDirEntryInfo,
+  NWScanExtendedInfo,
+  NWScanForDeletedFiles,
+  NWScanForTrustees,
+  NWScanNSEntryInfo,
+  NWSetDirEntryInfo,
+  NWSetDirSpaceLimit,
+  NWSetLongName,
+  NWWriteEA,
+  NWWriteExtendedNSInfo,
+  NWWriteNSInfo,
+  _NWConvert4ByteTo6ByteHandle,
+  _NWConvertHandle,
+  NWOpenEA,
+  NWGetExtendedFileAttributes2,
+  NWSetExtendedFileAttributes2,
+  NWConvertPathToDirEntry,
+  NWOpenNSEntry,
+  NWGetFileServerVersion,
+  NWRemoveObjectDiskRestrictions,
+  NWScanVolDiskRestrictions,
+  NWSetObjectVolSpaceLimit,
+  NWGetObjDiskRestrictions,
+  NWAFPCreateFile,
+  NWGetDirSpaceLimitList,
+  NWGetDirSpaceInfo,
+  NWCheckConsolePrivileges,
+  NWCheckNetWareVersion,
+  NWClearConnectionNumber,
+  NWDisableFileServerLogin,
+  NWDisableTTS,
+  NWDownFileServer,
+  NWEnableFileServerLogin,
+  NWEnableTTS,
+  NWGetConnectionUsageStats,
+  NWGetFSDriveMapTable,
+  NWGetDiskCacheStats,
+  NWGetDiskChannelStats,
+  NWGetObjectDiskSpaceLeft,
+  NWGetDiskUtilization,
+  NWGetFileSystemStats,
+  NWGetFileServerLoginStatus,
+  NWGetFileServerVersionInfo,
+  NWGetFSLANDriverConfigInfo,
+  NWGetPhysicalDiskStats,
+  NWGetPathFromDirectoryEntry,
+  NWGetTTSStats,
+  NWSetFileServerDateAndTime,
+  NWAllocPermanentDirectoryHandle,
+  NWGetAccountStatus,
+  NWGetTaskInformationByConn,
+  NWGetVolumeStats,
+  NWQueryAccountingInstalled,
+  NWRestoreDirectoryHandle,
+  NWSaveDirectoryHandle,
+  NWScanConnectionsUsingFile,
+  NWScanLogicalLocksByConn,
+  NWScanLogicalLocksByName,
+  NWScanOpenFilesByConn,
+  NWScanPhysicalLocksByConnFile,
+  NWScanPhysicalLocksByFile,
+  NWScanSemaphoresByConn,
+  NWScanSemaphoresByName,
+  NWSubmitAccountCharge,
+  NWSubmitAccountHold,
+  NWSubmitAccountNote,
+  NWCallsInit,
+  NWIntScanForTrustees,
+  NWIntScanDirectoryInformation2,
+  NWIntScanDirEntryInfo,
+  NWIntScanDirectoryInformation,
+  NWIntMoveDirEntry,
+  NWIntScanExtendedInfo,
+  NWIntScanFileInformation,
+  NWIntScanFileInformation2,
+  NWIntFileSearchInitialize,
+  NWIntEraseFiles,
+  NWNSRename,
+  NWGetObjectEffectiveRights,
+  NWGetExtendedVolumeInfo2,
+  NWLogFileLock2,
+  NWReleaseFileLock2,
+  NWClearFileLock2,
+  NWScanOpenFilesByConn2,
+  NWSetNSEntryDOSInfo,
+  NWAllocTempNSDirHandle2,
+  _NWGetCompathStructLength,
+  NWConvertAndAugment,
+  NWConvertToSpecChar,
+  NWGetActiveConnListByType,
+  NWGetActiveLANBoardList,
+  NWGetActiveProtocolStacks,
+  NWGetCacheInfo,
+  NWGetCPUInfo,
+  NWGetDataMigratorInfo2,
+  NWGetDefaultSupportModule2,
+  NWGetDirCacheInfo,
+  NWGetDMFileInfo2,
+  NWGetDMVolumeInfo2,
+  NWGetFileServerInfo,
+  NWGetGarbageCollectionInfo,
+  NWGetIPXSPXInfo,
+  NWGetLANCommonCountersInfo,
+  NWGetLANConfigInfo,
+  NWGetLANCustomCountersInfo,
+  NWGetLoadedMediaNumList,
+  NWGetLSLInfo,
+  NWGetLSLLogicalBoardStats,
+  NWGetMediaMgrObjChildrenList,
+  NWGetMediaMgrObjInfo,
+  NWGetMediaMgrObjList,
+  NWGetMediaNameByMediaNum,
+  NWGetNetWareFileSystemsInfo,
+  NWGetNLMInfo,
+  NWGetNLMLoadedList,
+  NWGetNLMsResourceTagList,
+  NWGetOSVersionInfo,
+  NWGetPacketBurstInfo,
+  NWGetProtocolStackConfigInfo,
+  NWGetProtocolStackCustomInfo,
+  NWGetProtocolStackStatsInfo,
+  NWGetProtocolStkNumsByLANBrdNum,
+  NWGetProtocolStkNumsByMediaNum,
+  NWGetSupportModuleInfo2,
+  NWGetUserInfo,
+  NWGetVolumeSegmentList,
+  NWGetVolumeSwitchInfo,
+  NWMoveFileFromDM2,
+  NWMoveFileToDM2,
+  NWSetDefaultSupportModule2,
+  NWGetNWCallsVersion,
+  NWCancelCapture,
+  NWEndCapture,
+  NWFlushCapture,
+  NWGetBannerUserName,
+  NWGetCaptureFlags,
+  NWGetCaptureStatus,
+  NWGetPrinterStrings,
+  NWSetBannerUserName,
+  NWSetCaptureFlags,
+  NWSetPrinterStrings,
+  NWStartQueueCapture,
+  NWGetMaxPrinters,
+  ConvertNWQueueToQueue,
+  ConvertQueueToNWQueue,
+  NWAFPASCIIZToLenStr,
+  NWDosClose,
+  NWGetNCPExtensionInfo2,
+  NWScanNCPExtensions2,
+  NWNCPExtensionRequest,
+  NWFragNCPExtensionRequest,
+  _NWGetComPathLen2,
+  __LStrChr,
+  CheckPathAtRoot,
+  NWUnpackDate,
+  NWUnpackTime,
+  NWUnpackDateTime,
+  NWGetGeneralRouterAndSAPInfo,
+  NWGetKnownNetworksInfo,
+  NWGetNetworkRouterInfo,
+  NWGetNetworkRoutersInfo,
+  NWGetServerInfo,
+  NWGetServerSourcesInfo,
+  NWGetKnownServersInfo,
+  NWGetServerSetCommandsInfo,
+  NWGetServerSetCategories,
+  NWGetConnListFromObject,
+  _NWMakeComponentPath,
+  NWGetNCPExtensionInfoByName,
+  NWGetNCPExtensionsList,
+  NWGetNumberNCPExtensions,
+  NWLockConnection,
+  NWGetVolumeInfoByLevel,
+  NWPackDate,
+  NWPackTime,
+  NWPackDateTime,
+  NWConvertDate,
+  NWConvertTime,
+  NWConvertDateTime,
+  NWConvertFileHandle,
+  __NWFillComponentPath2,
+  __NWFillHandlePathStruct,
+  __NWFillHandlePathStruct2,
+  __NWFillWildPath,
+  NWGetConnInfo,
+  NWScanVolDiskRestrictions2,
+  NWGetInetAddr,
+  _enumEA,
+  NWCallsTerm,
+  NWGetSparseFileBitMap,
+  NWCreateUNCPath,
+  NWGetFileServerMiscInfo,
+  NWGetNetworkSerialNumber,
+  NWIsManager,
+  __NWGetCurNS,
+  Encode,
+  Encrypt,
+  EncryptPassword,
+  GetLoginKey,
+  GetPasswordKey,
+  NWGetLoginPasswordKey,
+  NWSetCompressedFileSize,
+  NWGetPathFromDirectoryBase,
+  NWGetClientType,
+  NWNSGetDefaultNS,
+  NWDeleteNSEntry,
+  NWSMLoadNLM,
+  NWSMUnloadNLM,
+  NWSMMountVolume,
+  NWSMDismountVolumeByNumber,
+  NWSMDismountVolumeByName,
+  NWSMAddNSToVolume,
+  NWSMSetDynamicCmdStrValue,
+  NWSMSetDynamicCmdIntValue,
+  NWSMExecuteNCFFile,
+  NWGetSupportModuleCapacity,
+  NWGetObjectEffectiveRights2,
+  NWGetFileDirEntryNumber,
+  NWGetDirectoryEntryNumber,
+  NWGetNSFileDirEntryNumber,
+  NWGetObjectNamesBeginA,
+  NWGetObjectNamesNextA,
+  NWGetObjectNamesEndA,
+  NWScanMountedVolumeList,
+  NWScanNSEntryInfoSet,
+  NWGetMLIDBoardInfo,
+  NWEnumNetAddresses,
+  NWGenerateGUIDs,
+  NWGetServerConnInfo,
+  NWAddTrusteeToNSDirectory,
+  NWSMLoadNLM2,
+  NWGetDirSpaceLimitList2,
+  NWDeleteTrusteeFromNSDirectory,
+  NWScanNSEntryInfo2,
+  NWGetNetWareProductVersion,
+  NWGetObjectNamesBeginW,
+  NWGetObjectNamesNextW,
+  NWGetObjectNamesEndW

+ 26 - 0
rtl/netware/nwimp/ccs-os.imp

@@ -0,0 +1,26 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+Alloc,
+AllocateResourceTag,
+AllocSleepOK,
+CAllocSemaphore,
+CCmpB,
+CDeAllocateSemaphore,
+CExamineSemaphore,
+CMovB,
+CPSemaphore,
+CSemaphoreReleaseAll,
+CSetB,
+CStrCmp,
+CVSemaphore,
+CYieldWithDelay,
+Disable,
+DisableAndRetFlags,
+Enable,
+Free,
+GetCurrentTime,
+GetSyncClockFields,
+RegisterForEventNotification,
+SetFlags,
+SizeOfAllocBlock,
+UnRegisterEventNotification

+ 77 - 0
rtl/netware/nwimp/ccs.imp

@@ -0,0 +1,77 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+CCSX_Authenticate,
+CCSX_CreateContext,
+CCSX_DataDecryptInit,
+CCSX_DataEncryptInit,
+CCSX_Decrypt,
+CCSX_DecryptFinal,
+CCSX_DecryptRestart,
+CCSX_DecryptUpdate,
+CCSX_DeObfuscate,
+CCSX_DestroyContext,
+CCSX_DestroyObject,
+CCSX_Digest,
+CCSX_DigestFinal,
+CCSX_DigestInit,
+CCSX_DigestRestart,
+CCSX_DigestUpdate,
+CCSX_Encrypt,
+CCSX_EncryptFinal,
+CCSX_EncryptRestart,
+CCSX_EncryptUpdate,
+CCSX_FindObjects,
+CCSX_FindObjectsInit,
+CCSX_GenerateCertificate,
+CCSX_GenerateCertificateFromRequest,
+CCSX_GenerateKey,
+CCSX_GenerateKeyPair,
+CCSX_GetAlgorithmInfo,
+CCSX_GetAlgorithmList,
+CCSX_GetAttributeValue,
+CCSX_GetCertificate,
+CCSX_GetInfo,
+CCSX_GetKMStrength,
+CCSX_GetModuleInfo,
+CCSX_GetMoreAlgorithmInfo,
+CCSX_GetPolicyInfo,
+CCSX_GetRandom,
+CCSX_Goodbye,
+CCSX_LoadBinderySessionKey,
+CCSX_LoadCertificate,
+CCSX_LoadSelfSignedCertificate,
+CCSX_LoadUnverifiedCertificate,
+CCSX_Obfuscate,
+CCSX_PacketReplySign,
+CCSX_PacketReSign,
+CCSX_PacketSign,
+CCSX_PacketSignInit,
+CCSX_SetAttributeValue,
+CCSX_Sign,
+CCSX_SignFinal,
+CCSX_SignInit,
+CCSX_SignRecover,
+CCSX_SignRecoverInit,
+CCSX_SignRecoverRestart,
+CCSX_SignRestart,
+CCSX_SignUpdate,
+CCSX_UnwrapKey,
+CCSX_UnwrapSessionKey,
+CCSX_Verify,
+CCSX_VerifyFinal,
+CCSX_VerifyInit,
+CCSX_VerifyRecover,
+CCSX_VerifyRecoverInit,
+CCSX_VerifyRecoverRestart,
+CCSX_VerifyRestart,
+CCSX_VerifyUpdate,
+CCSX_WrapKey,
+SSLX_CalcMAC,
+SSLX_ComputeKeys,
+SSLX_DestroySSLKeys,
+SSLX_GenerateClientNonce,
+SSLX_GenerateServerNonce,
+SSLX_GenerateSessionID,
+SSLX_GetHandshakeHashes,
+SSLX_PKCS1_PrivateDecrypt,
+SSLX_PKCS1_PublicEncrypt

+ 251 - 0
rtl/netware/nwimp/clib.imp

@@ -0,0 +1,251 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+ CLibGlobals,
+ CalculateIsDST,
+ CalendarDayFromOrdinalDayWeek,
+ ConsolePrintf,
+ CreateJavaLibTailorStruct,
+ DisposeJavaLibTailorStruct,
+ FirstWeekDayOfMonth,
+ GetTimeZoneInfo,
+ IsMacintoshTextFile,
+ IsOnSummerTime,
+ NWcprintf,
+ NWfprintf,
+ NWprintf,
+ NWsprintf,
+ NWvcprintf,
+ NWvfprintf,
+ NWvprintf,
+ NWvsprintf,
+ NWwsprintf,
+ NormalizeStructTM,
+ OldNLMBinary,
+ RegisterMatherrHandler,
+ ResetDSTParms,
+ SetMacintoshTextMode,
+ TailorForJava,
+ TimeToStructTM,
+ UnsetMacintoshTextMode,
+ YearsSince1970,
+ _HugeValue,
+ _IsTable,
+ _LongJmp,
+ _SetupArgV_411,
+ _SetupArgv,
+ __FDU87,
+ __FSU87,
+ __I8D,
+ __I8LS,
+ __I8M,
+ __I8RS,
+ __STOSB,
+ __STOSD,
+ __U8D,
+ __U8FD7,
+ __U8FS7,
+ __U8LS,
+ __U8M,
+ __U8RS,
+ ___assert,
+ ___assertCancelAbort,
+ __assert,
+ __ctype,
+ __full_io_exit,
+ __get_altzone,
+ __get_daylight,
+ __get_daylightOffset,
+ __get_daylightOnOff,
+ __get_default_tzname,
+ __get_errno_string,
+ __get_timezone,
+ __get_tzname,
+ __set_EDOM,
+ __set_ERANGE,
+ _ibsscan,
+ _idonwprint,
+ _idoprint,
+ _idoscan,
+ _lrotl,
+ _lrotr,
+ _rotl,
+ _rotr,
+ _setjmp,
+ abs,
+ acos,
+ altzone,
+ asctime,
+ asctime_r,
+ asin,
+ atan,
+ atan2,
+ atof,
+ atoi,
+ atol,
+ bsearch,
+ cabs,
+ ceil,
+ clearerr,
+ clock,
+ cos,
+ cosh,
+ cprintf,
+ cscanf,
+ ctime,
+ ctime_r,
+ daylight,
+ daylightOffset,
+ daylightOnOff,
+ difftime,
+ div,
+ ecvt,
+ exp,
+ fabs,
+ fbufsize,
+ fclose,
+ fcloseall,
+ fcvt,
+ fdopen,
+ feof,
+ ferror,
+ fflush,
+ fgetc,
+ fgetchar,
+ fgetpos,
+ fgets,
+ fileno,
+ floor,
+ flushall,
+ fmod,
+ fopen,
+ fprintf,
+ fputc,
+ fputchar,
+ fputs,
+ fread,
+ freopen,
+ frexp,
+ fscanf,
+ fseek,
+ fsetmode,
+ fsetpos,
+ ftell,
+ fwrite,
+ gAbbrevDay,
+ gAbbrevMonth,
+ gCumulDaysToMonth,
+ gCumulDaysToMonthInLeapYear,
+ gDateTimeFmt,
+ gDay,
+ gDaysInMonth,
+ gDaysInMonthOfLeapYear,
+ gDebugString,
+ gHugeValue,
+ gLibraryVersion,
+ gMonth,
+ gcvt,
+ getc,
+ getchar,
+ gets,
+ gmtime,
+ gmtime_r,
+ htol,
+ hypot,
+ is_unix_text_file,
+ isalnum,
+ isalpha,
+ isascii,
+ iscntrl,
+ isdigit,
+ isgraph,
+ islower,
+ isprint,
+ ispunct,
+ isspace,
+ isupper,
+ isxdigit,
+ j0,
+ j1,
+ jn,
+ labs,
+ ldexp,
+ ldiv,
+ localeconv,
+ localtime,
+ localtime_r,
+ log,
+ log10,
+ longjmp,
+ matherr,
+ max,
+ mblen,
+ mbstowcs,
+ mbtowc,
+ min,
+ mktime,
+ modf,
+ perror,
+ pow,
+ printf,
+ putc,
+ putchar,
+ puts,
+ qsort,
+ raise,
+ rand,
+ rand_r,
+ remainder,
+ remove,
+ rename,
+ rewind,
+ scanf,
+ set_unix_text_mode,
+ setbuf,
+ setjmp,
+ setlocale,
+ setlocale_411,
+ setvbuf,
+ signal,
+ sin,
+ sinh,
+ sprintf,
+ sqrt,
+ srand,
+ sscanf,
+ strcoll,
+ strerror,
+ strftime,
+ strtod,
+ strtod_ld,
+ strtoi,
+ strtok,
+ strxfrm,
+ sys_errlist,
+ sys_nerr,
+ tan,
+ tanh,
+ time,
+ timezone,
+ tmpfile,
+ tmpnam,
+ toascii,
+ tolower,
+ toupper,
+ tzname,
+ tzset,
+ uname,
+ ungetc,
+ unset_unix_text_mode,
+ vcprintf,
+ vcscanf,
+ vfprintf,
+ vfscanf,
+ vprintf,
+ vscanf,
+ vsprintf,
+ vsscanf,
+ wcstombs,
+ wctomb,
+ y0,
+ y1,
+ yn

+ 3 - 0
rtl/netware/nwimp/clibaux.imp

@@ -0,0 +1,3 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+ CLibAuxIsLoaded

+ 11 - 0
rtl/netware/nwimp/clibctx.imp

@@ -0,0 +1,11 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+ CtxVoid,
+ CtxInt,
+ CtxPtr,
+ CtxDouble,
+ CtxRegister,
+ CtxDeregister,
+ CtxBeginThread,
+ CtxBeginThreadGroup
+

+ 38 - 0
rtl/netware/nwimp/clxnlm32.imp

@@ -0,0 +1,38 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+  NWCLXInit,
+  NWCLXTerm,
+  NWCCGetCLXVersion,
+  NWCCOpenConnByName,
+  NWCCOpenConnByAddr,
+  NWCCOpenConnByRef,
+  NWCCCloseConn,
+  NWCCSysCloseConnRef,
+  NWCCMakeConnPermanent,
+  NWCCLicenseConn,
+  NWCCUnlicenseConn,
+  NWCCGetConnRef,
+  NWCCGetPrefServerName,
+  NWCCSetPrefServerName,
+  NWCCGetPrimConnRef,
+  NWCCSetPrimConn,
+  NWCCScanConnRefs,
+  NWCCGetConnInfo,
+  NWCCGetConnRefInfo,
+  NWCCGetAllConnInfo,
+  NWCCGetAllConnRefInfo,
+  NWCCGetConnAddressLength,
+  NWCCGetConnRefAddressLength,
+  NWCCGetConnAddress,
+  NWCCGetConnRefAddress,
+  NWCCOpenConnByPref,
+  NWCCQueryFeature,
+  NWCCGetNumConns,
+  NWCCScanConnInfo,
+  NWCCSetCurrentConnection,
+  NWCCResetRequester,
+  NWCCGetSecurityFlags,
+  NWCCSetSecurityFlags,
+  NWCCRenegotiateSecurityLevel,
+  NWCCRequest,
+  NWCCFragmentRequest

+ 50 - 0
rtl/netware/nwimp/convertimp

@@ -0,0 +1,50 @@
+#!/bin/sh
+
+usage ()
+{
+  echo "$0 SOURCEDIR"
+  echo ""
+  echo "converts .imp, .Imp and .IMP files from DOS CR/LF to LF only and"
+  echo "translates filename to lower case. Converted files are stored"
+  echo "in current directory."
+  echo "ad 2001/04/16"
+  exit 1
+}
+
+cnv ()
+{
+  DESTFN=`echo "$1" | tr [A-Z] [a-z]`
+  echo -n "converting $1 to $DESTDIR/$DESTFN "
+  
+  echo "# converted to unix by $USERNAME on $HST at $NOW" >$DESTDIR/$DESTFN
+  echo "#" >>$DESTDIR/$DESTFN
+  cat $1 | tr -d '\r' >> $DESTDIR/$DESTFN
+  # set time/date from source
+  touch -r $1 $DESTDIR/$DESTFN
+  echo ""
+}
+
+if [ -x /usr/bin/tr ]; then
+  if [ -x /bin/tr ]; then
+    if [ -x /usr/local/bin/tr ]; then
+      echo "this utility needs tr. Please install GNU textutils."
+      usage
+    fi
+  fi
+fi
+[ "$1" = "" ] && usage
+[ ! -d $1 ] && usage
+HST=`uname -n`
+NOW=`date`
+DESTDIR=`pwd`
+cd $1
+for i in *.imp; do
+  [ "$i" != "*.imp" ] && cnv $i
+done
+for i in *.IMP; do
+  [ "$i" != "*.IMP" ] && cnv $i
+done
+for i in *.Imp; do
+  [ "$i" != "*.Imp" ] && cnv $i
+done
+cd $DESTDIR

+ 275 - 0
rtl/netware/nwimp/dplsv386.imp

@@ -0,0 +1,275 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+ NWDPLibTerm, 
+ NWDPLibSetArtificialIODelay, 
+ NWDPLibSetArtificialMemLimit, 
+ NWDPLibMalloc, 
+ NWDPLibFree, 
+ NWDPLibRealloc, 
+ NWDPLibCalloc, 
+ NWDPLibQMalloc, 
+ NWDPNSrvSetNativeNDSContext, 
+ NWDPNSrvAddPrinterObject, 
+ NWDPNSrvAddPSMObject, 
+ NWDPNSrvAddBrokerObject, 
+ NWDPNSrvMakeFQNFromObject, 
+ NWDPNSrvRemoveObject, 
+ NWDPNSrvCreateRef, 
+ NWDPNSrvDestroyRef, 
+ NWDPNSrvListObjects, 
+ NWDPNSrvObjGetAttributeSet, 
+ NWDPNSrvModifyAttrs, 
+ NWDPNSrvGetNativeNDSContext, 
+ NWDPNSrvValidateObjectRef, 
+ NWDPNSrvQueryRoleMembership, 
+ NWDPNSrvCompareNDSObjectNames, 
+ NWDPSrsCreateRefBasedOnAddr, 
+ NWDPSrsCreateRefBasedOnFQN, 
+ NWDPSrsCreateRefBasedOnSAP, 
+ NWDPSrsDeregisterServer, 
+ NWDPSrsDestroyRef, 
+ NWDPSrsGetConnectionStatus, 
+ NWDPSrsGetFQN, 
+ NWDPSrsListServers, 
+ NWDPSrsRegisterServer, 
+ NWDPSrsValidateRef, 
+ NWDPNSrvQueryRoleMembership2, 
+ NWDPNSrvModifyNDSSchema, 
+ NWDPLibDisplayError, 
+ NWDPSrsListServers2, 
+ NWDPLibGetDefaultLanguageId, 
+ NWDPBrkCreateRefBasedOnFQN, 
+ NWDPBrkDestroyRef, 
+ NWDPBrkDisableService, 
+ NWDPBrkEnableService, 
+ NWDPBrkGetConnectionStatus, 
+ NWDPBrkGetFQN, 
+ NWDPBrkListServices, 
+ NWDPBrkShutdown, 
+ NWDPBrkValidateRef, 
+ NWDPResAddResourceFile, 
+ NWDPResCreateRefBasedOnAddr, 
+ NWDPResCreateRefBasedOnFQN, 
+ NWDPResCreateRefBasedOnSrsSAP, 
+ NWDPResDeleteResourceFile, 
+ NWDPResDestroyRef, 
+ NWDPResGetFQN, 
+ NWDPResGetResourceFile, 
+ NWDPResGetResourceFileDate, 
+ NWDPResListResource, 
+ NWDPResValidateRef, 
+ NWDPNtfyAddDetailEventObject, 
+ NWDPNtfyAddEvent, 
+ NWDPNtfyAddFilterEventObject, 
+ NWDPNtfyAddObjectEventObject, 
+ NWDPNtfyAddMethod, 
+ NWDPNtfyAddProfile, 
+ NWDPNtfyCreateMethodInfoRef, 
+ NWDPNtfyCreateProfileRef, 
+ NWDPNtfyCreateProfileRefBOP, 
+ NWDPNtfyCreateRefBasedOnFQN, 
+ NWDPNtfyDestroyMethodInfoRef, 
+ NWDPNtfyDestroyRef, 
+ NWDPNtfyGetDeliveryMethodInfo, 
+ NWDPNtfyGetProfileId, 
+ NWDPNtfyGetProfileInfo, 
+ NWDPNtfyGetSupportedEvents, 
+ NWDPNtfyListEventObjects, 
+ NWDPNtfyListMethods, 
+ NWDPNtfyListProfiles, 
+ NWDPNtfyListPrompts, 
+ NWDPNtfyModifyProfile, 
+ NWDPNtfyReleaseProfileRef, 
+ NWDPNtfyRemoveDetailEventObject, 
+ NWDPNtfyRemoveEvent, 
+ NWDPNtfyRemoveFilterEventObject, 
+ NWDPNtfyRemoveObjectEventObject, 
+ NWDPNtfyRemoveMethod, 
+ NWDPNtfyRemoveProfile, 
+ NWDPNtfySetDeliveryAddress, 
+ NWDPNtfySetLanguageId, 
+ NWDPNtfySetMethodId, 
+ NWDPNtfySetSupplierId, 
+ NWDPNtfyUseProfileRef, 
+ NWDPNtfyValidateRef, 
+ NWDPNtfyValidateMethodInfoRef, 
+ NWDPNtfyValidateProfileRef, 
+ NWDPResAddResourceFile2, 
+ NWDPResCreateRefBasedOnPrinter, 
+ NWDPResCreateRefBasedOnDriverId, 
+ NWDPInfCreateRef, 
+ NWDPInfDestroyRef, 
+ NWDPInfMakeSectionRef16, 
+ NWDPInfGetNextKeyAndValue16, 
+ NWDPInfGetValueFromKey16, 
+ NWDPInfWriteToFile, 
+ NWDPResCreateRefForLocal, 
+ NWDPInfInsertLineInSection16, 
+ NWDPInfReplaceLineInSection16, 
+ NWDPResSelectAndAddCABData, 
+ NWDPASAddAttribute, 
+ NWDPASAddAttrValue, 
+ NWDPASCreateRef, 
+ NWDPASCreateRefBasedOnSet, 
+ NWDPASListAttributes, 
+ NWDPASListAttrValues, 
+ NWDPASMakeAVPRef, 
+ NWDPASModifyAttrValue, 
+ NWDPASReleaseRef, 
+ NWDPASRemoveAttribute, 
+ NWDPASRemoveAttrValue, 
+ NWDPASSetAVPByAttributeId, 
+ NWDPASSetModifyOperators, 
+ NWDPASUseRef, 
+ NWDPASValidateRef, 
+ NWDPAUtilAddAttributeWithValues, 
+ NWDPAUtilAppendAttrSet, 
+ NWDPAUtilAppendAttrValueSet, 
+ NWDPAUtilAsciiToCardinal64, 
+ NWDPAUtilCardinal64ToAscii, 
+ NWDPAUtilCompareDataType, 
+ NWDPAUtilCompareAttrValue, 
+ NWDPAUtilDupAttribute, 
+ NWDPAUtilDupDataType, 
+ NWDPAUtilDupAttrValue, 
+ NWDPAUtilFreeAttribute, 
+ NWDPAUtilFreeAttrValueSet, 
+ NWDPAUtilFreeDataType, 
+ NWDPAUtilFreeAttrValue, 
+ NWDPAUtilListAttributes, 
+ NWDPAUtilListAttrValues, 
+ NWDPAUtilMergeAttrSet, 
+ NWDPAUtilRemoveAllAttributes, 
+ NWDPFltCreateRef, 
+ NWDPFltDestroyRef, 
+ NWDPFltAppendDelimiter, 
+ NWDPFltAppendSubstringMatch, 
+ NWDPFltAppendAttrSetMatch, 
+ NWDPFltValidateRef, 
+ NWDPOidInterpretRef, 
+ NWDPOidInterpretRefAsASCII, 
+ NWDPOidInterpretRefValue, 
+ NWDPOidCreateRefBasedOnASCII, 
+ NWDPOidCreateRefBasedOnString, 
+ NWDPOidMakeOidPtrFromOidRef, 
+ NWDPOidGetAttrCharacteristics, 
+ NWDPOidReleaseRef, 
+ NWDPOidCreateRefBasedOnOID, 
+ NWDPOidListRefValues, 
+ NWDPOidCmp, 
+ NWDPOidInterpretRefWithClosest, 
+ NWDPOidValidateRef, 
+ NWDPOSListOids, 
+ NWDPOSReleaseRef, 
+ NWDPOSCreateRef, 
+ NWDPOSAddOid, 
+ NWDPOSRemoveOid, 
+ NWDPOSUseRef, 
+ NWDPOSValidateRef, 
+ NWDPDocCancel, 
+ NWDPDocCreateRef, 
+ NWDPDocCreateRefBasedOnDocId, 
+ NWDPDocDestroyRef, 
+ NWDPDocGetAttributeSet, 
+ NWDPDocGetId, 
+ NWDPDocModifyAttrs, 
+ NWDPDocTransferFile, 
+ NWDPDocValidateRef, 
+ NWDPDocWriteBuf, 
+ NWDPJobCancel, 
+ NWDPJobCopy, 
+ NWDPJobCreateRef, 
+ NWDPJobCreateRefBasedOnJobId, 
+ NWDPJobDestroyRef, 
+ NWDPJobGetAttributeSet, 
+ NWDPJobGetId, 
+ NWDPJobGetStatus, 
+ NWDPJobInterrupt, 
+ NWDPJobModifyAttrs, 
+ NWDPJobMove, 
+ NWDPJobPause, 
+ NWDPJobPromote, 
+ NWDPJobReorder, 
+ NWDPJobResume, 
+ NWDPJobSubmit, 
+ NWDPJobValidateRef, 
+ NWDPPrtAddJobConfig, 
+ NWDPPrtAddInstalledPrinter, 
+ NWDPPrtAddInstalledPrtWConfig, 
+ NWDPPrtAddPrinterObjToPA, 
+ NWDPPrtChangeMedia, 
+ NWDPPrtControl, 
+ NWDPPrtCreateMODObject, 
+ NWDPPrtCreateRefBasedOnAddr, 
+ NWDPPrtCreateRefBasedOnLabel, 
+ NWDPPrtCreateRefBasedOnFQN, 
+ NWDPPrtCreateRefBasedOnPort, 
+ NWDPPrtCreateRefBasedOnPSM, 
+ NWDPPrtDeleteAllJobs, 
+ NWDPPrtDeleteMODObject, 
+ NWDPPrtDriverDownload, 
+ NWDPPrtGetAttributeSet, 
+ NWDPPrtGetDefaultPrinter, 
+ NWDPPrtGetDriverKeyName, 
+ NWDPPrtGetDriverName, 
+ NWDPPrtGetFQN, 
+ NWDPPrtGetJobConfig, 
+ NWDPPrtGetLabel, 
+ NWDPPrtGetMODObjectAttrSet, 
+ NWDPPrtGetPort, 
+ NWDPPrtGetPrinterInfo, 
+ NWDPPrtGetRefType, 
+ NWDPPrtGetStatus, 
+ NWDPPrtJobCopy, 
+ NWDPPrtJobMove, 
+ NWDPPrtListGlobalPrinters, 
+ NWDPPrtListInstalledPrinters, 
+ NWDPPrtListJobConfigs, 
+ NWDPPrtListJobs, 
+ NWDPPrtListMODObjects, 
+ NWDPPrtModifyAttrs, 
+ NWDPPrtModifyMODObjectAttrs, 
+ NWDPPrtReleaseRef, 
+ NWDPPrtRemoveInstalledPrinter, 
+ NWDPPrtRemoveJobConfig, 
+ NWDPPrtRemovePrinterObjFromPA, 
+ NWDPPrtRenameJobConfig, 
+ NWDPPrtResyncWithNameService, 
+ NWDPPrtSetDefaultPrinter, 
+ NWDPPrtSetLabel, 
+ NWDPPrtShutdownPA, 
+ NWDPPrtStartupPA, 
+ NWDPPrtSyncInstalledPrinters, 
+ NWDPPrtUseRef, 
+ NWDPPrtValidateRef, 
+ NWDPPsmGetMODObjectAttrSet, 
+ NWDPPsmModifyMODObjectAttrs, 
+ NWDPPsmListMODObjects, 
+ NWDPPsmCreateRefBasedOnFQN, 
+ NWDPPsmCreateRefBasedOnAddr, 
+ NWDPPsmListPAs, 
+ NWDPPsmShutdownPA, 
+ NWDPPsmStartupPA, 
+ NWDPPsmAddPA, 
+ NWDPPsmRemovePA, 
+ NWDPPsmAddPAAndAssignPrinterObj, 
+ NWDPPsmGetFQN, 
+ NWDPPsmShutdownPSM, 
+ NWDPPsmCancelShutdownPSM, 
+ NWDPPsmCreateMODObject, 
+ NWDPPsmDeleteMODObject, 
+ NWDPPsmValidateRef, 
+ NWDPPsmDestroyRef, 
+ NWDPPsmGetConnectionStatus, 
+ NWDPPrtCreateRefBasedOnRegName, 
+ NWDPPrtCreateRefBasedOnPAP, 
+ NWDPPrtDownloadAndAddDriver, 
+ NWDPPrtAddInstalledPrinter2, 
+ NWDPPrtAddInstalledPrinterWCfg, 
+ NWDPPrtListInstalledPrinters2, 
+ NWDPPrtGetRegName, 
+ NWDPPrtCallVendorSetup, 
+ NWDPPrtSetDriver, 
+ NWDPPrtDeleteAllJobs2, 
+ NWDPPrtCreateRefBasedOnCreds, 
+ NWDPLibInit 

+ 187 - 0
rtl/netware/nwimp/dsapi.imp

@@ -0,0 +1,187 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+  NWDSCreateContext,
+  NWDSFreeContext,
+  NWDSGetContext,
+  NWDSSetContext,
+  NWDSInitBuf,
+  NWDSAllocBuf,
+  NWDSFreeBuf,
+  NWDSGetAttrCount,
+  NWDSGetClassDefCount,
+  NWDSGetClassItemCount,
+  NWDSGetObjectCount,
+  NWDSGetAttrName,
+  NWDSGetObjectName,
+  NWDSPutAttrName,
+  NWDSPutChange,
+  NWDSPutAttrVal,
+  NWDSGetAttrDef,
+  NWDSGetClassDef,
+  NWDSGetClassItem,
+  NWDSPutClassItem,
+  NWDSGetAttrVal,
+  NWDSList,
+  NWDSAddObject,
+  NWDSCompare,
+  NWDSModifyObject,
+  NWDSModifyDN,
+  NWDSRead,
+  NWDSReadObjectInfo,
+  NWDSRemoveObject,
+  NWDSCanonicalizeName,
+  NWDSDefineAttr,
+  NWDSDefineClass,
+  NWDSListContainableClasses,
+  NWDSModifyClassDef,
+  NWDSReadAttrDef,
+  NWDSReadClassDef,
+  NWDSRemoveAttrDef,
+  NWDSAllocFilter,
+  NWDSFreeFilter,
+  NWDSPutFilter,
+  NWDSSearch,
+  NWDSRemoveClassDef,
+  NWDSGetEffectiveRights,
+  NWDSComputeAttrValSize,
+  NWDSMapIDToName,
+  NWDSMapNameToID,
+  NWDSAddFilterToken,
+  NWDSReplaceAttrNameAbbrev,
+  NWDSAbbreviateName,
+  NWDSGetSyntaxID,
+  NWDSOpenStream,
+  NWDSRemoveAllTypes,
+  NWDSGetPartitionRoot,
+  NWDSListPartitions,
+  NWDSAddPartition,
+  NWDSAddReplica,
+  NWDSChangeReplicaType,
+  NWDSJoinPartitions,
+  NWDSRemovePartition,
+  NWDSRemoveReplica,
+  NWDSSplitPartition,
+  NWDSDelFilterToken,
+  NWDSGetPartitionInfo,
+  NWDSBeginClassItem,
+  NWDSCloseIteration,
+  NWDSGetServerName,
+  NWDSGetSyntaxCount,
+  NWDSGetSyntaxDef,
+  NWDSReadSyntaxes,
+  NWDSWhoAmI,
+  NWDSAuditGetObjectID,
+  NWDSGetObjectHostServerAddress,
+  NWGetNWNetVersion,
+  NWDSGetServerDN,
+  NWDSGetServerAddresses,
+  NWIsDSServer,
+  NWDSListAttrsEffectiveRights,
+  NWDSGetBinderyContext,
+  NWDSRepairTimeStamps,
+  NWDSModifyRDN,
+  NWDSMoveObject,
+  NWGetFileServerUTCTime,
+  NWDSDuplicateContext,
+  NWDSReadSyntaxDef,
+  NWDSListByClassAndName,
+  NWDSCIStringsMatch,
+  NWDSGetCountByClassAndName,
+  NWDSPartitionReceiveAllUpdates,
+  NWDSPartitionSendAllUpdates,
+  NWDSListContainers,
+  NWDSAbortPartitionOperation,
+  NWDSSyncPartition,
+  NWDSInspectEntry,
+  NWDSReadReferences,
+  NWDSExtSyncRead,
+  NWDSExtSyncList,
+  NWDSExtSyncSearch,
+  NWDSAddSecurityEquiv,
+  NWDSRemSecurityEquiv,
+  NWDSGetDSVerInfo,
+  NWDSOpenConnToNDSServer,
+  NWDSSyncReplicaToServer,
+  NWDSReloadDS,
+  NWDSCreateContextHandle,
+  NWDSDuplicateContextHandle,
+  NWDSGetDefNameContext,
+  NWDSSetDefNameContext,
+  NWDSAuthenticateConn,
+  NWDSGetMonitoredConnRef,
+  NWDSOpenMonitoredConn,
+  NWDSScanConnsForTrees,
+  NWDSScanForAvailableTrees,
+  NWDSReturnBlockOfAvailableTrees,
+  NWDSGetReplicaReferenceRootID,
+  NWDSListPartitionsExtInfo,
+  NWDSGetPartitionExtInfoPtr,
+  NWDSGetPartitionExtInfo,
+  NWDSGetConnectionInfo,
+  NWDSSetConnectionInfo,
+  NWGetNumConnections,
+  NWDSGetConnectionSlot,
+  NWFreeConnectionSlot,
+  NWGetConnectionIDFromAddress,
+  NWGetNearestDirectoryService,
+  NWIsDSAuthenticated,
+  NWGetNextConnectionID,
+  NWGetDefaultNameContext,
+  NWSetDefaultNameContext,
+  NWGetConnectionIDFromName,
+  NWGetPreferredDSServer,
+  NWDSChangeResourceOnConnection,
+  NWDSGetMonitoredConnection,
+  NWDSSetMonitoredConnection,
+  NWSetPreferredDSTree,
+  NWDSLockConnection,
+  NWDSUnlockConnection,
+  _NWDSGetConnectionSlot,
+  NWGetPreferredConnName,
+  NWDSResolveName,
+  NWDSBackupObject,
+  NWDSRestoreObject,
+  NWGetNearestDSConnRef,
+  NWNetInit,
+  NWNetTerm,
+  NWDSSyncSchema,
+  NWDSCanDSAuthenticate,
+  NWDSGetServerAddresses2,
+  NWDSAuthenticate,
+  NWDSChangeObjectPassword,
+  NWDSGenerateObjectKeyPair,
+  NWDSLogin,
+  NWDSLogin2,
+  NWDSLoginAsServer,
+  NWDSLogout,
+  NWDSVerifyObjectPassword,
+  NWDSPutAttrNameAndVal,
+  NWDSPutChangeAndVal,
+  NWDSReadObjectDSIInfo,
+  NWDSGetDSIInfo,
+  NWDSReadNDSInfo,
+  NWDSGetNDSInfo,
+  NWDSGetObjectNameAndInfo,
+  NWDSGetNDSIntervals,
+  NWDSSetNDSIntervals,
+  NWDSGenerateObjectKeyPair2,
+  NWDSGetAttrValModTime,
+  NWDSGetAttrValFlags,
+  NWDSItrDestroy,
+  NWDSItrClone,
+  NWDSItrGetPosition,
+  NWDSItrSetPosition,
+  NWDSItrSetPositionFromIterator,
+  NWDSItrTypeDown,
+  NWDSItrSkip,
+  NWDSItrGetNext,
+  NWDSItrGetPrev,
+  NWDSItrGetCurrent,
+  NWDSItrCount,
+  NWDSItrAtFirst,
+  NWDSItrAtEOF,
+  NWDSItrGetInfo,
+  NWDSItrCreateList,
+  NWDSItrCreateSearch,
+  NWDSMutateObject,
+  NWDSAuthenticateConnEx

+ 28 - 0
rtl/netware/nwimp/dsevent.imp

@@ -0,0 +1,28 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+#/*****************************************************************************
+#                              DSEVENT.Imp
+#
+# This is used by NLMLinkP to determine which DSEVENT symbols are exported...
+# ...and by the developer-client using NetWare Directory Services APIs.
+#
+#  Copyright (c) 1989-1998 Novell, Inc.  All Rights Reserved.
+#
+#  THIS WORK IS  SUBJECT  TO  U.S.  AND  INTERNATIONAL  COPYRIGHT  LAWS  AND
+#  TREATIES.   NO  PART  OF  THIS  WORK MAY BE  USED,  PRACTICED,  PERFORMED
+#  COPIED, DISTRIBUTED, REVISED, MODIFIED, TRANSLATED,  ABRIDGED, CONDENSED,
+#  EXPANDED,  COLLECTED,  COMPILED,  LINKED,  RECAST, TRANSFORMED OR ADAPTED
+#  WITHOUT THE PRIOR WRITTEN CONSENT OF NOVELL, INC. ANY USE OR EXPLOITATION
+#  OF THIS WORK WITHOUT AUTHORIZATION COULD SUBJECT THE PERPETRATOR TO
+#  CRIMINAL AND CIVIL LIABILITY.$
+#*****************************************************************************/
+ NWDSEConvertEntryName,
+ NWDSEGetLocalAttrID,
+ NWDSEGetLocalClassID,
+ NWDSEGetLocalEntryID,
+ NWDSEGetLocalEntryName,
+ NWDSEGetLocalAttrName,
+ NWDSEGetLocalClassName,
+ NWDSERegisterForEvent,
+ NWDSERegisterForEventWithResult,
+ NWDSEUnRegisterForEvent

+ 50 - 0
rtl/netware/nwimp/fpsm.imp

@@ -0,0 +1,50 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+ __CHP,
+ __FDA,
+ __FDC,
+ __FDD,
+ __FDFS,
+ __FDI4,
+ __FDM,
+ __FDN,
+ __FDS,
+ __FDU4,
+ __FSA,
+ __FSC,
+ __FSD,
+ __FSM,
+ __FSN,
+ __FSS,
+ __FSFD,
+ __FSI1,
+ __FSI2,
+ __FSI4,
+ __FSU1,
+ __FSU2,
+ __FSU4,
+ __I4FD,
+ __I4FS,
+ __RDI4,
+ __RDU4,
+ __U4FD,
+ __U4FS,
+ __ZBuf2F,
+ __8087,
+ __old_8087,
+ _8087,
+ _fltused_,
+ __fp_characteristics,
+ _clear87,
+ _control87,
+ _fpreset,
+ _status87,
+ __init_387_emulator,
+ Copy__fp_characteristics,
+ fpgetmask,
+ fpgetround,
+ fpgetsticky,
+ fpsetmask,
+ fpsetround,
+ fpsetsticky,
+ xldexp

+ 187 - 0
rtl/netware/nwimp/lib0.imp

@@ -0,0 +1,187 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+ AddConnectionToSyncTable,
+ AddLink,
+ AllocateDynArrayEntry,
+ AllocateGivenDynArrayEntry,
+ BSDSocketCleanup,
+ Breakpoint,
+ CallLibraryCleanups,
+ ClearThreadInSyncTable,
+ DeallocateDynArrayEntry,
+ DebugBoobyTrapPID,
+ DebugGetNLMFromPID,
+ DebugGetPIDName,
+ DebugSetupPIDForACleanExit,
+ DebugUnBoobyTrapPID,
+ DebugValidatePID,
+ Debug_free,
+ Debug_malloc,
+ DecrementRTagCount,
+ DeregisterEnvNotification,
+ DeregisterLibrary,
+ ExitFSHooks,
+ FindConnectionInSyncTable,
+ FindSymbol,
+ FixupCallToData,
+ FixupCallToFunc,
+ FixupStubToData,
+ FixupStubToFunc,
+ FlushLibStats,
+ FreeLink,
+ FreeQueryServicesList,
+ GetDataAreaPtr,
+ GetEnv,
+ GetLib0InternalVersion,
+ GetLibraryMessage,
+ GetModuleAddress,
+ GetSyncTableInfo,
+ GetVolumeDriveStartBlock,
+ Get_CLIB_BSD_DIAG,
+ Get_CLIB_CONTEXT_FLAGS,
+ Get_CLIB_MEM_FLAGS,
+ Get_CLIB_RING_BUFFER_TRACK,
+ Get_CLIB_SYNC_FLAGS,
+ HandleCtrlChars,
+ IncrementRTagCount,
+ InitializeFSHooks,
+ InternalRegisterLibrary,
+ IpxCancelEvent,
+ IpxCheckSocket,
+ IpxCloseSocket,
+ IpxConnect,
+ IpxDisconnect,
+ IpxGetAndClearQ,
+ IpxGetInternetworkAddress,
+ IpxGetLocalTarget,
+ IpxGetStatistics,
+ IpxGetVersion,
+ IpxOpenSocket,
+ IpxQueuedReceive,
+ IpxQueuedSend,
+ IpxReceive,
+ IpxResetStatistics,
+ IpxSend,
+ IsNameSpaceLoaded,
+ LLOutputToScreenSingle,
+ LLOutputToScreenWithVa_list,
+ Lib0Alloc,
+ Lib0Assign,
+ Lib0Free,
+ Lib0MemCpy,
+ Lib0MemSet,
+ Lib0Realloc,
+ LibAsyncRead,
+ LibAsyncRelease,
+ NCPSendToLocalServer,
+ NCPSendToLocalServerWithReplyLen,
+ NLMDebugVar,
+ NWSetBreakpoint,
+ NWClearBreakpoint,
+ NotifyNLMDebug,
+ OverrideInternalVersion,
+ PrintMem,
+ QueryServices,
+ QueueDirectReadFileNoWait,
+ QueueDirectWriteFileNoWait,
+ RedirectSymbolInLoadedModule,
+ RegisterEnvNotification,
+ SaveDataAreaPtr,
+ ScanEnvVariables,
+ SetEnv,
+ SetRTagCustomData,
+ SetSocketStructClientInfo,
+ SetSyncTableInfo,
+ SpxAbortConnection,
+ SpxCancelEvent,
+ SpxCheckSocket,
+ SpxCloseSocket,
+ SpxEstablishConnection,
+ SpxGetConfiguration,
+ SpxGetConnectionStatus,
+ SpxGetTime,
+ SpxGetVersion,
+ SpxListenForConnectedPacket,
+ SpxListenForConnection,
+ SpxListenForSequencedPacket,
+ SpxOpenSocket,
+ SpxQueuedListenForSequencedPacket,
+ SpxQueuedSendSequencedPacket,
+ SpxSendSequencedPacket,
+ SpxTerminateConnection,
+ _3xAddFSMonitorHook,
+ _3xRemoveFSMonitorHook,
+ _AddExtendedHandle,
+ _AddNLMDependent,
+ _AddNLMEntry,
+ _AddSignalEntry,
+ _AllocMutexedData,
+ _AllocSpinLock,
+ _BumpFunctionCount,
+ _CheckNLMState,
+ _DebugLog,
+ _DebugLogClose,
+ _DebugLogMode,
+ _DebugLogOpen,
+ _DeRegisterAddressSpace,
+ _DeallocMutexedData,
+ _DeallocSpinLock,
+ _InitializeNLMDABs,
+ _Lib0AdvertiseService,
+ _Lib0ShutdownAdvertising,
+ _LockSpinLock,
+ _LockSpinLockDisable, 
+ _MapExtendedHandle,
+ _MarkNLMFinished,
+ _ModifyKernelMemory,
+ _ReadNLMExitCode,
+ _RegisterAddressSpace,
+ _RemoveExtendedHandle,
+ _RemoveNLMDependent,
+ _RemoveSignalEntry,
+ _ReportContextError,
+ _ReportNoContext,
+ _Report_NWErrno,
+ _Report_errno,
+ _SendSignal,
+ _TrySpinLock,
+ _TrySpinLockDisable,
+ _UnlockSpinLock,
+ _UnlockSpinLockRestore,
+ __GetThreadIDFromPCB,
+ __INWLogFile,
+ __LFileSet,
+ __LRecSet,
+ __LockPRecSet,
+ __LogPRec,
+ __LogRec,
+ __SPSemaphore,
+ _bsd_select,
+ _disable,
+ _enable,
+ bsd_accept,
+ bsd_bind,
+ bsd_close,
+ bsd_connect,
+ bsd_deregister,
+ bsd_fd_clr,
+ bsd_fd_isset,
+ bsd_fd_set,
+ bsd_forget_thread,
+ bsd_getpeername,
+ bsd_getsockname,
+ bsd_getsockopt,
+ bsd_ioctl,
+ bsd_listen,
+ bsd_recvmsg,
+ bsd_register,
+ bsd_select,
+ bsd_select_wakeup,
+ bsd_sendmsg,
+ bsd_setsockopt,
+ bsd_shutdown,
+ bsd_sleep,
+ bsd_socket,
+ bsd_wakeup,
+ bsd_wakeup_all,
+ system

+ 107 - 0
rtl/netware/nwimp/locnlm32.imp

@@ -0,0 +1,107 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+  NWisalnum,
+  NWisalpha,
+  NWisdigit,
+  NWNextChar,
+  NWLTruncateString,
+  NWatoi,
+  NWLstrbcpy,
+  NWstrlen,
+  NWLocalToUnicode,
+  NWUnicodeToLocal,
+  NWUnicodeToCollation,
+  NWUnicodeCompare,
+  NWUnicodeToMonocase,
+  NWFreeUnicodeTables,
+  NWGetUnicodeToLocalHandle,
+  NWGetLocalToUnicodeHandle,
+  NWGetMonocaseHandle,
+  NWGetCollationHandle,
+  NWInitUnicodeTables,
+  unicmp,
+  unincmp,
+  unicat,
+  unichr,
+  unicpy,
+  unicspn,
+  unilen,
+  unincat,
+  unincpy,
+  uninset,
+  unipbrk,
+  unipcpy,
+  unirchr,
+  unirev,
+  uniset,
+  unispn,
+  unistr,
+  unitok,
+  uniicmp,
+  uninicmp,
+  unisize,
+  uniindex,
+  uninlen,
+  NWGetNWLOCALEVersion,
+  NWLstrtok,
+  NWitoa,
+  NWltoa,
+  NWutoa,
+  NWultoa,
+  NWLmbslen,
+  NWLstricmp,
+  NWisxdigit,
+  NWUSStandardUnicodeInit,
+  NWUSStandardUnicodeRelease,
+  NWUSGetCodePage,
+  NWUSByteToUnicode,
+  NWUSLenByteToUnicode,
+  NWUSByteToUnicodePath,
+  NWUSLenByteToUnicodePath,
+  NWUSUnicodeToByte,
+  NWUSUnicodeToBytePath,
+  NWUSUnicodeToLowerCase,
+  NWUSUnicodeToUpperCase,
+  NWUSUnicodeToUntermByte,
+  NWUSUnicodeToUntermBytePath,
+  NWUXLoadByteUnicodeConverter,
+  NWUXLoadCaseConverter,
+  NWUXLoadCollationConverter,
+  NWUXLoadNormalizeConverter,
+  NWUXUnloadConverter,
+  NWUXByteToUnicode,
+  NWUXLenByteToUnicode,
+  NWUXByteToUnicodePath,
+  NWUXLenByteToUnicodePath,
+  NWUXUnicodeToByte,
+  NWUXUnicodeToBytePath,
+  NWUXUnicodeToCase,
+  NWUXUnicodeToCollation,
+  NWUXUnicodeToNormalized,
+  NWUXGetCharSize,
+  NWUXUnicodeToUntermByte,
+  NWUXUnicodeToUntermBytePath,
+  NWUXSetNoMapAction,
+  NWUXGetNoMapAction,
+  NWUXSetSubByte,
+  NWUXGetSubByte,
+  NWUXSetSubUni,
+  NWUXGetSubUni,
+  NWUXSetByteFunctions,
+  NWUXGetByteFunctions,
+  NWUXSetUniFunctions,
+  NWUXGetUniFunctions,
+  NWUXResetConverter,
+  nwusuniicmp,
+  nwusuninicmp,
+  NWUXSetScanAction,
+  NWUXGetScanAction,
+  NWUSStandardUnicodeOverride,
+  NWLIsAnsi,
+  NWLOemToAnsi,
+  NWLAnsiToOem,
+  NWLUTF8ToUnicode,
+  NWLUnicodeToUTF8,
+  NWLUTF8ToUnicodeSize,
+  NWLUnicodeToUTF8Size,
+  NWLstrtok_r

+ 59 - 0
rtl/netware/nwimp/ndpsrpc.imp

@@ -0,0 +1,59 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+ clnt_ndps_create,
+ svc_ndps_create,
+ ndps_authnone_create,
+ ndps_clnt_sperror,
+ ndps_freenetconfigent,
+ ndps_getnetconfigent,
+ ndps__get_rpc_createerr_,
+ ndps__seterr_reply,
+ ndps_svc_control,
+ ndps_svc_getreq,
+ ndps_svc_interrupt,
+ ndps_svc_run,
+ ndps_svc_sendreply,
+ ndps_svc_tp_create,
+ ndps_svcerr_decode,
+ ndps_svcerr_noproc,
+ ndps_svcerr_systemerr,
+ ndps_xdr_array,
+ ndps_xdr_bool,
+ ndps_xdr_bytes,
+ ndps_xdr_callhdr,
+ ndps_xdr_callmsg,
+ ndps_xdr_char,
+ ndps_xdr_double,
+ ndps_xdr_enum,
+ ndps_xdr_fast_string,
+ ndps_xdr_float,
+ ndps_xdr_free,
+ ndps_xdr_free_pointer,
+ ndps_xdr_int,
+ ndps_xdr_long,
+ ndps_xdr_opaque,
+ ndps_xdr_opaque_auth,
+ ndps_xdr_pointer,
+ ndps_xdr_replymsg,
+ ndps_xdr_short,
+ ndps_xdr_string,
+ ndps_xdr_u_char,
+ ndps_xdr_u_int,
+ ndps_xdr_u_long,
+ ndps_xdr_u_short,
+ ndps_xdr_union,
+ ndps_xdr_vector,
+ ndps_xdr_void,
+ ndps_xdr_wrapstring,
+ ndps_xdrmem_create,
+ ndps_xdrrec_create,
+ ndps_xdrrec_endofrecord,
+ ndps_xdrrec_eof,
+ ndps_xdrrec_flush,
+ ndps_xdrrec_skiprecord,
+ ndps_xdrrec_splice,
+ ndps_RemoveClient,
+ ndps_RemoveClientId,
+ ndps_AddClientId,
+ ndps_GetClientId
+

+ 187 - 0
rtl/netware/nwimp/netnlm32.imp

@@ -0,0 +1,187 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+  NWDSCreateContext,
+  NWDSFreeContext,
+  NWDSGetContext,
+  NWDSSetContext,
+  NWDSInitBuf,
+  NWDSAllocBuf,
+  NWDSFreeBuf,
+  NWDSGetAttrCount,
+  NWDSGetClassDefCount,
+  NWDSGetClassItemCount,
+  NWDSGetObjectCount,
+  NWDSGetAttrName,
+  NWDSGetObjectName,
+  NWDSPutAttrName,
+  NWDSPutChange,
+  NWDSPutAttrVal,
+  NWDSGetAttrDef,
+  NWDSGetClassDef,
+  NWDSGetClassItem,
+  NWDSPutClassItem,
+  NWDSGetAttrVal,
+  NWDSList,
+  NWDSAddObject,
+  NWDSCompare,
+  NWDSModifyObject,
+  NWDSModifyDN,
+  NWDSRead,
+  NWDSReadObjectInfo,
+  NWDSRemoveObject,
+  NWDSCanonicalizeName,
+  NWDSDefineAttr,
+  NWDSDefineClass,
+  NWDSListContainableClasses,
+  NWDSModifyClassDef,
+  NWDSReadAttrDef,
+  NWDSReadClassDef,
+  NWDSRemoveAttrDef,
+  NWDSAllocFilter,
+  NWDSFreeFilter,
+  NWDSPutFilter,
+  NWDSSearch,
+  NWDSRemoveClassDef,
+  NWDSGetEffectiveRights,
+  NWDSComputeAttrValSize,
+  NWDSMapIDToName,
+  NWDSMapNameToID,
+  NWDSAddFilterToken,
+  NWDSReplaceAttrNameAbbrev,
+  NWDSAbbreviateName,
+  NWDSGetSyntaxID,
+  NWDSOpenStream,
+  NWDSRemoveAllTypes,
+  NWDSGetPartitionRoot,
+  NWDSListPartitions,
+  NWDSAddPartition,
+  NWDSAddReplica,
+  NWDSChangeReplicaType,
+  NWDSJoinPartitions,
+  NWDSRemovePartition,
+  NWDSRemoveReplica,
+  NWDSSplitPartition,
+  NWDSDelFilterToken,
+  NWDSGetPartitionInfo,
+  NWDSBeginClassItem,
+  NWDSCloseIteration,
+  NWDSGetServerName,
+  NWDSGetSyntaxCount,
+  NWDSGetSyntaxDef,
+  NWDSReadSyntaxes,
+  NWDSWhoAmI,
+  NWDSAuditGetObjectID,
+  NWDSGetObjectHostServerAddress,
+  NWGetNWNetVersion,
+  NWDSGetServerDN,
+  NWDSGetServerAddresses,
+  NWIsDSServer,
+  NWDSListAttrsEffectiveRights,
+  NWDSGetBinderyContext,
+  NWDSRepairTimeStamps,
+  NWDSModifyRDN,
+  NWDSMoveObject,
+  NWGetFileServerUTCTime,
+  NWDSDuplicateContext,
+  NWDSReadSyntaxDef,
+  NWDSListByClassAndName,
+  NWDSCIStringsMatch,
+  NWDSGetCountByClassAndName,
+  NWDSPartitionReceiveAllUpdates,
+  NWDSPartitionSendAllUpdates,
+  NWDSListContainers,
+  NWDSAbortPartitionOperation,
+  NWDSSyncPartition,
+  NWDSInspectEntry,
+  NWDSReadReferences,
+  NWDSExtSyncRead,
+  NWDSExtSyncList,
+  NWDSExtSyncSearch,
+  NWDSAddSecurityEquiv,
+  NWDSRemSecurityEquiv,
+  NWDSGetDSVerInfo,
+  NWDSOpenConnToNDSServer,
+  NWDSSyncReplicaToServer,
+  NWDSReloadDS,
+  NWDSCreateContextHandle,
+  NWDSDuplicateContextHandle,
+  NWDSGetDefNameContext,
+  NWDSSetDefNameContext,
+  NWDSAuthenticateConn,
+  NWDSGetMonitoredConnRef,
+  NWDSOpenMonitoredConn,
+  NWDSScanConnsForTrees,
+  NWDSScanForAvailableTrees,
+  NWDSReturnBlockOfAvailableTrees,
+  NWDSGetReplicaReferenceRootID,
+  NWDSListPartitionsExtInfo,
+  NWDSGetPartitionExtInfoPtr,
+  NWDSGetPartitionExtInfo,
+  NWDSGetConnectionInfo,
+  NWDSSetConnectionInfo,
+  NWGetNumConnections,
+  NWDSGetConnectionSlot,
+  NWFreeConnectionSlot,
+  NWGetConnectionIDFromAddress,
+  NWGetNearestDirectoryService,
+  NWIsDSAuthenticated,
+  NWGetNextConnectionID,
+  NWGetDefaultNameContext,
+  NWSetDefaultNameContext,
+  NWGetConnectionIDFromName,
+  NWGetPreferredDSServer,
+  NWDSChangeResourceOnConnection,
+  NWDSGetMonitoredConnection,
+  NWDSSetMonitoredConnection,
+  NWSetPreferredDSTree,
+  NWDSLockConnection,
+  NWDSUnlockConnection,
+  _NWDSGetConnectionSlot,
+  NWGetPreferredConnName,
+  NWDSResolveName,
+  NWDSBackupObject,
+  NWDSRestoreObject,
+  NWGetNearestDSConnRef,
+  NWNetInit,
+  NWNetTerm,
+  NWDSSyncSchema,
+  NWDSCanDSAuthenticate,
+  NWDSGetServerAddresses2,
+  NWDSAuthenticate,
+  NWDSChangeObjectPassword,
+  NWDSGenerateObjectKeyPair,
+  NWDSLogin,
+  NWDSLogin2,
+  NWDSLoginAsServer,
+  NWDSLogout,
+  NWDSVerifyObjectPassword,
+  NWDSPutAttrNameAndVal,
+  NWDSPutChangeAndVal,
+  NWDSReadObjectDSIInfo,
+  NWDSGetDSIInfo,
+  NWDSReadNDSInfo,
+  NWDSGetNDSInfo,
+  NWDSGetObjectNameAndInfo,
+  NWDSGetNDSIntervals,
+  NWDSSetNDSIntervals,
+  NWDSGenerateObjectKeyPair2,
+  NWDSGetAttrValModTime,
+  NWDSGetAttrValFlags,
+  NWDSItrDestroy,
+  NWDSItrClone,
+  NWDSItrGetPosition,
+  NWDSItrSetPosition,
+  NWDSItrSetPositionFromIterator,
+  NWDSItrTypeDown,
+  NWDSItrSkip,
+  NWDSItrGetNext,
+  NWDSItrGetPrev,
+  NWDSItrGetCurrent,
+  NWDSItrCount,
+  NWDSItrAtFirst,
+  NWDSItrAtEOF,
+  NWDSItrGetInfo,
+  NWDSItrCreateList,
+  NWDSItrCreateSearch,
+  NWDSMutateObject,
+  NWDSAuthenticateConnEx

+ 255 - 0
rtl/netware/nwimp/nit.imp

@@ -0,0 +1,255 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+ AbortServicingQueueJobAndFile,
+ AccountingInstalled,
+ AddBinderyObjectToSet,
+ AddSpaceRestrictionForDirectory,
+ AddTrustee,
+ AddUserSpaceRestriction,
+ AFPAllocTemporaryDirHandle,
+ AFPCreateDirectory,
+ AFPCreateFile,
+ AFPDelete,
+ AFPDirectoryEntry,
+ AFPGetEntryIDFromName,
+ AFPGetEntryIDFromNetWareHandle,
+ AFPGetEntryIDFromPathName,
+ AFPGetFileInformation,
+ AFPOpenFileFork,
+ AFPRename,
+ AFPScanFileInformation,
+ AFPSetFileInformation,
+ AFPSupported,
+ AttachQueueServerToQueue,
+ BroadcastToConsole,
+ ChangeBinderyObjectPassword,
+ ChangeBinderyObjectSecurity,
+ ChangeDirectoryEntry,
+ ChangePropertySecurity,
+ ChangeQueueJobEntry,
+ ChangeQueueJobPosition,
+ ChangeToClientRights,
+ CheckConsolePrivileges,
+ CheckNetWareVersion,
+ ClearConnectionNumber,
+ ClearFile,
+ ClearFileSet,
+ ClearLogicalRecord,
+ ClearLogicalRecordSet,
+ ClearPhysicalRecord,
+ ClearPhysicalRecordSet,
+ CloseBindery,
+ CloseEA,
+ CloseFileAndAbortQueueJob,
+ CloseFileAndStartQueueJob,
+ CloseSemaphore,
+ CopyEA,
+ CreateAQueue,
+ CreateBinderyObject,
+ CreateProperty,
+ CreateQueueJobAndFile,
+ DeleteBinderyObject,
+ DeleteBinderyObjectFromSet,
+ DeleteProperty,
+ DeleteTrustee,
+ DeleteUserSpaceRestriction,
+ DestroyQueue,
+ DetachQueueServerFromQueue,
+ DisableFileServerLogin,
+ DisableStationBroadcasts,
+ DisableTransactionTracking,
+ DownFileServer,
+ EnableFileServerLogin,
+ EnableStationBroadcasts,
+ EnableTransactionTracking,
+ EnumerateEA,
+ ExamineSemaphore,
+ FinishServicingQueueJobAndFile,
+ GetAccountStatus,
+ GetAvailableUserDiskSpace,
+ GetBinderyAccessLevel,
+ GetBinderyObjectDiskSpaceLeft,
+ GetBinderyObjectID,
+ GetBinderyObjectName,
+ GetBroadcastMessage,
+ GetConnectionSemaphores,
+ GetConnectionsOpenFiles,
+ GetConnectionsTaskInformation,
+ GetConnectionsUsageStats,
+ GetConnectionsUsingFile,
+ GetDiskCacheStats,
+ GetDiskChannelStats,
+ GetDiskSpaceUsedByObject,
+ GetDiskUtilization,
+ GetDriveMappingTable,
+ GetEAInfo,
+ GetEffectiveRights,
+ GetFileServerDateAndTime,
+ GetFileServerDescriptionStrings,
+ GetFileServerLANIOStats,
+ GetFileServerLoginStatus,
+ GetFileServerMiscInformation,
+ GetFileServerName,
+ GetFileSystemStats,
+ GetLANDriverConfigInfo,
+ GetLogicalRecordInformation,
+ GetLogicalRecordsByConnection,
+ GetMaximumUserSpaceRestriction,
+ GetNetworkSerialNumber,
+ GetPathFromDirectoryEntry,
+ GetPhysicalDiskStats,
+ GetPhysicalRecordLocksByFile,
+ GetPhysRecLockByConnectAndFile,
+ GetQueueJobList,
+ GetQueueJobsFileSize,
+ GetSemaphoreInformation,
+ GetServerInformation,
+ GetServerMemorySize,
+ GetServerUtilization,
+ GetVolumeInformation,
+ GetVolumeInfoWithNumber,
+ GetVolumeName,
+ GetVolumeNumber,
+ GetVolumeStatistics,
+ IsBinderyObjectInSet,
+ LockFileSet,
+ LockLogicalRecordSet,
+ LockPhysicalRecordSet,
+ LogFile,
+ LogLogicalRecord,
+ LogPhysicalRecord,
+ ModifyInheritedRightsMask,
+ NITGlobals,
+ NWDeRegisterDMSupportModule,
+ NWDeRegisterRTDataMigrationNLM,
+ NWGetDataMigratorInfo,
+ NWGetDefaultSupportModule,
+ NWGetDMFileInfo,
+ NWGetDMVolumeInfo,
+ NWGetExtendedVolumeInfo,
+ NWGetSupportModuleInfo,
+ NWIsDataMigrationAllowed,
+ NWMoveFileFromDM,
+ NWMoveFileToDM,
+ NWPeekFileData,
+ NWQAbortJob,
+ NWQAbortJobService,
+ NWQAttachServer,
+ NWQBeginJobService,
+ NWQChangeJobEntry,
+ NWQChangeJobPosition,
+ NWQChangeJobQueue,
+ NWQChangeToClientRights,
+ NWQCreate,
+ NWQCreateJob,
+ NWQDestroy,
+ NWQDetachServer,
+ NWQEndJobService,
+ NWQGetJobEntry,
+ NWQGetJobFileSize,
+ NWQGetServers,
+ NWQGetServerStatus,
+ NWQGetStatus,
+ NWQMarkJobForService,
+ NWQRemoveJob,
+ NWQRestoreServerRights,
+ NWQScanJobNums,
+ NWQServiceJob,
+ NWQSetServerStatus,
+ NWQSetStatus,
+ NWRegisterDMSupportModule,
+ NWRegisterRTDataMigrationNLM,
+ NWSetDefaultSupportModule,
+ NWVolumeIsCDROM,
+ OpenBindery,
+ OpenEA,
+ OpenSemaphore,
+ PurgeTrusteeFromVolume,
+ ReadEA,
+ ReadPropertyValue,
+ ReadQueueCurrentStatus,
+ ReadQueueJobEntry,
+ ReadQueueServerCurrentStatus,
+ ReleaseFile,
+ ReleaseFileSet,
+ ReleaseLogicalRecord,
+ ReleaseLogicalRecordSet,
+ ReleasePhysicalRecord,
+ ReleasePhysicalRecordSet,
+ RemoveJobFromQueue,
+ RenameBinderyObject,
+ RestoreQueueServerRights,
+ ReturnSpaceRestrictionForDirectory,
+ ScanBinderyObject,
+ ScanBinderyObjectTrusteePaths,
+ ScanProperty,
+ ScanTrustees,
+ ScanUserSpaceRestrictions,
+ SendBroadcastMessage,
+ SendConsoleBroadcast,
+ ServiceQueueJobAndOpenFile,
+ SetDirectoryInfo,
+ SetFileServerDateAndTime,
+ SetQueueCurrentStatus,
+ SetQueueServerCurrentStatus,
+ SignalSemaphore,
+ SSGetActiveConnListByType,
+ SSGetActiveLANBoardList,
+ SSGetActiveProtocolStacks,
+ SSGetCacheInfo,
+ SSGetCPUInfo,
+ SSGetDirCacheInfo,
+ SSGetFileServerInfo,
+ SSGetFileSystemInfo,
+ SSGetGarbageCollectionInfo,
+ SSGetIPXSPXInfo,
+ SSGetKnownNetworksInfo,
+ SSGetKnownServersInfo,
+ SSGetLANCommonCounters,
+ SSGetLANConfiguration,
+ SSGetLANCustomCounters,
+ SSGetLoadedMediaNumberList,
+ SSGetLSLInfo,
+ SSGetLSLLogicalBoardStats,
+ SSGetMediaManagerObjChildList,
+ SSGetMediaManagerObjInfo,
+ SSGetMediaManagerObjList,
+ SSGetMediaNameByNumber,
+ SSGetNetRouterInfo,
+ SSGetNetworkRoutersInfo,
+ SSGetNLMInfo,
+ SSGetNLMLoadedList,
+ SSGetNLMResourceTagList,
+ SSGetOSVersionInfo,
+ SSGetPacketBurstInfo,
+ SSGetProtocolConfiguration,
+ SSGetProtocolCustomInfo,
+ SSGetProtocolNumbersByLANBoard,
+ SSGetProtocolNumbersByMedia,
+ SSGetProtocolStatistics,
+ SSGetRouterAndSAPInfo,
+ SSGetServerInfo,
+ SSGetServerSourcesInfo,
+ SSGetUserInfo,
+ SSGetVolumeSegmentList,
+ SSGetVolumeSwitchInfo,
+ SubmitAccountCharge,
+ SubmitAccountChargeWithLength,
+ SubmitAccountHold,
+ SubmitAccountNote,
+ TTSAbortTransaction,
+ TTSBeginTransaction,
+ TTSEndTransaction,
+ TTSGetApplicationThresholds,
+ TTSGetStats,
+ TTSGetWorkstationThresholds,
+ TTSIsAvailable,
+ TTSSetApplicationThresholds,
+ TTSSetWorkstationThresholds,
+ TTSTransactionStatus,
+ UpdateDirectoryEntry,
+ VerifyBinderyObjectPassword,
+ VerifyNetworkSerialNumber,
+ WaitOnSemaphore,
+ WriteEA,
+ WritePropertyValue

+ 392 - 0
rtl/netware/nwimp/nlmlib.imp

@@ -0,0 +1,392 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+ AddLanguage,
+ AdvertiseService,
+ AsyncRead,
+ AsyncRelease,
+ ConvertFilDesToNetWareOSHandle,
+ ConvertNameToFullPath,
+ ConvertNameToFullPathNoUpper,
+ ConvertNameToVolumePath,
+ ConvertPathForDisplay,
+ CountComponents,
+ CurrentNCSDSGlobals,
+ DFSExpandFile,
+ DFSFreeLimboVolumeSpace,
+ DFSRead,
+ DFSReadNoWait,
+ DFSReturnFileMappingInformation,
+ DFSReturnVolumeBlockInformation,
+ DFSReturnVolumeMappingInformation,
+ DFSSetDataSize,
+ DFSSetEndOfFile,
+ DFSWrite,
+ DFSWriteNoWait,
+ DFSclose,
+ DFScreat,
+ DFSsopen,
+ DOSChangeFileMode,
+ DOSClose,
+ DOSCopy,
+ DOSCreate,
+ DOSFindFirstFile,
+ DOSFindNextFile,
+ DOSMkdir,
+ DOSOpen,
+ DOSPresent,
+ DOSRead,
+ DOSRemove,
+ DOSRename,
+ DOSRmdir,
+ DOSSetDateAndTime,
+ DOSShutOffFloppyDrive,
+ DOSUnlink,
+ DOSWrite,
+ DOSsopen,
+ DSAllocTDSData,
+ DSAllocateEventTag,
+ DSCheckIfConnection,
+ DSCleanUpDSAPIsConnections,
+ DSCloseFileHandle,
+ DSConnectionExists,
+ DSConvertFileHandle,
+ DSCreateContext,
+ DSDeinit,
+ DSFreeConnectionSlot,
+ DSFreeContext,
+ DSFreeTDSData,
+ DSGetConnectionHandle,
+ DSGetConnectionIDFromAddress,
+ DSGetConnectionInfo,
+ DSGetConnectionSlot,
+ DSGetContextPtr,
+ DSGetFileServerVersion,
+ DSGetNearestDirectoryService,
+ DSGetTDSControlInfo,
+ DSReadFromTDS,
+ DSSendToLocalServer,
+ DSSetConnectionStatus,
+ DSSetCurrentConnection,
+ DSSetLicensedBit,
+ DSValidateUserID,
+ DSWriteToTDS,
+ EnabledPointerIncrement,
+ EnvironmentExists,
+ FEConvertDirectoryNumber,
+ FEFlushWrite,
+ FEGetCWDnum,
+ FEGetCWVnum,
+ FEGetDirectoryEntry,
+ FEGetEntryVersion,
+ FEGetOpenFileInfo,
+ FEGetOpenFileInfoForNS,
+ FEGetOriginatingNameSpace,
+ FEMapConnsHandleToVolAndDir,
+ FEMapHandleToVolumeAndDirectory,
+ FEMapPathVolumeDirToVolumeDir,
+ FEMapVolumeAndDirectoryToPath,
+ FEMapVolumeAndDirectoryToPathForNS,
+ FEMapVolumeNumberToName,
+ FEQuickClose,
+ FEQuickOpen,
+ FEQuickFileLength,
+ FEQuickRead,
+ FEQuickWrite,
+ FERegisterNSPathParser,
+ FESetCWDnum,
+ FESetCWVandCWDnums,
+ FESetCWVnum,
+ FESetOriginatingNameSpace,
+ FEcreat,
+ FEsopen,
+ FileServerFileCopy,
+ GetClockStatus,
+ GetCurrentOSLanguageID,
+ GetCurrentTicks,
+ GetDataStreamName,
+ GetExtendedFileAttributes,
+ GetFileHoleMap,
+ GetNameSpaceName,
+ GetServerConfigurationInfo,
+ Get_FD_SETSIZE,
+ ImportSymbol,
+ IntSwap,
+ LoadLanguageMessageTable,
+ LongSwap,
+ Lstridiff,
+ NCSDSGlobals,
+ NLMDEBUGDoneWithOFS,
+ NLMLIBArgvParser,
+ NLMLibGlobals,
+ NWAddFSMonitorHook,
+ NWAddRecordToAuditingFile,
+ NWAddSearchPathAtEnd,
+ NWCharUpr,
+ NWCharVal,
+ NWConvertToUpperCase,
+ NWDSCreateUser,
+ NWDSDeleteUser,
+ NWDSGetCurrentUser,
+ NWDSGetDefaultNameContext,
+ NWDSSetCurrentUser,
+ NWDSSetPreferredDSTree,
+ NWDeRegisterNCPExtension,
+ NWDeleteSearchPath,
+ NWDoesStringHaveControlChars,
+ NWFindAnchor,
+ NWGetAuditingIdentity,
+ NWGetCompressedFileLengths,
+ NWGetDirBaseFromPath,
+ NWGetDiskIOsPending,
+ NWGetHugeNSInfo,
+ NWGetNCPExtensionInfo,
+ NWGetNCPExtensionInfoByID,
+ NWGetNSInfo,
+ NWGetNSLoadedList,
+ NWGetNameSpaceEntryName,
+ NWGetSearchPathElement,
+ NWGetSessionKey,
+ NWGetVolumeFlags,
+ NWIncrement,
+ NWInsertSearchPath,
+ NWLatoi,
+ NWLisalnum,
+ NWLisalpha,
+ NWLisdigit,
+ NWLlocaleconv,
+ NWLmblen,
+ NWLsetlocale,
+ NWLsetlocale_411,
+ NWLstrchr,
+ NWLstrcoll,
+ NWLstrcspn,
+ NWLstrftime,
+ NWLstrpbrk,
+ NWLstrrchr,
+ NWLstrrev,
+ NWLstrspn,
+ NWLstrstr,
+ NWLstrupr,
+ NWLstrxfrm,
+ NWPrevChar,
+ NWQueryNSInfoFormat,
+ NWRAllocTds,
+ NWRAuthenticateBind,
+ NWRAuthenticateDS,
+ NWRCloseConn,
+ NWRConvertLocalFileHandle,
+ NWRConvertNetwareFileHandle,
+ NWRCreateSessionKey,
+ NWREnumerateTds,
+ NWRFreeTds,
+ NWRGetConnInfo,
+ NWRGetDefNameContext,
+ NWRGetMonitoredConnReference,
+ NWRGetNumConns,
+ NWRGetPrefDsTreeName,
+ NWRGetPrefServerName,
+ NWRGetPrimConnRef,
+ NWRGetRequesterVersion,
+ NWRGetSecurityFlags,
+ NWRGetSessionKey,
+ NWRGetTdsInfo,
+ NWRLicenseConn,
+ NWRMakeConnPermanent,
+ NWROpenConnByAddr,
+ NWROpenConnByName,
+ NWROpenConnByReference,
+ NWROrderedRequestAll,
+ NWRReadTds,
+ NWRRenegotiateSecurityLevel,
+ NWRRequest,
+ NWRRequestAll,
+ NWRResetRequester,
+ NWRScanConnInfo,
+ NWRSetConnInfo,
+ NWRSetDefNameContext,
+ NWRSetMonitoredConn,
+ NWRSetPrefDsTreeName,
+ NWRSetPrefServerName,
+ NWRSetPrimConnRef,
+ NWRSetSecurityFlags,
+ NWRSysCloseConn,
+ NWRUnauthenticateConnection,
+ NWRUnlicenseConn,
+ NWRWriteTds,
+ NWRegisterNCPExtension,
+ NWRegisterNCPExtensionByID,
+ NWRemoveFSMonitorHook,
+ NWScanNCPExtensions,
+ NWSendNCPExtensionFraggedRequest,
+ NWSendNCPExtensionRequest,
+ NWSetAuditingIdentity,
+ NWSetCompressedFileLengths,
+ NWSetHugeNSInfo,
+ NWSetNSInfo,
+ NWSetNameSpaceEntryName,
+ NWSetVolumeFlags,
+ NWToLowerCase,
+ NWmblen,
+ NWstrImoney,
+ NWstrmoney,
+ NWstrncoll,
+ NWstrncpy,
+ NWstrnum,
+ ParsePath,
+ PurgeErasedFile,
+ RecordTestResult,
+ RegisterFileOpenWatch,
+ RegisterForEvent,
+ RegisterLibrary,
+ RenameLanguage,
+ ReturnLanguageName,
+ ReturnNLMVersionInfoFromFile,
+ ReturnNLMVersionInformation,
+ SalvageErasedFile,
+ ScanErasedFiles,
+ ScanErasedFiles_411,
+ SecondsToTicks,
+ SetCurrentNameSpace,
+ SetCurrentOSLanguageID,
+ SetExtendedFileAttributes,
+ SetFileInfo,
+ SetReaddirAttribute,
+ SetTargetNameSpace,
+ SetWildcardTranslationMode,
+ Set_FD_SETSIZE,
+ ShutdownAdvertising,
+ StripFileServerFromPath,
+ SynchronizeStart,
+ TicksToSeconds,
+ UnRegisterFileOpenWatch,
+ UnimportSymbol,
+ UnregisterForEvent,
+ UseAccurateCaseForPaths,
+ XlateLocaleCategory,
+ _ConvertDOSTimeToCalendar,
+ _ConvertTimeToDOS,
+ _FillHandlePathPath,
+ _GetFDDataAreaPtr,
+ _GetServerInformation,
+ _GetVolInfoWithNum,
+ _GetXVolInfo,
+ _InitializeSapGuy,
+ _Llocaleconv,
+ _NWCreateSessionKey,
+ _NWDeregisterNLMLibrary,
+ _NWGetDirBaseFromPath,
+ _NWGetErrno,
+ _NWGetNLMLevelLibDataPtr,
+ _NWGetNWErrno,
+ _NWGetSecurityFlags,
+ _NWGetThreadGroupLevelLibDataPtr,
+ _NWGetThreadLevelLibDataPtr,
+ _NWLoadNLMMessageTable,
+ _NWRegisterNLMLibrary,
+ _NWRegisterNLMLibraryUser,
+ _NWSetErrno,
+ _NWSetNLMLevelLibDataPtr,
+ _NWSetNWErrno,
+ _NWSetThreadGroupLevelLibDataPtr,
+ _NWSetThreadLevelLibDataPtr,
+ _ParsePath,
+ _SetFDDataAreaPtr,
+ __CloseDuplicateNLMHandle,
+ __DuplicateNLMHandle,
+ __get_CLK_TCK,
+ __get_thread_data_area_ptr,
+ _clock,
+ _makepath,
+ _rename,
+ _splitpath,
+ _time,
+ accept,
+ access,
+ bind,
+ chdir,
+ chmod,
+ chsize,
+ clearenv,
+ close,
+ closedir,
+ closedir_510,
+ connect,
+ creat,
+ dup,
+ dup2,
+ eof,
+ fcntl,
+ fdsize,
+ fdtype,
+ filelength,
+ filesize,
+ filetype,
+ filetypeandsize,
+ flushenv,
+ fstat,
+ fstat_410,
+ fstat_411,
+ fstat_500,
+ getOFSInfo,
+ getcwd,
+ getenv,
+ getmsg,
+ getpeername,
+ getsockname,
+ getsockopt,
+ gwrite,
+ haveOFSReady,
+ ioctl,
+ isatty,
+ listen,
+ lock,
+ lseek,
+ mkdir,
+ mkdir_510,
+ open,
+ opendir,
+ opendir_411,
+ pipe,
+ poll,
+ pread,
+ putenv,
+ putmsg,
+ pwrite,
+ qread,
+ qwrite,
+ read,
+ readdir,
+ readdir_411,
+ readv,
+ recv,
+ recvfrom,
+ recvmsg,
+ rewinddir,
+ rmdir,
+ scanenv,
+ sel_cvt_from_skts,
+ sel_cvt_to_skts,
+ select,
+ send,
+ sendmsg,
+ sendto,
+ setenv,
+ setmode,
+ setsockopt,
+ shm_open,
+ shm_unlink,
+ shutdown,
+ socket,
+ sopen,
+ stat,
+ stat_410,
+ stat_411,
+ stat_500,
+ tell,
+ umask,
+ unlink,
+ unlock,
+ unsetenv,
+ utime,
+ write,
+ writev

+ 383 - 0
rtl/netware/nwimp/nwpsrv.imp

@@ -0,0 +1,383 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+    NWPSRegisterLibraryClient,
+    NWPSDeRegisterLibraryClient,
+	NWPSJobScan,
+	NWPSJobWrite,
+	NWPSJobRead,
+	NWPSJobDelete,
+	NWPSJobGetDefault,
+	NWPSJobSetDefault,
+	NWPSPdfGetVersion,
+	NWPSPdfSetVersion,
+	NWPSPdfAddForm,
+	NWPSPdfDeleteForm,
+	NWPSPdfScanForm,
+	NWPSPdfReadForm,
+	NWPSPdfUpdateForm,
+	NWPSPdfAddDevice,
+	NWPSPdfDeleteDevice,
+	NWPSPdfScanDevice,
+	NWPSPdfReadDevice,
+	NWPSPdfUpdateDevice,
+	NWPSPdfAddMode,
+	NWPSPdfDeleteMode,
+	NWPSPdfScanMode,
+	NWPSPdfReadMode,
+	NWPSPdfUpdateMode,
+	NWPSPdfAddModeFunction,
+	NWPSPdfDeleteModeFunction,
+	NWPSPdfScanModeFunction,
+	NWPSPdfReadModeFunction,
+	NWPSPdfAddFunction,
+	NWPSPdfDeleteFunction,
+	NWPSPdfScanFunction,
+	NWPSPdfReadFunction,
+	NWPSPdfUpdateFunction,
+	NWPSCfgAddPrintServer,
+	NWPSCfgDeletePrintServer,
+	NWPSCfgScanPrintServer,
+	NWPSCfgAddPrintServerAttr,
+	NWPSCfgDeletePrintServerAttr,
+	NWPSCfgScanPrintServerAttr,
+	NWPSCfgAddNServer,
+	NWPSCfgDeleteNServer,
+	NWPSCfgScanNServer,
+	NWPSCfgAddPrinter,
+	NWPSCfgDeletePrinter,
+	NWPSCfgScanPrinter,
+	NWPSCfgAddPrinterAttr,
+	NWPSCfgDeletePrinterAttr,
+	NWPSCfgScanPrinterAttr,
+	NWPSCfgGetPrinterDefaults,
+	NWPSCfgAddPrintQueue,
+	NWPSCfgDeletePrintQueue,
+	NWPSCfgScanPrintQueue,
+	NWPSCfgAddPrintQueueAttr,
+	NWPSCfgDeletePrintQueueAttr,
+	NWPSCfgScanPrintQueueAttr,
+	NWPSCfgModifyPrintServerAttr,
+	NWPSCfgModifyPrintQueueAttr,
+	NWPSCfgModifyPrinterAttr,
+	NWPSCfgAttrNameToNumber,
+	NWPSCfgAttrNumberToName,
+	NWPSComAbortPrintJob,
+	NWPSComAddNotifyObject,
+	NWPSComAddQueueToPrinter,
+	NWPSComAttachPServerToNServer,
+	NWPSComAttachToPrintServer,
+	NWPSComCancelDownRequest,
+	NWPSComChangeNotifyInterval,
+	NWPSComChangeQueuePriority,
+	NWPSComChangeServiceMode,
+	NWPSComDeleteNotifyObject,
+	NWPSComDeleteQueueFromPrinter,
+	NWPSComDetachFromPrintServer,
+	NWPSComDetachPServerFromNServer,
+	NWPSComDownPrintServer,
+	NWPSComEjectForm,
+	NWPSComGetAttachedNServers,
+	NWPSComGetNextRemotePrinter,
+	NWPSComGetNotifyObject,
+	NWPSComGetPrintersServicingQ,
+	NWPSComGetPrinterStatus,
+	NWPSComGetPrintJobStatus,
+	NWPSComGetPrintServerInfo,
+	NWPSComGetQueuesServiced,
+	NWPSComLoginToPrintServer,
+	NWPSComMarkTopOfForm,
+	NWPSComRequestRemotePrinter,
+	NWPSComRewindPrintJob,
+	NWPSComSetMountedForm,
+	NWPSComSetRemoteMode,
+	NWPSComStartPrinter,
+	NWPSComStopPrinter,
+	NWPSPdfDebug,
+	NWPSJobInit,
+	NWPSJobSet,
+	NWPSPdfImportDevice,
+	NWPSPdfExportDevice,
+	NWPSPdfGetImportDate,
+	NWPSPdfSetImportDate,
+	NWPSComScanXNPs,
+	NWPSComGetExtPrinterStatus,
+	NWPSXNPRegister,
+	NWPSXNPDeregister,
+	NWPSXNPGetConfigInfo,
+	NWPSXNPSendStatus,
+	NWPSXNPCloseFile,
+	NWPSXNPOpenFile,
+	NWPSXNPReadFile,
+	NWPSXNPSeekFile,
+	NWPSXNPWriteFile,
+	NWPSXNPAcceptJob,
+	NWPSXNPCreateBanner,
+	NWPSXNPDeclineJobs,
+	NWPSXNPFinishJob,
+	NWPSXNPQuery,
+	NWPSApiConfigToFileConfig,
+	NWPSFileConfigToApiConfig,
+	NWPSComMountXNPForm,
+	NWPSComDismountXNPForm,
+	NWPSComAbortXNPJob,
+	NWPSComGetXNPJobStatus,
+	NWPSComRewindXNPJob,
+    NWPSCfgGetFirstPrinter,
+    NWPSCfgGetNextPrinter,
+    NWPSCfgEndNextPrinter,
+    NWPSCfgVerifyPrinter,
+    NWPSCfgGetFirstPrinterAttr,
+    NWPSCfgGetNextPrinterAttr,
+    NWPSCfgEndNextPrinterAttr,
+    NWPSCfgGetFirstPrintServer,
+    NWPSCfgGetNextPrintServer,
+    NWPSCfgEndNextPrintServer,
+    NWPSCfgVerifyPrintServer,
+    NWPSCfgGetFirstPrintQueue,
+    NWPSCfgGetNextPrintQueue,
+    NWPSCfgEndNextPrintQueue,
+    NWPSCfgVerifyPrintQueue,
+    NWPSCfgGetFirstPrintServerAttr,
+    NWPSCfgGetNextPrintServerAttr,
+    NWPSCfgEndNextPrintServerAttr,
+    NWPSCfgGetFirstPrintQueueAttr,
+    NWPSCfgGetNextPrintQueueAttr,
+    NWPSCfgEndNextPrintQueueAttr,
+    NWPSCfgGetFirstNServer,
+    NWPSCfgGetNextNServer,
+    NWPSCfgEndNextNServer,
+    NWPSCfgVerifyNServer,
+    NWPSPdfScanFunctionMode,
+    NWPSPdfLocateDBAndSetContext,
+    NWPSPdfDeleteDatabase,
+    NWPSJobDeleteDatabase,
+    NWPSJobGetFirstJob,
+    NWPSJobGetNextJob,
+    NWPSJobEndNextJob,
+    NWP0CfgAddPrintServer,
+    NWP0CfgDeletePrintServer,
+    NWP0CfgGetFirstPrintServer,
+    NWP0CfgGetNextPrintServer,
+    NWP0CfgEndNextPrintServer,
+    NWP0CfgVerifyPrintServer,
+    NWP0CfgAddPrintServerAttr,
+    NWP0CfgDeletePrintServerAttr,
+    NWP0CfgGetFirstPrintServerAttr,
+    NWP0CfgGetNextPrintServerAttr,
+    NWP0CfgEndNextPrintServerAttr,
+    NWP0CfgModifyPrintServerAttr,
+    NWP0CfgAddNServer,
+    NWP0CfgDeleteNServer,
+    NWP0CfgAddPrinter,
+    NWP0CfgDeletePrinter,
+    NWP0CfgGetFirstPrinter,
+    NWP0CfgGetNextPrinter,
+    NWP0CfgEndNextPrinter,
+    NWP0CfgVerifyPrinter,
+    NWP0CfgAddPrinterAttr,
+    NWP0CfgDeletePrinterAttr,
+    NWP0CfgGetFirstPrinterAttr,
+    NWP0CfgGetNextPrinterAttr,
+    NWP0CfgEndNextPrinterAttr,
+    NWP0CfgModifyPrinterAttr,
+    NWP0CfgAddPrintQueue,
+    NWP0CfgDeletePrintQueue,
+    NWP0CfgGetFirstPrintQueue,
+    NWP0CfgGetNextPrintQueue,
+    NWP0CfgEndNextPrintQueue,
+    NWP0CfgVerifyPrintQueue,
+    NWP0CfgAddPrintQueueAttr,
+    NWP0CfgDeletePrintQueueAttr,
+    NWP0CfgGetFirstPrintQueueAttr,
+    NWP0CfgGetNextPrintQueueAttr,
+    NWP0CfgEndNextPrintQueueAttr,
+    NWP0CfgModifyPrintQueueAttr,
+    NWP0ComAttachToPrintServer,
+    NWP0ComLoginToPrintServer,
+    NWP0JobGetFirstJob,
+    NWP0JobGetNextJob,
+    NWP0JobWrite,
+    NWP0JobRead,
+    NWP0JobDelete,
+    NWP0JobGetDefault,
+    NWP0JobSetDefault,
+    NWP0PdfGetVersion,
+    NWP0PdfSetVersion,
+    NWP0PdfAddForm,
+    NWP0PdfDeleteForm,
+    NWP0PdfScanForm,
+    NWP0PdfReadForm,
+    NWP0PdfUpdateForm,
+    NWP0PdfAddDevice,
+    NWP0PdfDeleteDevice,
+    NWP0PdfScanDevice,
+    NWP0PdfReadDevice,
+    NWP0PdfUpdateDevice,
+    NWP0PdfAddMode,
+    NWP0PdfDeleteMode,
+    NWP0PdfScanMode,
+    NWP0PdfReadMode,
+    NWP0PdfUpdateMode,
+    NWP0PdfAddModeFunction,
+    NWP0PdfDeleteModeFunction,
+    NWP0PdfScanModeFunction,
+    NWP0PdfScanFunctionMode,
+    NWP0PdfReadModeFunction,
+    NWP0PdfAddFunction,
+    NWP0PdfDeleteFunction,
+    NWP0PdfScanFunction,
+    NWP0PdfReadFunction,
+    NWP0PdfUpdateFunction,
+    NWP0PdfManagedImportDevice,
+    NWP0PdfExportDevice,
+    NWP0PdfDeleteDatabase,
+    NWP1CfgAddPrintServer,
+    NWP1CfgDeletePrintServer,
+    NWP1CfgGetFirstPrintServer,
+    NWP1CfgGetNextPrintServer,
+    NWP1CfgEndNextPrintServer,
+    NWP1CfgVerifyPrintServer,
+    NWP1CfgAddPrintServerAttr,
+    NWP1CfgDeletePrintServerAttr,
+    NWP1CfgGetFirstPrintServerAttr,
+    NWP1CfgGetNextPrintServerAttr,
+    NWP1CfgEndNextPrintServerAttr,
+    NWP1CfgModifyPrintServerAttr,
+    NWP1CfgAddPrinter,
+    NWP1CfgDeletePrinter,
+    NWP1CfgGetFirstPrinter,
+    NWP1CfgGetNextPrinter,
+    NWP1CfgEndNextPrinter,
+    NWP1CfgVerifyPrinter,
+    NWP1CfgAddPrinterAttr,
+    NWP1CfgDeletePrinterAttr,
+    NWP1CfgGetFirstPrinterAttr,
+    NWP1CfgGetNextPrinterAttr,
+    NWP1CfgEndNextPrinterAttr,
+    NWP1CfgModifyPrinterAttr,
+    NWP1CfgAddPrintQueue,
+    NWP1CfgDeletePrintQueue,
+    NWP1CfgGetFirstPrintQueue,
+    NWP1CfgGetNextPrintQueue,
+    NWP1CfgEndNextPrintQueue,
+    NWP1CfgVerifyPrintQueue,
+    NWP1CfgAddPrintQueueAttr,
+    NWP1CfgDeletePrintQueueAttr,
+    NWP1CfgGetFirstPrintQueueAttr,
+    NWP1CfgGetNextPrintQueueAttr,
+    NWP1CfgEndNextPrintQueueAttr,
+    NWP1CfgModifyPrintQueueAttr,
+    NWP1ComAttachToPrintServer,
+    NWP1ComLoginToPrintServer,
+    NWP1JobGetNextJob,
+    NWP1JobGetFirstJob,
+    NWP1JobWrite,
+    NWP1JobRead,
+    NWP1JobDelete,
+    NWP1JobGetDefault,
+    NWP1JobSetDefault,
+    NWP1JobDeleteDatabase,
+    NWP1PdfGetVersion,
+    NWP1PdfSetVersion,
+    NWP1PdfAddForm,
+    NWP1PdfDeleteForm,
+    NWP1PdfScanForm,
+    NWP1PdfReadForm,
+    NWP1PdfUpdateForm,
+    NWP1PdfAddDevice,
+    NWP1PdfDeleteDevice,
+    NWP1PdfScanDevice,
+    NWP1PdfReadDevice,
+    NWP1PdfUpdateDevice,
+    NWP1PdfAddMode,
+    NWP1PdfDeleteMode,
+    NWP1PdfScanMode,
+    NWP1PdfReadMode,
+    NWP1PdfUpdateMode,
+    NWP1PdfAddModeFunction,
+    NWP1PdfDeleteModeFunction,
+    NWP1PdfScanModeFunction,
+    NWP1PdfScanFunctionMode,
+    NWP1PdfReadModeFunction,
+    NWP1PdfAddFunction,
+    NWP1PdfDeleteFunction,
+    NWP1PdfScanFunction,
+    NWP1PdfReadFunction,
+    NWP1PdfUpdateFunction,
+    NWP1PdfExportDevice,
+    NWP1PdfDeleteDatabase,
+    NWP1PdfManagedImportDevice,
+    NWPSPdfManagedImportDevice,
+    NWPSComPrintServerRequest,
+    NWP2JobGetFirstJob,
+    NWP2JobGetNextJob,
+    NWP2JobWrite,
+    NWP2JobRead,
+    NWP2JobDelete,
+    NWP2JobGetDefault,
+    NWP2JobSetDefault,
+    NWP2PdfAddForm,
+    NWP2PdfScanForm,
+    NWP2PdfReadForm,
+    NWP2PdfAddDevice,
+    NWP2PdfScanDevice,
+    NWP2PdfReadDevice,
+    NWP2PdfAddMode,
+    NWP2PdfScanMode,
+    NWP2PdfReadMode,
+    NWP2PdfAddModeFunction,
+    NWP2PdfScanModeFunction,
+    NWP2PdfScanFunctionMode,
+    NWP2PdfReadModeFunction,
+    NWP2PdfAddFunction,
+    NWP2PdfScanFunction,
+    NWP2PdfReadFunction,
+    NWP2PdfExportDevice,
+    NWP2PdfManagedImportDevice,
+    NWPSGetLibraryVersion,
+    NWPSPdfEndNext,
+    NWPSPdfGetFirstForm,
+    NWPSPdfGetNextForm,
+    NWPSPdfGetFirstDevice,
+    NWPSPdfGetNextDevice,
+    NWPSPdfGetFirstMode,
+    NWPSPdfGetNextMode,
+    NWPSPdfGetFirstModeFunction,
+    NWPSPdfGetNextModeFunction,
+    NWPSPdfGetFirstFunction,
+    NWPSPdfGetNextFunction,
+    NWP0PdfGetFirstForm,
+    NWP0PdfGetNextForm,
+    NWP0PdfGetFirstDevice,
+    NWP0PdfGetNextDevice,
+    NWP0PdfGetFirstMode,
+    NWP0PdfGetNextMode,
+    NWP0PdfGetFirstModeFunction,
+    NWP0PdfGetNextModeFunction,
+    NWP0PdfGetFirstFunction,
+    NWP0PdfGetNextFunction,
+    NWP1PdfGetFirstForm,
+    NWP1PdfGetNextForm,
+    NWP1PdfGetFirstDevice,
+    NWP1PdfGetNextDevice,
+    NWP1PdfGetFirstMode,
+    NWP1PdfGetNextMode,
+    NWP1PdfGetFirstModeFunction,
+    NWP1PdfGetNextModeFunction,
+    NWP1PdfGetFirstFunction,
+    NWP1PdfGetNextFunction,
+    NWP2PdfGetFirstForm,
+    NWP2PdfGetNextForm,
+    NWP2PdfGetFirstDevice,
+    NWP2PdfGetNextDevice,
+    NWP2PdfGetFirstMode,
+    NWP2PdfGetNextMode,
+    NWP2PdfGetFirstModeFunction,
+    NWP2PdfGetNextModeFunction,
+    NWP2PdfGetFirstFunction,
+    NWP2PdfGetNextFunction,
+    NWPSJobGetDatabaseVersion,
+    NWP0JobGetDatabaseVersion,
+    NWP1JobGetDatabaseVersion,
+    NWP2JobGetDatabaseVersion,
+    NWPSFindNextPeriodInDSName

+ 249 - 0
rtl/netware/nwimp/nwpsrv3x.imp

@@ -0,0 +1,249 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+    NWPSRegisterLibraryClient,
+    NWPSDeRegisterLibraryClient,
+	NWPSJobScan,
+	NWPSJobWrite,
+	NWPSJobRead,
+	NWPSJobDelete,
+	NWPSJobGetDefault,
+	NWPSJobSetDefault,
+	NWPSPdfGetVersion,
+	NWPSPdfSetVersion,
+	NWPSPdfAddForm,
+	NWPSPdfDeleteForm,
+	NWPSPdfScanForm,
+	NWPSPdfReadForm,
+	NWPSPdfUpdateForm,
+	NWPSPdfAddDevice,
+	NWPSPdfDeleteDevice,
+	NWPSPdfScanDevice,
+	NWPSPdfReadDevice,
+	NWPSPdfUpdateDevice,
+	NWPSPdfAddMode,
+	NWPSPdfDeleteMode,
+	NWPSPdfScanMode,
+	NWPSPdfReadMode,
+	NWPSPdfUpdateMode,
+	NWPSPdfAddModeFunction,
+	NWPSPdfDeleteModeFunction,
+	NWPSPdfScanModeFunction,
+	NWPSPdfReadModeFunction,
+	NWPSPdfAddFunction,
+	NWPSPdfDeleteFunction,
+	NWPSPdfScanFunction,
+	NWPSPdfReadFunction,
+	NWPSPdfUpdateFunction,
+	NWPSCfgAddNServer,
+	NWPSCfgDeleteNServer,
+	NWPSCfgGetPrinterDefaults,
+	NWPSCfgAttrNameToNumber,
+	NWPSCfgAttrNumberToName,
+	NWPSComAbortPrintJob,
+	NWPSComAddNotifyObject,
+	NWPSComAddQueueToPrinter,
+	NWPSComAttachPServerToNServer,
+	NWPSComCancelDownRequest,
+	NWPSComChangeNotifyInterval,
+	NWPSComChangeQueuePriority,
+	NWPSComChangeServiceMode,
+	NWPSComDeleteNotifyObject,
+	NWPSComDeleteQueueFromPrinter,
+	NWPSComDetachFromPrintServer,
+	NWPSComDetachPServerFromNServer,
+	NWPSComDownPrintServer,
+	NWPSComEjectForm,
+	NWPSComGetAttachedNServers,
+	NWPSComGetNextRemotePrinter,
+	NWPSComGetNotifyObject,
+	NWPSComGetPrintersServicingQ,
+	NWPSComGetPrinterStatus,
+	NWPSComGetPrintJobStatus,
+	NWPSComGetPrintServerInfo,
+	NWPSComGetQueuesServiced,
+	NWPSComMarkTopOfForm,
+	NWPSComRequestRemotePrinter,
+	NWPSComRewindPrintJob,
+	NWPSComSetMountedForm,
+	NWPSComSetRemoteMode,
+	NWPSComStartPrinter,
+	NWPSComStopPrinter,
+	NWPSPdfDebug,
+	NWPSJobInit,
+	NWPSJobSet,
+	NWPSPdfImportDevice,
+	NWPSPdfExportDevice,
+	NWPSPdfGetImportDate,
+	NWPSPdfSetImportDate,
+	NWPSComScanXNPs,
+	NWPSComGetExtPrinterStatus,
+	NWPSXNPRegister,
+	NWPSXNPDeregister,
+	NWPSXNPGetConfigInfo,
+	NWPSXNPSendStatus,
+	NWPSXNPCloseFile,
+	NWPSXNPOpenFile,
+	NWPSXNPReadFile,
+	NWPSXNPSeekFile,
+	NWPSXNPWriteFile,
+	NWPSXNPAcceptJob,
+	NWPSXNPCreateBanner,
+	NWPSXNPDeclineJobs,
+	NWPSXNPFinishJob,
+	NWPSXNPQuery,
+	NWPSApiConfigToFileConfig,
+	NWPSFileConfigToApiConfig,
+	NWPSComMountXNPForm,
+	NWPSComDismountXNPForm,
+	NWPSComAbortXNPJob,
+	NWPSComGetXNPJobStatus,
+	NWPSComRewindXNPJob,
+    NWPSCfgGetFirstNServer,
+    NWPSCfgGetNextNServer,
+    NWPSCfgEndNextNServer,
+    NWPSCfgVerifyNServer,
+    NWPSPdfScanFunctionMode,
+    NWPSPdfDeleteDatabase,
+    NWPSJobDeleteDatabase,
+    NWPSJobGetFirstJob,
+    NWPSJobGetNextJob,
+    NWPSJobEndNextJob,
+    NWP0CfgAddPrintServer,
+    NWP0CfgDeletePrintServer,
+    NWP0CfgGetFirstPrintServer,
+    NWP0CfgGetNextPrintServer,
+    NWP0CfgEndNextPrintServer,
+    NWP0CfgVerifyPrintServer,
+    NWP0CfgAddPrintServerAttr,
+    NWP0CfgDeletePrintServerAttr,
+    NWP0CfgGetFirstPrintServerAttr,
+    NWP0CfgGetNextPrintServerAttr,
+    NWP0CfgEndNextPrintServerAttr,
+    NWP0CfgModifyPrintServerAttr,
+    NWP0CfgAddNServer,
+    NWP0CfgDeleteNServer,
+    NWP0CfgAddPrinter,
+    NWP0CfgDeletePrinter,
+    NWP0CfgGetFirstPrinter,
+    NWP0CfgGetNextPrinter,
+    NWP0CfgEndNextPrinter,
+    NWP0CfgVerifyPrinter,
+    NWP0CfgAddPrinterAttr,
+    NWP0CfgDeletePrinterAttr,
+    NWP0CfgGetFirstPrinterAttr,
+    NWP0CfgGetNextPrinterAttr,
+    NWP0CfgEndNextPrinterAttr,
+    NWP0CfgModifyPrinterAttr,
+    NWP0CfgAddPrintQueue,
+    NWP0CfgDeletePrintQueue,
+    NWP0CfgGetFirstPrintQueue,
+    NWP0CfgGetNextPrintQueue,
+    NWP0CfgEndNextPrintQueue,
+    NWP0CfgVerifyPrintQueue,
+    NWP0CfgAddPrintQueueAttr,
+    NWP0CfgDeletePrintQueueAttr,
+    NWP0CfgGetFirstPrintQueueAttr,
+    NWP0CfgGetNextPrintQueueAttr,
+    NWP0CfgEndNextPrintQueueAttr,
+    NWP0CfgModifyPrintQueueAttr,
+    NWP0ComAttachToPrintServer,
+    NWP0ComLoginToPrintServer,
+    NWP0JobGetFirstJob,
+    NWP0JobGetNextJob,
+    NWP0JobWrite,
+    NWP0JobRead,
+    NWP0JobDelete,
+    NWP0JobGetDefault,
+    NWP0JobSetDefault,
+    NWP0PdfGetVersion,
+    NWP0PdfSetVersion,
+    NWP0PdfAddForm,
+    NWP0PdfDeleteForm,
+    NWP0PdfScanForm,
+    NWP0PdfReadForm,
+    NWP0PdfUpdateForm,
+    NWP0PdfAddDevice,
+    NWP0PdfDeleteDevice,
+    NWP0PdfScanDevice,
+    NWP0PdfReadDevice,
+    NWP0PdfUpdateDevice,
+    NWP0PdfAddMode,
+    NWP0PdfDeleteMode,
+    NWP0PdfScanMode,
+    NWP0PdfReadMode,
+    NWP0PdfUpdateMode,
+    NWP0PdfAddModeFunction,
+    NWP0PdfDeleteModeFunction,
+    NWP0PdfScanModeFunction,
+    NWP0PdfScanFunctionMode,
+    NWP0PdfReadModeFunction,
+    NWP0PdfAddFunction,
+    NWP0PdfDeleteFunction,
+    NWP0PdfScanFunction,
+    NWP0PdfReadFunction,
+    NWP0PdfUpdateFunction,
+    NWP0PdfManagedImportDevice,
+    NWP0PdfExportDevice,
+    NWP0PdfDeleteDatabase,
+    NWPSPdfManagedImportDevice,
+    NWPSComPrintServerRequest
+    NWP2JobGetFirstJob,
+    NWP2JobGetNextJob,
+    NWP2JobWrite,
+    NWP2JobRead,
+    NWP2JobDelete,
+    NWP2JobGetDefault,
+    NWP2JobSetDefault,
+    NWP2PdfAddForm,
+    NWP2PdfScanForm,
+    NWP2PdfReadForm,
+    NWP2PdfAddDevice,
+    NWP2PdfScanDevice,
+    NWP2PdfReadDevice,
+    NWP2PdfAddMode,
+    NWP2PdfScanMode,
+    NWP2PdfReadMode,
+    NWP2PdfAddModeFunction,
+    NWP2PdfScanModeFunction,
+    NWP2PdfScanFunctionMode,
+    NWP2PdfReadModeFunction,
+    NWP2PdfAddFunction,
+    NWP2PdfScanFunction,
+    NWP2PdfReadFunction,
+    NWP2PdfExportDevice,
+    NWP2PdfManagedImportDevice,
+    NWPSGetLibraryVersion,
+    NWPSPdfEndNext,
+    NWPSPdfGetFirstForm,
+    NWPSPdfGetNextForm,
+    NWPSPdfGetFirstDevice,
+    NWPSPdfGetNextDevice,
+    NWPSPdfGetFirstMode,
+    NWPSPdfGetNextMode,
+    NWPSPdfGetFirstModeFunction,
+    NWPSPdfGetNextModeFunction,
+    NWPSPdfGetFirstFunction,
+    NWPSPdfGetNextFunction,
+    NWP0PdfGetFirstForm,
+    NWP0PdfGetNextForm,
+    NWP0PdfGetFirstDevice,
+    NWP0PdfGetNextDevice,
+    NWP0PdfGetFirstMode,
+    NWP0PdfGetNextMode,
+    NWP0PdfGetFirstModeFunction,
+    NWP0PdfGetNextModeFunction,
+    NWP0PdfGetFirstFunction,
+    NWP0PdfGetNextFunction,
+    NWP2PdfGetFirstForm,
+    NWP2PdfGetNextForm,
+    NWP2PdfGetFirstDevice,
+    NWP2PdfGetNextDevice,
+    NWP2PdfGetFirstMode,
+    NWP2PdfGetNextMode,
+    NWP2PdfGetFirstModeFunction,
+    NWP2PdfGetNextModeFunction,
+    NWP2PdfGetFirstFunction,
+    NWP2PdfGetNextFunction,
+    NWPSJobGetDatabaseVersion,
+    NWP0JobGetDatabaseVersion,
+    NWP2JobGetDatabaseVersion

+ 149 - 0
rtl/netware/nwimp/nwsnut.imp

@@ -0,0 +1,149 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+	NWSAlert,
+	NWSAlertWithHelp,
+	NWSAlloc,
+	NWSAppendBoolField,
+	NWSAppendCommentField,
+	NWSAppendGenericBoolField,
+	NWSAppendScrollableStringField,
+	NWSAppendHexField,
+	NWSAppendHotSpotField,
+	NWSAppendIntegerField,
+	NWSAppendMenuField,
+	NWSAppendPasswordField,
+	NWSAppendPromptField,
+	NWSAppendStringField,
+	NWSAppendToForm,
+	NWSAppendToList,
+	NWSAppendToMenu,
+	NWSAppendToMenuField,
+	NWSAppendUnsignedIntegerField,
+	NWSAsciiHexToInt,
+	NWSAsciiToInt,
+	NWSAsciiToLONG,
+	NWSClearPortal,
+	NWSComputePortalPosition,
+	NWSConfirm,
+	NWSCreatePortal,
+	NWSDeleteFromList,
+	NWSDeleteFromPortalList,
+	NWSDeselectPortal,
+	NWSDestroyForm,
+	NWSDestroyList,
+	NWSDestroyMenu,
+	NWSDestroyPortal,
+	NWSDisableAllFunctionKeys,
+	NWSDisableAllInterruptKeys,
+	NWSDisableFunctionKey,
+	NWSDisableInterruptKey,
+	NWSDisablePortalCursor,
+	NWSDisplayErrorCondition,
+	NWSDisplayErrorText,
+	NWSDisplayHelpScreen,
+	NWSDisplayInformation,
+	NWSDisplayInformationInPortal,
+	NWSDisplayPreHelp,
+	NWSDisplayTextInPortal,
+	NWSDisplayTextJustifiedInPortal,
+	NWSDrawPortalBorder,
+	NWSEditForm,
+	NWSEditPortalForm,
+	NWSEditPortalFormField,
+	NWSEditString,
+	NWSEditText,
+	NWSEditTextWithScrollBars,
+	NWSEnableAllFunctionKeys,
+	NWSEnableFunctionKey,
+	NWSEnableFunctionKeyList,
+	NWSEnableInterruptKey,
+	NWSEnableInterruptList,
+	NWSEnablePortalCursor,
+	NWSEndWait,
+	NWSFillPortalZone,
+	NWSFillPortalZoneAttribute,
+	NWSFree,
+	NWSGetADisk,
+	NWSGetCurrentPortal,
+	NWSGetDefaultCompare,
+	NWSGetFieldFunctionPtr,
+	NWSGetHandleCustomData,
+	NWSGetKey,
+	NWSGetLineDrawCharacter,
+	NWSGetList,
+	NWSGetListElementText,
+	NWSGetListHead,
+	NWSGetListNotifyProcedure,
+	NWSGetListSortFunction,
+	NWSGetListTail,
+	NWSGetMessage,
+	NWSGetNUTVersion,
+	NWSGetPCB,
+	NWSGetScreenPalette,
+	NWSGetSortCharacter,
+	NWSInitForm,
+	NWSInitializeNut,
+	NWSInitList,
+	NWSInitListPtr,
+	NWSInitMenu,
+	NWSInitMenuField,
+	NWSInsertInList,
+	NWSInsertInPortalList,
+	NWSIsdigit,
+	NWSIsxdigit,
+	NWSKeyStatus,
+	NWSList,
+	NWSMemmove,
+	NWSMenu,
+	NWSModifyInPortalList,
+	NWSPopHelpContext,
+	NWSPopList,
+	NWSPopMarks,
+	NWSPositionCursor,
+	NWSPositionPortalCursor,
+	NWSPromptForPassword,
+	NWSPushHelpContext,
+	NWSPushList,
+	NWSPushMarks,
+	NWSRemovePreHelp,
+	NWSRestoreDisplay,
+	NWSRestoreList,
+	NWSRestoreNut,
+	NWSRestoreZone,
+	NWSSaveFunctionKeyList,
+	NWSSaveInterruptList,
+	NWSSaveList,
+	NWSSaveZone,
+	NWSScreenSize,
+	NWSScrollPortalZone,
+	NWSScrollZone,
+	NWSSelectPortal,
+	NWSSetDefaultCompare,
+	NWSSetDynamicMessage,
+	NWSSetErrorLabelDisplayFlag,
+	NWSSetFieldFunctionPtr,
+	NWSSetFormNoWrap,
+	NWSSetHandleCustomData,
+	NWSSetHelpHelp,
+	NWSSetList,
+	NWSSetListNotifyProcedure,
+	NWSSetListSortFunction,
+	NWSSetScreenPalette,
+	NWSSetScrollableFieldInsertProc,
+	NWSShowLine,
+	NWSShowLineAttribute,
+	NWSShowPortalLine,
+	NWSShowPortalLineAttribute,
+	NWSSortList,
+	NWSStartWait,
+	NWSStrcat,
+	NWSToupper,
+	NWSTrace,
+	NWSUngetKey,
+	NWSUnmarkList,
+	NWSUpdatePortal,
+	NWSViewText,
+	NWSViewTextWithScrollBars,
+	NWSWaitForEscape,
+	NWSWaitForEscapeOrCancel,
+	NWSWaitForKeyAndValue

+ 182 - 0
rtl/netware/nwimp/requestr.imp

@@ -0,0 +1,182 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+ AllocateBlockOfTasks,
+ AttachByAddress,
+ AttachToFileServer,
+ CheckIfConnectionActive,
+ CleanLocalConnectionFromNLM,
+ ConvertWildString,
+ DisableConnection,
+ DisplayConnectionsByNLM,
+ DisplayConnectionsByServer,
+ EnableConnection,
+ GetConnectionID,
+ GetConnectionInformation,
+ GetConnectionList,
+ GetConnectionNumber,
+ GetCurrentConnection,
+ GetCurrentConnectionID,
+ GetCurrentFileServerID,
+ GetCurrentTask,
+ GetCurrentTransportType,
+ GetDefaultConnectionID,
+ GetDefaultFileServerID,
+ GetFileServerID,
+ GetInternetAddress,
+ GetLANAddress,
+ GetMaximumNumberOfStations,
+ GetNetNumber,
+ GetObjectConnectionNumbers,
+ GetSessionListHasChanged,
+ GetStationAddress,
+ GetUserNameFromNetAddress,
+ GiveMeTheConn,
+ GiveMeTheSession,
+ GiveUpTheConn,
+ GiveUpTheSession,
+ LoginObject,
+ LoginToFileServer,
+ Logout,
+ LogoutConnection,
+ LogoutFromFileServer,
+ LogoutObject,
+ NCP87GenerateDirBase,
+ NCP87GetEntryInformation,
+ NCPAllocateTasks,
+ NCPAllocFileHandle,
+ NCPAllocSearchHandle,
+ NCPAttachHandle,
+ NCPChangeBinderyObjectPassword,
+ NCPCheckForNewPacket,
+ NCPCloseDirectory,
+ NCPCloseEA,
+ NCPCloseFile,
+ NCPConnect,
+ NCPConnectByAddress,
+ NCPConnectUDP,
+ NCPConnectByAddressUDP,
+ NCPConnectTCP,
+ NCPConnectByAddressTCP,
+ NCPConvertPath,
+ NCPConvertPathToDirEntry,
+ NCPCreateSessionKey,
+ NCPDirectorySearch,
+ NCPDisconnect,
+ NCPEraseFile,
+ NCPFreeDebugPacket,
+ NCPFreeDirHandle,
+ NCPFreeFileHandle,
+ NCPFreeSearchHandle,
+ NCPFreeUserConnections,
+ NCPGetCachedConnection,
+ NCPGetConnectionFromSlot,
+ NCPGetConnectionInfo,
+ NCPGetConnectionSlot,
+ NCPGetConnectionTask,
+ NCPGetConnectionUser,
+ NCPGetDirHandle,
+ NCPGetDirPath,
+ NCPGetEntryAccessRights,
+ NCPGetEntryAttributes,
+ NCPGetEntryInformation,
+ NCPGetFileHandleList,
+ NCPGetFileSize,
+ NCPGetFullPath,
+ NCPGetMonitoredConnection,
+ NCPGetNextDebugPacket,
+ NCPGetNumOfConnections,
+ NCPGetNWCConnectionInfo,
+ NCPGetSecurityFlags,
+ NCPGetServerConnection,
+ NCPGetServerID,
+ NCPGetServerIDFromAddress,
+ NCPGetServerIDFromName,
+ NCPGetServerName,
+ NCPGetServerVersion,
+ NCPGetSessionKey,
+ NCPGetUserConnection,
+ NCPGetVolumeNumberFromDirectoryHandle,
+ NCPIsValidConnection,
+ NCPLockRec,
+ NCPLoginToRemoteServer,
+ NCPLogout,
+ NCPLogoutDSConnection,
+ NCPLogoutFromServer,
+ NCPMakeDirectory,
+ NCPModifyDirectoryEntry,
+ NCPOpenCreate,
+ NCPOpenDirectory,
+ NCPOrderedRequestAll,
+ NCPReadFile,
+ NCPRegisterPacketDebugger,
+ NCPRemoveDirectory,
+ NCPRenameEntry,
+ NCPRequest,
+ NCPRequestAll,
+ NCPResetDirHandle,
+ NCPReturnTasks,
+ NCPScanExtendedTrustees,
+ NCPScanFileInformation,
+ NCPScanNWCConnectionInfo,
+ NCPScanTrustees,
+ NCPSend,
+ NCPSetConnectionInfo,
+ NCPSetConnectionUser,
+ NCPSetFileAttributes,
+ NCPSetFileInformation,
+ NCPSetLicensedBit,
+ NCPSetNWCConnectionInfo,
+ NCPSetTask,
+ NCPStartSigning,
+ NCPUnlockRec,
+ NCPUnRegisterPacketDebugger,
+ NCPVerifyBinderyObjectPassword,
+ NCPWriteFile,
+ NWGetPacketBurstBufferCount,
+ NWGetSecurityLevel,
+ NWMapDown,
+ NWMapUp,
+ NWMapUpPathComponentString,
+ NWNCPSend,
+ NWSetPacketBurstBufferCount,
+ NWSetSecurityLevel,
+ PBurstRead,
+ PBurstWrite,
+ ReEnableConnection,
+ RequestrGlobals,
+ ReturnAndClearConnection,
+ ReturnBlockOfTasks,
+ ReturnConnection,
+ ReturnLocalConnection,
+ SetConnectionCriticalErrorHandler,
+ SetCurrentConnection,
+ SetCurrentConnectionID,
+ SetCurrentFileServerID,
+ SetCurrentTask,
+ SetSecurityLevel,
+ SetSessionListHasChanged,
+ TCPRcvCB,
+ TCPSendDoneCB,
+ TCPGetSendCB,
+ UDPRcvCB,
+ UDPSendDoneCB,
+ _AllocateNCPSlotTCP,
+ _AllocateNCPSlotUDP,
+ _DSAPICreateSessionKey,
+ _getIPAddressFromSLP,
+ _NCPConvertNameSpacePath,
+ _NCPDisconnect,
+ _NCPGetSessionKey,
+ _NCPLogout,
+ _NWCAttachByAddress,
+ _NWCAttachByAddressP,
+ _NWCAttachToFileServer,
+ _NWCAttachToFileServerP,
+ _NWCDecrementConnectionCount,
+ _NWCGetConnectionCount,
+ _NWCIncrementConnectionCount,
+ _NWStoreAsComponentPath,
+ _RemoteServerCleanup,
+ _ReturnLocalConnectionInfo,
+ _SetCriticalErrorHandler
+ 

+ 56 - 0
rtl/netware/nwimp/socklib.imp

@@ -0,0 +1,56 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+#
+# Symbols exported from the TCP/IP NLM
+#
+# $Header$
+#
+
+# SOCKLIB entry points
+	htonl,
+	htons,
+	ntohl,
+	ntohs,
+
+	NWgethostent,
+	NWgethostbyname,
+	NWgethostbyaddr,
+	NWsethostent,
+	NWendhostent,
+
+	NetDBgethostent,
+	NetDBgethostbyname,
+	NetDBgethostbyaddr,
+	NetDBsethostent,
+	NetDBendhostent,
+	NetDBgethostname,
+
+	NWgetnetent,
+	NWgetnetbyname,
+	NWgetnetbyaddr,
+	NWsetnetent,
+	NWendnetent,
+
+	NWgetprotoent,
+	NWgetprotobyname,
+	NWgetprotobynumber,
+	NWsetprotoent,
+	NWendprotoent,
+
+	NWgetservent,
+	NWgetservbyname,
+	NWgetservbyport,
+	NWsetservent,
+	NWendservent,
+
+	inet_addr,
+	inet_network,
+	NWinet_ntoa,
+	inet_makeaddr,
+	inet_lnaof,
+	inet_netof,
+	inet_netent,
+	inet_hostent,
+
+	gethostid,
+	gethostname

+ 135 - 0
rtl/netware/nwimp/streams.imp

@@ -0,0 +1,135 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+	StreamAlloc,
+	StreamCancel,
+	StreamClose,
+	StreamDecrementInuseSemaphore,
+	StreamDelay,
+	StreamFree,
+	StreamGetmsg,
+	StreamIncrementInuseSemaphore,
+	StreamOpenRTag,
+	StreamPoll,
+	StreamPutmsg,
+	StreamRead,
+	StreamRealloc,
+	StreamTime,
+	StreamVersion,
+	StreamWrite,
+	StreamIoctl,
+	MaxMessageSize,
+	dev_load,
+	dev_register,
+	dev_unregister,
+	dev_unload,
+	mod_load,
+	mod_register,
+	mod_unregister,
+	mod_unload,
+	nws_timeout,
+	nws_untimeout,
+	odi_deregister,
+	odi_register,
+	__putnext,
+	adjmsg,
+	allocb,
+	allocbi,
+	backq,
+	bcopy,
+	bufcall,
+	bzero,
+	canput,
+	cmn_err,
+	copyb,
+	copymsg,
+	dupb,
+	dupmsg,
+	flushq,
+	freeb,
+	freemsg,
+	getq,
+	initb,
+	insq,
+	linkb,
+	msgdsize,
+	pullupmsg,
+	putbq,
+	putctl,
+	putctl1,
+	putq,
+	qenable,
+	qreply,
+	qsize,
+	rmvb,
+	rmvq,
+	splstr,
+	spl0,
+	spl1,
+	spl2,
+	spl3,
+	spl4,
+	spl5,
+	spl6,
+	spl7,
+	splx,
+	strlog,
+	testb,
+	timeout,
+	u,
+	unlinkb,
+	untimeout,
+	unbufcall,
+	vtop,
+	mi_addr_scanf,
+	mi_allocq,
+	mi_bufcall,
+	mi_bzero,
+	mi_close_comm,
+	mi_free,
+	mi_gq_head,
+	mi_gq_in,
+	mi_gq_init,
+	mi_gq_out,
+	mi_link_device,
+	mi_mpprintf,
+	mi_nd_get,
+	mi_nd_set,
+	mi_next_ptr,
+	mi_open_comm,
+	mi_printf,
+	mi_reallocb,
+	mi_set_sth_wroff,
+	mi_sprintf,
+	mi_strcmp,
+	mi_strlen,
+	mi_strlog,
+	mi_strtol,
+	mi_timer,
+	mi_timer_alloc,
+	mi_timer_free,
+	mi_timer_valid,
+	mi_tpi_ack_alloc,
+	mi_tpi_conn_con,
+	mi_tpi_conn_ind,
+	mi_tpi_conn_req,
+	mi_tpi_data_ind,
+	mi_tpi_data_req,
+	mi_tpi_discon_ind,
+	mi_tpi_discon_req,
+	mi_tpi_err_ack_alloc,
+	mi_tpi_exdata_ind,
+	mi_tpi_exdata_req,
+	mi_tpi_ioctl_info_req,
+	mi_tpi_ok_ack_alloc,
+	mi_tpi_ordrel_ind,
+	mi_tpi_ordrel_req,
+	mi_tpi_uderror_ind,
+	mi_tpi_unitdata_ind,
+	mi_weld,
+	mi_zalloc,
+	nd_free,
+	nd_get_long,
+	nd_getset,
+	nd_load,
+	nd_set_long
+

+ 626 - 0
rtl/netware/nwimp/threads.imp

@@ -0,0 +1,626 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+ Alloc,
+ AllocateResourceTag,
+ BitClear,
+ BitSet,
+ BitTest,
+ BitTestAndClear,
+ BitTestAndSet,
+ CancelNoSleepAESProcessEvent,
+ CancelSleepAESProcessEvent,
+ DisableAndRetFlags,
+ EnterDebugger,
+ Free,
+ GetHighResolutionTimer,
+ GetLoaderType,
+ GetNumberOfVolumes,
+ GetSetableParameterValue,
+ GetSuperHighResolutionTimer,
+ LoginUser,
+ MM_Abort_Function,
+ MM_AddMirrorObjectToMirrorGroup,
+ MM_Check_For_Pending_Aborts,
+ MM_Create_Media_Object,
+ MM_CreateHotFix,
+ MM_CreateMirror,
+ MM_CreatePartition,
+ MM_Delete_Media_Object,
+ MM_DeleteHotFix,
+ MM_DeleteMirror,
+ MM_DeletePartition,
+ MM_DelPartitionFromMirrorGroup,
+ MM_Find_Object_Type,
+ MM_ForceMirrorGroupInSync,
+ MM_InitializePartitionTable,
+ MM_Object_Blocking_IO,
+ MM_Object_IO,
+ MM_Register_Application,
+ MM_Register_Identification_Routines,
+ MM_Register_Notify_Routine,
+ MM_Release_Object,
+ MM_Release_Unload_Semaphore,
+ MM_RemirrorGroup,
+ MM_Rename_Object,
+ MM_Reserve_Object,
+ MM_Return_Object_Attribute,
+ MM_Return_Object_Generic_Info,
+ MM_Return_Object_Mapping_Info,
+ MM_Return_Object_Specific_Info,
+ MM_Return_Object_Table_Size,
+ MM_Return_Objects_Attributes,
+ MM_ReturnMirrorInfo,
+ MM_ReturnPartitionTableInfo,
+ MM_Set_Object_Attribute,
+ MM_Set_Unload_Semaphore,
+ MM_Special_Object_Blocking_IO,
+ MM_Unregister_Application,
+ MM_Unregister_Identification_Routines,
+ MM_Unregister_Notify_Routine,
+ RegisterConsoleCommand,
+ RingTheBell,
+ ScanBits,
+ ScanClearedBits,
+ ScanSetableParameters,
+ ScheduleNoSleepAESProcessEvent,
+ ScheduleSleepAESProcessEvent,
+ SetFlags,
+ SetHardwareInterrupt,
+ SetSetableParameterValue,
+ UnRegisterConsoleCommand,
+ atomic_inc,
+ atomic_dec,
+ atomic_add,
+ atomic_sub,
+ atomic_bts,
+ atomic_btr,
+ atomic_xchg,
+ ASCIIZToLenStr,
+ ASCIIZToMaxLenStr,
+ AllocShMemCtrlStruct,
+ AllocateCLIBHandle,
+ AllocateCLIBHandleStruct,
+ AtUnload,
+ BeginThread,
+ BeginThreadGroup,
+ BeginThreadGroup_500,
+ BlockedOnSleep,
+ BuildDBCSTableFromVector,
+ CLibAlloc,
+ CLibRealloc,
+ CheckForCancellation,
+ CheckIfScreenDisplayed,
+ ClearNLMDontUnloadFlag,
+ CloseLocalSemaphore,
+ ConvertScrHandleToScrStruct,
+ CopyFromScreenMemory,
+ CopyToScreenMemory,
+ CountAndFlushLibStats,
+ CreateChildProcess,
+ CreateLibraryContext,
+ CreateScreen,
+ CurrentProcess,
+ DeLinkTCSFromTGCS,
+ DeallocateCLIBHandle,
+ DestroyLibraryContext,
+ DestroyScreen,
+ DestroyThread,
+ DetectIPProtocols,
+ DetectIPXProtocols,
+ DisplayInputCursor,
+ DisplayScreen,
+ DropPopUpScreen,
+ EnterCritSec,
+ ExamineLocalSemaphore,
+ ExitCritSec,
+ ExitThread,
+ FindCancelRecInList,
+ FindNLMHandle,
+ FindNLMHandleInAddressSpace,
+ FreeShMemCtrlStruct,
+ GetCLIBHandleStruct,
+ GetContext,
+ GetCurrentAddressSpaceID,
+ GetCurrentScreen,
+ GetCursorCouplingMode,
+ GetCursorShape,
+ GetCursorSize,
+ GetCustomThreadDataArea,
+ GetFirstShMemCtrlStruct,
+ GetLibraryFunction,
+ GetNCSAllocRTag,
+ GetNCSProfileInfo,
+ GetNCSVersionFlag,
+ GetNCSsizeof_long_double,
+ GetNLMHandle,
+ GetNLMID,
+ GetNLMIDFromNLMHandle,
+ GetNLMIDFromThreadID,
+ GetNLMLP,
+ GetNLMNameFromNLMHandle, 
+ GetNLMNameFromNLMID,
+ GetOFSAccessNShare,
+ GetOFSConnection,
+ GetOFSNWHandle,
+ GetOFSPosition,
+ GetOFSStdConsole,
+ GetOFSTask,
+ GetOFSThreadID,
+ GetOFSType,
+ GetPositionOfOutputCursor,
+ GetProcessContext,
+ GetPrty,
+ GetScreenInfo,
+ GetSizeOfScreen,
+ GetSyntheticVersion,
+ GetTCSProfileInfo,
+ GetTGLP,
+ GetThLP,
+ GetThreadAddressSpaceID,
+ GetThreadContextSpecifier,
+ GetThreadDataAreaPtr,
+ GetThreadFromThreadGroup,
+ GetThreadGroupID,
+ GetThreadHandicap,
+ GetThreadID,
+ GetThreadName,
+ GetThreadSuspendFlags,
+ HideInputCursor,
+ InProtectedAddressSpace,
+ InitializeConsoleOFS,
+ InternalBeginThread,
+ InternalBeginThreadGroup,
+ InternalGetNLMID,
+ InternalGetNLMsAllocRTag,
+ InternalGetNLMsSemaRTag,
+ InternalStartNLM,
+ InternalTrackSemaphore,
+ InternalUnTrackSemaphore,
+ IsColorMonitor,
+ IsThreadSuspended,
+ KillChildProcess,
+ LLAToI,
+ LLDecStrToNum,
+ LLGetToken,
+ LLGetTokenTypeStr,
+ LLHexStrToAddr,
+ LLInitTokenRec,
+ LLIntToBinStr,
+ LLOutputToScreen,
+ LLUngetToken,
+ LLZeroToken,
+ LenStrCat,
+ LenStrCmp,
+ LenStrCpy,
+ LenToASCIIZStr,
+ Lib3Globals,
+ LibraryFunctionRegistryStats,
+ LinkTCSToTGCS,
+ MPAllocMutex,
+ MPDeallocMutex,
+ MPLockMutex,
+ MPUnlockMutex,
+ MPKAllocQue,
+ MPKAllocQueLite,
+ MPKAllocQueLiteNoSleep,
+ MPKBarrierAlloc,
+ MPKBarrierDecrement,
+ MPKBarrierFree,
+ MPKBarrierIncrement,
+ MPKBarrierThreadCount,
+ MPKBarrierWait,
+ MPKBarrierWaitCount,
+ MPKCreateThread,
+ MPKCurrentThread,
+ MPKDeQue,
+ MPKDeQueAll,
+ MPKDeQueAllNoLock,
+ MPKDeQueByQLink,
+ MPKDeQueByQLinkNoLock,
+ MPKDeQueLite,
+ MPKDeQueLiteAll,
+ MPKDeQueLiteAllNoLock,
+ MPKDeQueLiteByQueLink,
+ MPKDeQueLiteByQueLinkNoLock,
+ MPKDeQueLiteNoLock,
+ MPKDeQueLiteWait,
+ MPKDeQueLiteWaitNoLock,
+ MPKDeQueNoLock,
+ MPKDeQueWait,
+ MPKDeQueWaitNoLock,
+ MPKDestroyThread,
+ MPKEnQue,
+ MPKEnQueLite,
+ MPKEnQueLiteNoLock,
+ MPKEnQueNoLock,
+ MPKEnQueOrdered,
+ MPKEnQueOrderedNoLock,
+ MPKEnterNetWare,
+ MPKExitClassicNetWare,
+ MPKExitNetWare,
+ MPKFirstQLinkNoLock,
+ MPKFirstQueLinkLiteNoLock,
+ MPKFreeQue,
+ MPKFreeQueLite,
+ MPKFunc,
+ MPKFunc_kCurrentThread,
+ MPKFunc_kGetNPLThreadData,
+ MPKFunc_kGetThreadLibraryContext,
+ MPKFunc_kSetNPLThreadData,
+ MPKFunc_kSetThreadLibraryContext,
+ MPKGetThreadName,
+ MPKGetThreadPriority,
+ MPKMutexAlloc,
+ MPKMutexFree,
+ MPKMutexLock,
+ MPKMutexTryLock,
+ MPKMutexUnlock,
+ MPKMutexWaitCount,
+ MPKPushQue,
+ MPKPushQueLite,
+ MPKPushQueLiteNoLock,
+ MPKPushQueNoLock,
+ MPKPushQueOrdered,
+ MPKPushQueOrderedNoLock,
+ MPKQueCount,
+ MPKQueLiteCount,
+ MPKRWLockAlloc,
+ MPKRWLockFree,
+ MPKRWLockInfo,
+ MPKRWReadLock,
+ MPKRWReadTryLock,
+ MPKRWReadUnlock,
+ MPKRWWriteLock,
+ MPKRWWriteTryLock,
+ MPKRWWriteUnlock,
+ MPKResumeThread,
+ MPKScheduleThread,
+ MPKSemaphoreAlloc,
+ MPKSemaphoreExamineCount,
+ MPKSemaphoreFree,
+ MPKSemaphoreSignal,
+ MPKSemaphoreTimedWait,
+ MPKSemaphoreTry,
+ MPKSemaphoreWait,
+ MPKSemaphoreWaitCount,
+ MPKSetThreadName,
+ MPKSetThreadPriority,
+ MPKStartThread,
+ MPKSuspendThread,
+ MPKVar_RunningProcess,
+ MPKVar_kNPLThreadData,
+ MPKVar_kThreadLibraryContext,
+ MPKYieldThread,
+ MTAllocMutex,
+ MTDeallocMutex,
+ MTLockMutex,
+ MTUnlockMutex,
+ MTAllocRwLock,
+ MTDeallocRwLock,
+ MTReadRwLock,
+ MTWriteRwLock, 
+ MTReadRwUnlock,
+ MTWriteRwUnlock,
+ MapNLMIDToHandle,
+ MapScreenIDToHandle,
+ MoveData,
+ NVMFunc,
+ NWCharType,
+ NWGarbageCollect,
+ NWGetAllocPageOverhead,
+ NWGetAvailableMemory,
+ NWGetPageSize,
+ NWMemorySizeAddressable,
+ NWSMPRWLockAlloc,
+ NWNumberOfRegisteredProcessors,
+ NWSMPBarrierAlloc,
+ NWSMPBarrierDestroy,
+ NWSMPBarrierWait,
+ NWSMPCondAlloc,
+ NWSMPCondBroadcast,
+ NWSMPCondDestroy,
+ NWSMPCondSignal,
+ NWSMPCondWait,
+ NWSMPIsAvailable,
+ NWSMPIsLoaded,
+ NWSMPMutexDestroy,
+ NWSMPMutexLock,
+ NWSMPRMutexOwner,
+ NWSMPMutexSleepAlloc,
+ NWSMPMutexTryLock,
+ NWSMPMutexUnlock,
+ NWSMPRMutexAlloc,
+ NWSMPRMutexDestroy,
+ NWSMPRMutexLock,
+ NWSMPRMutexTryLock,
+ NWSMPRMutexUnlock,
+ NWSMPRWLockDestroy,
+ NWSMPRWReadLock,
+ NWSMPRWTryReadLock,
+ NWSMPRWTryWriteLock,
+ NWSMPRWUnlock,
+ NWSMPRWWriteLock,
+ NWSMPSpinAlloc,
+ NWSMPSpinDestroy,
+ NWSMPSpinLock,
+ NWSMPSpinTryLock,
+ NWSMPSpinUnlock,
+ NWSMPThreadToMP,
+ NWSMPThreadToNetWare,
+ NWThreadToMP,
+ NWThreadToNetWare,
+ NotifyThreadsOfInterfaces,
+ OFSFromDescriptor,
+ OSAddressSpaceID,
+ OSFunc,
+ OSVar,
+ OpenLocalSemaphore,
+ OpenStandardConsoleOFS,
+ OptimalPageUseSize,
+ PopThreadCleanup,
+ PopThreadGroupCleanup,
+ PressAnyKeyToContinue,
+ PressEscapeToQuit,
+ PrintLibError,
+ ProcessFromThreadID,
+ PushThreadCleanup,
+ PushThreadGroupCleanup,
+ PutLibraryFunction,
+ RBAddToReadSuspendList,
+ RBAddToWriteSuspendList,
+ RBBufferIOState,
+ RBBufferPeek,
+ RBClose,
+ RBOpen,
+ RBRead,
+ RBRemoveThreadFromPipe,
+ RBReset,
+ RBResumeReaders,
+ RBResumeWriters,
+ RBSetBufferSize,
+ RBWrite,
+ RecordNWErrnoAndErrno,
+ RedirectFrontEndedAddresses,
+ RegisterForThreadSwitchEvent,
+ RegisterProfiler,
+ RenameThread,
+ ReqFunc,
+ ReqFunc_IPFindRoute,
+ ReqFunc_NWgethostbyname,
+ ReqFunc_SAPGetServerEntry,
+ ReqFunc_SLPDeregisterClient,
+ ReqFunc_SLPReadAttributes,
+ ReqFunc_SLPRegisterClient,
+ ReqFunc_TCPAbort,
+ ReqFunc_TCPBind,
+ ReqFunc_TCPClose,
+ ReqFunc_TCPConnect,
+ ReqFunc_TCPDeregister,
+ ReqFunc_TCPGetOption,
+ ReqFunc_TCPLastSendData,
+ ReqFunc_TCPListen,
+ ReqFunc_TCPNewSendData,
+ ReqFunc_TCPNewWindow,
+ ReqFunc_TCPRegister,
+ ReqFunc_TCPSetOption,
+ ReqFunc_UDPDeregister,
+ ReqFunc_UDPRegister,
+ ReqFunc_UDPReturnPacket,
+ ReqFunc_UDPSend,
+ ResumeThread,
+ SaveThreadDataAreaPtr,
+ ScanScreens,
+ ScheduleWorkToDo,
+ ScrollScreenRegionDown,
+ ScrollScreenRegionUp,
+ ScrollWindowScreenRegionDown,
+ ScrollWindowScreenRegionUp,
+ SetAutoScreenDestructionMode,
+ SetCLIBHandleStruct,
+ SetCLIBTCSBlockCode,
+ SetCtrlCharCheckMode,
+ SetCurrentScreen,
+ SetCursorCouplingMode,
+ SetCursorShape,
+ SetCustomThreadDataArea,
+ SetThreadHandicap,
+ SetInputAtOutputCursorPosition,
+ SetNCSProfileInfo,
+ SetNLMDontUnloadFlag,
+ SetNLMID,
+ SetOFSPosition,
+ SetOutputAtInputCursorPosition,
+ SetPositionOfInputCursor,
+ SetProcessContext,
+ SetPrty,
+ SetScreenAreaAttribute,
+ SetScreenCharacterAttribute,
+ SetScreenRegionAttribute,
+ SetSyntheticVersion,
+ SetTCSProfileInfo,
+ SetThreadContextSpecifier,
+ SetThreadGroupID,
+ SignalLocalSemaphore,
+ StackAvail,
+ StackLimit,
+ SuspendThread,
+ SyntheticVersion,
+ SystemConsoleScreen,
+ TCSFromThreadID,
+ ThreadSwitch,
+ ThreadSwitchLowPriority,
+ ThreadSwitchWithDelay,
+ ThreadsGlobals,
+ TimedWaitOnLocalSemaphore,
+ ToolsFunc,
+ ToolsVar,
+ TryLocalSemaphore,
+ UnRegisterForThreadSwitchEvent,
+ UnRegisterProfiler,
+ UnimportIPProtocols,
+ UnimportIPXProtocols,
+ ValidateCLIBHandle,
+ ValidateMappedAddress,
+ WaitOnChildProcess,
+ WaitOnLocalSemaphore,
+ _AllocMutex,
+ _AllocRwLock,
+ _AllocSemaphore,
+ _AllocSleepOK,
+ _CreateCallBackBlock,
+ _DBCSVector,
+ _DeallocMutex,
+ _DeallocRwLock,
+ _DeallocSemaphore,
+ _DefaultSignalHandler,
+ _DestroyCallBackBlock,
+ _DestroyThread,
+ _DestroyThreadGroup,
+ _ExamineSemaphore,
+ _FillStructure,
+ _FreeUpProcessFromSemaphore,
+ _FreeUpProcessFromSpecRwLock,
+ _FreeUpProcessFromSpecificMutex,
+ _FreeUpProcessFromSpecificSemaphore,
+ _GetCurrentClock,
+ _GetSyncClockFields,
+ _InternalSuspendOrStop,
+ _LockMutex,
+ _LockMutexNoCancel,
+ _NWLstrchr,
+ _NWLstrcoll,
+ _NWLstrupr,
+ _NWOSMajorVersion,
+ _NWOSMinorVersion,
+ _NWPrevChar,
+ _OSTZSet,
+ _OwnerMutex,
+ _OwnerRwLock,
+ _PUSH_CANCELLATION,
+ _ParseArgs,
+ _ReadRwLock,
+ _ReleaseAllSemaphore,
+ _SignalSemaphore,
+ _SizeOfAllocBlock,
+ _StartNLM,
+ _SuspendOrStop,
+ _TerminateNLM,
+ _TryLockMutex,
+ _TryReadRwLock,
+ _TryWaitOnSemaphore,
+ _TryWriteRwLock,
+ _UnlockMutex,
+ _UnlockRwLock,
+ _UnlockSpecificMutex,
+ _WaitOnSemaphore,
+ _WriteRwLock,
+ __CHK,
+ __EPI,
+ __GETDS,
+ __GetCLIBNLMPrefixSize,
+ __GetScreenID,
+ __Must_Have_Three_One_Or_Greater,
+ __STK,
+ __cputs,
+ __delink,
+ __get_NWErrno,
+ __get_NWErrno_ptr,
+ __get_cin,
+ __get_cout,
+ __get_errno_ptr,
+ __get_stderr,
+ __get_stdin,
+ __get_stdout,
+ __get_t_errno_ptr,
+ __qcalloc,
+ __qmalloc,
+ __qrealloc,	
+ __screenOutput,
+ _exit,
+ _get_NWErrno,
+ _get_errno,
+ _isDOSPrint,
+ _msize,
+ _set_NWErrno,
+ _set_errno,
+ abort,
+ atexit,
+ calloc,
+ cgets,
+ clrscr,
+ cputs,
+ delay,
+ exit,
+ free,
+ gBeginCLibNLM,
+ gBeginCLibThread,
+ gBeginCLibThreadGroup,
+ gDummyContext,
+ gEndCLibThread,
+ gEndCLibThreadGroup,
+ gEndNoContextCLibNLM,
+ gNCPDisconnect,
+ gPostEndCLibNLM,
+ gPreEndCLibNLM,
+ gReleaseFileResourcesForThread,
+ gRequestrTGCSTearDown,
+ gStreamCancel,
+ getch,
+ getche,
+ getcmd,
+ gotoxy,
+ inp,
+ inpd,
+ inpw,
+ itoa,
+ itoab,
+ kbhit,
+ ltoa,
+ malloc,
+ memchr,
+ memcmp,
+ memcpy,
+ memicmp,
+ memmove,
+ memset,
+ outp,
+ outpd,
+ outpw,
+ putch,
+ realloc,
+ spawnlp,
+ spawnvp,
+ stackavail,
+ strcat,
+ strchr,
+ strcmp,
+ strcmpi,
+ strcpy,
+ strcspn,
+ strdup,
+ stricmp,
+ strlen,
+ strlist,
+ strlwr,
+ strncat,
+ strncmp,
+ strncpy,
+ strnicmp,
+ strnset,
+ strpbrk,
+ strrchr,
+ strrev,
+ strset,
+ strspn,
+ strstr,
+ strtok_r,
+ strtol,
+ strtoul,
+ strupr,
+ swab,
+ swaw,
+ ultoa,
+ ungetch,
+ utoa,
+ wherex,
+ wherey

+ 32 - 0
rtl/netware/nwimp/tli.imp

@@ -0,0 +1,32 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+	t_accept,
+	t_alloc,
+	t_bind,
+	t_blocking,
+	t_close,
+	t_connect,
+	t_error,
+	t_free,
+	t_getinfo,
+	t_getstate,
+	t_listen,
+	t_look,
+	t_nonblocking,
+	t_open,
+	t_optmgmt,
+	t_rcv,
+	t_rcvconnect,
+	t_rcvdis,
+	t_rcvudata,
+	t_rcvuderr,
+	t_rcvrel,
+	t_snd,
+	t_snddis,
+	t_sndrel,
+	t_sndudata,
+	t_sync,
+	t_unbind,
+	t_errlist,
+	t_nerr
+                   

+ 31 - 0
rtl/netware/nwimp/vollib.imp

@@ -0,0 +1,31 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+	NWVL_Start,
+	NWVL_End,
+	NWVL_ScanForVolumes,
+	NWVL_GetNextVolume,
+	NWVL_GetMirrorObjectFirstSegment,
+	NWVL_GetNextSegment,
+	NWVL_GetSegmentInfo,
+	NWVL_GetVolumeFirstSegment,
+	NWVL_CreateANewVolume,
+	NWVL_EnlargeVolume,
+	NWVL_DeleteAVolume,
+	NWVL_ChangeVolumeName,
+	NWVL_ChangeSegmentName,
+	NWVL_DeleteSegment,
+	NWVL_IsVolumeMounted,
+	NWVL_MountVolume,
+	NWVL_DismountVolume,
+	NWVL_SetOrGetVolumeControlInfo,
+	NWVL_ValidateVolumeName,
+	NWVL_GetDefaultBlockSizeAndControlFlags,
+	NWVL_GetMirrorObjectSupportedLimits,
+	NWVL_GetSupportedLimits,
+	NWVL_LocalToUnicode,
+	NWVL_UnicodeToLocal,
+	NWVL_Nuint32ToQuad,
+	NWVL_QuadToNuint32,
+	NWVL_ConvertMirrorObjectToLogicalPartition,
+	NWVL_ConvertLogicalPartitionToMirrorObject
+

+ 87 - 0
rtl/netware/nwimp/ws2nlm.imp

@@ -0,0 +1,87 @@
+# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
+#
+ WS2_32_bind,
+ WS2_32_closesocket,
+ WS2_32_getpeername,
+ WS2_32_getsockname,
+ WS2_32_getsockopt,
+ WS2_32_htonl,
+ WS2_32_htons,
+ WS2_32_ioctlsocket,
+ WS2_32_listen,
+ WS2_32_ntohl,
+ WS2_32_ntohs,
+ WS2_32_recv,
+ WS2_32_recvfrom,
+ WS2_32_select,
+ WS2_32_send,
+ WS2_32_sendto,
+ WS2_32_setsockopt,
+ WS2_32_shutdown,
+ WS2_32_socket,
+ WSAAccept,
+ WSACancelBlockingCall,
+ WSACleanup,
+ WSACloseEvent,
+ WSAConnect,
+ WSACreateEvent,
+ WSCEnableNSProvider,
+ WSAEnumNetworkEvents,
+ WSAEnumProtocolsA,
+ WSAEnumProtocolsW,
+ WSAEventSelect,
+ WSAGetLastError,
+ WSAGetOverlappedResult,
+ WSAGetQOSByName,
+ WSAHtonl,
+ WSAHtons,
+ WSAIoctl,
+ WSAJoinLeaf,
+ WSANtohl,
+ WSANtohs,
+ WSARecv,
+ WSARecvDisconnect,
+ WSARecvFrom,
+ WSAResetEvent,
+ WSASend,
+ WSASendDisconnect,
+ WSASendTo,
+ WSASetEvent,
+ WSASetLastError,
+ WSASocketA,	
+ WSASocketW,
+ WSAStartup,
+ WSAWaitForMultipleEvents,
+ WSAAddressToStringA,
+ WSAAddressToStringW,
+ WSAEnumNameSpaceProvidersA,
+ WSAEnumNameSpaceProvidersW,
+ WSAGetServiceClassInfoA,
+ WSAGetServiceClassInfoW,
+ WSAGetServiceClassNameByClassIdA,
+ WSAGetServiceClassNameByClassIdW,
+ WSAInstallServiceClassA,
+ WSAInstallServiceClassW,
+ WSALookupServiceBeginA,
+ WSALookupServiceBeginW,
+ WSALookupServiceEnd,
+ WSALookupServiceNextA,
+ WSALookupServiceNextW,
+ WSARemoveServiceClass,
+ WSASetServiceA,
+ WSASetServiceW,
+ WSAStringToAddressA,
+ WSAStringToAddressW,
+ WSCUnInstallNameSpace,
+ WSCInstallNameSpace,
+ WS2_32_gethostbyaddr,
+ WS2_32_gethostbyname,
+ WS2_32_gethostname,
+ WS2_32_getprotobyname,
+ WS2_32_getprotobynumber,
+ WS2_32_getservbyname,
+ WS2_32_getservbyport,
+ WS2_32_inet_addr,
+ WS2_32_inet_ntoa,
+ __WSAFDIsSet
+