]> git.sur5r.net Git - openldap/history - contrib/ldapc++
Remove request from active requests stack in exception handler
[openldap] / contrib / ldapc++ /
2008-02-26 Ralf HaferkampRemove request from active requests stack in exception...
2008-02-26 Ralf HaferkampAvoid double free of LDAPRequest
2008-01-22 Ralf Haferkampfixed missing #includes
2008-01-22 Ralf Haferkampcleanup #includes, removed SUSE-specific stuff from...
2008-01-22 Ralf Haferkampadd wrapper methods to add/replace Attributes
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-12-20 Ralf Haferkampautoconf/automake adjustments, regenerated files
2007-12-20 Ralf Haferkampinitial support for SASL
2007-12-20 Ralf HaferkampFixed includes
2007-12-20 Ralf HaferkampCheck for active requests before trying to receive...
2007-12-19 Ralf HaferkampHelper Classes to handle cyrus-sasl interactions
2007-12-11 Ralf Haferkampmoved ldap_result() code to the LDAPRequest-Class
2007-11-21 Ralf HaferkampgetURLString() is const now to avoid uneeded copying...
2007-11-07 Ralf Haferkampincreased version number and regenerated autoconf/autom...
2007-11-07 Ralf HaferkampFixed gcc 4.3 compile issues
2007-10-17 Ralf Haferkampuse URIs instead of hostname/port
2007-10-17 Ralf Haferkampfixed typo
2007-09-21 Ralf HaferkampSilence compiler warnings
2007-09-21 Ralf HaferkampRegenerated
2007-09-21 Ralf Haferkampmore for out of source builds
2007-09-21 Ralf Haferkampout of source builds should work now
2007-09-21 Ralf Haferkamp#ifdef LDAP_OPT_DIAGNOSTIC_MESSAGE, to be able to build...
2007-05-09 Hallvard FurusethITS#4948: '#if <undefined macro>' -> '#ifdef' warning...
2007-01-24 Ralf HaferkampFixed initialization of "usage" and "single" attributes
2007-01-09 Ralf Haferkampadd support for usage flag
2007-01-09 Ralf Haferkampstore LDAP_OPT_DIAGNOSTIC_MESSAGE in correct Attribute
2007-01-02 Kurt Zeilengahappy new year
2006-10-14 Pierangelo Masaratiadd LDAP_OPT_DIAGNOSTIC_MESSAGE; replace deprecated...
2006-10-10 Ralf Haferkampreworked #includes
2006-07-03 Ralf Haferkampexample code for the LDAPUrl Class
2006-07-03 Ralf Haferkampnew routines for parsing/constructing LDAP Urls
2006-07-03 Ralf Haferkampminor cleanup
2006-06-01 Ralf Haferkamp- removed deprecated acconfig.h.
2006-03-31 Ralf Haferkamp- use ldap_url_desc2str() to construct URL
2006-01-03 Kurt ZeilengaHappy new year!
2005-10-05 Ralf Haferkampregenerated autoconfig/automake files
2005-10-05 Ralf Haferkampdon't use deprecated libldap functions
2005-04-20 Ralf Haferkamp-increase version number
2005-04-20 Ralf Haferkampimproved error reporting
2005-04-20 Ralf Haferkampsupport for syntax and equality matching rule
2005-01-01 Kurt ZeilengaHappy New Year!
2004-08-13 Ralf Haferkamp- improvments on schema parsing
2004-02-03 Ralf HaferkampDeclare ListType inside class definition
2004-01-22 Ralf Haferkampadd getKind method
2004-01-01 Kurt ZeilengaHappy new year
2003-06-25 Ralf Haferkamphonor superior Objectclasses
2003-06-24 Ralf HaferkampAdded utility classes for Schema parsing
2003-06-05 Ralf Haferkampregenerated autoconf/automake stuff
2003-06-05 Ralf HaferkampMoved sample code to examples dir
2003-06-05 Ralf Haferkampremoved caching
2003-01-03 Kurt ZeilengaHappy new year
2002-04-23 Ralf Haferkamp- some code cleanups
2002-04-08 Ralf Haferkampremoved default arguments from cpp-Files (to build...
2002-03-06 Ralf Haferkamp- added getAttributeByName()-method
2002-03-06 Ralf Haferkamp- Some fixes in docmentation comments
2002-03-06 Ralf Haferkampregenerated autoconf/automake related files
2002-03-06 Ralf Haferkamp-replaced deprecated AM_PROG_LIBTOOL with AC_PROG_LIBTOOL
2002-01-21 Ralf HaferkampUpdated todo list
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-11-14 Ralf HaferkampFixed some memory allocation/freeing bugs
2001-09-28 Ralf Haferkampsome changes to make the library working with gcc 3...
2001-09-07 Ralf Haferkampadded empty() method to the list classes. (Patch was...
2001-05-04 Ralf HaferkampAdded client side caching. (Commited by: Jeff Costlow...
2001-05-02 Kurt ZeilengaFix typo
2001-03-22 Ralf Haferkamp- The library now supports StartTLS. The patch was...
2001-03-15 Ralf Haferkamp- Fixed some memory leak detected by Jeff Costlow ...
2001-02-19 Ralf Haferkamp- some minor bugfixes
2000-10-11 Ralf Haferkamp- fixed bug in debugging output (added #include "config...
2000-10-05 Ralf Haferkamp- changed configure option --disable-debug to --enable...
2000-10-03 Ralf Haferkampsrc/Makefile.am: remove RebindTest.cpp from the sources
2000-10-03 Ralf Haferkamp- some new Classes for sync. LDAP operations
2000-10-03 Ralf Haferkamp- removed char* in favour of string
2000-09-01 Kurt ZeilengaInitial check of the LDAP C++ SDK written by Ralf Hafer...