//vsmx86.vsm.com.au/wasd_root/src/agent/*.*

This directory contains source code for authentication agents.

Source CodeComment
authagent_example.c An example authorization agent implemented in C.
authagent_example_proc.com An example authentication agent implemented in DCL!
authagent_CEL.c An real/example authentication agent, behaving in much the same manner as the OSU (DECthreads) server CEL_authenticator program.
authagent_LDAP_1.c This agent uses the LDAP server to both identify the client and authenticate (check the password). This puts slightly more load on the LDAP server and is considered by some to be a mild abuse of LDAP directory function. Requires VMS V 7.3 or later and the HP [Open]SSL product.
authagent_LDAP_2.c This agent uses the LDAP server to identify the client but then performs it's own authentication using password digest or the SYSUAF. Requires VMS V 7.3 or later and the HP [Open]SSL product.
lookagent.c A real WASD v12 TCP/IP host name/resolution agent.
metagent.c A WASD v12 proof-of-concept meta-agent.
accagent.c A WASD v12 proof-of-concept network accept agent.
 *Note that these example agents require configuration before they can be experimented with.
       Name                                 Revised         Size  Description
[DIR]  obj_x86_64/                 8-Jan-2023 13:14          512  subdirectory

[TXT]  accagent.c                 28-Jan-2026 04:35        5,500  C source
[TXT]  authagent_cel.c            28-Jan-2026 04:35       23,998  C source
[TXT]  authagent_example.c        28-Jan-2026 04:35       22,192  C source
[TXT]  authagent_example_proc.c+  28-Jan-2026 04:35        2,760  DCL procedure
[TXT]  authagent_ldap_1.c         28-Jan-2026 04:35       37,219  C source
[TXT]  authagent_ldap_2.c         28-Jan-2026 04:35       53,624  C source
[TXT]  build_accagent.com         28-Jan-2026 04:35        1,604  DCL procedure
[TXT]  build_all.com              28-Jan-2026 04:35          626  DCL procedure
[TXT]  build_authagent_cel.com    28-Jan-2026 04:35        1,522  DCL procedure
[TXT]  build_authagent_example.+  28-Jan-2026 04:35        1,538  DCL procedure
[TXT]  build_authagent_ldap_1.c+  28-Jan-2026 04:35        1,850  DCL procedure
[TXT]  build_authagent_ldap_2.c+  28-Jan-2026 04:35        3,222  DCL procedure
[TXT]  build_lookagent.com        28-Jan-2026 04:35        1,606  DCL procedure
[TXT]  build_metagent.com         28-Jan-2026 04:35        1,600  DCL procedure
[TXT]  lookagent.c                28-Jan-2026 04:35       10,440  C source
[TXT]  metagent.c                 28-Jan-2026 04:35        6,336  C source
[HTM]  readme.html                28-Jan-2026 04:35        1,908  HyperText Markup Language