openldap/contrib/ldapc++/src
2008-01-08 00:19:56 +00:00
..
ac Happy New Year (belated) 2008-01-08 00:19:56 +00:00
config.h.in initial support for SASL 2007-12-20 12:33:48 +00:00
debug.h some changes to make the library working with gcc 3.0 (mostly namespace 2001-09-28 16:39:58 +00:00
LDAPAddRequest.cpp removed caching 2003-06-05 17:35:12 +00:00
LDAPAddRequest.h - Fixed some memory leak detected by Jeff Costlow <j.costlow@f5.com> 2001-03-15 11:07:58 +00:00
LDAPAsynConnection.cpp initial support for SASL 2007-12-20 12:33:48 +00:00
LDAPAsynConnection.h initial support for SASL 2007-12-20 12:33:48 +00:00
LDAPAttribute.cpp Fixed gcc 4.3 compile issues 2007-11-07 11:01:03 +00:00
LDAPAttribute.h - Some fixes in docmentation comments 2002-03-06 22:57:39 +00:00
LDAPAttributeList.cpp Fixed gcc 4.3 compile issues 2007-11-07 11:01:03 +00:00
LDAPAttributeList.h Declare ListType inside class definition 2004-02-03 17:11:17 +00:00
LDAPAttrType.cpp Fixed initialization of "usage" and "single" attributes 2007-01-24 14:27:29 +00:00
LDAPAttrType.h add support for usage flag 2007-01-09 12:24:04 +00:00
LDAPBindRequest.cpp initial support for SASL 2007-12-20 12:33:48 +00:00
LDAPBindRequest.h initial support for SASL 2007-12-20 12:33:48 +00:00
LDAPCompareRequest.cpp Fixed some memory allocation/freeing bugs 2001-11-14 17:33:54 +00:00
LDAPCompareRequest.h some changes to make the library working with gcc 3.0 (mostly namespace 2001-09-28 16:39:58 +00:00
LDAPConnection.cpp improved error reporting 2005-04-20 12:57:51 +00:00
LDAPConnection.h improved error reporting 2005-04-20 12:57:51 +00:00
LDAPConstraints.cpp some changes to make the library working with gcc 3.0 (mostly namespace 2001-09-28 16:39:58 +00:00
LDAPConstraints.h some changes to make the library working with gcc 3.0 (mostly namespace 2001-09-28 16:39:58 +00:00
LDAPControl.cpp Fixed some memory allocation/freeing bugs 2001-11-14 17:33:54 +00:00
LDAPControl.h Fixed some memory allocation/freeing bugs 2001-11-14 17:33:54 +00:00
LDAPControlSet.cpp Fixed some memory allocation/freeing bugs 2001-11-14 17:33:54 +00:00
LDAPControlSet.h Fixed some memory allocation/freeing bugs 2001-11-14 17:33:54 +00:00
LDAPDeleteRequest.cpp removed caching 2003-06-05 17:35:12 +00:00
LDAPDeleteRequest.h some changes to make the library working with gcc 3.0 (mostly namespace 2001-09-28 16:39:58 +00:00
LDAPEntry.cpp reworked #includes 2006-10-10 14:25:00 +00:00
LDAPEntry.h reworked #includes 2006-10-10 14:25:00 +00:00
LDAPEntryList.cpp added empty() method to the list classes. (Patch was provided by Dan 2001-09-07 17:43:55 +00:00
LDAPEntryList.h Declare ListType inside class definition 2004-02-03 17:11:17 +00:00
LDAPException.cpp #ifdef LDAP_OPT_DIAGNOSTIC_MESSAGE, to be able to build with older libldap 2007-09-21 11:00:23 +00:00
LDAPException.h minor cleanup 2006-07-03 16:29:30 +00:00
LDAPExtRequest.cpp Fixed gcc 4.3 compile issues 2007-11-07 11:01:03 +00:00
LDAPExtRequest.h some changes to make the library working with gcc 3.0 (mostly namespace 2001-09-28 16:39:58 +00:00
LDAPExtResult.cpp some changes to make the library working with gcc 3.0 (mostly namespace 2001-09-28 16:39:58 +00:00
LDAPExtResult.h some changes to make the library working with gcc 3.0 (mostly namespace 2001-09-28 16:39:58 +00:00
LDAPMessage.cpp initial support for SASL 2007-12-20 12:33:48 +00:00
LDAPMessage.h initial support for SASL 2007-12-20 12:33:48 +00:00
LDAPMessageQueue.cpp Check for active requests before trying to receive a message 2007-12-20 11:49:03 +00:00
LDAPMessageQueue.h reworked #includes 2006-10-10 14:25:00 +00:00
LDAPModDNRequest.cpp removed caching 2003-06-05 17:35:12 +00:00
LDAPModDNRequest.h some changes to make the library working with gcc 3.0 (mostly namespace 2001-09-28 16:39:58 +00:00
LDAPModification.cpp Fixed some memory allocation/freeing bugs 2001-11-14 17:33:54 +00:00
LDAPModification.h - Fixed some memory leak detected by Jeff Costlow <j.costlow@f5.com> 2001-03-15 11:07:58 +00:00
LDAPModifyRequest.cpp removed caching 2003-06-05 17:35:12 +00:00
LDAPModifyRequest.h some changes to make the library working with gcc 3.0 (mostly namespace 2001-09-28 16:39:58 +00:00
LDAPModList.cpp Fixed gcc 4.3 compile issues 2007-11-07 11:01:03 +00:00
LDAPModList.h Declare ListType inside class definition 2004-02-03 17:11:17 +00:00
LDAPObjClass.cpp add getKind method 2004-01-22 16:26:38 +00:00
LDAPObjClass.h add getKind method 2004-01-22 16:26:38 +00:00
LDAPRebind.cpp - some new Classes for sync. LDAP operations 2000-10-03 18:50:44 +00:00
LDAPRebind.h some changes to make the library working with gcc 3.0 (mostly namespace 2001-09-28 16:39:58 +00:00
LDAPRebindAuth.cpp some changes to make the library working with gcc 3.0 (mostly namespace 2001-09-28 16:39:58 +00:00
LDAPRebindAuth.h some changes to make the library working with gcc 3.0 (mostly namespace 2001-09-28 16:39:58 +00:00
LDAPReferenceList.cpp added empty() method to the list classes. (Patch was provided by Dan 2001-09-07 17:43:55 +00:00
LDAPReferenceList.h Declare ListType inside class definition 2004-02-03 17:11:17 +00:00
LDAPReferralException.cpp - some new Classes for sync. LDAP operations 2000-10-03 18:50:44 +00:00
LDAPReferralException.h - some code cleanups 2002-04-23 15:28:11 +00:00
LDAPRequest.cpp initial support for SASL 2007-12-20 12:33:48 +00:00
LDAPRequest.h initial support for SASL 2007-12-20 12:33:48 +00:00
LDAPResult.cpp initial support for SASL 2007-12-20 12:33:48 +00:00
LDAPResult.h initial support for SASL 2007-12-20 12:33:48 +00:00
LDAPSaslBindResult.cpp initial support for SASL 2007-12-20 12:33:48 +00:00
LDAPSaslBindResult.h initial support for SASL 2007-12-20 12:33:48 +00:00
LDAPSchema.cpp - improvments on schema parsing 2004-08-13 11:37:21 +00:00
LDAPSchema.h Added utility classes for Schema parsing 2003-06-24 18:05:03 +00:00
LDAPSearchReference.cpp don't use deprecated libldap functions 2005-10-05 17:26:27 +00:00
LDAPSearchReference.h - Fixed some memory leak detected by Jeff Costlow <j.costlow@f5.com> 2001-03-15 11:07:58 +00:00
LDAPSearchRequest.cpp don't use deprecated libldap functions 2005-10-05 17:26:27 +00:00
LDAPSearchRequest.h some changes to make the library working with gcc 3.0 (mostly namespace 2001-09-28 16:39:58 +00:00
LDAPSearchResult.cpp some changes to make the library working with gcc 3.0 (mostly namespace 2001-09-28 16:39:58 +00:00
LDAPSearchResult.h - Fixed some memory leak detected by Jeff Costlow <j.costlow@f5.com> 2001-03-15 11:07:58 +00:00
LDAPSearchResults.cpp - some new Classes for sync. LDAP operations 2000-10-03 18:50:44 +00:00
LDAPSearchResults.h - Fixed some memory leak detected by Jeff Costlow <j.costlow@f5.com> 2001-03-15 11:07:58 +00:00
LDAPUrl.cpp getURLString() is const now to avoid uneeded copying when using UrlLists 2007-11-21 11:19:10 +00:00
LDAPUrl.h getURLString() is const now to avoid uneeded copying when using UrlLists 2007-11-21 11:19:10 +00:00
LDAPUrlList.cpp Declare ListType inside class definition 2004-02-03 17:11:17 +00:00
LDAPUrlList.h Declare ListType inside class definition 2004-02-03 17:11:17 +00:00
Makefile.am initial support for SASL 2007-12-20 12:33:48 +00:00
Makefile.in autoconf/automake adjustments, regenerated files 2007-12-20 12:35:30 +00:00
SaslInteraction.cpp Helper Classes to handle cyrus-sasl interactions 2007-12-19 16:54:42 +00:00
SaslInteraction.h Helper Classes to handle cyrus-sasl interactions 2007-12-19 16:54:42 +00:00
SaslInteractionHandler.cpp Fixed includes 2007-12-20 11:58:40 +00:00
SaslInteractionHandler.h Helper Classes to handle cyrus-sasl interactions 2007-12-19 16:54:42 +00:00
stamp-h.in - removed char* in favour of string 2000-10-03 18:25:34 +00:00
StringList.cpp Fixed gcc 4.3 compile issues 2007-11-07 11:01:03 +00:00
StringList.h Declare ListType inside class definition 2004-02-03 17:11:17 +00:00