[Mono-dev] Proposed patch for Path.InvalidPathChars

2007-02-13 Thread Boris Kirzner
The patch attached fixes an order of chars in Path.InvalidPathChars. (note the change in DirectoryTest - in order the test to continue working with the same char value) Please review. Thanks, Boris invalidpathchars.patch Description: invalidpathchars.patch

[Mono-dev] Proposed patch for DirectoryInfo.CreateSubdirectory

2007-02-13 Thread Boris Kirzner
Attached patch fixes DirectorInfo.CreateSubdirectory : the subdirectory path should be a real sub directory of the directory and should not in the full path form. Please review. Thanks, Boris createsubdirectory.patch Description: createsubdirectory.patch

[Mono-dev] Proposed patch for DirectoryInfo.MoveTo

2007-02-13 Thread Boris Kirzner
Attached patch fixes DirectoryInfo.MoveTo: the full path should be updated if MoveTo succeeds. Please review Thanks, Boris moveto.patch Description: moveto.patch ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] Proposed patch for System.IO.Path

2007-02-06 Thread Boris Kirzner
Hello all Attached is a reworked patch. The patch points are: * Fixed order of chars in InvalidPathChars (note change caused by this in DirectoryTest) * Fixed null path handling in GetFullPath * Fixed Windows-specific negative flows (':' in path and path too long) in GetFullPath and

[Mono-dev] Proposed patch for Directory and DirectoryInfo

2007-02-06 Thread Boris Kirzner
Hello all Attached is a proposed patch for Directory and DirectoryInfo. Note that this patch is incremental relative to previous Path patch I sent. Main patch points: * Fixed CreateSubdirectory logic (including windows-specific checks) * DirectoryInfo path should be updated

[Mono-dev] Proposed patch for System.IO.File

2007-02-06 Thread Boris Kirzner
Hello all Attached is a proposed patch for file. It fixes a negative flows in File.Copy (wildcards are illegal and proper exceptions are throwed) Please review Boris file.patch Description: file.patch ___ Mono-devel-list mailing list

[Mono-dev] Proposed patch for System.IO.Path

2007-02-05 Thread Boris Kirzner
Hello all Attached is a proposed patch for Path, fixing mostly negative flows to be compatible with .Net behavior. Please review. Thanks, Boris path.patch Description: path.patch ___ Mono-devel-list mailing list

[Mono-dev] Patch to WebException.cs

2006-03-27 Thread Boris Kirzner
Hello all, Attached is a proposed patch for WebException : - Soap serialization .Net compatability fixed (web status and web response are not serialized) - WebExceptionStatus.UnknownError defined for .Net 1.0 as well - Status should be initialized to WebExceptionStatus.UnknownError -- Boris

RE: [Mono-dev] XmlException serialization

2006-03-27 Thread Boris Kirzner
Hello all, Attached is a proposed patch for XmlException, that fixes Soap serialization .Net compatibility. -- Boris Kirzner Mono RD team, Mainsoft Corporation. Blogging at http://boriskirzner.blogspot.com/ -Original Message- From: Atsushi Eno [mailto:[EMAIL PROTECTED] Sent

[Mono-dev] XmlException serialization

2006-03-26 Thread Boris Kirzner
1.1 If you don't object I'd like to propose a patch for this. -- Boris Kirzner Mono RD team, Mainsoft Corporation. Blogging at http://boriskirzner.blogspot.com/ Class2.cs Description: Class2.cs ___ Mono-devel-list mailing list Mono-devel-list

[Mono-dev] Patch for Mono.Data.SqlExpressions\Aggregation.cs

2006-03-21 Thread Boris Kirzner
Hello all, Attached is a proposed patch for Mono.Data.SqlExpressions\ggregation.cs - Avoiding NullReferenceException (in the case rows is initialized to null) -- Boris Kirzner Mono RD team, Mainsoft Corporation. Blogging at http://boriskirzner.blogspot.com/ system.data.aggregation.patch

[Mono-dev] RE: [Mono-patches] r57149 - in trunk/mcs/class/System.Data: System.DataSystem.Data.Common Test/ProviderTests/System.Data.SqlClientTest/System.Data

