------------- Bug Report Reference quipu-8.0-001 ---- Date: Thu, 25 Jun 92 13:55:06 +0100

Subject: QUIPU-BUG

SYNOPSIS:	Does not bind to backup DSA.

DESCRIPTION:	If the main DSA is down, or otherwise unavailable, DE
should attempt to connect to a backup DSA.   This is not happening.

------------- Bug Report Reference quipu-8.0-002 ---- Date: Thu, 25 Jun 92 13:52:10 +0100

Subject: QUIPU-BUG

SYNOPSIS:	An incorrect filter is generated for some substring matches.

DESCRIPTION:
		A filter of the form...

------------- Bug Report Reference quipu-8.0-003 ---- Date: Wed, 08 Jul 92 10:26:18 +0100

Subject: QUIPU-BUG

SYNOPSIS:	EDB updates first time around get written to the wrong node.

DESCRIPTION:	When a new node is set up for replication, the EDB
		file gets written to the wrong place, causing the DIT
		to get corrupted when the DSA next restarts

------------- Bug Report Reference quipu-8.0-004 ---- Date: Thu, 16 Jul 92 12:13:04 +0100

Subject: QUIPU-BUG

SYNOPSIS:	Core dumps if there is a "%" in the DSA name.

------------- Bug Report Reference quipu-8.0-005 ---- Date: Wed, 22 Jul 92 08:04:00 +0100

Subject: QUIPU-BUG

SYNOPSIS:	Fax images have wrong bit ordering

DESCRIPTION:	The 1992 X.400 NIST implementors guide changed the bit
		ordering of fax bit strings in the 1984 standard!
		The decode process now recognises both bit orderings.

------------- Bug Report Reference quipu-8.0-006 ---- Date: Wed, 22 Jul 92 08:06:34 +0100

Subject: QUIPU-BUG

SYNOPSIS:	Modifyrdn with ther delete option can break schema.

DESCRIPTION:	If you change the attribute type in a mod rdn
		operation, and delete the old attribute, then the
		schema can be broken.  This means the DSA will fail to
		start on the next reboot.   Scheama ought to be
		checked, and invaid modify rdn opertions rejected.

------------- Bug Report Reference quipu-8.0-007 ---- Date: Wed, 22 Jul 92 08:09:51 +0100

Subject: QUIPU-BUG

SYNOPSIS:	Caching bug make XT-DUA looks as if it failes.

DESCRIPTION:	A bug in the QUIPU caching of the search operation
		when specific atributes are requested, make QUIPU
		believe it hold the entire entry (as per QUIPU-DSP
		requirements).  This fix removes this assumption from
		a DSA with the side effect that no results from search
		operations are cached.

------------- Bug Report Reference quipu-8.0-008 ---- Date: Wed, 22 Jul 92 08:17:06 +0100

Subject: QUIPU-BUG

SYNOPSIS:	Probel with first addentry operation if parent node not mastered

DESCRIPTION:	If a local DSA recieves an add entry operation to be
		added to its own database, but it does not hold the
		MASTER EDB of the parent node, then a DIT error is
		returned.

------------- Bug Report Reference quipu-8.0-009 ---- Date: Wed, 22 Jul 92 08:26:21 +0100

Subject: QUIPU-BUG

SYNOPSIS:	Fix isode-8-patches/10 stops all search result caching

DESCRIPTION:	Stoping search result caching is correct, as you can't
		guarenttee you have all attributes.  However, there is
		one case when you know this is true, so we can cache
		in this case.

------------- Bug Report Reference quipu-8.0-010 ---- Date: Wed, 22 Jul 92 09:26:27 +0100

Subject: QUIPU-BUG

SYNOPSIS:	A few OIDs are not freed in the DAP bind call

DESCRIPTION:	Causes a SMALL memory growth.

------------- Bug Report Reference quipu-8.0-011 ---- Date: Tue, 28 Jul 92 14:03:27 +0100

Subject: QUIPU-BUG

SYNOPSIS:	Random core dumps during get_edb (initiator)

DESCRIPTION:	If a connection dies whilst the get_edb operation is
		being process, dsa_wait() is called.  If this
		connection happens to be the same as the connection
		the get_edb op is comming in on, then sometimes there
		will be a core dump (depends on how malloc/free are
		doing!).  The quick fix (here) is to stop dsa_wait()
		being called.   The better solution would be to inform
		dsa_wait of the connetion we are using, and provide
		the call backs to tidy up properly.  Too much work for
		now, but will hav to do it if not calling dsa_wait()
		prooves to be a problem - it will cause the DSA to
		block for a few moments longer during an update, but
		its difficult to predict if this will be too long to
		cause time out problems.

------------- Bug Report Reference quipu-8.0-012 ---- Date: Wed, 29 Jul 92 15:16:24 +0100

Subject: QUIPU-BUG

SYNOPSIS:	Schema errors with modify RDN
	
DESCRIPTION:	Previous fix fixed the DAP error message, but got the
		DSA internals in a mess.  This fix sorts it out.
		There is a worse problem however (not fixed).  When
		doing a modify rdn -delete,  the whole attribute is
		removed, not just the deleted value.  

------------- Bug Report Reference quipu-8.0-013 ---- Date: Thu, 30 Jul 92 12:46:04 +0100

