yazproxy-moved-to-github.git
18 years agoYaz_ProxyModules keeps track of number of open modules.
Adam Dickmeiss [Fri, 10 Jun 2005 22:53:43 +0000 (22:53 +0000)]
Yaz_ProxyModules keeps track of number of open modules.

18 years agoFixed NULL ptr refernece that could occur if a client sets negotiation
Adam Dickmeiss [Fri, 10 Jun 2005 17:54:10 +0000 (17:54 +0000)]
Fixed NULL ptr refernece that could occur if a client sets negotiation
option but do not include character set negotiation record.

18 years agoUpdated for yaz++ API where Yaz_ was removed from many classes.
Adam Dickmeiss [Wed, 8 Jun 2005 13:29:03 +0000 (13:29 +0000)]
Updated for yaz++ API where Yaz_ was removed from many classes.

18 years agoUpdate for the yazpp_1 namespace.
Adam Dickmeiss [Thu, 2 Jun 2005 06:40:46 +0000 (06:40 +0000)]
Update for the yazpp_1 namespace.

18 years agoAdded support for threaded authentication modules. See
Adam Dickmeiss [Mon, 30 May 2005 20:09:20 +0000 (20:09 +0000)]
Added support for threaded authentication modules. See
etc/config-modules.xml + mod_sample.cpp for an example.

18 years agoImplemented new class Msg_Thread which allows for threaded facilities
Adam Dickmeiss [Mon, 30 May 2005 20:08:58 +0000 (20:08 +0000)]
Implemented new class Msg_Thread which allows for threaded facilities
combined with the socketObservable interface. That is it allows for
threading combined with select/poll.

18 years agoBump version to 1.1.0
Adam Dickmeiss [Fri, 27 May 2005 19:01:42 +0000 (19:01 +0000)]
Bump version to 1.1.0

18 years agoFixed bug #355: YAZ proxy does not seem to load balance. Error
Adam Dickmeiss [Fri, 27 May 2005 18:07:49 +0000 (18:07 +0000)]
Fixed bug #355: YAZ proxy does not seem to load balance. Error
was caused by seemingly clever logic that choosed backend
with most spares.. But sometimes the one with most spares is
much more used. Now the backend with minimum use is always used.

18 years agoBump version to 1.0.1
Adam Dickmeiss [Fri, 20 May 2005 21:34:44 +0000 (21:34 +0000)]
Bump version to 1.0.1

18 years agoAdded include stdlib.h
Adam Dickmeiss [Fri, 20 May 2005 21:32:31 +0000 (21:32 +0000)]
Added include stdlib.h

18 years agoNew test for thread+socket manager communication YAZPROXY.ERE
Adam Dickmeiss [Thu, 19 May 2005 21:29:58 +0000 (21:29 +0000)]
New test for thread+socket manager communication

18 years agoIssue warning/error if Libxslt is not found
Adam Dickmeiss [Wed, 18 May 2005 20:29:18 +0000 (20:29 +0000)]
Issue warning/error if Libxslt is not found

18 years agoAdded support for Z39.50 character set negotiation. This allows
Adam Dickmeiss [Wed, 18 May 2005 20:15:22 +0000 (20:15 +0000)]
Added support for Z39.50 character set negotiation. This allows
the proxy to act as a Z39.50 server supporting character set negotiation
for backends not supporting it. New config element target-charset
specifies encoding for target, and MUST be specified in order
for any conversion to take place. Conversion also takes place for
SRW/SRU clients that are negotiate implicitly to UTF-8.

18 years agoIgnore generated file cdetails
Mike Taylor [Mon, 16 May 2005 12:00:06 +0000 (12:00 +0000)]
Ignore generated file cdetails

18 years ago<keepalive> example now has <pdu> child (was <retrieve>)
Mike Taylor [Sat, 14 May 2005 14:15:50 +0000 (14:15 +0000)]
<keepalive> example now has <pdu> child (was <retrieve>)

