The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Change 238 on 1998/12/23 by <gbarr@pobox.com> (Graham Barr)

	- fixed typos in Authen::SASL::CRAM_MD5 &  Net::LDAP::Extension
	
	- fixed URI::URL::ldap to work with new and old URI modules
	
	- Net::LDAP::LDIF can now read base64 encoded entries
	
	- Added methods ->count and ->as_struct to Net::LDAP::Search

Change 237 on 1998/11/09 by <gbarr@pobox.com> (Graham Barr)

	Change Makefile.PL to check for Convert::BER v1.23 or later

Change 236 on 1998/11/09 by <gbarr@pobox.com> (Graham Barr)

	Better error handling

Change 235 on 1998/11/09 by <gbarr@pobox.com> (Graham Barr)

	 fix case insensetivity in Net::LDAP::Entry::dump

Change 232 on 1998/11/06 by <gbarr@pobox.com> (Graham Barr)

	Net::LDAP::Search
	- Fix "Can't use an undefined value as an ARRAY reference" error message

Change 230 on 1998/11/05 by <gbarr@pobox.com> (Graham Barr)

	Fix warnings about keys in => lists

Change 226 on 1998/11/04 by <gbarr@pobox.com> (Graham Barr)

	Net::LDAP::Entry
	- Allow ->delete with no arges to set changetype to 'delete'
	
	Doc updates

Change 225 on 1998/10/31 by <gbarr@pobox.com> (Graham Barr)

	Update changelog

Change 224 on 1998/10/31 by <gbarr@pobox.com> (Graham Barr)

	Increment VERSION

Change 223 on 1998/10/31 by <gbarr@pobox.com> (Graham Barr)

	Authen::SASL::CRAM_MD5
	- Changed to use Digest::HMAC_MD5
	
	Net::LDAP::Bind
	- fixed typo in package declaration
	
	Net::LDAP::Entry
	- decode sets changetype to modify
	- depricated ->ldif & ->ldif_read
	
	Net::LDAP::LDIF
	- added ->done
	- minor tweaks
	
	Net::LDAP::Search
	- catch undefined value

Change 222 on 1998/10/31 by <gbarr@pobox.com> (Graham Barr)

	Added tests

Change 221 on 1998/10/30 by <gbarr@pobox.com> (Graham Barr)

	Net::LDAP
	- Fix bug in ->modify when processing changes option
	
	Net::LDAP::Entry
	- option passed to ->modify should be 'changes'
	
	Net::LDAP::LDIF
	- Allow user to specify default changetype

Change 220 on 1998/10/29 by <gbarr@pobox.com> (Graham Barr)

	Net::LDAP::Entry
	- fix typo
	
	Net::LDAP::LDIF
	- Add ability to set wrap langth
	
	Net::LDAP::Search
	- Added ->sorted method

Change 219 on 1998/10/28 by <gbarr@pobox.com> (Graham Barr)

	Typos in LDAP.pm

Change 218 on 1998/10/27 by <gbarr@pobox.com> (Graham Barr)

	Net::LDAP
	- Added changes option to ->modify
	
	Net::LDAP::Entry
	- Now keeps record of changes and has a ->update method to send changes
	  to the server
	
	Net::LDAP::LDIF
	- Now wites output identical to input
	- Can read ldapmodify input
	
	More documentation

Change 217 on 1998/10/26 by <gbarr@pobox.com> (Graham Barr)

	- More doc updates -- now generates good HTML with Nick's podtohtml
	- Moved constants into Net::LDAP::Constant
	- Changed constants prefix from "ldap" to "LDAP_" to be consistent
	  with other libraries

Change 216 on 1998/10/26 by <gbarr@pobox.com> (Graham Barr)

	Documentation updates

Change 215 on 1998/10/24 by <gbarr@pobox.com> (Graham Barr)

	Net::LDAP
	- Added ldapAUTH_METHOD_NOT_SUPPORTED constant

Change 214 on 1998/10/24 by <gbarr@pobox.com> (Graham Barr)

	Authen::SASL::CRAM_MD5
	- Speed improvement

Change 209 on 1998/10/22 by <gbarr@pobox.com> (Graham Barr)

	Net::LDAP
	- Fix wrong opcode in modify
	
	Added Net::LDAP::LDIF
	
	POD updates

