]> git.sur5r.net Git - openldap/history - servers/slapd/controls.c
Updated notices
[openldap] / servers / slapd / controls.c
2003-11-27 Kurt ZeilengaUpdated notices
2003-11-19 Kurt ZeilengaDon't assume offsetof(foo,firstelement) is zero
2003-11-11 Jong Hyuk Choiupdate ldapsync/syncrepl code according to the new...
2003-11-10 Jong Hyuk Choi1. Session history support
2003-09-19 Kurt ZeilengaHide experimental controls
2003-09-16 Kurt ZeilengaInitial support for pre/post read controls.
2003-08-27 Jong Hyuk Choiunifdef LDAP_SYNC and LDAP_SYNCREPL
2003-08-07 Kurt ZeilengaAdd initial support for modify/increment. No over...
2003-06-27 Jong Hyuk ChoiLCUP primitive routines removed
2003-06-11 Hallvard FurusethFix printf format in debug output.
2003-06-10 Kurt ZeilengaAssertion control with no backend support (yet)
2003-05-31 Kurt ZeilengaHide experimental controls and extended operations
2003-05-24 Howard ChuChange slap_sasl_authorized to take an Operation instea...
2003-04-09 Howard ChuMinor cleanups
2003-04-09 Howard ChuFirst cut at thread-local malloc. Only used by search...
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-03-31 Howard ChuMinor cleanup
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-14 Howard ChuPlug leaks in controls_destroy()
2003-03-02 Kurt ZeilengaUse renamed initializers
2003-03-01 Pierangelo Masaratiadd 'next[/prev]' initializer
2003-02-28 Luke HowardSupport for dynamic registration of controls, both...
2003-02-16 Howard ChuRevert previous kludge in controls.c, use ldap_pvt_thre...
2003-02-16 Howard ChuKludge - set conn->c_sasl_bindop before calling slap_sa...
2003-02-09 Kurt ZeilengaMisc LCUP cleanup
2003-02-09 Kurt Zeilengarename "permit modify" control to "permissive modify"
2003-02-08 Kurt ZeilengaRework #ifdef'ing of expermental controls to ease relea...
2003-02-07 Pierangelo Masaraticleanup
2003-02-05 Jong Hyuk ChoiLDAP Sync Operation (draft-zeilenga-ldup-sync) as a...
2003-01-23 Luke HowardTest PermitModify and NoReferrals controls (note that...
2003-01-19 Hallvard FurusethFix printf format errors.
2003-01-19 Hallvard FurusethInsert missing initializers, to silence gcc warnings.
2003-01-03 Kurt ZeilengaHappy new year
2002-12-07 Kurt ZeilengaCatch NULL control OID up front.
2002-12-07 Pierangelo MasaratiSLAPI - Netscape plugin API for slapd - based on patch...
2002-12-05 Kurt ZeilengaFinish proxy authzid control
2002-12-03 Julius EnarusaiFixed minor compile errors in LDAP_LOG debug statements.
2002-12-03 Kurt ZeilengaFirst-cut proxy authorization support.
2002-11-28 Kurt Zeilenga#unifdef paged results, remove lint
2002-11-21 Pierangelo Masaratiremove paged results cruft
2002-11-21 Pierangelo Masarati- allow interactive pagedResults size change
2002-11-21 Pierangelo MasaratiSupport for RFC 2696:
2002-10-25 Jong Hyuk ChoiLCUP persistent search code drop
2002-09-15 Kurt ZeilengaMisc CLIENT_UPDATE cleanups
2002-09-14 Jong Hyuk ChoiLCUP Response Control Code
2002-09-06 Kurt ZeilengaSome LCUP clean up
2002-09-04 Jong Hyuk ChoiLDAP Client Update Protocol - non-persistent update...
2002-09-02 Kurt ZeilengaAdd NOOP search support.
2002-08-13 Kurt ZeilengaFix IRIX sc_mask conflict
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-05-02 Kurt ZeilengaMatched Values implementation (ITS#1776) based upon...
2002-03-24 Kurt ZeilengaUpdate control framework
2002-03-23 Pierangelo Masaratifix ITS#1671 and more
2002-02-18 Kurt Zeilenga#ifdef experimental controls
2002-02-12 Kurt Zeilengaimprove log message
2002-02-12 Kurt ZeilengaFix overly complex control management
2002-01-31 Howard ChuFix ITS#1573 spelling errors
2002-01-28 Kurt ZeilengaAdd whoami extended operation. LDBM_PRE_GIANT_RWLOCK
2002-01-16 Kurt ZeilengaRemove unused deprecated DN routines.
2002-01-09 Kurt ZeilengaFix problems caused by lint removal
2002-01-09 Kurt ZeilengaRework control infrastructure a bit. Add subentries...
2002-01-09 Kurt ZeilengaA subentries control framework
2002-01-06 Kurt ZeilengaAdd some critical control checks.
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-09 Kurt Zeilengamisc cleanup
2001-12-09 Kurt ZeilengaRemove lint
2001-05-06 Kurt ZeilengaFix disconnect bug
2001-03-02 Gary Williamsfix logging line
2001-01-17 Gary Williamsfix format
2001-01-11 Gary Williamsmore new logging (finally), behind NEW_LOGGING
2000-06-06 Kurt ZeilengaRemove not to be implemented control.
2000-05-13 Kurt ZeilengaY2k copyright update
2000-02-29 Kurt ZeilengaReplace do_*() return -1 with return SLAPD_DISCONNECT.
1999-12-08 Kurt ZeilengaReengineered ldappasswd(1). Uses extended operation...
1999-12-03 Howard ChuFix memory losses, ITS#379
1999-11-17 Kurt ZeilengaAdvertise LDAP_CONTROL_X_CHANGE_PASSWD.
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-08-17 Hallvard FurusethAdd <ac/string.h>
1999-07-22 Kurt ZeilengaFix unknown critical extensions.
1999-07-22 Kurt ZeilengaFix control parsing and controls free routine.
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-07-07 Kurt ZeilengaAdd support for unsolicited notifications.
1999-07-07 Kurt ZeilengaFix CRITICIAL typo.
1999-07-05 Kurt ZeilengaAdd controls.c: initial version of get_ctrls()