18 years agoUsing more friendly buildconf from YAZ - slightly updated
Adam Dickmeiss [Sun, 8 May 2005 15:23:05 +0000 (15:23 +0000)]
Using more friendly buildconf from YAZ - slightly updated

18 years agoIf character set conversion fails - pass thru.. Unfortunately we don't
Adam Dickmeiss [Fri, 6 May 2005 06:55:54 +0000 (06:55 +0000)]
If character set conversion fails - pass thru.. Unfortunately we don't
know the encoding of SRU parameters.

18 years agoNew file needed for character set conversions
Adam Dickmeiss [Wed, 4 May 2005 08:35:03 +0000 (08:35 +0000)]
New file needed for character set conversions

18 years agoAdded support for character set conversion of query terms. The XML
Adam Dickmeiss [Wed, 4 May 2005 08:31:43 +0000 (08:31 +0000)]
Added support for character set conversion of query terms. The XML
configuration element query-charset specifies character set encoding
for target. In SRW/SRU mode, the proxy will convert from UTF-8 to
this encoding. Next, logical, step will be to honor Z39.50 character
set negotiation as well, so that Z39.50 queries will be converted
as well (we do not know encoding for Z39.50 sessions unless they say so).

19 years agoFix path to iconv.dll + libxslt.lib YAZPROXY.1.0
Adam Dickmeiss [Mon, 14 Mar 2005 13:27:35 +0000 (13:27 +0000)]
Fix path to iconv.dll + libxslt.lib

19 years agoFix schema ID
Adam Dickmeiss [Mon, 14 Mar 2005 13:16:03 +0000 (13:16 +0000)]
Fix schema ID

19 years agoFix copyright year
Adam Dickmeiss [Mon, 14 Mar 2005 13:15:54 +0000 (13:15 +0000)]
Fix copyright year

19 years agoUpdate XML schema
Adam Dickmeiss [Mon, 14 Mar 2005 13:15:39 +0000 (13:15 +0000)]
Update XML schema

19 years agoAdd sample config using modules
Adam Dickmeiss [Mon, 14 Mar 2005 13:10:08 +0000 (13:10 +0000)]
Add sample config using modules

19 years agoSimplify this sample config
Adam Dickmeiss [Mon, 14 Mar 2005 13:09:59 +0000 (13:09 +0000)]
Simplify this sample config

19 years agoTowards 1.0
Adam Dickmeiss [Mon, 14 Mar 2005 12:27:33 +0000 (12:27 +0000)]
Towards 1.0

19 years agoAdded Support OPAC to XML conversion. Triggered by backendtype="opac"
Adam Dickmeiss [Tue, 22 Feb 2005 10:08:19 +0000 (10:08 +0000)]
Added Support OPAC to XML conversion. Triggered by backendtype="opac"
and marcxml="1" in syntax sections.

19 years agoOption -X now makes it possible to stop YAZ proxy by sending
Adam Dickmeiss [Mon, 21 Feb 2005 14:27:31 +0000 (14:27 +0000)]
Option -X now makes it possible to stop YAZ proxy by sending
"stop" as PROXY target (in init). This used to be debug code in a
#if 0 .. #endif section.

Moved a lot of "private" stuff to proxyp.h so that only Yaz_Proxy
is publicly defined in include/yazproxy/proxy.h.

Authentication info sent to target modified. Element renamed from
"authentication" to "target-authentication" to avoid confusion with
client authentication. It now takes an authentication
type=open|idPass|anonymous . Value is user:group:password for idPass,
user/pass for open. Option -U auth is no longer supported.

19 years agoFix M4 quotation
Adam Dickmeiss [Mon, 21 Feb 2005 14:26:49 +0000 (14:26 +0000)]
Fix M4 quotation

