]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldap
updateref should be allowed with syncrepl (without updatedn)
[openldap] / servers / slapd / back-ldap /
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
2002-12-14 Hallvard FurusethRemove casts of AVL function pointers.
2002-12-04 Howard ChuAdded SLAP_MR_VALUE_NORMALIZED_MATCH, avoid redundant...
2002-11-21 Pierangelo Masaratiimprove limits handling and consistency; return "Admin...
2002-11-10 Pierangelo Masaratiimprove error messages
2002-11-02 Pierangelo Masaratifix attribute delete (ITS#2158) patch provided by Timof...
2002-08-31 Pierangelo Masaratiadded referral support to back-{ldap,meta}; need to...
2002-08-29 Pierangelo Masaratifix server-size controls handling in back-{ldap,meta}
2002-08-29 Pierangelo Masaratiadd server side controls to back-ldap and back-meta
2002-08-13 Pierangelo Masaratibetter error handling when returning results
2002-08-10 Pierangelo Masaratisame as for back-meta
2002-08-09 Pierangelo Masaratiremove dependency from LDAP_FILT_MAXSIZ (and handle...
2002-08-06 Howard ChuAdd #include "lutil.h" for lutil_str* functions
2002-07-31 Kurt ZeilengaoperationsError != Internal Error
2002-07-27 Howard ChuMoved slap_strcopy, slap_strncopy to lutil_strcopy...
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-06-21 Howard ChuFix dynamic module linking
2002-06-12 Kurt ZeilengaDate: Thu, 2 May 2002 08:54:59 GMT
2002-06-12 Howard ChuDeleted Connection->c_cdn. Use conn->c_dn instead...
2002-05-03 Howard ChuUse specific msg id instead of ANY to retrieve search...
2002-05-02 Pierangelo Masaratibroken berval after successful rewrite
2002-05-01 Howard ChuMore cleanups for suffixmassage DNs
2002-05-01 Pierangelo Masaratimassage dn-valued attributes also when compiled without...
2002-05-01 Pierangelo Masaratiuse BerVarray for suffix_massaging stuff
2002-05-01 Pierangelo Masarati- trim check for real naming context already defined...
2002-04-29 Pierangelo Masaratihonor limits if below soft limit
2002-04-25 Howard ChuAdded rebind-as-user option; saves bind credentials...
2002-04-16 Julius EnarusaiAdded LDAP_LOG Messages
2002-04-11 Howard ChuITS#1733 eliminate o_abandonmutex
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-02-11 Howard ChuSilence a warning about ldap_debug
2002-01-22 Pierangelo Masaratias a temporary hack, return result without rewriting...
2002-01-19 Howard ChuDefined some ObjectClass->soc_flags values, changed...
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-13 Howard ChuModify performance patch from Gertjan van Wingerde...
2002-01-12 Pierangelo Masaraticonsistently use dn_match macro throughout slapd
2002-01-12 Pierangelo Masaraticlarify macro name: dn_match = 1 if match, 0 otherwise
2002-01-12 Pierangelo Masaratisome memory handling cleanup: check that memory is...
2002-01-12 Pierangelo Masaraticleanup and better dn handling
2002-01-06 Howard ChuUse 'm' ber_scanf format where convenient
2002-01-06 Howard ChuChanged conn->c_cdn to struct berval.
2002-01-05 Pierangelo Masaratimore cleanup
2002-01-05 Howard ChuBVarray fixes for ldap_dnattr_rewrite
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-04 Pierangelo Masaratimore fixes/updates
2002-01-04 Pierangelo Masaratimisc fix/improvements
2002-01-04 Pierangelo Masaratifix attribute mapping bug
2002-01-04 Pierangelo Masaratimove mapping in a separate file
2002-01-04 Pierangelo Masaratifix rewrite iteration
2002-01-04 Pierangelo Masaratihide mapping initialization
2002-01-04 Howard Chustruct berval fixes, fix memory leak in ldap_send_entry
2002-01-03 Pierangelo Masaratitrivial fixes
2002-01-03 Howard ChuChanged AttributeName back into an array instead of...
2002-01-02 Pierangelo Masaratiminor fixes
2002-01-02 Kurt ZeilengaUse AC_MEMCPY instead of memcpy
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-31 Howard ChuChanged search attrs from struct berval ** to Attribute...
2001-12-29 Howard ChuChange struct berval * to struct berval in various...
2001-12-29 Pierangelo Masaratifix rewrite stuff
2001-12-29 Howard ChuAdded dnPretty2/dnNormalize2 using preallocated destina...
2001-12-28 Howard ChuMore struct beral conversion
2001-12-27 Pierangelo Masaratigroup and attribute conversion to berval DN
2001-12-26 Pierangelo Masaratisome char* to berval fixes
2001-12-26 Howard ChuChanged get_limits to struct berval*
2001-12-26 Howard ChuFirst pass at converting bind to struct bervals
2001-12-26 Howard ChuFix attrs handling
2001-12-26 Howard ChuChanged search attrs to struct berval **.
2001-12-25 Kurt ZeilengaMore struct berval DNs
2001-12-24 Howard ChuAvoid conflict with e_ndn macro
2001-12-24 Howard ChuChanged sai_dn, sai_ndn to struct berval. (Affects...
2001-12-10 Howard ChuChanged backglue configuration. Added noSubordinates...
2001-12-07 Howard ChuNT updates from jon@symas.com.
2001-11-17 Pierangelo Masaratiminor cleanup
2001-11-16 Howard ChuChanged AttributeType.sat_cname from char * to struct...
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-10-03 Pierangelo Masaratiuse slap_str2undef_ad for unknown attributes
2001-08-04 Pierangelo Masaratiadd limits stuff to back-ldap
2001-06-28 Randy KunkeeRemove global_backendsyncfreq code (code has been pushe...
2001-06-22 Randy KunkeeAdd sync_daemon to daemon.c, enabled by global configur...
2001-06-03 Pierangelo Masaratisemicolon after colon in goto labels
2001-05-16 Pierangelo Masaratiadded new log; minor cleanup of rewrite stuff
2001-05-12 Pierangelo MasaratiThis is the commit of:
2001-05-08 Kurt ZeilengaUpdate copyright
2001-02-20 Mark Valencebug fix
next