]> git.sur5r.net Git - openldap/history - libraries/libldap
NT ldap_pvt_thread_self fix from HEAD
[openldap] / libraries / libldap /
2004-01-01 Kurt ZeilengaHappy new year
2003-12-30 Kurt ZeilengaSync with HEAD
2003-12-29 Kurt ZeilengaSync with HEAD
2003-12-29 Kurt Zeilenga(Partial) Sync with HEAD
2003-12-17 Kurt ZeilengaRemove broken MSVC build from REL_ENG branch.
2003-12-17 Kurt ZeilengaSync with HEAD
2003-12-15 Kurt ZeilengaSync with HEAD
2003-12-01 Kurt ZeilengaSync with HEAD
2003-11-30 Kurt ZeilengaFirst rounded of changes in prep for 2.2.beta3
2003-11-02 Luke HowardSync with HEAD (ITS#2777)
2003-10-13 Kurt ZeilengaSync with HEAD
2003-10-06 Kurt ZeilengaMerge in latest changes from HEAD
2003-09-22 Kurt ZeilengaLast(?) set of changes before 2.2beta
2003-09-19 Kurt ZeilengaReady for 2.2beta
2003-09-18 Kurt ZeilengaChanges from HEAD for beta
2003-05-31 Kurt ZeilengaSuck in changes from HEAD
2003-05-25 Hallvard FurusethCast away const from AC_GAI_STRERROR() return value.
2003-05-25 Luke Howards/forms/form in PADL copyright
2003-05-25 Kurt ZeilengaRemove $OpenLDAP$ from installed configuration file
2003-05-25 Luke Howards/forms/form in PADL copyright
2003-05-24 Luke HowardClarify copyright
2003-05-24 Howard ChuITS#2548 must dup sasl_errdetail msgs
2003-05-22 Kurt ZeilengaDon't use default binddn when password is empty
2003-05-22 Kurt ZeilengaError when user tries to mix command line and default...
2003-05-14 Howard ChuFix ldap_get_attribute_ber to get values in-place.
2003-05-06 Kurt ZeilengaFix typo in last commit
2003-05-05 Kurt ZeilengaITS#2486: plug leak
2003-05-02 Hallvard FurusethFix assignment of <char/int>* to unsigned <char/int...
2003-05-01 Howard ChuFix prev commit
2003-05-01 Howard ChuITS#2424 use two SASL contexts per session to conform...
2003-04-30 Howard ChuITS#2424 reset SASL on an existing connection
2003-04-30 Howard ChuFor ITS#2424, move all SASL session management to ldap_...
2003-04-30 Howard ChuITS#2475 delete bogus SASL2 call
2003-04-29 Hallvard FurusethReduce warnings: Add missing 0 or NULL initializers...
2003-04-29 Hallvard FurusethMake string parameter to ldap_charray_add() and ldap_ch...
2003-04-29 Hallvard FurusethCast away const.
2003-04-24 Luke HowardMore careful checking of AVA flags
2003-04-24 Luke HowardFix Active Directory canonical name breakage
2003-04-22 Jong Hyuk Choiget_ldapmsg_ber() -> ldap_get_message_ber()
2003-04-22 Jong Hyuk Choiget_ldapmsg_ber() added.
2003-04-22 Kurt ZeilengaDon't do (unsafe) DNS reverse lookups.
2003-04-21 Kurt ZeilengaMore ldap_connect_to_host() tweaks.
2003-04-21 Kurt ZeilengaFix builds when getaddrinfo is not detected but getname...
2003-04-21 Kurt ZeilengaITS#2459 (partial) fix. Eliminate address parameter...
2003-04-11 Howard ChuMore memory context tweaks
2003-04-06 Kurt Zeilengamark a few translatable strings
2003-04-06 Kurt ZeilengaMark a few error strings
2003-04-06 Kurt ZeilengaDon't cache strings, locale could change
2003-04-06 Kurt Zeilengamark the rest of translatable strings
2003-04-06 Kurt ZeilengaMark error strings
2003-04-06 Howard ChuITS#2423 - make the lib that allocates SASL prompt...
2003-03-20 Howard ChuITS#2388 fix if() conditions.
2003-03-14 Kurt Zeilengajust in case <netdb.h> does something like
2003-03-14 Howard ChuITS#2373 add declaration of h_errno
2003-03-07 Howard ChuBlind fix, delete obsolete files cache.c, authpasswd.c
2003-03-06 Howard ChuChasing a referral needs both the request and response...
2003-03-06 Howard ChuPass correct msgid to ldap_result
2003-03-05 Howard ChuSilence warnings in prev commit
2003-03-05 Howard ChuAdded ldap_pvt_get_hname. Use instead of ldap_pvt_getho...
2003-03-04 Howard ChuMinor cleanup for sendmsg
2003-03-04 Kurt ZeilengaFix initializer
2003-03-02 Kurt ZeilengaAdd acc_rights detection (needs testing)
2003-03-02 Kurt ZeilengaAdd check of <sys/uio.h> and include as needed for...
2003-03-02 Howard ChuCleanup previous commit
2003-03-02 Howard ChuInteroperability fix for sendmsg/recvmsg with access...
2003-03-01 Kurt ZeilengaDon't send extra messages, will cause interoperability...
2003-02-28 Howard ChuFix previous commit
2003-02-28 Howard ChuFix ITS#2335, properly parse multiple CLDAP responses...
2003-02-22 Howard ChuChange "goto leave" to "goto exit" to avoid DEC namespa...
2003-02-21 Kurt ZeilengaAdd a few comments to the ITS#2325 fix
2003-02-21 Kurt ZeilengaRound 2
2003-02-21 Kurt ZeilengaA little cleanup of last 2 commits
2003-02-21 Kurt ZeilengaForgot to remove one prompts free
2003-02-21 Kurt ZeilengaITS#2325 fix: properly freeing prompts->results
2003-02-21 Kurt ZeilengaWhoops. (I'm reconsidering whether or not to accept...
2003-02-21 Kurt ZeilengaRevert last commit
2003-02-21 Kurt ZeilengaBack out interact free() fixes. Will fix properly...
2003-02-16 Howard ChuUse struct berval * instead of ** for newpasswd
2003-02-16 Howard ChuFix ber_scanf args
2003-02-16 Howard ChuFix ber_printf arguments
2003-02-14 Kurt ZeilengaOnly install readahead layer when connectionless as
2003-02-14 Howard ChuFix previous commit
2003-02-13 Howard ChuFix typo in peercred DN. Make it agree with actual...
2003-02-13 Howard ChuMore for re-entrant LDAP* handles. Works much better.
2003-02-13 Howard ChuAdded ld_req_mutex and ld_res_mutex to protect ld_reque...
2003-02-11 Pierangelo Masaratiminor cleanup
2003-02-10 Kurt ZeilengaRemove lint
2003-02-09 Kurt ZeilengaWe should be calling libtool --finish when install...
2003-02-09 Kurt Zeilengaunifdef -DLDAP_NOCACHE
2003-02-09 Kurt ZeilengaConsistently add cancel.c to makefiles
2003-02-08 Kurt ZeilengaRework #ifdef'ing of expermental controls to ease relea...
2003-02-07 Pierangelo MasaratiI suggest the coder(s) of the cyrus stuff to check...
2003-02-07 Pierangelo Masaratiaccording to sasl documentation, prompts is filled...
2003-02-05 Jong Hyuk ChoiLDAP Sync Operation (draft-zeilenga-ldup-sync) as a...
2003-02-04 Pierangelo Masaratiimprove last commit
2003-02-04 Pierangelo Masaratiallow multiple URIs (need to backport to back-ldap)
2003-02-03 Jong Hyuk ChoiIntermediate Response
2003-01-30 Howard ChuFix ITS#2161, the check is meaningless anyway.
2003-01-27 Jong Hyuk ChoiLDAP cancel misc patch
2003-01-25 Jong Hyuk ChoiLDAP cancel operation
next