Files
mars-nwe/doc
Mario Fetka 0ada257fae
Source release / source-package (push) Successful in 1m23s
nss: remove src/nwnss tree, add mars-nssfuse as nss/ submodule
Remove the former libnwnss build container (src/nwnss, include/nwnss,
tests/nwnss, nwnss-audit.md, doc/nwnss) and register the new
mars-nssfuse repository as the nss/ submodule placeholder.

The mars-nssfuse repo is currently empty; NSS sources will be imported
there incrementally as the FUSE/NSS userspace work progresses.

Build fix: add include/nss-compat/xUnicode.h — a minimal stub that
provides only unicode_t for the third_party/unicodeTables build.
Replace with the real NSS xUnicode.h once the nss/ tree has content.

CMake: remove MARS_NWE_BUILD_NWNSS_FUSE_TOOLS option; remove nwnss
add_subdirectory calls from src/ and tests/; update third_party include
paths and install destination for unicodeTables.

Docs: update AI.md, TODO.md, CLAUDE.md, tests/README.md to reflect the
removal and redirect to the root-level nss/ re-import.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-21 12:02:59 +02:00
..

MARS-NWE documentation

This directory is the project documentation index. Keep the top-level doc/ directory small and put new material into topic subdirectories.

Topics

  • Overview - historical upstream project overview notes.
  • Install - installation notes and platform-specific setup.
  • FAQ and bugs - old FAQs, bug notes, and translated question lists.
  • Features - feature-specific notes such as trustees, PIPE-FS, PPP, file sharing, and NLS.
  • Quota - Linuxquota and NWQUOTA backend design.
  • History - old changelog, news, credits, and package metadata.
  • Packaging - distro packaging snippets kept as references.
  • Man pages - manual pages.
  • Assets - images used by documentation or packaging.
  • Old - legacy build/configuration references. The old BSD/Unix makefile is kept there as historical build reference.
  • NSS_IMPORT_NOTES.md - NSS import notes: userspace adaptation boundary, public_core import classification, and namespace/storage import audit.
  • NWFS_SALVAGE_COMPRESSION_TOOLS.md - salvage, stream, compression and tool roadmap.
  • LOG_LEVEL_AUDIT.md - legacy XDPRINTF/INI debug-level audit and recommended 1..5 policy for new code.
  • HANDOFF_AUDIT.md - current nwconn/nwbind magic-return audit, provider vocabulary and NSS message-layer references.
  • TOOLBOX_PLAN.md - coloured nwtui/nwi18n terminal UI, multi-call nwtoolbox, curses-replacement plan, and shared libnwcore INI reader/writer plan.
  • DIRECTORY_AND_ADMIN_PLAN.md - nwdirectory/libnwdirectory/libnwds layering, flatfile-first LDAP CTest plan, later FLAIM storage-backend swap, plus remote NCP-based administrator client roadmap and nwConsole architecture.

Layout rule

New screenshots and reference captures should live next to the feature they document. For example, FILER or SYSCON screenshots for quota behavior belong under doc/quota/, not directly in doc/.

The old plain-text files are intentionally preserved, but moved into folders so future documentation can grow without making the top-level directory hard to read.