2006-03-06 Thread Boris Kirzner
not wrote by your own, maybe it worth to give this fixes an opportunity to be reviewed by the community before applying them. Thanks, Boris -- Boris Kirzner Mono RD team, Mainsoft Corporation. Blogging at http://boriskirzner.blogspot.com/ -Original Message- From: [EMAIL PROTECTED

RE: [Mono-dev] XslTransform tool

2006-01-29 Thread Boris Kirzner
am even refrained from adding forgotten dtd2rng in mono/scripts...) What do you think is the earliest opportunity this tool can be submitted to repository? -- Boris Kirzner Mono RD team, Mainsoft Corporation. Blogging at http://boriskirzner.blogspot.com

[Mono-dev] XslTransform tool

2006-01-26 Thread Boris Kirzner
, but it was not here :( Does such a tool exists in svn repository, and if not - where can I commit this one (is mcs\tools\xmlformatter a good place)? Thanks, Boris -- Boris Kirzner Mono RD team, Mainsoft Corporation. Blogging at http://boriskirzner.blogspot.com

RE: [Mono-dev] Patch forSystem.Data.Mono.Data.ColumnExpression

2006-01-16 Thread Boris Kirzner
. Attached is the reworked patch. If no one objects, I'll commit -- Boris Kirzner Mono RD team, Mainsoft Corporation. Blogging at http://boriskirzner.blogspot.com/ Attached is a proposed patch for ColumnExpression. The main idea is caching the column and relations used by the object

[Mono-dev] Patch for System.Data.DataTable

2006-01-15 Thread Boris Kirzner
Hello all, Attached is a proposed patch for DataTable : when removing a column from table, indexes depended on it should be also removed. If no one objects, I'll commit. -- Boris Kirzner Mono RD team, Mainsoft Corporation. Blogging at http://boriskirzner.blogspot.com

[Mono-dev] Patch for System.Data.Mono.Data.ColumnExpression

2006-01-11 Thread Boris Kirzner
. If no one object, I'll commit. Boris -- Boris Kirzner Mono RD team, Mainsoft Corporation. Blogging at http://boriskirzner.blogspot.com/ system.data.columnreference.diff Description: system.data.columnreference.diff ___ Mono-devel-list mailing list Mono

[Mono-dev] System.Data.Mono.Data.SqlExpressions.IExpression.Reset name change

2006-01-09 Thread Boris Kirzner
as a less clean solution. Thanks, Boris -- Boris Kirzner Mono RD team, Mainsoft Corporation. Blogging at http://boriskirzner.blogspot.com/ ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono

[Mono-dev] [Mono-devel-list] Patch for System.DirectoryServices.DirectoryEntry

2005-11-03 Thread Boris Kirzner
are not damaged if the refresh failed for some reason. I no one objects I'll commit. -- Boris Kirzner Mono RD team, Mainsoft Corporation. Blogging at http://boriskirzner.blogspot.com/ ds_refresh_cache.patch Description: ds_refresh_cache.patch ___ Mono-devel-list

[Mono-dev] System.DirectoryServices patch

2005-10-30 Thread Boris Kirzner
Hello all, Attached is a proposed patch for DirectoryServices that contains two fixes: * DirectoryEntries.cs: fix for null base dn. * DirectorySearcher.cs: use server root authentication type for binding. If no one objects I will commit. Boris. -- Boris Kirzner Mono RD team, Mainsoft

RE: [Mono-dev] Merging Novell.Directory.Ldap with that of Novell Forge'supdated one

2005-09-26 Thread Boris Kirzner
(for 'ResultCodeMessages') and with some strange prefix 'Ldap2._1._2' (for 'ExceptionMessages'). Can you please make sure this code is working well? All the rest of the patch is great. Thanks, -- Boris Kirzner Mono RD team, Mainsoft Corporation. Blogging at http://boriskirzner.blogspot.com

[Mono-dev] Patch for Mono.Data.SqlExpressions

2005-09-21 Thread Boris Kirzner
Hello all Attached is the patch for Mono.Data.SqlExpressions. If no one objects I'll commit. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Boris Kirzner Sent: Monday, September 19, 2005 11:23 To: mono-devel-list@lists.ximian.com Cc

[Mono-dev] System.Data : patch for DataTable.Select and indexesupdates

2005-09-21 Thread Boris Kirzner
Hello all, Attached is the patch for DataTable.Select and supporting it fixes for index updates. If no one objects I'll commit. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Boris Kirzner Sent: Tuesday, September 20, 2005 12:22 To: mono-devel

RE: [Mono-dev] RE: [Mono-devel-list] System.Data : DataTable.Select performance

2005-09-20 Thread Boris Kirzner
), the keys differ. Boris. So, IMO, it should be if ( (_filter != null !_filter.Equals (filter)) /* equals compare */|| (_filter != filter)) /* null compare */ return false; This is ok, but it is exactly the same logic as in the original patch. -- Boris Kirzner Mono RD team

