]> git.sur5r.net Git - openldap/history - servers/slapd/back-shell
ITS#5469
[openldap] / servers / slapd / back-shell /
2008-02-12 Kurt ZeilengaHappy new year! (belated)
2007-01-02 Kurt Zeilengahappy new year
2006-01-03 Kurt ZeilengaHappy new year!
2005-04-29 Kurt ZeilengaInitial round of changes for 2.3 beta
2005-01-20 Kurt ZeilengaSync with HEAD
2004-11-15 Pierangelo Masaratiremove back-*/external.h
2004-11-13 Pierangelo Masaratifirst step towards removing back-*/external.h
2004-11-11 Pierangelo Masaratirework static backend initialization
2004-10-06 Howard ChuRevert ITS#3353 patch, it needs to be reworked.
2004-10-01 Howard ChuITS#3353 consolidate slapd globals into a single struct
2004-04-26 Kurt ZeilengaUse AC_STRERROR_R
2004-04-08 Kurt Zeilengabvalue cleanup
2004-04-08 Howard ChuMore dynamic/static cleanup
2004-04-08 Howard ChuConsolidated static/dynamic backend switches
2004-03-17 Pierangelo Masaratireset SlapReply flags
2004-01-01 Kurt ZeilengaHappy new year
2003-12-07 Howard ChuCleanup unknown config directive handling.
2003-11-27 Kurt Zeilenganotices and acknowledgements
2003-11-26 Kurt ZeilengaNotice/Acknowledge updates
2003-06-12 Howard ChuITS#2440 unmunge init_module names
2003-06-03 Hallvard FurusethDo not set op->o_private (to the process' pid). Only...
2003-06-02 Kurt ZeilengaAxe abandon support
2003-05-22 Hallvard FurusethSend correct pid in 'pid:' line (ITS#2519).
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-26 Howard ChuDeleted BackendInfo->bi_acl_attribute, bi_acl_group.
2003-01-03 Kurt ZeilengaHappy new year
2002-10-10 Kurt ZeilengaPatch: Delete the buggy surrogate parent code (ITS...
2002-10-07 Kurt ZeilengaMore entry level access control for back-shell
2002-10-07 Kurt ZeilengaMore "entry" level ACLs for entry add, delete, and...
2002-08-24 Kurt Zeilengause ldap_charray_*() instead of charray_*()
2002-07-31 Kurt ZeilengaoperationsError != Internal Error
2002-07-27 Kurt ZeilengaITS#1985 fix: blind commit
2002-06-21 Howard ChuFix dynamic module linking
2002-06-05 Kurt ZeilengaFix up abandon merge. Hallvard will holler if I get...
2002-06-05 Kurt ZeilengaPatch: Non-unique msgid for abandon in back-<shell...
2002-05-15 Kurt ZeilengaPatch: Implement surrogate parent for back-shell ...
2002-05-15 Kurt ZeilengaPatch: back-shell/searchexample.* nitpicks (ITS#1816)
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-11 Howard ChuITS#1733 eliminate o_abandonmutex
2002-03-23 Pierangelo Masaratifix ITS#1671 and more
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-03 Howard ChuChanged AttributeName back into an array instead of...
2002-01-03 Howard ChuUse ldap_queue.h instead of <ac/queue.h>
2002-01-02 Howard ChuChanged struct berval ** to BVarray
2001-12-31 Howard ChuChanged search attrs from struct berval ** to Attribute...
2001-12-29 Howard ChuMore ava fixups
2001-12-26 Kurt ZeilengaUpdate to new struct berval DN API
2001-12-26 Kurt Zeilengastruct berval DN changes
2001-12-26 Kurt ZeilengaFix typo
2001-12-26 Howard ChuFirst pass at converting bind to struct bervals
2001-12-26 Howard ChuChanged search attrs to struct berval **.
2001-12-26 Howard ChuChanged search attrs to struct berval **.
2001-12-25 Kurt ZeilengaMore struct berval DNs
2001-12-24 Kurt ZeilengaFix DN struct berval issue
2001-12-07 Howard ChuNT updates from jon@symas.com.
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-09-02 Kurt ZeilengaAdd some EINTR logic to back-shell. Assumes fgets...
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-05-02 Kurt ZeilengaFix LDIF bug
2000-11-30 Kurt ZeilengaUnbind should not return a result
2000-08-21 Kurt ZeilengaUse example.com in examples
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
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-06-08 Kurt ZeilengaFirst cut new schema support.
2000-05-22 Kurt ZeilengaConst'ification
2000-05-15 Kurt ZeilengaAdd copyright notices
2000-05-15 Kurt ZeilengaMinor updates to shell backend configuration/examples.
2000-05-11 Howard ChuRemoved XLDFLAGS, unnecessary for modules.
2000-04-19 Kurt ZeilengaFix realloc bug and remove use of LDAP_MOD_BVALUES
2000-02-07 Kurt ZeilengaAdd Modification/Modifications structures for -DSLAPD_S...
2000-01-02 Luke HowardFilled in Cyrus SASL authz/storage callbacks for all...
1999-12-08 Kurt ZeilengaReengineered ldappasswd(1). Uses extended operation...
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-09-02 Hallvard FurusethFix Debug printf format
1999-09-02 Hallvard FurusethCleanup:
1999-08-20 Kurt Zeilengacomplete this round of constification
1999-08-20 Kurt Zeilengamore const'ification
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-17 Howard ChuMake init_module return a success/fail value.
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 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-08-01 Hallvard FurusethDelete spurious 7th arg (of 8) to send_search_entry()
1999-07-19 Kurt Zeilengas/backend_db/slap_backend_db/
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-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-05-21 Kurt Zeilengas/WIN32/HAVE_WINSOCK/
1999-04-28 Kurt ZeilengaAdd mkversion script to generate version.c files. ...
next