From ed9c8b70d3000c1fa4a44fcda5fca3eb5097e756 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Mon, 1 Jun 2026 18:15:29 +0000 Subject: [PATCH] docs: note old synchronization calls before log file --- src/nwconn.c | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/nwconn.c b/src/nwconn.c index bf558c6..87cacea 100644 --- a/src/nwconn.c +++ b/src/nwconn.c @@ -2742,11 +2742,19 @@ static int handle_ncp_serv(void) * these log/lock functions are not well tested and perhaps not * ok . * - * The WebSDK Synchronization Services list used here starts the old - * file-log/file-lock group at NCP 0x2222/03. I have not found old - * 0x2222/00, 0x2222/01, or 0x2222/02 synchronization endpoints in - * that list; keep the main 0x2222 switch starting this group with - * Log File unless another primary source identifies earlier calls. + * The NDK/Core Protocols synchronization list documents two earlier + * direct old compatibility calls before Log File: + * + * 0x2222/01 File Set Lock (old): lock sharable files that the + * calling station has open. Provided for compatibility with + * previous NetWare versions. + * 0x2222/02 File Release Lock: release locks taken by the last + * File Set Lock request. Provided for compatibility with + * previous NetWare versions. + * + * I have not found a direct 0x2222/00 synchronization call in the + * Novell/Micro Focus NCP documentation. MARS-NWE currently starts + * this switch's old file-log/file-lock handling at 0x2222/03. */ case 0x3 : { /* Log File */ /*