Commit Graph

114 Commits

Author SHA1 Message Date
Mario Fetka
2f02ace1de docs: fix stale include/nwfs/nss and src/nwfs/nss paths in REDESIGN and HANDOFF_AUDIT
All checks were successful
Source release / source-package (push) Successful in 1m46s
REDESIGN.md:
- Lines 1005-1016 (secure IPC section): include/nwfs/nss/sdk/include/msg.h →
  include/nwnss/include/msg.h; src/nwfs/nss/common/fsmsg.c →
  src/nwnss/comn/common/fsmsg.c; nsskr.h and lsaSuper.c annotated as
  not yet imported
- Line 2006: "under src/nwfs/nss/" → actual current locations
  (src/nwfs/lsa/, include/nwfs/lsa/, include/nwfs/public/, src/nwnss/)
- Lines 2233-2236: nwfs/nss/ adapted-from paths → current real paths
  (include/nwfs/public/zXattr.h, src/nwfs/lsa/lsaXattr.c, etc.)
- Line 2268: "Do not delete src/nwfs/nss/ wholesale" →
  clarify the directory no longer exists; staging is now in src/nwfs/comn/,
  src/nwfs/lsa/, include/nwfs/comn/ etc.
- Lines 2381-2382: src/nwfs/nss/common/, nss/authsys/, nss/main/,
  include/nwfs/nss/ → actual current subdirectory names (comn/, lsa/,
  include/, internal/, public/)
