]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldap
don't segfault if a database doesn't have the suffix
[openldap] / servers / slapd / back-ldap /
2004-01-01 Kurt ZeilengaHappy new year
2003-12-13 Pierangelo Masaratiuse dedicated admin identity to proxyAuthz
2003-12-13 Howard ChuClean up entry initialization
2003-12-08 Kurt Zeilenganotices and acknowledgements
2003-12-07 Howard ChuCleanup unknown config directive handling.
2003-12-06 Howard ChuClear ocflags
2003-12-04 Howard ChuITS#2740 - link librewrite statically into back-ldap...
2003-12-01 Kurt ZeilengaDon't search for proxy authz control unnecessarily.
2003-12-01 Pierangelo Masaratiadd administrative bind and proxyAuthz control to enabl...
2003-12-01 Pierangelo Masaratithis memory will be freed by free()
2003-11-29 Hallvard FurusethAvoid /* inside comments.
2003-11-27 Kurt Zeilenganotices and acknowledges
2003-11-26 Kurt ZeilengaNotice/Acknowledge updates
2003-11-14 Pierangelo Masaratifix a number of mem leaks; add destroy code; HEADS...
2003-09-20 Howard ChuFix segfault if entry_get is called with NULL attribute
2003-06-12 Howard ChuITS#2440 unmunge init_module names
2003-06-11 Howard ChuBind fixes for chaining
2003-06-11 Howard ChuFix config, chaining
2003-06-11 Howard ChuMore overlay tweaks. Added LDAP chaining overlay.
2003-05-31 Kurt ZeilengaHide experimental controls and extended operations
2003-05-25 Kurt ZeilengaAnother round of minor copyright updates
2003-05-22 Hallvard FurusethPrintf %p expects a void pointer.
2003-05-14 Howard ChuITS#2511 use %p to log pointer values
2003-05-02 Hallvard Furusethctrls[] was initialized with which non-constants.
2003-04-29 Kurt Zeilengaremove dnNormalize2
2003-04-29 Kurt Zeilengaremove dnPretty
2003-04-29 Hallvard Furuseth#include <ac/string.h>, to get memset() and strlen().
2003-04-18 Pierangelo Masaratiuse SLAP_PTRCMP
2003-04-18 Pierangelo Masaratireset passwords before freeindg them
2003-04-17 Howard ChuFix AVL comparisons
2003-04-11 Howard ChuRevert previous, committed by mistake
2003-04-11 Luke HowardDon't pass NULL DN to rewrite_session(), causes asserti...
2003-04-11 Howard ChuMore memory context tweaks
2003-04-08 Pierangelo Masaraticleanup
2003-04-07 Pierangelo Masaratifix typo
2003-04-07 Howard Chuschema checks
2003-04-07 Howard ChuFix !ENABLE_REWRITE
2003-04-07 Howard ChuFix returncode checks
2003-04-07 Pierangelo Masaratineed a second function because of different free()...
2003-04-07 Pierangelo Masaratimove to more appropriate file ...
2003-04-07 Pierangelo Masaratiuse berval
2003-04-07 Pierangelo Masaratidefault remapping from target to server aliases searchR...
2003-04-07 Pierangelo Masaratigroup rewrite/map stuff in one structure and optimize...
2003-04-07 Pierangelo Masaratiuse rewrite info instead of ldapinfo for reusability...
2003-04-07 Howard ChuUse individual addAttrDN, compareAttrDN, modifyAttrDN...
2003-04-07 Howard ChuFix prev
2003-04-07 Howard ChuFix freeval check
2003-04-07 Howard ChuCleanup previous
2003-04-07 Howard Chu(SLAP_NVALUES) attr->a_nvals must not be NULL, set...
2003-04-07 Howard ChuFix matchedDn detection
2003-04-07 Howard ChuActually free mapped attrval
2003-04-07 Howard ChuCleanup ENABLE_REWRITE ifdefs, put into a new ldap_back...
2003-04-05 Pierangelo Masaratisilence warnings
2003-04-05 Pierangelo Masaratimap attrs improvement
2003-04-05 Pierangelo Masaratimassage bound dn only if operating on authz backend
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-04-05 Pierangelo Masaraticleanup
2003-04-05 Pierangelo Masaratiminor fixes: leaks, dangling pointers, cleaner tag...
2003-04-04 Pierangelo Masaratimore args elimination + allow specific messages when...
2003-04-04 Pierangelo Masaratinormalize values only if required
2003-04-04 Pierangelo Masaratihandle failure or missing attrs
2003-04-04 Howard ChuFix req DN massaging
2003-04-04 Howard ChuFix prev commit
2003-04-04 Howard ChuMapping fixes, SLAP_NVALUES fixes
2003-04-04 Pierangelo Masaratifirst cut at mapping/rewriting before search (after...
2003-04-04 Pierangelo Masaratiremove more unnecessary args
2003-04-03 Howard ChuFix shared/private binds, fix entry_get malloc
2003-04-03 Pierangelo Masaratitrim unnecessary args
2003-04-03 Pierangelo Masaratibackout this for now
2003-04-03 Pierangelo Masaratianyone knows a safer way to skip a tag?
2003-04-03 Pierangelo Masaratiof course there's a better way to skip a tag :)
2003-04-03 Pierangelo Masaratieat undesired values
2003-04-03 Pierangelo Masaratineed this to be able to bound searches when back-ldap...
2003-04-03 Pierangelo Masaraticleanup and fixes
2003-04-02 Howard ChuFix typos in prev commit
2003-04-01 Howard ChuConsolidated slap_callbacks into one function. Removed...
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-26 Howard ChuRemove attribute.c, group.c from build
2003-03-26 Howard ChuDeleted BackendInfo->bi_acl_attribute, bi_acl_group.
2003-03-24 Howard ChuSLAP_NVALUES - quick hack, just set a->a_nvals = a...
2003-03-11 Pierangelo Masaratifix ITS#2362 and other leaks/unhandled massaged DN...
2003-03-03 Pierangelo Masaratiset return code
2003-03-01 Pierangelo Masaratiimproved filter mapping/rewrite; improved result rewrit...
2003-02-26 Howard ChuSync with MR flags in slap.h
2003-02-19 Howard ChuFix do/don't send result logic
2003-02-16 Howard ChuAdded proxy-whoami keyword for forwarding whoami requests.
2003-02-16 Howard ChuUse struct berval * instead of ** for newpasswd
2003-02-16 Howard ChuAdded passwd_exop, added matchedDN rewrite for results.
2003-02-14 Howard ChuFix previous commit
2003-02-14 Howard ChuUse extended async APIs to allow direct parsing of...
2003-02-13 Howard ChuImplemented connection pooling. Requires libldap_r...
2003-02-13 Howard ChuRevert previous, wasn't broken.
2003-02-13 Howard ChuFix uninit'd timeout value
2003-01-27 Pierangelo Masaraticleanup null mapping detection
2003-01-27 Pierangelo Masaraticleanup
2003-01-27 Pierangelo Masaraticleanup objectclass detection
2003-01-27 Pierangelo Masaraticlean up mapping api
2003-01-27 Pierangelo Masaratifix objectclass mapping (to nothing)
2003-01-19 Hallvard FurusethSilence gcc warnings (signed vs. unsigned, implicit...
2003-01-03 Kurt ZeilengaHappy new year
next