yaz-moved-to-github.git
20 years agoFix the OID of "admin" extended service.
Mike Taylor [Thu, 24 Jul 2003 09:44:52 +0000 (09:44 +0000)]
Fix the OID of "admin" extended service.
Swap the human-readable text corresponding to the CQL and OCLC-userInfo
OIDs, which had somehow got confused.
Bring the CHANGELOG up to date with these and other changes.

20 years agoNote incorrect ID-private OID for VAL_ADMINSERVICE
Mike Taylor [Wed, 23 Jul 2003 12:57:22 +0000 (12:57 +0000)]
Note incorrect ID-private OID for VAL_ADMINSERVICE

20 years agoNote incorrect ID-private OID for VAL_ADMINSERVICE
Mike Taylor [Wed, 23 Jul 2003 12:07:30 +0000 (12:07 +0000)]
Note incorrect ID-private OID for VAL_ADMINSERVICE

20 years agomakefile updated for oclcui.asn
Adam Dickmeiss [Sat, 19 Jul 2003 13:48:49 +0000 (13:48 +0000)]
makefile updated for oclcui.asn

20 years agoTidy up debugging output
Mike Taylor [Fri, 18 Jul 2003 22:41:25 +0000 (22:41 +0000)]
Tidy up debugging output

20 years agoTweak as dictated by Adam, who is much better at reading packet
Mike Taylor [Fri, 18 Jul 2003 22:36:39 +0000 (22:36 +0000)]
Tweak as dictated by Adam, who is much better at reading packet
dumps than I am :-)  OCLC should be ashamed of themselves, sending
ASN.1 that bears so very little resemblance to what they document!

20 years agoSupport for the UserInformation DPU OCLC-UserInformation:
Mike Taylor [Fri, 18 Jul 2003 19:54:30 +0000 (19:54 +0000)]
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).

20 years agoSupport for the UserInformation DPU OCLC-UserInformation:
Mike Taylor [Fri, 18 Jul 2003 19:53:28 +0000 (19:53 +0000)]
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).

20 years agoSet resultCount to 0 in sort handler of frontend server
Adam Dickmeiss [Wed, 16 Jul 2003 21:02:05 +0000 (21:02 +0000)]
Set resultCount to 0 in sort handler of frontend server

20 years agoopacdisp.obj
Adam Dickmeiss [Tue, 15 Jul 2003 08:26:26 +0000 (08:26 +0000)]
opacdisp.obj

20 years agoOPAC record support for ZOOM
Adam Dickmeiss [Mon, 14 Jul 2003 12:59:22 +0000 (12:59 +0000)]
OPAC record support for ZOOM

20 years agoNew utility wrbuf_xmlputs
Adam Dickmeiss [Mon, 14 Jul 2003 12:58:18 +0000 (12:58 +0000)]
New utility wrbuf_xmlputs

20 years agoAdd documentation for oid_name_to_oid(), oid_to_dotstring() and oid_name_to_dotstring()
Mike Taylor [Fri, 11 Jul 2003 09:51:13 +0000 (09:51 +0000)]
Add documentation for oid_name_to_oid(), oid_to_dotstring() and oid_name_to_dotstring()

20 years agoNew OID-translation functions
Mike Taylor [Fri, 11 Jul 2003 08:13:17 +0000 (08:13 +0000)]
New OID-translation functions

20 years agoRevert z_IU0Update changes in z3950v3.asn.
Adam Dickmeiss [Thu, 10 Jul 2003 20:55:11 +0000 (20:55 +0000)]
Revert z_IU0Update changes in z3950v3.asn.

20 years agoAdd oid_name_to_oid(), oid_to_dotstring() and id_name_to_dotstring()
Mike Taylor [Thu, 10 Jul 2003 11:51:46 +0000 (11:51 +0000)]
Add oid_name_to_oid(), oid_to_dotstring() and id_name_to_dotstring()

20 years agoRemove the oid_name_to_dotstring() function, which is now in oid.c
Mike Taylor [Thu, 10 Jul 2003 11:50:32 +0000 (11:50 +0000)]
Remove the oid_name_to_dotstring() function, which is now in oid.c
(with a somewhat modified interface).  Change the invocation to use
the new thread-safe interface.