- Lines 2434-2448: src/nwfs/nss/namespace/*.c → src/nwfs/comn/namespace/*.c;
  note nameSpace.c and extAttrNSpace.c as not yet staged

doc/HANDOFF_AUDIT.md:
- NSS references table: include/nwfs/nss/sdk/include/ → include/nwnss/include/;
  src/nwfs/nss/common/fsmsg.c → src/nwnss/comn/common/fsmsg.c;
  nsskr.h and lsaSuper.c annotated as not yet imported;
  ipc2ncp.h annotated as not yet imported

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 19:03:06 +02:00
Mario Fetka
a1d1234859 docs: fix libnwcore/libnwnss attribution errors in remaining MDs
All checks were successful
Source release / source-package (push) Successful in 1m43s
doc/librarys/nwcore/README.md: completely rewrite — old content described
libnwnss (Unicode, UTC, GUID, WIO, FSM, latch, stdio, library/*, nss/lib,
sharedsrc) as if it were libnwcore. libnwcore builds only core.c, nwlog.c,
ini.c and exposes only core.h and ini.h. Add correct dependency chain diagram
showing libnwcore is independent of libnwnss.

TODO.md:
- "shared libnwcore/libnwfs helpers" for salvage/deleted metadata → libnwnss/libnwfs (2 occurrences)
- "libnwcore/libnwfs" for metadata snapshot helpers → libnwnss/libnwfs
- "src/core/" and "include/core/" for NSS imports → src/nwnss/ and include/nwnss/

REDESIGN.md:
- Architecture status table: "libnwcore/libnwfs helpers" for NSS-shaped
  salvage → libnwnss/libnwfs
- Salvage snapshot section: nwcore_salvage_snapshot → nwnss_salvage_snapshot;
  "libnwcore/libnwfs-style helpers" → libnwnss/libnwfs

Note: third_party/unicodeTables/COPYRIGHT.md also says "libnwcore" but that
file lives in a submodule and cannot be staged here.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 18:27:17 +02:00
Mario Fetka
8b4892157b docs: fix remaining stale references after doc consolidation
- TODO.md: TUI_TOOLBOX_PLAN.md and NWCORE_INI_PLAN.md → TOOLBOX_PLAN.md
- REDESIGN.md line 2971-2973: same three old names → TOOLBOX_PLAN.md and
  DIRECTORY_AND_ADMIN_PLAN.md
- NSS_IMPORT_NOTES.md: correct four stale libnwcore claims left over from
  the old NSS_PUBLIC_CORE_AUDIT.md text:
  - import policy: "Put primitive helpers in libnwcore" → libnwnss
  - namespace import-direction section header/body: libnwcore → libnwnss
  - pssmpk placement: libnwcore/nwcore.pssmpk → libnwnss/nwnss.pssmpk
  - eDir helpers: clarify they stay out of libnwcore AND libnwnss (→ libnwnds)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 18:21:52 +02:00
Mario Fetka
46031df872 docs: consolidate scattered documentation into fewer larger files
Merge 15 files into 3 consolidated docs and update all cross-references:

- doc/NSS_IMPORT_NOTES.md: merges NSS_USERSPACE_ADAPTATION.md,
  NSS_PUBLIC_CORE_AUDIT.md, NSS_NAMESPACE_AUDIT.md
- doc/TOOLBOX_PLAN.md: merges TUI_TOOLBOX_PLAN.md, NWCORE_INI_PLAN.md
- doc/DIRECTORY_AND_ADMIN_PLAN.md: merges DIRECTORY_STACK_PLAN.md,
  NWADMIN_CLIENT_PLAN.md
- doc/librarys/README.md: inlines 7 one-page stubs (nwtui, nwssl, nwflaim,
  nwxflaim, nwmatrixssl, nwlibsodium, nwowfat), deletes stub subdirs
- REDESIGN.md: absorbs KERNEL_REFERENCE_AUDIT.md into the transport/SPX
  section; adds Table of Contents after the architecture status table
- CLAUDE.md, AI.md, doc/README.md, doc/librarys/nwfs/README.md:
  all cross-references updated to new file names

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 18:15:46 +02:00
Mario Fetka
679ba0618c docs: fix include/core→nwnss paths, nwcore NSS helper attribution, wolfssl→matrixssl
- CLAUDE.md: nwcore does not contain NSS helpers; they live in libnwnss
  (Unicode, UTC, GUID, WIO, stdio formatter, xCtype, xString); update
  libnwnss description to mention the low-level runtime layer
- NSS_USERSPACE_ADAPTATION.md, TUI_TOOLBOX_PLAN.md, NWCORE_INI_PLAN.md:
  include/core→include/nwcore, src/core→src/nwcore (actual paths)
- KERNEL_REFERENCE_AUDIT.md: src/nss→src/nwnss, include/nss→include/nwnss
- NSS_NAMESPACE_AUDIT.md: all include/core/*/src/core/* targets corrected to
  actual include/nwnss/…/src/nwnss/… provenance paths (23 occurrences);
  "core layer" references corrected to libnwnss/mars_nwe::nwnss
- NSS_PUBLIC_CORE_AUDIT.md: src/core→src/nwnss for sharedsrc imports
- REDESIGN.md: src/core→src/nwnss (4 occurrences); libnwcore→libnwnss for
  NSS runtime helpers; remove wolfssl from third_party list (never existed,
  matrixssl is active); fix config example provider=wolfssl→matrixssl;
  remove WITH_WOLFSSL/WITH_ZLOG from suggested build options; fix bitmap
  placement (libnwnss not libnwcore)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 17:50:09 +02:00
Mario Fetka
a15f6a380d docs: unify MD documentation consistency pass
- Replace nwcall with nwconn throughout (nwcall was a naming confusion)
- Fix transport rule: libnwtransport library linked by nwconn, not a daemon split
- Update NSS audit count from 474 to 522 (0 partial, 0 open, 4 temp)
- Fix doc/librarys/nwcore: include root is include/nwcore, not include/core
- Add libnwnss entry to doc/librarys/README.md
- Clarify nwfs role as NCP wrapper around libnwnss in doc/librarys/nwfs

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 17:27:49 +02:00
OpenAI
919ccc57f7 docs: define service and provider ownership boundaries 2026-06-18 16:54:21 +02:00
Mario Fetka
4f7afe4102 docs: define quota and salvage userspace ownership
All checks were successful
Source release / source-package (push) Successful in 1m45s
2026-06-18 16:10:16 +02:00
Mario Fetka
1dc8baca43 docs: define namespace userspace uniqueness boundary 2026-06-18 15:56:35 +02:00
ChatGPT
d30d519cd7 docs: define nwnss userspace backend split
All checks were successful
Source release / source-package (push) Successful in 1m28s
2026-06-18 14:59:13 +02:00
ChatGPT
8836077c75 docs: document process-local NEB boundary 2026-06-18 10:27:49 +02:00
ChatGPT
74e32724eb docs: describe libnwnss integration boundaries 2026-06-18 08:49:32 +02:00
Mario Fetka
aba9d5b9e8 0475 docs: record nwadmin platform transport choices
All checks were successful
Source release / source-package (push) Successful in 1m44s
2026-06-13 13:58:09 +02:00
Mario Fetka
774d64e278 0474 docs: name nwConsole and clarify web restart boundaries
All checks were successful
Source release / source-package (push) Successful in 1m31s
2026-06-13 13:38:32 +02:00
Mario Fetka
9f4633fcbd 0473 docs: split nwwebui ssl offload from nwadmin plugins
All checks were successful
Source release / source-package (push) Successful in 1m46s
2026-06-13 13:27:59 +02:00
Mario Fetka
6d8a91ac1a 0472 docs: record nwwebui auth lifecycle and dependency rules
All checks were successful
Source release / source-package (push) Successful in 1m35s
2026-06-13 13:05:49 +02:00
Mario Fetka
786f68b2d7 0471 docs: keep nwadmin frontends lightweight and plan nwwebui path
All checks were successful
Source release / source-package (push) Successful in 1m30s
2026-06-13 13:00:16 +02:00
Mario Fetka
6f1d3339fe 0470 docs: record remote nwadmin client and GUI roadmap 2026-06-13 12:45:04 +02:00
Mario Fetka
666d3a6a8a 0469 docs: record LDAPv2-first directory and console nwsetup order
All checks were successful
Source release / source-package (push) Successful in 1m30s
2026-06-13 12:23:46 +02:00
Mario Fetka
86d98b7ac8 0468 docs: record nwdirectory flatfile-first and storage-swap plan
All checks were successful
Source release / source-package (push) Successful in 1m28s
2026-06-13 12:06:31 +02:00
Mario Fetka
8c52dddd2d 0467 docs: clarify FLAIM direction and reserve libnwds
All checks were successful
Source release / source-package (push) Successful in 1m36s
2026-06-13 11:31:42 +02:00
Mario Fetka
2957ac267b 0457 build: pin termbox2 and iniparser and add core ui facades 2026-06-13 09:17:45 +02:00
Mario Fetka
eb15358ba8 0456 build: drop Apache-2.0 zlog dependency and keep nwlog internal 2026-06-13 08:57:05 +02:00
Mario Fetka
13c727d3c4 0455 docs: plan shared libnwcore ini reader writer 2026-06-13 08:34:52 +02:00
Mario Fetka
14be1cd4e9 0454 docs: plan nwtui toolbox and curses replacement 2026-06-13 08:21:24 +02:00
OpenAI
c6e6b86040 0449 docs: use cumulative logging level masks
All checks were successful
Source release / source-package (push) Successful in 1m21s
2026-06-13 07:31:11 +02:00
OpenAI
c0da2e440b 0448 docs: define normalized logging config format 2026-06-13 07:29:16 +02:00
OpenAI
e062b5d022 0447 docs: clarify maintainer detail threshold gate
All checks were successful
Source release / source-package (push) Successful in 2m17s
2026-06-13 07:21:41 +02:00
OpenAI
9d8155357b 0446 docs: redistribute logging facade levels
All checks were successful
Source release / source-package (push) Successful in 1m22s
2026-06-13 07:18:00 +02:00
OpenAI
38714c63b5 0445 docs: make handoff no-client-reply explicit
All checks were successful
Source release / source-package (push) Successful in 1m24s
2026-06-13 06:59:41 +02:00
OpenAI
e98231deca 0444 docs: record provider handoff audit and enum vocabulary 2026-06-13 06:54:54 +02:00
OpenAI
306cd20af6 0443 docs: remove duplicated core NSS staging tree 2026-06-13 06:39:38 +02:00
Mario Fetka
749786445c 0442 docs: import Linux SPX reference sources 2026-06-13 06:30:18 +02:00
Mario Fetka
f3c5812811 0441 docs: record userland IPX L2 and SPX plan 2026-06-13 06:07:51 +02:00
Mario Fetka
cd78eaa30a 0440 docs: map high log levels to maintainer detail 2026-06-13 05:54:54 +02:00
OpenAI
2b7dab0123 0439 docs: align logging facade plan with legacy levels
All checks were successful
Source release / source-package (push) Successful in 1m30s
2026-06-13 05:43:25 +02:00
OpenAI
a3f75aa645 0438 docs: audit legacy log levels before namespace work
All checks were successful
Source release / source-package (push) Successful in 1m28s
2026-06-13 05:34:51 +02:00
ChatGPT
3e7fa78a1d docs: refresh handoff and doc boundaries before namespace work
All checks were successful
Source release / source-package (push) Successful in 1m43s
2026-06-13 05:20:59 +02:00
OpenAI
564751e3ea docs: keep unfinished NSS and salvage work in TODO
All checks were successful
Source release / source-package (push) Successful in 1m35s
2026-06-13 01:02:14 +02:00
OpenAI
b5b55f645b docs: record transport config and nwfs watch plan 2026-06-13 00:59:10 +02:00
OpenAI
73486a4c33 build: record offline dependency bootstrap layout 2026-06-13 00:44:39 +02:00
Mario Fetka via ChatGPT
0027576f66 docs: clarify compression stream layout and recycle payloads
All checks were successful
Source release / source-package (push) Successful in 1m32s
2026-06-12 23:25:54 +02:00
Mario Fetka
513839a3ff docs: record NWFS salvage compression and tool roadmap 2026-06-12 23:16:41 +02:00
Mario Fetka
e75cb77a3b core: import NSS bitmap helper directly into libnwcore
All checks were successful
Source release / source-package (push) Successful in 1m10s
2026-06-12 15:20:24 +02:00
OpenAI
03d1e51d9d docs: record NSS salvage metadata redesign path
All checks were successful
Source release / source-package (push) Successful in 1m17s
2026-06-12 13:51:43 +02:00
OpenAI
872bf5d272 docs: sort backlog and record quota completion 2026-06-12 13:30:13 +02:00
OpenAI
ccc7d63be9 quota: avoid nwquota fallback on linux set failures 2026-06-12 10:15:15 +02:00
OpenAI
13810839fc tests: let all quota smoke continue past ctest 2026-06-12 09:57:46 +02:00
OpenAI
db046243a8 tests: make all quota smoke logs uploadable while running 2026-06-12 09:50:03 +02:00
OpenAI
1429270d90 quota: compute live userquota usage without private xattr
All checks were successful
Source release / source-package (push) Successful in 1m14s
2026-06-12 09:35:45 +02:00