19 years agoOnly use dlclose if DL is present/supported.
Adam Dickmeiss [Sun, 20 Feb 2005 21:59:08 +0000 (21:59 +0000)]
Only use dlclose if DL is present/supported.

19 years agoBump version to 0.9.1.
Adam Dickmeiss [Fri, 11 Feb 2005 15:40:07 +0000 (15:40 +0000)]
Bump version to 0.9.1.

19 years agoRephrase comment about missing XML support
Adam Dickmeiss [Fri, 11 Feb 2005 15:39:55 +0000 (15:39 +0000)]
Rephrase comment about missing XML support

19 years agoDo --enable-shared by default.
Adam Dickmeiss [Fri, 11 Feb 2005 15:29:43 +0000 (15:29 +0000)]
Do --enable-shared by default.

19 years agoImplemented plugin facility. First use is authentication from
Adam Dickmeiss [Fri, 11 Feb 2005 15:19:07 +0000 (15:19 +0000)]
Implemented plugin facility. First use is authentication from
external sources.

19 years agoRemove unused and fix unterminated string (syntax error)
Adam Dickmeiss [Thu, 10 Feb 2005 19:17:44 +0000 (19:17 +0000)]
Remove unused and fix unterminated string (syntax error)

19 years agoAdded patch, which involve yazproxy to Character Set and Language
oleg [Thu, 10 Feb 2005 08:09:41 +0000 (08:09 +0000)]
Added patch, which involve yazproxy to Character Set and Language
Negotiation Model.

19 years agoUse acloca -I. because of usemarcon.m4 YAZPROXY.0.9
Adam Dickmeiss [Tue, 8 Feb 2005 14:06:51 +0000 (14:06 +0000)]
Use acloca -I. because of usemarcon.m4

19 years agoSpecify YAZ proxy API version 0.9 or later
Adam Dickmeiss [Mon, 7 Feb 2005 14:58:12 +0000 (14:58 +0000)]
Specify YAZ proxy API version 0.9 or later

19 years agoRequire yaz++ 0.9 or later
Adam Dickmeiss [Mon, 7 Feb 2005 14:57:39 +0000 (14:57 +0000)]
Require yaz++ 0.9 or later

19 years agoWIN32 compile fixes
Adam Dickmeiss [Mon, 7 Feb 2005 13:29:38 +0000 (13:29 +0000)]
WIN32 compile fixes

19 years agoTowards 0.9
Adam Dickmeiss [Mon, 7 Feb 2005 09:50:56 +0000 (09:50 +0000)]
Towards 0.9

19 years agoSpecify usemarcon configure option
Adam Dickmeiss [Mon, 7 Feb 2005 09:50:23 +0000 (09:50 +0000)]
Specify usemarcon configure option

19 years agoDo not use USEMARCON by default
Adam Dickmeiss [Mon, 7 Feb 2005 09:11:19 +0000 (09:11 +0000)]
Do not use USEMARCON by default

19 years agoAdded version check
Adam Dickmeiss [Mon, 7 Feb 2005 09:07:51 +0000 (09:07 +0000)]
Added version check

19 years agoMore verbose log if HTTP file access fails
Adam Dickmeiss [Tue, 18 Jan 2005 10:49:45 +0000 (10:49 +0000)]
More verbose log if HTTP file access fails

19 years agoAdded core mime types
Adam Dickmeiss [Tue, 18 Jan 2005 10:49:22 +0000 (10:49 +0000)]
Added core mime types

19 years agoAdded include stdlib.h.
Adam Dickmeiss [Mon, 17 Jan 2005 18:44:39 +0000 (18:44 +0000)]
Added include stdlib.h.

19 years agoAdded configure check for headers pwd.h sys/wait.h
Adam Dickmeiss [Sun, 16 Jan 2005 21:50:25 +0000 (21:50 +0000)]
Added configure check for headers pwd.h sys/wait.h

