]> git.sur5r.net Git - openldap/history - servers
Revert to original code
[openldap] / servers /
2003-12-31 Kurt ZeilengaQuick hack for PSEARCH crash.
2003-12-31 Kurt Zeilengacleanup
2003-12-30 Kurt Zeilengaclarify meaning of strongAuthRequired
2003-12-30 Kurt ZeilengaInitial subordinate implementation (for chaining)
2003-12-30 Luke HowardFix assertion failure if acl_check_modlist() called...
2003-12-30 Kurt ZeilengaUpdate OID
2003-12-30 Kurt ZeilengaMisc cleanup
2003-12-30 Kurt ZeilengaLDAP_SCOPE_SUBORDINATES (for chaining)
2003-12-29 Kurt ZeilengaUpdate no-op control to return LDAP_NO_OPERATION instea...
2003-12-29 Kurt ZeilengaMisc code cleanup
2003-12-28 Luke HowardDon't require slapi to be in the path - always include...
2003-12-28 Luke HowardCleanup SLAPI namespace
2003-12-27 Luke HowardInitialize terminating bv_len in slapi_int_ldapmods2mod...
2003-12-25 Howard ChuBetter fix for ITS#2512. Use callback to invoke replog...
2003-12-25 Howard ChuRevert prev commit, unnecessary
2003-12-25 Howard ChuRevert prev commit, not necessary
2003-12-24 Howard ChuFix prev commit
2003-12-24 Howard ChuUse a separate mutex for the replication timestamp
2003-12-24 Howard ChuITS#2895 TXN_PREPARE is not needed since we use nested...
2003-12-24 Howard ChuITS#2895 store a copy in the entry cache
2003-12-24 Howard ChuFix bogus "Internal error" when deleting non-existent...
2003-12-24 Howard ChuFix reject error logging
2003-12-23 Howard ChuDon't assume the replog is sorted, sort the queue befor...
2003-12-23 Howard ChuFix replog sequencing - assign sequence numbers at...
2003-12-23 Howard ChuITS#2887 fix slapi crash
2003-12-23 Howard ChuRevert to simple authzID behavior
2003-12-23 Howard ChuExecute overlays in reverse of config order.
2003-12-23 Howard ChuAvoid runtime copying of BackendDB
2003-12-20 Pierangelo Masaratifix previous commit
2003-12-20 Pierangelo Masaratiin the <what> clause of ACLs, only 'attr=' or 'attrs...
2003-12-20 Pierangelo Masaratifor consistency, always allow 'onelevel' as an alias...
2003-12-20 Howard ChuFix handling of an_oc_exclude
2003-12-20 Howard ChuITS#2888 don't return LDAP_SIZELIMIT_EXCEEDED prematurely
2003-12-20 Howard ChuMore cleanup
2003-12-20 Howard ChuClean up prev commit
2003-12-20 Howard ChuITS#2889 - fix explicit objectClass inclusion/exclusion
2003-12-19 Luke HowardFix slapi_modify_internal() to deal with just the modif...
2003-12-19 Kurt ZeilengaDocument +0
2003-12-19 Kurt ZeilengaMove ldapi to /var/run
2003-12-19 Kurt ZeilengaMove pid/args files into $(RUNDIR)/run
2003-12-18 Howard ChuFix install rule
2003-12-18 Kurt ZeilengaMove experimental built-in SASL behind SLAP_BUILTIN_SAS...
2003-12-18 Pierangelo Masaratipropagate flags to sasl-regexp functions (will need...
2003-12-18 Pierangelo Masaratiallow 'all' vs. 'any' sasl-authz-policy
2003-12-18 Kurt Zeilengaclarify default access control policy
2003-12-18 Kurt ZeilengaCompletely untested built-in EXTERNAL implementation
2003-12-18 Howard ChuITS#2884 silence warning. We don't dereference this...
2003-12-18 Howard ChuITS#2883 initialize rc before running callbacks
2003-12-17 Kurt ZeilengaMake modify/increment conditional
2003-12-17 Pierangelo Masaraticleanup most of the -pedantic warnings (ITS#2884) and...
2003-12-17 Kurt ZeilengaSync with HEAD
2003-12-16 Luke HowardFirst round of SLAPI cleanups - use slapi_int_XXX for...
2003-12-16 Pierangelo Masaratifix a couple of (too optimistic) comments...
2003-12-16 Luke HowardHonour any controls that are sent by a SLAPI plugin
2003-12-16 Pierangelo Masaratiline up comments and code
2003-12-16 Pierangelo Masaratiimprove error handling for attr val ACL syntax
2003-12-16 Luke HowardDon't leak SLAPI_RESCONTROLS when free'ing parameter...
2003-12-16 Kurt ZeilengaDeprecate +objectClass in favor of @objectClass per...
2003-12-16 Kurt ZeilengaRevert last commit
2003-12-16 Pierangelo Masaratihonor '!' (objectClass negation) when checking attribut...
2003-12-16 Pierangelo Masaratiadd to 'val[.<style>=<value>' ACLs special match styles...
2003-12-16 Howard ChuFix - need to initialize lutil_passwd.
2003-12-15 Pierangelo Masaratiallow 'AUTHZ' mech in proxyAuthz control to allow also...
2003-12-14 Pierangelo Masaratitypo
2003-12-14 Pierangelo Masaratifix previous commits
2003-12-14 Pierangelo Masaratiresolve naming conflicts when compiling rwm overlay...
2003-12-14 Kurt ZeilengaAdd LDAP_DEPRECATED macro
2003-12-13 Kurt ZeilengaAdd u: comment
2003-12-13 Kurt ZeilengaForward parse the uauthzid. A realm cannot be specifie...
2003-12-13 Pierangelo MasaratisaslAuthzTo/From stuff
2003-12-13 Howard ChuUse c_authmech when c_sasl_bind_mech is empty
2003-12-13 Howard ChuFix prev commit, use c_authtype
2003-12-13 Howard ChuAlways set c_authmech
2003-12-13 Kurt Zeilengacleanup
2003-12-13 Kurt ZeilengaLook for the '@' in userid@realm in reverse so that...
2003-12-13 Pierangelo Masaratinote a potential problem
2003-12-13 Pierangelo Masaraticonn must be non-null
2003-12-13 Pierangelo Masaratiadd subtree/children styles to saslAuthzTo/From; 'dn...
2003-12-13 Pierangelo Masaraticleanup saslauthz code
2003-12-13 Pierangelo Masaratiuse dedicated admin identity to proxyAuthz
2003-12-13 Pierangelo Masaratideclare overlays_init()
2003-12-13 Howard ChuClean up entry initialization
2003-12-11 Kurt ZeilengaTweak the codes
2003-12-11 Jong Hyuk Choifix for concurrent persistent searches
2003-12-10 Howard ChuWhitespace
2003-12-10 Howard ChuFixup overlay build environment
2003-12-10 Pierangelo Masaratimake names unique, since back-ldap/back-meta still...
2003-12-09 Pierangelo Masaratiadd rwm overlay configure and make stuff (need autoconf...
2003-12-09 Pierangelo Masaraticleanup handling of unknown directives ...
2003-12-09 Howard ChuITS#2865 don't try to calloc 0 bytes, log an error...
2003-12-09 Howard ChuITS#2868 check result from slap_startup
2003-12-09 Howard ChuMinor cleanup. Still need to address ITS#2866 point 2
2003-12-08 Kurt Zeilengaunifdef -DLDAP_CONTROL_PAGEDRESULTS (as it is always...
2003-12-08 Kurt Zeilenganotices and acknowledgements
2003-12-07 Kurt Zeilenganotices and acknowledgements
2003-12-07 Howard ChuAdded sc_next and sc_cleanup to slap_callback
2003-12-07 Howard ChuCleanup unknown config directive handling.
2003-12-07 Howard ChuITS#2864 removed sl_mark/sl_release code
2003-12-07 Howard ChuMinor cleanup
2003-12-07 Howard ChuITS#2864 don't use sl_mark/release.
next