]> git.sur5r.net Git - openldap/history - servers/slapd/saslauthz.c
add authzSyntax for authzTo/authzFrom attributes; add X-ORDERED 'VALUES' if support...
[openldap] / servers / slapd / saslauthz.c
2005-08-11 Pierangelo Masaratiadd authzSyntax for authzTo/authzFrom attributes; add...
2005-08-06 Pierangelo Masaratifix potential leak (if URL form is broken); cleanup
2005-08-06 Pierangelo Masaratiuse macros instead of literals
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-14 Hallvard FurusethSilence "unused <something>" warnings
2005-04-21 Pierangelo Masaratiset alias dereferencing (please check)
2005-04-10 Kurt Zeilenga<limits.h> cleanup && ITS#3643
2005-03-01 Howard ChuAdded authz-regexp, slapi plugin retrieval
2005-02-22 Howard ChuAdded acl_unparse, slap_sasl_getpolicy
2005-01-23 Pierangelo Masaraticleanup
2005-01-01 Kurt ZeilengaHappy New Year!
2005-01-01 Pierangelo Masaratirework internal handling of strings to minimize tempora...
2004-12-08 Pierangelo Masaraticlarify why we don't accept scheme other than ldap...
2004-11-25 Howard ChuSplit Operation into Opheader and op
2004-11-25 Howard ChuDisable back-bdb native syncrepl support, enable syncpr...
2004-11-16 Pierangelo Masaratimore on ITS#3396: note that the filter is mandatory...
2004-11-16 Pierangelo Masaratifix ITS#3396 (filter in URI replacement must be present)
2004-11-12 Pierangelo Masaratidon't hijack members of op for temporaries...
2004-09-26 Pierangelo Masaratimultiple precision with BIGNUM/gmp/ulong
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-08-18 Howard ChuReworked fix for ITS#3140 - add access parameter to...
2004-07-18 Pierangelo Masaratirework op/rs structures to deal with opeartional attributes
2004-07-18 Hallvard FurusethFix coredump in slap_sasl_check_authz() due to wrong...
2004-06-20 Pierangelo Masaratiadd shortcut for 'users'; but, very important, cleanup...
2004-06-12 Pierangelo Masaraticlarify no limits in (internal) searches
2004-05-31 Kurt Zeilengacleanup
2004-05-30 Kurt ZeilengaDon't shortcut scope base searches. Base scope searche...
2004-05-13 Pierangelo Masaraticleanup
2004-05-13 Pierangelo Masaratiexpose slap_sasl_matches() to allow external matching...
2004-05-01 Pierangelo Masaratiremove lint and cleanup namespace
2004-04-26 Pierangelo Masaratiscan all results for multiple entries; fail in case...
2004-04-26 Pierangelo Masaratifix size test in internal search for bdb/hdb
2004-04-25 Pierangelo Masaratiadd group authz
2004-04-24 Pierangelo Masaratiparsing bug (does not affect RE22)
2004-04-20 Pierangelo Masaratirename macro accordingly to new authz naming
2004-04-20 Kurt ZeilengaITS#3092: Rename sl_free() and friends to slap_sl_free()
2004-04-16 Kurt Zeilengas/saslAuthz/authz/
2004-04-14 Pierangelo Masaratirename macro
2004-04-13 Pierangelo Masaratiuse librewrite for sasl-regexp (need to #define SLAP_X_...
2004-04-07 Howard ChuFix internal search limits (due to recent limit_check...
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-04-06 Kurt Zeilengaswap be_isroot and be_isroot_dn symbols
2004-03-20 Howard ChuITS#3033 fix debug msg segv
2004-03-18 Kurt Zeilengacleanup for release engineering
2004-03-06 Pierangelo Masaratidocument saslAuthzTo/saslAuthzFrom new syntax; add...
2004-01-01 Kurt ZeilengaHappy new year
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-17 Pierangelo Masaraticleanup most of the -pedantic warnings (ITS#2884) and...
2003-12-17 Kurt ZeilengaSync with HEAD
2003-12-15 Pierangelo Masaratiallow 'AUTHZ' mech in proxyAuthz control to allow also...
2003-12-14 Pierangelo Masaratifix previous commits
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 Pierangelo Masaratiadd subtree/children styles to saslAuthzTo/From; 'dn...
2003-12-13 Pierangelo Masaraticleanup saslauthz code
2003-12-07 Howard ChuAdded sc_next and sc_cleanup to slap_callback
2003-12-06 Luke HowardEnsure exact DNs are normalized in slap_parseURI.
2003-12-04 Kurt ZeilengaUpdate Mark's notice (with permission)
2003-12-03 Pierangelo Masaratisyntax improvement (ITS#2852)
2003-12-01 Pierangelo Masaratiif rule is an URI, must have a filter field
2003-11-27 Kurt ZeilengaUpdated notices
2003-11-13 Howard ChuITS#2825 fix SASL internal searches
2003-09-20 Howard ChuPlug memleak in slap_parseURI
2003-08-31 Luke HowardInherit operation pblock for SLAPI
2003-07-31 Kurt Zeilengadelete incorrect URI description. RFC 2255 should...
2003-06-15 Kurt ZeilengaFix ITS#2578
2003-05-25 Kurt ZeilengaAnother round of minor copyright updates
2003-05-24 Howard ChuChange slap_sasl_authorized to take an Operation instea...
2003-05-24 Howard ChuITS#2533 backend_attribute uses tmpmemctx, must free...
2003-05-12 Howard ChuITS#2505 - make sr_strings per-op instead of static
2003-04-29 Kurt Zeilengaremove dnNormalize2
2003-04-29 Hallvard FurusethReduce warnings: Add missing 0 or NULL initializers...
2003-04-12 Howard ChuMemory context tweaks for Bind
2003-04-11 Howard ChuMore memory context tweaks
2003-04-09 Howard ChuMinor cleanups
2003-04-09 Howard ChuFirst cut at thread-local malloc. Only used by search...
2003-04-01 Howard ChuConsolidated slap_callbacks into one function. Removed...
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-10 Howard ChuAdded op->o_is_auth_check; use ACL_AUTH instead of...
2003-03-02 Howard ChuFix slap_sasl_authorized, c_authz_backend may be NULL
2003-02-16 Howard ChuRevert previous kludge in controls.c, use ldap_pvt_thre...
2003-02-09 Kurt ZeilengaITS#2117: remove suffixalias support until someone...
2003-02-07 Kurt Zeilengacode cleanup
2003-02-01 Luke HowardAdd sendreference callback
2003-01-03 Kurt ZeilengaHappy new year
2002-12-18 Howard ChuPlug memory leak
2002-12-13 Kurt Zeilengacleanup
2002-12-05 Luke HowardAllow the root DN to switch to any authorization identity.
2002-12-04 Howard ChuFix slap_sasl2dn(), performing internal search with...
2002-12-03 Kurt ZeilengaFirst-cut proxy authorization support.
2002-09-05 Kurt Zeilengaback_attribute() should use ACL_AUTH not ACL_READ (at
2002-08-30 Howard ChuFix debug statement
2002-08-24 Howard ChuExperimental cruft to propagate valid Operation to...
2002-08-22 Kurt ZeilengaFix abstract schema check
2002-08-20 Howard ChuUse search callbacks in slap_sasl_checkpass and slap_au...
2002-08-16 Kurt ZeilengaRemove #if 0 code
2002-08-16 Pierangelo Masaratisilence warnings
2002-08-07 Kurt ZeilengaFix saslregex init bug
next