]> git.sur5r.net Git - openldap/history - libraries
more cleanup and api rewriting (too tired to do anything better)
[openldap] / libraries /
2003-04-11 Howard ChuMore memory context tweaks
2003-04-11 Howard ChuMore memory context tweaks
2003-04-10 Howard ChuMore malloc context tweaks
2003-04-09 Howard ChuExtended API for ber_mem functions, add context argument.
2003-04-09 Howard ChuITS#2434 ber accessors
2003-04-06 Kurt Zeilengamark more translatable strings
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-04-05 Pierangelo Masaratiavoid 0-sized, unused allocations
2003-03-30 Kurt Zeilengacancel.c missing (blind update)
2003-03-27 Howard ChuITS#2404 keep the per-thread context in the individual...
2003-03-22 Kurt ZeilengaUse ifdef not comment to comment out code
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-12 Howard ChuFix up lutil_passwd stuff to avoid struct berval definition
2003-03-12 Howard ChuAdd comment to previous
2003-03-12 Howard ChuITS#2365 - preserve internal ber_tag as well as ber_ptr...
2003-03-11 Howard ChuAdded lutil_passwd_init, _destroy, _add for dynamically...
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-04 Kurt ZeilengaFix initializer
2003-03-04 Pierangelo Masaratisilence warning
2003-03-03 Howard ChuFix ITS#2344, prev commit changed too much.
2003-03-03 Howard ChuReplace recursive get_stringbvr with iterative get_stri...
2003-03-03 Howard ChuCleanup slapd-specific NT service support
2003-03-03 Howard ChuFix previous commit, eventlog path was wrong
2003-03-03 Howard ChuDefault is_NT_Service to no
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-02 Howard ChuUse fixed sizes for ber_get_next to avoid 64-bit hangs.
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 ZeilengaAdd a safety value
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-17 Howard ChuDon't spawn threads based on ltp_pending_count, it...
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 Howard ChuSet stack size for created threads
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 ZeilengaNot yet implemented.
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-31 Howard Chuber_flush shouldn't be logging with _ANY, changed to...
2003-01-30 Hallvard FurusethChange lutil_detach() to not close the descriptors...
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
2003-01-24 Luke HowardDon't free active thread list
2003-01-24 Luke HowardAdded ldap_pvt_thread_self() and ldap_pvt_thread_pool_c...
2003-01-23 Howard ChuFix typo
2003-01-23 Howard ChuFix ITS#2280, reject sequences with invalid lengths
2003-01-22 Kurt ZeilengaITS#2275: PROTOS ber_get_next() fix
2003-01-21 Kurt ZeilengaITS#2267: SASL empty cred fix
2003-01-20 Kurt ZeilengaITS#2159: don't crash on malformed userPassword
2003-01-20 Kurt Zeilenga#ifdef LDAP_PF_LOCAL needed.
2003-01-19 Hallvard FurusethSilence gcc warnings (signed vs. unsigned, implicit...
2003-01-19 Hallvard FurusethFix printf format errors.
2003-01-19 Hallvard FurusethCast ctype.h arguments to unsigned char.
2003-01-19 Hallvard FurusethRemove an implicit int, to silence gcc warnings.
2003-01-19 Hallvard FurusethRemove pointless `unsigned < 0' test.
2003-01-19 Hallvard FurusethInsert missing initializers, to silence gcc warnings.
2003-01-19 Hallvard Furuseth'static' must come before 'const'.
2003-01-19 Hallvard FurusethFix LBER_ERROR vs. -1 confusion.
2003-01-13 Howard ChuSet thread stack size, default (1MB) is always too...
next