[Mono-dev] Patch for Mono.Data.SqlExpressions

2005-09-19 Thread Boris Kirzner
Hello all, Attached is a proposed patch for Mono.Data.SqlExpressions functions that implements Equals () and GetHashCode() For all the classes, thus enabling a comparison of the filter expressions. Suresh, can you please ensure the patch in 2_0 ? -- Boris Kirzner Mono RD team, Mainsoft

[Mono-dev] RE: [Mono-devel-list] System.Data : DataTable.Select performance

2005-09-19 Thread Boris Kirzner
here, so can you please recheck my patches after I send them? I think you can split your fix into 1. Equals implementations for expressions 2. Filter.Equals inside Key.Equals 3. Select method optimization. Ok, I'll send separate patched later. Thanks, -- Boris Kirzner Mono RD team, Mainsoft

[Mono-dev] FW: [Mono-devel-list] System.Data : DataTable.Select performance

2005-09-15 Thread Boris Kirzner
/ideas on the issue? Thanks, -- Boris Kirzner Mono RD team, Mainsoft Corporation. Blogging at http://boriskirzner.blogspot.com/ system.data.indexes.patch Description: system.data.indexes.patch Class1.cs Description: Class1.cs ___ Mono-devel-list mailing

[Mono-dev] RE: [Mono-patches] r48646 - in trunk/mcs: build/commonclass/System.DirectoryServices

2005-08-22 Thread Boris Kirzner
Hello all I've just noticed that trunk/mcs/build/common/ lacks ChangeLog. Should we add one? -- Boris Kirzner Mono RD team, Mainsoft Corporation. Blogging at http://boriskirzner.blogspot.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Boris

RE: [Mono-dev] System.DirectoryServices and LdapReferralException

2005-08-21 Thread Boris Kirzner
we're dealing with the response. - If the responses are exactly the same, maybe we really should ignore referral error in DirectorySeracher.DoSearch(). - You're more than welcome to propose the patch (and, the best - also the test case) for solving this problem. -- Boris Kirzner Mono RD team

[Mono-devel-list] Patch for System.Data/XmlSchemaDataImporter.cs

2005-08-01 Thread Boris Kirzner
Hello all, Attached is a test case and proposed patch for System.Data/XmlSchemaDataImporter.cs : Data relations should be processes after the keys, so no redundant constraints created while relations processing. Boris XmlSchemaDataImporter.patch Description: XmlSchemaDataImporter.patch

[Mono-devel-list] Patch for System.DirectoryServices - kerberos support for TARGET_JVM

2005-07-28 Thread Boris Kirzner
/ExchangeTokenPrivilegedAction.cs (revision 0) +++ Novell.Directory.Ldap.Security.jvm/ExchangeTokenPrivilegedAction.cs (revision 0) @@ -0,0 +1,73 @@ +// +// Novell.Directory.Ldap.Security.ExchangeTokenPrivilegedAction.cs +// +// Authors: +// Boris Kirzner [EMAIL PROTECTED] +// Konstantin Triger

Re: [Mono-devel-list] [PATCH] Fix neutral sorting in DataView

2005-07-20 Thread Boris Kirzner
(); ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list -- Boris Kirzner Mono RD team, Mainsoft Corporation. Blogging at http://boriskirzner.blogspot.com