19 years agoPrevent warning about unused var
Adam Dickmeiss [Tue, 11 Jan 2005 20:58:04 +0000 (20:58 +0000)]
Prevent warning about unused var

19 years agoAdded check for various POSIX headers. Abort configure if
Adam Dickmeiss [Tue, 11 Jan 2005 20:50:28 +0000 (20:50 +0000)]
Added check for various POSIX headers. Abort configure if
YAZ++ is not found.

19 years agoFix NULL pointer reference (occurred when close PDU was received)
Adam Dickmeiss [Wed, 15 Dec 2004 11:42:27 +0000 (11:42 +0000)]
Fix NULL pointer reference (occurred when close PDU was received)

19 years agoUsing yaz/log.h again. Added config file HTTP access.
Adam Dickmeiss [Mon, 13 Dec 2004 20:52:33 +0000 (20:52 +0000)]
Using yaz/log.h again. Added config file HTTP access.

19 years agoDefine YAZ_USE_NEW_LOG=1 if app require YAZ > 2.0.28
Adam Dickmeiss [Mon, 13 Dec 2004 20:22:23 +0000 (20:22 +0000)]
Define YAZ_USE_NEW_LOG=1 if app require YAZ > 2.0.28

19 years agoRemove unnecessary include in USEMARCON test
Adam Dickmeiss [Wed, 8 Dec 2004 14:41:27 +0000 (14:41 +0000)]
Remove unnecessary include in USEMARCON test

19 years agoUse backendtype none instead of finmarc
Adam Dickmeiss [Mon, 6 Dec 2004 08:00:28 +0000 (08:00 +0000)]
Use backendtype none instead of finmarc

19 years agoAdded test program for the use of CDetails object from USEMARCON.
Adam Dickmeiss [Fri, 3 Dec 2004 15:50:53 +0000 (15:50 +0000)]
Added test program for the use of CDetails object from USEMARCON.

19 years agoAdded support for MARC record conversion with Usemarcon
Adam Dickmeiss [Fri, 3 Dec 2004 14:28:18 +0000 (14:28 +0000)]
Added support for MARC record conversion with Usemarcon

19 years agoUpdate with new yazpp.m4 (that makes make distcheck easy)
Adam Dickmeiss [Fri, 3 Dec 2004 14:27:40 +0000 (14:27 +0000)]
Update with new yazpp.m4 (that makes make distcheck easy)

19 years agoUpdates for yaz/ylog.h
Adam Dickmeiss [Tue, 30 Nov 2004 21:10:45 +0000 (21:10 +0000)]
Updates for yaz/ylog.h

19 years agoFix new bug introduced by previous commit (../yaz* not used)
Adam Dickmeiss [Mon, 22 Nov 2004 10:55:02 +0000 (10:55 +0000)]
Fix new bug introduced by previous commit (../yaz* not used)

19 years agoFixed bug #212: make distcheck uses global yaz, not a local one
Adam Dickmeiss [Fri, 19 Nov 2004 18:32:41 +0000 (18:32 +0000)]
Fixed bug #212: make distcheck uses global yaz, not a local one

19 years agoImplement XInclude for XML configuration file(s).
Adam Dickmeiss [Tue, 9 Nov 2004 14:24:22 +0000 (14:24 +0000)]
Implement XInclude for XML configuration file(s).

19 years agoFix bug #195: YAZ proxy removes otherInfo.
Adam Dickmeiss [Thu, 28 Oct 2004 22:29:43 +0000 (22:29 +0000)]
Fix bug #195: YAZ proxy removes otherInfo.

19 years agoAdded type cast to long for sys limits - and log as long.
Adam Dickmeiss [Sat, 23 Oct 2004 23:15:48 +0000 (23:15 +0000)]
Added type cast to long for sys limits - and log as long.

19 years agoFixed bug #189: Bad authenticated session transfer.
Adam Dickmeiss [Sat, 23 Oct 2004 23:12:23 +0000 (23:12 +0000)]
Fixed bug #189: Bad authenticated session transfer.
New config element "authentication" which specifies authentication
(Open v2/v3 Z39.50) to be used for backend.

