Support for the UserInformation DPU OCLC-UserInformation:
authorMike Taylor <mike@indexdata.com>
Fri, 18 Jul 2003 19:54:30 +0000 (19:54 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 18 Jul 2003 19:54:30 +0000 (19:54 +0000)
commit5381b2f81bb793e364cd5b2a910e026ce84d9d05
tree9aba6dbef3c9ecb97d045cb6a47927a10080f9cf
parentd3f87757eae53fd87d2e3e48a392a9e06872f71b
Support for the UserInformation DPU OCLC-UserInformation:
        - Add VAL_OCLCUI to oid.h
        - #include <yaz/z-oclcui.h> in include/yaz/proto.h
        - #define Z_External_OCLCUserInfo in include/yaz/prt-ext.h
        - Add Z_OCLC_UserInformation *oclc branch to Z_External.u
        - Add "OCLC-userInfo" entry to OID database in util/oid.c
        - New file "oclcui.asn" in z39.50 directory
        - Mention "oclcui.asn" and "z-oclcui.c" in z39.50/Makefile.am
        - Add VAL_OCLCUI registration in z39.50/prt-ext.c
        - Add arm to union-database in Z_External() in z39.50/prt-ext.c
        - Include UserInfoFormat-oclcUserInformation in z39.50/z.tcl
        (This is a handy checklist next time I need to add something.)
More verbose authentication-setting in command-line client.
Temporary debugging code in client (for OCLC diagnostics).
client/client.c
include/yaz/oid.h
include/yaz/proto.h
include/yaz/prt-ext.h
util/oid.c