]> git.sur5r.net Git - openldap/history - servers/slapd/controls.c
ITS#5489
[openldap] / servers / slapd / controls.c
2008-04-09 Howard ChuITS#5409 fix from HEAD
2008-02-12 Kurt ZeilengaHappy new year! (belated)
2007-01-02 Kurt Zeilengahappy new year
2006-12-28 Pierangelo Masaratifix filter structure leak (ITS#4794)
2006-11-24 Pierangelo Masaratifix ITS#4760 differently
2006-11-24 Pierangelo Masaratiimport fix to ITS#4760
2006-02-15 Kurt ZeilengaITS#4404: values return filter OID fix
2006-01-10 Kurt Zeilengabackport ITS#4320 fix from HEAD
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-20 Kurt Zeilengarestrict assertion control
2005-11-27 Kurt ZeilengaSync with HEAD
2005-11-05 Kurt ZeilengaSync with HEAD
2005-09-28 Kurt ZeilengaSync with HEAD
2005-08-29 Kurt ZeilengaSync with HEAD
2005-08-12 Kurt ZeilengaIANA assigned OIDs
2005-08-12 Kurt ZeilengaControl OID changes from HEAD
2005-08-09 Kurt ZeilengaSync with HEAD
2005-07-11 Kurt ZeilengaSync with HEAD
2005-06-03 Kurt ZeilengaMerge in recent changes to HEAD
2005-05-18 Kurt ZeilengaSync with HEAD
2005-04-29 Kurt ZeilengaInitial round of changes for 2.3 beta
2005-03-14 Kurt ZeilengaSync with HEAD
2005-02-02 Kurt ZeilengaSync with HEAD OPENLDAP_REL_ENG_2_3_1ALPHA
2005-01-28 Kurt ZeilengaSync with HEAD
2005-01-20 Kurt ZeilengaSync with HEAD
2004-12-30 Kurt ZeilengaSync with HEAD
2004-12-30 Kurt ZeilengaCleanup
2004-12-17 Howard ChuRevert previous, unnecessary
2004-12-03 Howard ChuITS#3404, fix uninit'd ctrl fields
2004-11-29 Howard ChuFix slap_known_controls initialization
2004-11-27 Pierangelo Masaratimake unregistered known controls show up as undefined...
2004-11-27 Howard ChuFix prev commit
2004-11-27 Howard ChuAdd slap_find_control_id
2004-11-27 Howard ChuMore migration of syncrepl from frontend to syncprov...
2004-11-25 Howard ChuDisable back-bdb native syncrepl support, enable syncpr...
2004-11-25 Howard ChuMerge op->o_sync_mode into op->o_sync
2004-11-23 Howard ChuNow that we have a fixed number of slots for controls...
2004-11-23 Howard ChuDynamic control management
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-09-27 Pierangelo Masaratiminor cleanup
2004-09-26 Pierangelo Masaratipreformat "conn=%lu op=%lu"
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-08-28 Kurt ZeilengaAdd FIXME comment regarding improper return of unavaila...
2004-08-24 Pierangelo Masaratiadd paged results support to back-ldap
2004-06-21 Pierangelo Masaraticlear pagedresults_state if reusing an inactive connect...
2004-06-21 Pierangelo Masaratifix pagedResults dangling pointer in parsing cookie...
2004-06-16 Pierangelo Masaratiimprove pagedResults ignoring (hopefully)
2004-06-16 Kurt ZeilengaAdd SLAP_BFLAG_NOLASTMODCMD backend flag. When set...
2004-06-12 Pierangelo Masaratiignore the control if page is larger than requested...
2004-05-24 Kurt Zeilengacleanup
2004-05-15 Kurt Zeilengafix up error handling, including disallowing sync+paged...
2004-05-13 Pierangelo Masaratipromoted proxyAuthz to STATS log level
2004-05-13 Pierangelo Masaratiempty ID should be fine according to draft-weltman...
2004-04-17 Pierangelo Masaratiremove unused structure member ps_id
2004-04-13 Pierangelo Masaratilots of cleanup
2004-04-09 Pierangelo Masaratihonor size limits when using paged results
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-03-18 Kurt ZeilengaHide noop control until published and code is updated.
2004-03-09 Luke Howards/SERVER_SEARCH_FLAG/SEARCH_FLAG
2004-03-09 Luke HowardSupport server search flag control as alias for permiss...
2004-01-01 Kurt ZeilengaHappy new year
2003-12-23 Howard ChuRevert to simple authzID behavior
2003-12-17 Kurt ZeilengaMake modify/increment conditional
2003-12-17 Pierangelo Masaraticleanup most of the -pedantic warnings (ITS#2884) and...
2003-12-16 Pierangelo Masaratiadd to 'val[.<style>=<value>' ACLs special match styles...
2003-12-15 Pierangelo Masaratiallow 'AUTHZ' mech in proxyAuthz control to allow also...
2003-12-13 Pierangelo MasaratisaslAuthzTo/From stuff
2003-12-08 Kurt Zeilengaunifdef -DLDAP_CONTROL_PAGEDRESULTS (as it is always...
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.
next