20 years agodisplay_records() now displays the record syntax OID as well as its symbolic name...
Mike Taylor [Wed, 9 Jul 2003 23:00:21 +0000 (23:00 +0000)]
display_records() now displays the record syntax OID as well as its symbolic name.  It does this using a new utility function, oid_name_to_dotstring(), which is currently file-static but should probably go into the oid.c module.

20 years agoFix description of ZOOM_record_get("syntax")
Mike Taylor [Wed, 9 Jul 2003 22:38:12 +0000 (22:38 +0000)]
Fix description of ZOOM_record_get("syntax")

20 years agoMove ccl_pquery to ccl module (ccl.h). Add proper CCL test.
Adam Dickmeiss [Tue, 24 Jun 2003 23:03:04 +0000 (23:03 +0000)]
Move ccl_pquery to ccl module (ccl.h). Add proper CCL test.

20 years agoAnother CCL->RPN fix.
Adam Dickmeiss [Mon, 23 Jun 2003 12:42:14 +0000 (12:42 +0000)]
Another CCL->RPN fix.

20 years agoAnother CCL->RPN fix
Adam Dickmeiss [Mon, 23 Jun 2003 12:41:44 +0000 (12:41 +0000)]
Another CCL->RPN fix

20 years agoFix CCL->RPN code for attribute strings.
Adam Dickmeiss [Mon, 23 Jun 2003 12:38:39 +0000 (12:38 +0000)]
Fix CCL->RPN code for attribute strings.

20 years agoDebian release
Adam Dickmeiss [Mon, 23 Jun 2003 10:24:00 +0000 (10:24 +0000)]
Debian release

20 years agoString attributes for CCL parser
Adam Dickmeiss [Mon, 23 Jun 2003 10:22:21 +0000 (10:22 +0000)]
String attributes for CCL parser

20 years agoFix compile warnings
Adam Dickmeiss [Sun, 22 Jun 2003 11:48:33 +0000 (11:48 +0000)]
Fix compile warnings

20 years agoFix compile warnings
Adam Dickmeiss [Sun, 22 Jun 2003 11:47:18 +0000 (11:47 +0000)]
Fix compile warnings

20 years agodocumentation was part of libyaz; it must only be part of yaz-doc YAZ.2.0.3
Adam Dickmeiss [Fri, 20 Jun 2003 11:14:47 +0000 (11:14 +0000)]
documentation was part of libyaz; it must only be part of yaz-doc

20 years agoDebian date update
Adam Dickmeiss [Fri, 20 Jun 2003 10:23:15 +0000 (10:23 +0000)]
Debian date update

20 years agoChanges.
Adam Dickmeiss [Fri, 20 Jun 2003 10:21:49 +0000 (10:21 +0000)]
Changes.

20 years agoChanges
Adam Dickmeiss [Fri, 20 Jun 2003 10:21:20 +0000 (10:21 +0000)]
Changes

20 years agoMore on CCL profiles
Adam Dickmeiss [Fri, 20 Jun 2003 10:18:05 +0000 (10:18 +0000)]
More on CCL profiles

20 years agoMore on CCL profiles
Adam Dickmeiss [Thu, 19 Jun 2003 23:05:29 +0000 (23:05 +0000)]
More on CCL profiles

20 years agoclient does not close socket if decoding of PDU failed
Adam Dickmeiss [Thu, 19 Jun 2003 21:10:03 +0000 (21:10 +0000)]
client does not close socket if decoding of PDU failed

20 years agoMore printing for odr_perror
Adam Dickmeiss [Thu, 19 Jun 2003 21:09:25 +0000 (21:09 +0000)]
More printing for odr_perror

20 years agoFix CCL directive @case handling so that it affects both keywords and
Adam Dickmeiss [Thu, 19 Jun 2003 19:51:40 +0000 (19:51 +0000)]
Fix CCL directive @case handling so that it affects both keywords and
qualifiers.

20 years agoDont use charconv_cjk.xml
Adam Dickmeiss [Wed, 11 Jun 2003 18:37:10 +0000 (18:37 +0000)]
Dont use charconv_cjk.xml

20 years agoOption -x shows hex dump of PDUs
Adam Dickmeiss [Wed, 11 Jun 2003 18:36:57 +0000 (18:36 +0000)]
Option -x shows hex dump of PDUs

