Differences From
Artifact [53eb63c414]:
419 419 actor_notice_enum: {&m.source, uint64} -> lib.mem.ptr(m.notice)
420 420 actor_rel_create: {&m.source, uint16, uint64, uint64} -> {}
421 421 actor_rel_destroy: {&m.source, uint16, uint64, uint64} -> {}
422 422 actor_rel_calc: {&m.source, uint64, uint64} -> m.relationship
423 423
424 424 auth_enum_uid: {&m.source, uint64} -> lib.mem.lstptr(m.auth)
425 425 auth_enum_handle: {&m.source, rawstring} -> lib.mem.lstptr(m.auth)
426 + auth_fetch_aid : {&m.source, uint64} -> lib.mem.ptr(m.auth)
426 427 auth_attach_pw: {&m.source, uint64, bool, pstr, pstr} -> uint64
427 428 auth_attach_rsa: {&m.source, uint64, bool, lib.mem.ptr(uint8), pstr} -> uint64
428 429 -- uid: uint64
429 430 -- reset: bool (delete other passwords?)
430 431 -- pw: pstring
431 432 -- comment: pstring
432 433 auth_privs_set: {&m.source, uint64, m.privset} -> {}
434 + auth_destroy_aid: {&m.source, uint64} -> {}
435 + auth_destroy_aid_uid: {&m.source, uint64, uint64} -> {}
433 436 auth_purge_pw: {&m.source, uint64, rawstring} -> {}
434 437 auth_purge_otp: {&m.source, uint64, rawstring} -> {}
435 438 auth_purge_trust: {&m.source, uint64, rawstring} -> {}
436 439 auth_sigtime_user_fetch: {&m.source, uint64} -> m.timepoint
437 440 -- authentication tokens and accounts have a property that controls
438 441 -- whether auth cookies dated to a certain point are valid. cookies
439 442 -- that are generated before the timepoint are considered invalid.