Change 208 on 1998/10/21 by <gbarr@pobox.com> (Graham Barr)

	Update VERSION to 0.07

Change 207 on 1998/10/21 by <gbarr@pobox.com> (Graham Barr)

	Net::LDAP
	- A few subs now have some fixed args
	
	Net::LDAP::Search
	- Fix bug with references
	
	Net::LDAP::BER
	- Removed duplicate tags
	
	LWP::Protoco::ldap
	- Several updates due to v3 changes in Net::LDAP
	
	Added skeleton pods

Change 203 on 1998/10/18 by <gbarr@pobox.com> (Graham Barr)

	Fix typo's in Net::LDAP and Net::LDAP::Entry

Change 201 on 1998/10/16 by <gbarr@pobox.com> (Graham Barr)

	Edits missed in prev change

Change 200 on 1998/10/16 by <gbarr@pobox.com> (Graham Barr)

	Net::LDAP
	- attrsonly option to search should have been called typesonly, renamed
	- fixed bug in modify
	- search can now take strings as well as numbers for the scope and deref
	  options
	- attr option to add renamed to attrs for consistency with other methods
	- Added root_dse
	- schema returns ($mesg,$schema) in a list context and $schema in a
	  scalar context
	- add now takes dn as first argument
	
	Net::LDAP::Search
	- Fixed decode problem for references
	- Renamed all_entries as entries
	- Renamed all_references as references
	- first_entry and next_entry depricated
	- entry now only waits until the requested entry has arrived, not
	  until the whole search has completed.
	
	Net::LDAP::Message
	- Renamed referral as referrals, and now always returns a list
	
	Net::LDAP::Entry
	- get_attribute renamed as get
	- all_attributes renamed as attributes
	
	Net::LDAP::Schema
	- Arg to new is now a Net::LDAP::Search object, not Net::LDAP
	
	pod updates
	
	added bin/ldapsearch.PL
	added README

Change 199 on 1998/10/15 by <gbarr@pobox.com> (Graham Barr)

	Net::LDAP*
	- Many V3 changes
	
	URI::URL::ldap
	- update to changes made to Net::LDAP API

Change 194 on 1998/10/04 by <gbarr@pobox.com> (Graham Barr)

	changed inheritance so not to inherit from IO::Socket
	
	renamed ladpbind as bind
	
	added V3 updates from Julian Onions, many thanks.
	This included
	 - new `sasl' option to bind
	 - new `control' option to methods for V3 controls
	 - new `version' option for bind & new
	 - new method `extension' for V3 extension commands
	 - renamed modrdn to moddn (modrdn still exists for compatability)
	 - referral support
	 - search references
	
	added Authen::SASL, a framework for SASL based authorization
	
	added Authen::SASL::CRAM_MD5
	
	new documentation
	 - addition of the V3 stuff
	 - docs now show options without leading -, although with and without
	   are both legal (for now anyway)

Change 186 on 1998/08/27 by <gbarr@pobox.com> (Graham Barr)

	Net::LDAP::BER
	- Add REFERAL_URL
	
	Net::LDAP::Message
	- Start of support for referal
	
	Added LWP::Protocol::ldap and URI::URL::ldap

Change 103 on 1998/01/29 by <gbarr@pobox.com> (Graham Barr)

	rename Net/... -> lib/Net/...

*** Release 0.06

Mon Jan 19 1998 <gbarr@pobox.com> (Graham Barr)

	Net::LDAP
	- removed bind from new()
	- fixes to modify()
	
	Net::LDAP::BER
	- change base types of REQ_MODIFY and REQ_DELETE
	
	Net::LDAP::Filter
	- updates from Russell Fulton
	
	added doc/perl-ldap.pod from Russell Fulton

Mon Dec  8 1997 <gbarr@pobox.com> (Graham Barr)

	Net::LDAP::Filter
	- Fixed a -w warning

	Net::LDAP
	- Added "use IO::Select"

Sun Nov 30 1997 <gbarr@pobox.com> (Graham Barr)

	Net::LDAP
	- Added code for modify method.
	- Modified methods so that all arguments are passed
	  as named arguments.
	- Added Callback option to all methods
	- Added debug option to new

Wed Nov  5 1997 <gbarr@pobox.com> (Graham Barr)

	Net::*
	- Removed use of Error