20 years agodo not use charconv_cjk as is
Adam Dickmeiss [Wed, 11 Jun 2003 11:09:22 +0000 (11:09 +0000)]
do not use charconv_cjk as is

20 years agolibyaz-dev depends on libxml2-dev
Adam Dickmeiss [Tue, 10 Jun 2003 11:24:03 +0000 (11:24 +0000)]
libyaz-dev depends on libxml2-dev

20 years agoTowards 2.0.3
Adam Dickmeiss [Wed, 4 Jun 2003 13:28:36 +0000 (13:28 +0000)]
Towards 2.0.3

20 years agoAdded pop, pieter
Adam Dickmeiss [Wed, 4 Jun 2003 13:25:37 +0000 (13:25 +0000)]
Added pop, pieter

20 years agoAllow number of iterations to be specified for cql2pqf
Adam Dickmeiss [Wed, 4 Jun 2003 09:45:00 +0000 (09:45 +0000)]
Allow number of iterations to be specified for cql2pqf

20 years agoPrevent memory leak if cql_parse is called repeatedly
Adam Dickmeiss [Wed, 4 Jun 2003 09:44:05 +0000 (09:44 +0000)]
Prevent memory leak if cql_parse is called repeatedly

20 years agoOn the form[; charset=from[,to]] topic.
Adam Dickmeiss [Wed, 4 Jun 2003 09:15:40 +0000 (09:15 +0000)]
On the form[; charset=from[,to]] topic.

20 years agoSet smallSetElementSetName always in piggyback mode
Adam Dickmeiss [Tue, 3 Jun 2003 13:59:28 +0000 (13:59 +0000)]
Set smallSetElementSetName always in piggyback mode

20 years agoMARC-8 Asian, etc.
Adam Dickmeiss [Tue, 3 Jun 2003 09:17:12 +0000 (09:17 +0000)]
MARC-8 Asian, etc.

20 years agoWIN32 updates
Adam Dickmeiss [Tue, 3 Jun 2003 09:11:13 +0000 (09:11 +0000)]
WIN32 updates

20 years agocharconv takes multiple input files
Adam Dickmeiss [Mon, 2 Jun 2003 22:17:20 +0000 (22:17 +0000)]
charconv takes multiple input files

20 years agoAdded cqlstrer to win makefile
Adam Dickmeiss [Mon, 2 Jun 2003 13:44:54 +0000 (13:44 +0000)]
Added cqlstrer to win makefile

20 years agoESFormat-Update updates. Character set conversion for ZOOM_record_get.
Adam Dickmeiss [Mon, 2 Jun 2003 12:53:27 +0000 (12:53 +0000)]
ESFormat-Update updates. Character set conversion for ZOOM_record_get.

20 years agoDocumentation for recordCharset
Adam Dickmeiss [Fri, 30 May 2003 10:31:29 +0000 (10:31 +0000)]
Documentation for recordCharset

20 years agoImplemented ZOOM option: recordCharset
Adam Dickmeiss [Fri, 30 May 2003 10:24:58 +0000 (10:24 +0000)]
Implemented ZOOM option: recordCharset

20 years agoChange to yaz-asncomp
Adam Dickmeiss [Tue, 27 May 2003 21:44:10 +0000 (21:44 +0000)]
Change to yaz-asncomp

20 years agoreordered tstodr_SOURCES
Adam Dickmeiss [Tue, 27 May 2003 21:42:45 +0000 (21:42 +0000)]
reordered tstodr_SOURCES

20 years agoYAZ ASN.1 compiler renamed from yaz-comp to yaz-asncomp
Adam Dickmeiss [Tue, 27 May 2003 21:12:22 +0000 (21:12 +0000)]
YAZ ASN.1 compiler renamed from yaz-comp to yaz-asncomp

20 years agoManual page for yaz-comp
Adam Dickmeiss [Tue, 27 May 2003 12:45:23 +0000 (12:45 +0000)]
Manual page for yaz-comp

20 years agoDescribe cql_strerror()
Mike Taylor [Tue, 27 May 2003 09:52:38 +0000 (09:52 +0000)]
Describe cql_strerror()

20 years agoIgnore tstodrcodec.[ch]
Mike Taylor [Tue, 27 May 2003 09:48:24 +0000 (09:48 +0000)]
Ignore tstodrcodec.[ch]