[Mono-devel-list] GSS-API Java Bindings interface in C#

2005-07-13 Thread Boris Kirzner
in advance, Boris -- Boris Kirzner Mono RD team Mainsoft Corporation http://www.mainsoft.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-devel-list] Patch for System.DirectoryServices

2005-06-19 Thread Boris Kirzner
objects, I'll commit Boris -- Boris Kirzner Mainsoft Corporation http://www.mainsoft.com Index: Assembly/AssemblyInfo.cs === --- Assembly/AssemblyInfo.cs(revision 45938) +++ Assembly/AssemblyInfo.cs(working copy) @@ -42,6 +42,8

Re: [Mono-devel-list] Tests for System.DirectoryServices

2005-06-19 Thread Boris Kirzner
runtime, then they are all ignore (and nicely nunit still shows them as ignored when they aren't excluded). Sebastien Pouliot home: [EMAIL PROTECTED] blog: http://pages.infinit.net/ctech/poupou.html -- Boris Kirzner Mainsoft Corporation http://www.mainsoft.com Index: Assembly/AssemblyInfo.cs

[Mono-devel-list] System.DirectoryServices - implementing default LDAP root functionality

2005-06-07 Thread Boris Kirzner
=port value=389/ /Settings /System.DirectoryServices /configuration The implementation will retrieve this information if server information was not provided in user code, cache and use it as a default. Boris -- Boris Kirzner Mainsoft Corporation http://www.mainsoft.com

[Mono-devel-list] System.Data.DataSet.ReadXml reimplementation

2005-06-06 Thread Boris Kirzner
the new implementation? Once again : this is not a ready patch, so do not apply it on your working copy, but on the standalone one. Thanks, Boris -- Boris Kirzner Mainsoft Corporation http://www.mainsoft.com ___ Mono-devel-list mailing list Mono-devel

Re: [Mono-devel-list] System.Data.DataSet.ReadXml reimplementation

2005-06-06 Thread Boris Kirzner
Sorry. The diff attached. Boris Atsushi Eno wrote: Please attach the patch ;-) Atsushi Eno Boris Kirzner wrote: Hello all We're currently working on reimplementation of DataSet.ReadXml. The need for this fist raised as a result of xml serialization bugs in our System.WebServices

[Mono-devel-list] Mainsoft switching to SVN : System.Data

2005-05-30 Thread Boris Kirzner
, Mainsoft implementation resides in System.Data.OleDb.jvm directory). In addition, the Mainsoft project file, named System.Data.vmwcsproj, was added to SVN System.Data root directory. Boris -- Boris Kirzner Mainsoft Corporation http://www.mainsoft.com

Re: [Mono-devel-list] Patch for System.Data.Common and System.Data.ProviderBase

2005-05-26 Thread Boris Kirzner
got the error by seeing M in return statements. Please feel free to post the reworked patch. Thanks, suresh. -- Boris Kirzner Mainsoft Corporation http://www.mainsoft.com Index: DbDataAdapter.cs === --- DbDataAdapter.cs

[Mono-devel-list] Re: [Mono-patches] r44988 - in trunk/mcs/class/System.Data: System.Data Test/System.Data

2005-05-26 Thread Boris Kirzner
Hello Suresh There some things that looks unclear for me in the last patch... Can you explain the points below ? Thanks, Boris suresh [EMAIL PROTECTED] wrote: Author: suresh Date: 2005-05-25 06:57:45 -0400 (Wed, 25 May 2005) New Revision: 44988 Modified:

[Mono-devel-list] Patch for DirectoryServices.DirectoryEntry

2005-04-07 Thread Boris Kirzner
Hello all, Attached is the patch for DirectoryEntry.cs : - Implemented RefreshCache. - Extract properties loading to dedicated method. - Do not reload properties in CommitChanges. - Use foreach loops instead of enumerators. If no one objects, I'll commit. Thanks, Boris -- Boris Kirzner Mainsoft

[Mono-devel-list] Patch for RfcModifyDNRequest

