diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/inferno/man7/dbsrv.7 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/inferno/man7/dbsrv.7')
| -rw-r--r-- | static/inferno/man7/dbsrv.7 | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/static/inferno/man7/dbsrv.7 b/static/inferno/man7/dbsrv.7 new file mode 100644 index 00000000..874a2cf2 --- /dev/null +++ b/static/inferno/man7/dbsrv.7 @@ -0,0 +1,67 @@ +.TH DBSRV 7 emu +.SH NAME +dbsrv \- ODBC database server +.SH SYNOPSIS +.B lib/dbsrv +.I alg +\&... +.SH DESCRIPTION +.I Dbsrv +is normally configured to be run by +.IR svc (8) +on a machine that acts as database server, +for access through the module +.IR db (7). +.PP +The incoming call is authenticated by +.IR security-auth (2). +After successful authorisation, the client can request that a digest and/or encryption +algorithm be applied to protect the data exchanged with the server. +Each +.I alg +names a digest or encryption algorithm that the server will allow +the client to use, +in any form accepted by +.IR ssl (3); +the special name +.B none +means that +.I ssl +need not be used. +.PP +The implementation of +.I dbsrv +relies on a program external to Inferno, +.BR infdb , +which translates between the +.IR db (7) +internal format for requests, and data base access calls on the host. +.I Dbsrv +invokes +.B infdb +using the +.IR cmd (3) +device. +Currently +.B infdb +is implemented only under Windows/NT, giving +access via ODBC to a Microsoft Access data base. +.SH FILES +.TF /usr/user/keyring/default +.TP +.B /cmd +host command execution +.TP +.B /Nt/386/bin/infdb.exe +Windows executable for ODBC interface +.TP +.BI /usr/ user /keyring/default +server's authentication data when +.IR svc (8) +run as +.I user +.SH SOURCE +.B /appl/lib/dbsrv.b +.SH SEE ALSO +.IR db (7), +.IR svc (8) |