20 years agoAdd cqlster.c which provides cql_strerror()
Mike Taylor [Tue, 27 May 2003 09:47:15 +0000 (09:47 +0000)]
Add cqlster.c which provides cql_strerror()

20 years agoAdd declaration of cql_strerror()
Mike Taylor [Tue, 27 May 2003 09:46:26 +0000 (09:46 +0000)]
Add declaration of cql_strerror()
Remove comment listing error-values, since the same information
is now included in the cql/cqlstrer.c source file.

20 years agotweak
Mike Taylor [Tue, 27 May 2003 09:43:59 +0000 (09:43 +0000)]
tweak

20 years agoBetter error reporting for CQL-to-RPN conversion failure
Mike Taylor [Tue, 27 May 2003 09:42:08 +0000 (09:42 +0000)]
Better error reporting for CQL-to-RPN conversion failure

20 years agoSpecial socklen_t check for AIX
Adam Dickmeiss [Mon, 26 May 2003 20:09:01 +0000 (20:09 +0000)]
Special socklen_t check for AIX

20 years agoUse odr_getelement instead of odr_getaddinfo
Adam Dickmeiss [Mon, 26 May 2003 13:47:23 +0000 (13:47 +0000)]
Use odr_getelement instead of odr_getaddinfo

20 years agoMake MAC OSX gcc more happy
Adam Dickmeiss [Mon, 26 May 2003 13:36:48 +0000 (13:36 +0000)]
Make MAC OSX gcc more happy

20 years agoFix type of len var
Adam Dickmeiss [Mon, 26 May 2003 11:35:46 +0000 (11:35 +0000)]
Fix type of len var

20 years agoadded type cast to avoid warning
Adam Dickmeiss [Sat, 24 May 2003 19:34:43 +0000 (19:34 +0000)]
added type cast to avoid warning

20 years agoSpelling.
Adam Dickmeiss [Sat, 24 May 2003 19:25:24 +0000 (19:25 +0000)]
Spelling.

20 years agoodr_getelement / odr_setelement
Adam Dickmeiss [Sat, 24 May 2003 19:20:14 +0000 (19:20 +0000)]
odr_getelement / odr_setelement

20 years agoWIN32 updates
Adam Dickmeiss [Fri, 23 May 2003 10:41:26 +0000 (10:41 +0000)]
WIN32 updates

20 years agoCompilation now works again YAZ.2.0.2.RH.2
Adam Dickmeiss [Fri, 23 May 2003 08:52:35 +0000 (08:52 +0000)]
Compilation now works again

20 years agoDocument yaz-client's CQL2RPN query-type, the set_cqlfile command and the -q command...
Mike Taylor [Fri, 23 May 2003 00:24:04 +0000 (00:24 +0000)]
Document yaz-client's CQL2RPN query-type, the set_cqlfile command and the -q command-line options

20 years agoSet the default CQL qualifier file to /usr/local/share/yaz/etc/pqf.properties
Mike Taylor [Thu, 22 May 2003 23:55:19 +0000 (23:55 +0000)]
Set the default CQL qualifier file to /usr/local/share/yaz/etc/pqf.properties
(How can I set it to look wherever YAZ is installed?)
Refuse to do CQL2RPN queries if no valid CQL qualifier file has been set.

20 years agoFix MARC8 conversion
Adam Dickmeiss [Thu, 22 May 2003 22:44:50 +0000 (22:44 +0000)]
Fix MARC8 conversion

20 years agoFix to install XSLs and pqf.properties
Mike Taylor [Thu, 22 May 2003 22:32:08 +0000 (22:32 +0000)]
Fix to install XSLs and pqf.properties

20 years agoSupport for a new queryType, CQL2RPN, which allows the user to provide
Mike Taylor [Thu, 22 May 2003 17:01:33 +0000 (17:01 +0000)]
Support for a new queryType, CQL2RPN, which allows the user to provide
queries in CQL and transforms them into Type-1 queries.  This should
allow CQL to be used against any server rather than just the tiny
proportion that support native CQL queries.  Also added set_cqlfile
command (analogous to set_cclfile).

20 years agoAdd documentation for CQL->RPN transformation's error-reporting
Mike Taylor [Thu, 22 May 2003 16:57:28 +0000 (16:57 +0000)]
Add documentation for CQL->RPN transformation's error-reporting