Subject: QUIPU-BUG

SYNOPSIS:	Can't do add entry from non-QUIPU DUA

DESCRIPTION:	QUIPU assumes quipu object is prsent.
		Solution: If not there -> add it.

------------- Bug Report Reference quipu-8.0-014 ---- Date: Tue, 11 Aug 92 09:13:33 +0100

Subject: QUIPU-BUG

SYNOPSIS:	Attribute values HIDDEN when modifying

DESCRIPTION:	If you try to modify an entry, all entries (with the exception
		of CommonName and userPassword) are shown as HIDDEN.

------------- Bug Report Reference quipu-8.0-015 ---- Date: Tue, 11 Aug 92 14:26:14 +0100

Subject: QUIPU-BUG

SYNOPSIS:	Fixes for PPMS

DESCRIPTION:	Three fixes requested by Graeme for PPMS.
		1) str2AttrV_aux fails on file syntaxes
		2) need to use ps_get_abs rather than pe_len on
		   storage of file attributes
		3) Optimise reading of hex files by not using scanf()

------------- Bug Report Reference quipu-8.0-016 ---- Date: Tue, 01 Sep 92 16:03:19 +0100

Subject: QUIPU-BUG

SYNOPSIS:	Using the DSAP API it is possible to add an attribute
		without a value -> protocol violation.

------------- Bug Report Reference quipu-8.0-017 ---- Date: Thu, 17 Sep 92 14:53:07 +0100

Subject: QUIPU-BUG

SYNOPSIS:	Large memory growth after a number of days running

DESCRIPTION:	Seems to be link to getEDB operations.  This patch
		seems to fix things, but it is not clear what the
		performance implications are.

------------- Bug Report Reference quipu-8.0-018 ---- Date: Fri, 28 Aug 92 08:33:45 +0100

Subject: QUIPU-BUG

SYNOPSIS:	DISH reports "problem with DSA" on some modify operations

DESCRIPTION:	

------------- Bug Report Reference quipu-8.0-019 ---- Date: Thu, 24 Sep 92 11:12:17 +0100

Subject: QUIPU-BUG

SYNOPSIS:	Interworking problem with chaining time limits

DESCRIPTION:	Core dumps if time limit is incorrectly formatted

------------- Bug Report Reference quipu-8.0-020 ---- Date: Mon, 12 Oct 92 13:29:04 +0100

Subject: QUIPU-BUG

SYNOPSIS:	get EMSGSIZE logged when sending > 1Mbytes over an
		X.25 link

DESCRIPTION:	Had much discussion with SUn.  Eventually they came up
		with an ioctl hack solution that seems to work if the
		wind is blowing in the right direction.

------------- Bug Report Reference quipu-8.0-021 ---- Date: Tue, 13 Oct 92 16:33:48 +0100

Subject: QUIPU-BUG

SYNOPSIS:	Problem quoting non-printable characters

------------- Bug Report Reference quipu-8.0-022 ---- Date: Fri, 20 Nov 92 12:45:28 +0000

Subject: QUIPU-BUG

SYNOPSIS:	Core dumps on modify, if object class acl protected.

------------- Bug Report Reference quipu-8.0-023 ---- Date: Tue, 01 Dec 92 13:22:41 +0000

Subject: QUIPU-BUG

SYNOPSIS:	Core dumps after a period of interworking with Siemens

DESCRIPTION:	Caused by a memory problem in attribute value decoding.
		QUIPU did not chain the error structure through correctly.

------------- Bug Report Reference quipu-8.0-024 ---- Date: Tue, 08 Dec 92 09:56:56 +0000

Subject: QUIPU-BUG

SYNOPSIS:	Does not release connection if error in results.

DESCRIPTION:	

------------- Bug Report Reference quipu-8.0-025 ---- Date: Tue, 08 Dec 92 09:58:50 +0000

Subject: QUIPU-BUG

SYNOPSIS:	dies if multiple errors returned.

DESCRIPTION:	caused by pizarro

------------- Bug Report Reference quipu-8.0-026 ---- Date: Tue, 05 Jan 93 13:03:24 +0000

Subject: QUIPU-BUG

SYNOPSIS:	Can lose an X.25 file descriptor in some cases.

------------- Bug Report Reference quipu-8.0-027 ---- Date: Fri, 29 Jan 1993 14:53:22 +0000

Subject: QUIPU-BUG

SYNOPSIS:	Fixes most of the memory leaks, plus other misc fixes

DESCRIPTION:	NOT RELEASED IN SOURCE FORM - AVAILABLE AS PART OF XT-QUIPU

------------- Bug Report Reference quipu-8.0-035 ---- Date: Thu, 18 Mar 1993 16:50:07 +0000

Subject: QUIPU-BUG

SYNOPSIS:	T.61 string in postal address not handled correctly.

------------- Bug Report Reference quipu-8.0-036 ---- Date: Tue, 23 Mar 1993 11:42:05 +0000

Subject: QUIPU-BUG

SYNOPSIS:	Fix for DSA console

------------- Bug Report Reference quipu-8.0-039 ---- 

SYNOPSIS:       Prints "Updating something which does not exist" when
                cache times out