19 years agoFix bug #186: charset / marc problem with char A4.
Adam Dickmeiss [Wed, 20 Oct 2004 20:35:33 +0000 (20:35 +0000)]
Fix bug #186: charset / marc problem with char A4.

19 years agoBug fix: SRW/SRU explain did not work if no default target was defined.
Adam Dickmeiss [Tue, 19 Oct 2004 18:34:15 +0000 (18:34 +0000)]
Bug fix: SRW/SRU explain did not work if no default target was defined.

19 years agoImplement bug #143: Add support for multiple SRW/SRU targets.
Adam Dickmeiss [Mon, 18 Oct 2004 22:10:57 +0000 (22:10 +0000)]
Implement bug #143: Add support for multiple SRW/SRU targets.

19 years agoAdd attribute 'database' for target
Adam Dickmeiss [Mon, 18 Oct 2004 21:49:21 +0000 (21:49 +0000)]
Add attribute 'database' for target

19 years agoSample start/stop script as used by Helsinki University
Adam Dickmeiss [Tue, 12 Oct 2004 19:20:04 +0000 (19:20 +0000)]
Sample start/stop script as used by Helsinki University

19 years agoComments about server problems
Adam Dickmeiss [Tue, 12 Oct 2004 19:19:42 +0000 (19:19 +0000)]
Comments about server problems

19 years agoUse XSL_DIR in tkl.xsl
Adam Dickmeiss [Mon, 11 Oct 2004 20:48:38 +0000 (20:48 +0000)]
Use XSL_DIR in tkl.xsl

19 years agoRemove Id from header due to inconvenient diffs when yaz.m4 is copied
Adam Dickmeiss [Fri, 17 Sep 2004 08:44:41 +0000 (08:44 +0000)]
Remove Id from header due to inconvenient diffs when yaz.m4 is copied

19 years agochdir to working directory before accessing PID file
Adam Dickmeiss [Wed, 15 Sep 2004 20:31:25 +0000 (20:31 +0000)]
chdir to working directory before accessing PID file

19 years agoAdded --with-yazpp to rules
Adam Dickmeiss [Sat, 11 Sep 2004 21:11:56 +0000 (21:11 +0000)]
Added --with-yazpp to rules

19 years agooption --with-yazconfig renamed to --with-yaz
Adam Dickmeiss [Sat, 11 Sep 2004 20:54:30 +0000 (20:54 +0000)]
option --with-yazconfig renamed to --with-yaz

19 years agoAdded .cvsignore files.
Adam Dickmeiss [Thu, 9 Sep 2004 10:26:56 +0000 (10:26 +0000)]
Added .cvsignore files.

19 years agoDTD_DIR assignment
Adam Dickmeiss [Thu, 9 Sep 2004 09:54:50 +0000 (09:54 +0000)]
DTD_DIR assignment

19 years agoDTD_DIR assignment
Adam Dickmeiss [Thu, 9 Sep 2004 09:54:20 +0000 (09:54 +0000)]
DTD_DIR assignment

19 years agoUpdate to new yaz.m4
Adam Dickmeiss [Thu, 9 Sep 2004 09:47:20 +0000 (09:47 +0000)]
Update to new yaz.m4

19 years agoNew attribute "backendcharset" for syntax section which specifies
Adam Dickmeiss [Sun, 29 Aug 2004 13:01:43 +0000 (13:01 +0000)]
New attribute "backendcharset" for syntax section which specifies
charset (encoding) for record that is returned by backend. If omitted
the proxy assumes backend record encoding is MARC-8 (for backwards
compatibility).

19 years agoRevert last change
Adam Dickmeiss [Mon, 16 Aug 2004 12:39:44 +0000 (12:39 +0000)]
Revert last change

