]> git.sur5r.net Git - openldap/history - libraries/libldap_r
Move old files to the Attic
[openldap] / libraries / libldap_r /
2000-06-25 Kurt ZeilengaMove old files to the Attic
2000-06-21 Mark ValenceFix for thread/fork problem. Don't start a worker...
2000-06-18 Kurt ZeilengaRound one of LDAP_F() macro changes. In this round...
2000-06-18 Mark ValencePut cond_signal loop inside of mutex'ed area to fix...
2000-06-17 Kurt ZeilengaKill LinuxThreads clones
2000-06-16 Kurt ZeilengaAdd asserts aliasing debugging purposes.
2000-06-13 Kurt ZeilengaFix up NT port after thread changes
2000-06-13 Kurt ZeilengaReworked thread code to better support thread-library...
2000-06-10 Kurt ZeilengaMisc code cleanup.
2000-06-10 Kurt ZeilengaAdd sort/vlv controls
2000-06-10 Mark ValenceFix a race condition by removing (unnecessary) unlock...
2000-06-10 Mark ValenceA little cleanup
2000-06-08 Mark ValenceAdded a yield or two for Pth.
2000-06-08 Mark ValenceThread pools enabled again -- test008 passes on NT...
2000-06-08 Mark ValenceDisable thread pooling while I fix the deadlock.
2000-06-08 Kurt ZeilengaReally disable pthread rw locks
2000-06-07 Kurt ZeilengaAdd missing -DNO_THREADS trylock and make minor change...
2000-06-07 Kurt ZeilengaAdd VLV and SortList Control API and related (and other...
2000-06-07 Mark ValenceAdd thread pool routines.
2000-06-07 Kurt ZeilengaAdd Pth specific r/w lock implementation.
2000-06-07 Kurt ZeilengaUse pthread rwlocks, if available
2000-06-06 Kurt ZeilengaFix typo in comment
2000-06-06 Kurt ZeilengaDemonstrate how rdwr routines could be easily replaced.
2000-06-06 Mark ValenceIn preparation for thread pools
2000-06-06 Kurt ZeilengaDon't include files moved to attic
2000-06-06 Kurt Zeilenga(very) incomplete Digest-MD5 impl to Attic (until someo...
2000-06-05 Kurt Zeilengaremove old STR_TRANSLATION feature. The use of this...
2000-06-05 Kurt ZeilengaFix up makefiles after removal of getdxname.c
2000-06-04 Kurt ZeilengaNew indexer/filter codes (test suite works) with cheats
2000-05-13 Kurt ZeilengaAdd missing copyright notices
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-11 Howard ChuFix for systems like AIX where pthread_create creates...
2000-05-11 Howard ChuFix dynamic linking dependencies for NT and Unix
2000-05-03 Kurt ZeilengaError handling changes including separation of client...
2000-04-25 Kurt Zeilengareplace ldap_dnssrv_init() with lower level calls
2000-03-13 Kurt ZeilengaFix NT builds and remove lint
2000-03-11 Kurt ZeilengaRemove race condition noted in ITS#216.
2000-01-28 Kurt ZeilengaLast change actually broke VPATH support
2000-01-28 Kurt ZeilengaFix VPATH support.
2000-01-25 Kurt ZeilengaAdd utf-8 to MSVC projects and remove lint.
2000-01-22 Kurt ZeilengaInitial UTF-8 routines.
2000-01-03 Luke HowardAdded support for connecting to LDAP servers located...
2000-01-02 Luke HowardMerged in preliminary support for Cyrus SASL library;
1999-12-26 Howard ChuNT requires $(SECURITY_LIBS) at link time.
1999-12-08 Kurt ZeilengaFix reader/writer bug that allowed 2 writers! Yiks.
1999-11-28 Howard ChuAdded missing ldap_pvt_thread_mutex_trylock function.
1999-11-27 Howard ChuFixes for NT dynamic linking.
1999-11-01 Kurt ZeilengaChanges to support NT single debug
1999-11-01 Kurt ZeilengaUse centralized output directories.
1999-10-28 Howard ChuUse new macros from configure.in to accomodate NT/Mingw...
1999-09-22 Ben Collins* build/top.mk: removed references to TMPROOT and added...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-08-25 Kurt ZeilengaAdd dn.c
1999-08-22 Kurt ZeilengaSupport for native GNU Pth Threads (--with-threads...
1999-08-21 Kurt ZeilengaExperimental support for GNU Pth's Posix Thread API...
1999-08-17 Kurt ZeilengaFix tid vs thread typo
1999-08-05 Kurt Zeilengacreate SASL_LIBS to hold -lsasl
1999-07-18 Kurt ZeilengaImport patches mistakenly applied to OPENLDAP_DEVEL_REF...
1999-07-14 Hallvard FurusethRemove duplicate 'static'
1999-07-13 Julio Sánchez Fern... Add tls.c
1999-07-07 Kurt ZeilengaAdd charray (from slapd) to -lldap/-lldap_r (not yet...
1999-06-28 Kurt ZeilengaEXPERIMENTAL: Use sasl bind for simple bind.
1999-06-28 Kurt ZeilengaProvide build support for sasl.c.
1999-06-03 Kurt ZeilengaEnable browsing info in MSVC debugging configurations.
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-06-01 Kurt ZeilengaAdd extended.c to projects
1999-05-31 Kurt ZeilengaAdd skeleton ldap_extended_operation routines.
1999-05-31 Kurt Zeilengause LDAP_MALLOC instead of malloc. Check for allocatio...
1999-05-31 Kurt ZeilengaMove most header inclusion below #ifdef HAVE_XXX.
1999-05-29 Kurt ZeilengaAdd LBER_ and LDAP_ memory allocators/deallocators...
1999-05-28 Julio Sánchez Fern... Change to be in line with libldap, i.e. add schema
1999-05-26 Kurt ZeilengaAdd missing MSVC5 workspace/projects.
1999-05-20 Kurt ZeilengaVersion.c deprecated in favor of mkversion.
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-04-27 Kurt ZeilengaClean up valid flag: _VALUE -> _VALID.
1999-04-06 Kurt ZeilengaAdd ldap_pvt_thread_destory() to un-ldap_pvt_thread_ini...
1999-04-06 Kurt ZeilengaDon't hide the unlock fix behind SLAP_CLEANUP...
1999-04-06 Hallvard Furusethifdef SLAP_CLEANUP: close db files, free memory, some...
1999-04-03 Hallvard FurusethAdd missing \n's in Debug statements
1999-04-01 Kurt ZeilengaUpdates for NT4 (MSVC5++).
1999-04-01 Gary Williamsupdate project settings
1999-03-08 Kurt ZeilengaDon't install CFFILES in ldap_r.
1999-03-06 Hallvard Furusethinclude ldap_pvt_thread.h, to verify func declarations...
1999-03-03 Hallvard FurusethPosix Draft 4 (HAVE_PTHREADS_D4) fixes:
1999-03-03 Hallvard FurusethBugs with !HAVE_PTHREAD_KILL: include errno.h. Typo...
1999-03-01 Kurt ZeilengaUpdate NT port with support for -lldap_r and -lldbm.
1999-02-04 Kurt ZeilengaNeed KRB_LIBS to link test programs.
1999-02-04 Kurt ZeilengaFix XXDIR to use $(srcdir) so that VPATH works.
1999-02-04 Kurt ZeilengaFix dbcache/entry lock deadlock. If dbcache lock is...
1999-02-03 Kurt ZeilengaFix set concurrency typos.
1999-01-29 Kurt ZeilengaAdd (back in) destroy functions...
1999-01-28 Kurt Zeilengaldap_pvt_thread_cond_broadcast() was missing from stubs.
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-22 Kurt ZeilengaMove libldap/strdup.c to string.c.
1999-01-17 Bart HartgersAdded OpenLDAP copyright to files.
1999-01-15 Bart HartgersChanges to support threads from libldap_r.
1999-01-14 Kurt ZeilengaModify build order to have lutil first and lthread...
1999-01-14 Kurt ZeilengaRevamp build system yet again to move all external...
1999-01-10 Kurt ZeilengaUpdate build environment to fix VPATH support.
next