]> git.sur5r.net Git - openldap/history - servers/slapd/back-tcl
Don't pass NULL DN to rewrite_session(), causes assertion failure
[openldap] / servers / slapd / back-tcl /
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-29 Pierangelo Masaratiremove crufted callbacks
2003-03-01 Kurt Zeilengamore OPERATIONS v. OTHER error cleanup
2003-01-03 Kurt ZeilengaHappy new year
2002-06-21 Howard ChuFix dynamic module linking
2002-05-09 Kurt ZeilengaPatch: Non-unique msgid for abandon in back-<shell...
2002-05-01 Howard ChuChanged be_[n]suffix, be_[n]suffixAlias to BerVarray...
2002-04-29 Pierangelo MasaratiFirst commit of Hallvard's backend documentation effort
2002-04-18 Kurt ZeilengaBlind commit:
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-03 Howard ChuChanged AttributeName back into an array instead of...
2001-12-31 Howard ChuChanged search attrs from struct berval ** to Attribute...
2001-12-26 Howard ChuFirst pass at converting bind to struct bervals
2001-12-26 Howard ChuFix attrs handling
2001-12-26 Howard ChuFix attrs handling
2001-12-26 Howard ChuChanged search attrs to struct berval **.
2001-12-07 Howard ChuNT updates from jon@symas.com.
2000-06-21 Mark ValenceNew backend routine: back_attribute
2000-06-16 Kurt ZeilengaAdd backend_check_referrals() framework.
2000-06-10 Kurt ZeilengaMisc code cleanup.
2000-05-22 Kurt ZeilengaConst'ification
2000-05-22 Kurt ZeilengaConst'ification
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-11 Howard ChuRemoved XLDFLAGS, unnecessary for modules.
2000-02-07 Kurt ZeilengaAdd Modification/Modifications structures for -DSLAPD_S...
1999-09-23 Ben Collins* configure.in: add tcl8.2 to list of tcl libs to searc...
1999-09-18 Howard ChuAdded mixed-case as well as up-cased DN argument. The...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-08-20 Kurt Zeilengamore const'ification
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-09 Howard ChuFix explicit backend dependencies. Wildcard was unreliable.
1999-08-07 Howard ChuFinal round of module changes
1999-08-06 Howard ChuFor dynamic modules, must explicitly zero BackendInfo...
1999-08-03 Hallvard FurusethRemove obsolete 7th arg (opatts) from send_search_entry...
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-07-07 Kurt ZeilengaAdd support for unsolicited notifications.
1999-07-05 Kurt Zeilengaunifdef -DSLAPD_ACLGROUPS -DSLAPD_ACLAUTH
1999-06-29 Kurt ZeilengaAdd sasl "mech" argument to backend bind routines.
1999-06-24 Bastiaan BakkerMerged dynamic module support patch (see ITS #196)...
1999-06-23 Bastiaan BakkerAdded connection initialisation and destruction notific...
1999-05-21 Kurt Zeilengas/WIN32/HAVE_WINSOCK/
1999-04-28 Kurt ZeilengaAdd mkversion script to generate version.c files. ...
1999-03-05 Juan GomezImplemented newSuperior handling.
1999-03-05 Juan GomezAdded parameter newSuperior in preparation to support
1999-03-03 Hallvard Furusethfunction pointers are incompatible with `void *'; remov...
1999-02-28 Ben CollinsChanged general debug levels too LDAP_DEBUG_SHELL
1999-02-23 Ben CollinsChanged LDA_DEBUG_ statements to more appropriate ones
1999-02-20 Hallvard Furusethwrap bi_acl_group in #ifdef SLAPD_ACLGROUPS
1999-02-19 Ben CollinsConverted strdup()'s to ch_strdup()
1999-02-18 Ben Collins* Removed uneeded cvs keywords
1999-02-17 Ben CollinsMissing file
1999-02-17 Ben CollinsStyle changes, added cvs keywords
1999-02-17 Ben CollinsUpdated some items
1999-02-17 Ben CollinsCompleted open/close/destroy implementations
1999-02-17 Ben CollinsImplemented the open, init functions correctly
1999-02-17 Ben CollinsImplemented all of the (db_)destroy and (db_)close...
1999-02-17 Ben CollinsMoved tcl_back_db_open() and interpreter init to tcl_init.c
1999-02-17 Ben CollinsAdded return()
1999-02-17 Ben Collinsfixed exit()'s to be return()'s
1999-02-17 Ben Collinskeyword update
1999-02-17 Ben Collins$Id update
1999-02-14 Kurt ZeilengaImport Ben Collins <bcollins@debian.org> Back-TCL for...