19 years agoAdded updated yaz.m4
Adam Dickmeiss [Mon, 16 Aug 2004 12:38:22 +0000 (12:38 +0000)]
Added updated yaz.m4

19 years agoFix title in explain database
Adam Dickmeiss [Fri, 13 Aug 2004 13:54:51 +0000 (13:54 +0000)]
Fix title in explain database

19 years agoMore tuning of Helsinki config and commentary
Adam Dickmeiss [Fri, 13 Aug 2004 13:53:18 +0000 (13:53 +0000)]
More tuning of Helsinki config and commentary

19 years agoAdded this
Adam Dickmeiss [Fri, 13 Aug 2004 11:43:28 +0000 (11:43 +0000)]
Added this

19 years agoUpdate config files to use backendtype
Adam Dickmeiss [Tue, 10 Aug 2004 11:45:00 +0000 (11:45 +0000)]
Update config files to use backendtype

19 years agoNew attribute "backendtype" for syntax section which specifies record
Adam Dickmeiss [Tue, 10 Aug 2004 09:02:16 +0000 (09:02 +0000)]
New attribute "backendtype" for syntax section which specifies record
syntax to be transmitted to backend.

YAZ proxy no longer transmits element set name to backend target when
doing schema conversions. It just gets unset instead (it's optional).

19 years agoSlightly neater language.
Mike Taylor [Tue, 6 Jul 2004 10:49:44 +0000 (10:49 +0000)]
Slightly neater language.

19 years agoClarify cql2rpn specification.
Mike Taylor [Tue, 6 Jul 2004 10:44:01 +0000 (10:44 +0000)]
Clarify cql2rpn specification.

19 years agoClarify cql2rpn specification.
Mike Taylor [Tue, 6 Jul 2004 10:34:11 +0000 (10:34 +0000)]
Clarify cql2rpn specification.

19 years agoDocumentation includes update schema
Adam Dickmeiss [Fri, 2 Jul 2004 12:44:33 +0000 (12:44 +0000)]
Documentation includes update schema

19 years agoAdd reference to XSD so they can be validated with Xerces
Adam Dickmeiss [Fri, 2 Jul 2004 12:37:56 +0000 (12:37 +0000)]
Add reference to XSD so they can be validated with Xerces

19 years agoFix schema. Thanks to Douglas Campbell. Config files now validate
Adam Dickmeiss [Fri, 2 Jul 2004 12:37:03 +0000 (12:37 +0000)]
Fix schema. Thanks to Douglas Campbell. Config files now validate
with Xerces-C++.

19 years agoFixed some closing tags for some XML examples
Adam Dickmeiss [Thu, 1 Jul 2004 18:07:30 +0000 (18:07 +0000)]
Fixed some closing tags for some XML examples

19 years agoUpdated stylesheets from Larry E. Dixson
Adam Dickmeiss [Thu, 24 Jun 2004 06:20:06 +0000 (06:20 +0000)]
Updated stylesheets from Larry E. Dixson

19 years agoUse YAZ_DOC macro to setup documentation. Add yaz.m4.
Adam Dickmeiss [Fri, 30 Apr 2004 19:39:32 +0000 (19:39 +0000)]
Use YAZ_DOC macro to setup documentation. Add yaz.m4.

19 years agolibyazproxy-dev depends on libyaz++-dev and libyaz-dev
Adam Dickmeiss [Sat, 24 Apr 2004 20:19:04 +0000 (20:19 +0000)]
libyazproxy-dev depends on libyaz++-dev and libyaz-dev

19 years agoFix depend on libyaz++
Adam Dickmeiss [Fri, 23 Apr 2004 19:56:33 +0000 (19:56 +0000)]
Fix depend on libyaz++

19 years agoTowards release YAZPROXY.0.8
Adam Dickmeiss [Fri, 23 Apr 2004 19:04:06 +0000 (19:04 +0000)]
Towards release