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

2005-03-29 Thread Boris Kirzner
Hello alll Attached is the patch for DirectorySearcher : - Use common TimeSpan object to initialize properties default values. - DoSearch uses SizeLimit and ServerTimeLimit. Do not throw if sie limit or time limit occurs on the server. - Construct ADsPath property from resulting entry path. - Impl

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

2005-03-20 Thread Boris Kirzner
Hello all Can I commit the patch below? Attached is the patch for DirectoryServices.DirectorySearcher : - ClientTimeout and ServerPageTimeLimit should be initialized to 1 second - SizeLimit should be initialized to 0 - Setting SizeLimit to negative value should throw an exception - Added private va

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

2005-03-15 Thread Boris Kirzner
return results, FindOne() should return null - ADsPath property should be always loaded : add it to loaded property collection if needed, if the property was not returned from server, create it from result DN Boris Original Message Subject: Re: [Mono-devel-list] Patch for

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

2005-03-14 Thread Gonzalo Paniagua Javier
On Mon, 2005-03-14 at 16:32 +0200, Boris Kirzner wrote: > Hello all > Attached is the patch for DirectoryServices.DirectorySearcher : I get an error when applying the patch: patch: malformed patch at line 144: @@ -684,6 +700,11 @@ Can you fix it and resend? -Gonzalo __

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

2005-03-14 Thread Boris Kirzner
Hello all Attached is the patch for DirectoryServices.DirectorySearcher : - ClientTimeout and ServerPageTimeLimit should be initialized to 1 second - SizeLimit should be initialized to 0 - Setting SizeLimit to negative value should throw an exception - Added private variable for ServerTime Limit -