]> git.sur5r.net Git - openldap/history - include
Fix attribute deletion
[openldap] / include /
2007-02-11 Howard ChuMove duplicate timestamp detection into lutil_gettime()
2007-02-05 Howard ChuAdded ber_bvarray_dup_x()
2007-02-02 Howard ChuAdd lutil_gettime() returning structured time with...
2007-01-12 Howard ChuFramework for loadable mapper implementations
2007-01-11 Hallvard FurusethWrap enum in #ifndef LDAP_PVT_THREAD_H_DONE; this code...
2007-01-11 Howard ChuTrust HAVE_PTHREAD_RWLOCK_DESTROY now.
2007-01-10 Howard ChuRevert accidental commit
2007-01-10 Pierangelo Masaratidunno if it's going to be of any use...
2007-01-10 Howard ChuITS#4799 remove kerberos / kbind references
2007-01-07 Pierangelo MasaratiFirst cut to truly async connect:
2007-01-06 Pierangelo Masaratiimport of LDAP Sync client API
2007-01-02 Kurt Zeilengahappy new year
2006-12-28 Pierangelo Masaratimove slapo-{denyop,lastmod} to contrib/slapd-modules...
2006-12-17 Pierangelo Masaratidon't leave dependencies on liblutil in libldap :)
2006-12-03 Pierangelo Masaratifix request/result abandon
2006-10-28 Pierangelo Masaratis/ldap_int_discard/ldap_pvt_discard/
2006-10-21 Pierangelo Masaratirework timeout strategy a little bit
2006-10-14 Pierangelo Masaratiadd LDAP_OPT_DIAGNOSTIC_MESSAGE; replace deprecated...
2006-10-11 Kurt ZeilengaInclude sys/types.h for regex.h test
2006-09-21 Howard ChuJust include one or the other of poll.h or sys/poll.h
2006-09-21 Howard ChuITS#4674 fix poll detection
2006-09-17 Pierangelo Masaratidetect, but don't use, Solaris' /dev/poll
2006-09-14 Pierangelo Masaratimonitor __ALL__ thread parameters
2006-09-14 Howard Chudirent emulation for MSVC
2006-09-14 Howard ChuFix prev commit
2006-09-14 Howard ChuITS#4606 errno is not per-thread on WIN32, always use...
2006-09-09 Pierangelo Masaratirename functions/macros (no impact, they're currently...
2006-09-06 Pierangelo Masaratiadd scope helpers
2006-08-25 Kurt ZeilengaUse LINE_MAX instead of BUFSIZ. Per POSIX, LINE_MAX...
2006-08-22 Kurt Zeilengas/managedit/relax/
2006-08-22 Kurt ZeilengaMore LDAP_DEVEL cleanup
2006-08-18 Kurt ZeilengaLDAP_DEVEL cleanup
2006-08-10 Kurt Zeilengafix bind/unbind typo
2006-08-10 Kurt ZeilengaAdd notes regarding alternatives to deprecated routines
2006-06-21 Kurt ZeilengaMisc RFC reference updates
2006-06-11 Luke HowardAdd internal bind/unbind/search/compare/abandon plugin...
2006-06-11 Luke HowardAdd SLAPI_X_OPERATION_NO_SUBORDINATE_GLUE for exposing...
2006-05-19 Howard ChuITS#4549 add tavl_find3() to return closest match
2006-05-15 Kurt ZeilengaUpdate
2006-05-11 Howard ChuFix Debug definition for !LDAP_SYSLOG
2006-05-06 Pierangelo Masaratiadd URI list resorting feature (ITS#4524)
2006-05-02 Pierangelo Masaratildap_pvt_runqueue_next_sched() may return a pointer...
2006-05-02 Howard ChuAdd ldap_pvt_thread_pool_tid()
2006-04-30 Hallvard FurusethFix typo in comment
2006-04-28 Howard Churmutex_lock etc.: caller supplies thread id
2006-04-28 Howard ChuAdded recursive mutex implementation
2006-04-25 Pierangelo Masaratiprint the correct search base when taken from ldaprc...
2006-04-16 Hallvard Furuseth#define LogN/Debug() as ((void)0) instead of empty...
2006-04-11 Kurt ZeilengaRemove more LDBM cruft
2006-04-09 Pierangelo Masaratibetter fix for ITS#4483
2006-04-08 Kurt ZeilengaRemove configure support for LDBM
2006-04-07 Howard ChuITS#4422, #4475
2006-04-05 Hallvard FurusethLDAP_THREAD_DEBUG revamping, cleanup, bug fixes.
2006-04-03 Pierangelo Masaratifix previous commit
2006-04-03 Hallvard FurusethRestore $LDAP_THREAD_DEBUG=off functionality (was lost...
2006-04-01 Pierangelo Masaratiallow mutex ownership detection (thanks to Hallvard)
2006-03-31 Kurt Zeilengacommit missing TXN piece
2006-03-07 Kurt ZeilengaTXN protocol element parsers (without any backend support)
2006-03-06 Kurt ZeilengaInitial and rough client-side implementation of the...
2006-02-27 Howard ChuITS#4372 regenerate
2006-02-20 Luke HowardAdd SLAPI_IS_INTERNAL_OPERATION / SLAPI_OPERATION_MSGID
2006-02-16 Kurt ZeilengaMacro cleanup
2006-02-15 Kurt ZeilengaITS#4404: fix typo in ValuesReturnFilter control OID...
2006-02-14 Kurt Zeilengaunifdef -DLDAP_NULL_IS_NULL
2006-02-13 Luke HowardAdd sequential modify overlay to supported overlays
2006-02-11 Kurt ZeilengaAdd RFC 4370
2006-02-10 Kurt ZeilengaFix typo in prev commit
2006-02-10 Kurt ZeilengaImproved bignum detection/use
2006-02-09 Howard ChuPrefer long long to BIGNUM or GMP
2006-02-06 Howard ChuRegenerate without multimaster switch
2006-02-04 Pierangelo Masaratifriendly form for balance factors
2006-01-16 Kurt Zeilengarebuild
2006-01-12 Kurt ZeilengaUpdate proxied authorization implementation to use...
2006-01-10 Kurt Zeilengaenable NANOSLEEP detection on Linux for ITS#3950
2006-01-10 Kurt Zeilengacleanup
2006-01-09 Kurt Zeilengacleanup
2006-01-09 Kurt ZeilengaMove deprecated routine behind LDAP_DEPRECATED
2006-01-09 Kurt ZeilengaUpdate variables holding protocol values to ber_*_t's
2006-01-08 Pierangelo Masaratiline up LDAP_API_FEATURE_PAGED_RESULTS with other controls
2006-01-08 Pierangelo Masaratirework API functions to create/parse controls; add...
2006-01-08 Kurt ZeilengaUpdate (and rename) Sort and VLV parse routines to...
2006-01-06 Pierangelo Masaratiregenerate
2006-01-06 Pierangelo Masaratirfc2589 support (ITS#4293)
2006-01-06 Pierangelo Masaratiregenerate
2006-01-06 Pierangelo Masaratiregenerate
2006-01-06 Howard ChuITS#3950 tweak prev commit, s/REPLACE_SCHED_YIELD/REPLA...
2006-01-06 Kurt Zeilengai before e and other cleanup
2006-01-06 Kurt ZeilengaRemove usleep(3) detection (unused)
2006-01-06 Kurt ZeilengaAdd configure support for REPLACE_SCHED_YIELD
2006-01-03 Kurt ZeilengaHappy new year!
2006-01-02 Pierangelo Masaratifix logic of POSIX strerror_r (ITS#4292; refix ITS...
2005-12-28 Pierangelo MasaratiLog0
2005-12-27 Pierangelo Masaratiadd severity-aware logging (ITS#4282)
2005-12-23 Pierangelo Masaration Solaris, [v][sf][n]printf doesn't like NULL; on...
2005-12-22 Pierangelo Masaraticleanup debug handling
2005-11-27 Pierangelo Masaratiregister temporary OID under OpenLDAP experimental arc
2005-11-27 Pierangelo Masaratiadd very preliminary support for <draft-sermersheim...
2005-11-26 Kurt ZeilengaAdd dontUseCopy control to ldapcompare(1) and ldapsearc...
2005-11-25 Pierangelo Masaratiadd more versatile private API for filter escaping
2005-11-24 Pierangelo Masaratiuse lutil_ato*() whenever appropriate
next