2005-04-04 Thread Boris Kirzner
parameter - RfcLdapSuperDN (encoded as context-specific 0 type). If no one objects, I'm going to commit. Thanks, Boris Boris Kirzner wrote: Hello all Attached is a patch for RfcModifyDNRequest class : - According to RFC 2251 newSuperior should be sent as context-specific 0 type rather

Re: [Mono-devel-list] Tests for System.DirectoryServices

2005-04-04 Thread Boris Kirzner
will override it and, additionally, put the usual serve name into app.config. Thanks, Boris Boris Kirzner wrote: Hello Sebastian, While working on the tests for System.DirectoryServices I found that we need the tests to use more that single parameter for LDAP server. As I can see this at this point

[Mono-devel-list] Mono's Novell.Directory.Ldap namespace and JLDAP

2005-04-03 Thread Boris Kirzner
cycle of its own and who is responsible for that? Thank you in advance, Boris Kirzner -- Boris Kirzner Mainsoft Corporation http://www.mainsoft.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo

[Mono-devel-list] [Mono-devel-list][Mono-hackers-list] Tests for DirectoryServices

2005-03-17 Thread Boris Kirzner
is a slapd.conf of the OpenLDAP server. If no one objects, I'm going to commit. Thanks Boris -- Boris Kirzner Mainsoft Corporation http://www.mainsoft.com // // DirectoryServicesDirectoryEntryTest.cs - // NUnit Test Cases for DirectoryServices.DirectoryEntry // // Author: // Boris Kirzner [EMAIL

[Mono-devel-list] [Fwd: [Mono-devel-list][Mono-hackers-list] Tests for DirectoryServices

2005-03-17 Thread Boris Kirzner
is a slapd.conf of the OpenLDAP server. If no one objects, I'm going to commit. Thanks Boris -- Boris Kirzner Mainsoft Corporation http://www.mainsoft.com # # See slapd.conf(5) for details on configuration options. # This file should NOT be world readable. # ucdata-path C:/openldap/ucdata include C

[Mono-devel-list] [Mono-devel-list][Mono-hackers-list] Tests for DirectoryServices

2005-03-17 Thread Boris Kirzner
is a slapd.conf of the OpenLDAP server. If no one objects, I'm going to commit. Thanks Boris -- Boris Kirzner Mainsoft Corporation http://www.mainsoft.com # # See slapd.conf(5) for details on configuration options. # This file should NOT be world readable. # ucdata-path C:/openldap/ucdata include C

[Fwd: Re: [Mono-devel-list] Patch for DirectoryServices.DirectorySearcher]

2005-03-15 Thread Boris Kirzner
for DirectoryServices.DirectorySearcher Date: Mon, 14 Mar 2005 21:11:18 -0500 From: Gonzalo Paniagua Javier [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Organization: Novell, Inc. To: mono-devel-list@lists.ximian.com References: [EMAIL PROTECTED] On Mon, 2005-03-14 at 16:32 +0200, Boris Kirzner wrote

[Mono-devel-list] Bugs on System.DirectoryServices

2005-03-15 Thread Boris Kirzner
FindAll to use SizeLimit to narrow search, the exception is thrown. Reason : ldap server returns message with error code LDAP_SIZELIMIT_EXCEEDED, this is ok, but the implementation throws an exception. Boris -- Boris Kirzner Mainsoft Corporation http://www.mainsoft.com

[Fwd: [Mono-devel-list] Bugs on System.DirectoryServices]

2005-03-15 Thread Boris Kirzner
Sorry, the files are _really_ attached now. Boris Original Message Subject:[Mono-devel-list] Bugs on System.DirectoryServices Date: Tue, 15 Mar 2005 16:14:13 +0200 From: Boris Kirzner [EMAIL PROTECTED] To: mono-devel mailing list mono-devel-list@lists.ximian.com

[Mono-devel-list] Patch for DirectoryServices.PropertyValueCollection

2005-03-14 Thread Boris Kirzner
Hello all Attached is the patch for PropertyValueCollection.Value property : - Value property value for empty collection should be null - Setting this property to a null reference should clear the collection Boris -- Boris Kirzner Mainsoft Corporation http://www.mainsoft.com Index