code wiki / (root) / nx_login_census.nx

nx_login_census.nx

buildroot/runtime/nx_login_census.nx

11200 B122 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tooltopic login
docsdependenciesstructsconstsfunctions

about

nx_login_census.nx -- the MEASURED scoreboard for the LOGIN/IDENTITY system (operator 2026-06-22: "the whole login management system needs to be s class exceed via hr ... s class cyber security but NOT s class snooping"). Grades the LIVE login substrate on two orthogonal axis-sets, NEVER self-scored: each cell is PROVEN by reading the REAL organ source/gate on disk (PRESENT/EXCEEDS require the implementing symbol to EXIST; ABSENT requires it to NOT exist = honest gap). Liar-kill BOTH directions. Anchored to the sovereign-fetched corpus knowledge/fetched/idam_*.raw. Self-contained (only nx_syscalls). SECURITY axes (s-class cyber) ......... SEC1..SEC7 NO-SNOOPING axes (privacy / not snooping) PRIV1..PRIV5 The incumbents (Okta/Auth0/Entra/Google) are S-class SECURITY *and* S-class SNOOPING; our exceed = match on security, WIN on no-snooping. expect_exit: 0 license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_itoa_lib.nx nx_login_census.nx

imports: nx_syscalls.nxnx_itoa_lib.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main lc_w sys_write sys_mmap lc_exists sys_openat_rd sys_close lc_file_has lc_read sys_openat_rd ↻ sys_read sys_close ↻ lc_has lc_n nxi_out nxi_fd sys_mmap ↻ ccz_cat_num sys_write ↻ sys_munmap lc_cell lc_w ↻ sys_exit

structs

none

consts

13const K_MAGIC_262144: i64 = 262144

functions

15func lc_w(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 }
called by 2: lc_cellmain calls 1: sys_write
20func lc_n(v: i64) -> i64 { nxi_out(v); return 0 }
called by 1: main calls 1: nxi_out
21func lc_read(path: *u8, buf: *u8, cap: i64) -> i64
27func lc_exists(path: *u8) -> i64 { let fd: i64 = sys_openat_rd(path); if fd < 0 { return 0 } sys_close(fd); return 1 }
called by 1: main calls 2: sys_openat_rdsys_close
28func lc_has(buf: *u8, n: i64, needle: *u8) -> i64
called by 1: lc_file_has
36func lc_file_has(path: *u8, needle: *u8, buf: *u8, cap: i64) -> i64
called by 1: main calls 2: lc_readlc_has
40func lc_cell(cls: *u8, id: *u8, txt: *u8) -> i64 { lc_w(" ["); lc_w(cls); lc_w("] "); lc_w(id); lc_w(" "); lc_w(txt); lc_w("\n"); return 0 }
called by 1: main calls 1: lc_w
42func main() -> i64