20 years agoFixed a silly typo
Heikki Levanto [Thu, 22 May 2003 15:41:58 +0000 (15:41 +0000)]
Fixed a silly typo

20 years agoDefined log level bits app2 and app3
Heikki Levanto [Thu, 22 May 2003 13:15:07 +0000 (13:15 +0000)]
Defined log level bits app2 and app3

20 years agoredhat package version 2 now
Marc Cromme [Thu, 22 May 2003 11:20:54 +0000 (11:20 +0000)]
redhat package version 2 now

20 years agoFix comments
Adam Dickmeiss [Tue, 20 May 2003 20:33:29 +0000 (20:33 +0000)]
Fix comments

20 years agoShow ODR error addinfo
Adam Dickmeiss [Tue, 20 May 2003 20:22:11 +0000 (20:22 +0000)]
Show ODR error addinfo

20 years agoFurther ODR tests
Adam Dickmeiss [Tue, 20 May 2003 20:21:34 +0000 (20:21 +0000)]
Further ODR tests

20 years agoBetter ODR diagnostics for missing elements which includes additional
Adam Dickmeiss [Tue, 20 May 2003 19:55:29 +0000 (19:55 +0000)]
Better ODR diagnostics for missing elements which includes additional
info with name of element. New ODR function odr_missing.
Removed depricated macros odr_implicit and odr_explicit.

20 years agoIndentation
Adam Dickmeiss [Tue, 20 May 2003 19:50:12 +0000 (19:50 +0000)]
Indentation

20 years agoIndentation
Adam Dickmeiss [Tue, 20 May 2003 17:22:54 +0000 (17:22 +0000)]
Indentation

20 years agoZOOM option: step. More verbose GFS SRW server display
Adam Dickmeiss [Tue, 20 May 2003 08:22:32 +0000 (08:22 +0000)]
ZOOM option: step. More verbose GFS SRW server display

20 years agoChanges. SRW support. charset fixes for yaz-client
Adam Dickmeiss [Mon, 19 May 2003 20:45:52 +0000 (20:45 +0000)]
Changes. SRW support. charset fixes for yaz-client

20 years agocharset/marccharset commands. SRW stuff
Adam Dickmeiss [Mon, 19 May 2003 20:45:07 +0000 (20:45 +0000)]
charset/marccharset commands. SRW stuff

20 years agocharset updates. Option -V to show version
Adam Dickmeiss [Mon, 19 May 2003 20:44:33 +0000 (20:44 +0000)]
charset updates. Option -V to show version

20 years agoodr_set_charset: allow to==from==0 to disable charset conversion
Adam Dickmeiss [Mon, 19 May 2003 14:37:38 +0000 (14:37 +0000)]
odr_set_charset: allow to==from==0 to disable charset conversion

20 years agoFix comment
Adam Dickmeiss [Sun, 18 May 2003 22:27:07 +0000 (22:27 +0000)]
Fix comment

20 years agoMention GNU Bison on Windows installataion
Adam Dickmeiss [Fri, 16 May 2003 14:39:57 +0000 (14:39 +0000)]
Mention GNU Bison on Windows installataion

20 years agoxmalloc trace fix for 64-bit systems such as DEC alpha.
Adam Dickmeiss [Fri, 16 May 2003 13:14:26 +0000 (13:14 +0000)]
xmalloc trace fix for 64-bit systems such as DEC alpha.

20 years agoFix last event setting.
Adam Dickmeiss [Wed, 14 May 2003 22:31:52 +0000 (22:31 +0000)]
Fix last event setting.

20 years agoUpdated yaz.7 page
Adam Dickmeiss [Wed, 14 May 2003 21:12:41 +0000 (21:12 +0000)]
Updated yaz.7 page

20 years agoFix setting of last event#
Adam Dickmeiss [Wed, 14 May 2003 20:58:07 +0000 (20:58 +0000)]
Fix setting of last event#

20 years agoSet permissions to 0777 for unix file socket
Adam Dickmeiss [Wed, 14 May 2003 13:49:02 +0000 (13:49 +0000)]
Set permissions to 0777 for unix file socket

20 years agoUse YAZ_SOCKLEN_T instead of socklen_t
Adam Dickmeiss [Tue, 13 May 2003 14:21:13 +0000 (14:21 +0000)]
Use YAZ_SOCKLEN_T instead of socklen_t