]> git.sur5r.net Git - openldap/history - servers/slapd
add referral check to functions elaborated by overlays
[openldap] / servers / slapd /
2004-04-05 Pierangelo Masaratiadd referral check to functions elaborated by overlays
2004-04-05 Pierangelo Masaraticheck in portions of code is done on length rather...
2004-04-05 Howard ChuAvoid mktime/gmtime in parse_time(), just compute time_...
2004-04-05 Howard ChuITS#3048 delete sasl_checkpass support
2004-04-04 Howard ChuFix prev commit, days at month boundaries
2004-04-04 Howard ChuFix parse_time GMT computation for daylight savings...
2004-04-03 Pierangelo Masaratiapparently accept() doesn't fill the sun_path field...
2004-04-03 Pierangelo Masaratireturn error code only if required (ITS#3042)
2004-04-03 Howard ChuDon't manipulate password history if not configured...
2004-04-02 Kurt ZeilengaAdd a yet-to-be-tested deliveryMethodValidate function
2004-03-27 Kurt Zeilengacleanup
2004-03-27 Howard ChuRestore build rule for dynamic backends.
2004-03-27 Kurt ZeilengaDon't return subordinate referrals (per RFC 3296)
2004-03-27 Kurt ZeilengaDon't disclose information to attacker.
2004-03-27 Kurt ZeilengaCleanup
2004-03-26 Jong Hyuk Choireintroduce changes made in tools/slapadd.c v1.64 ...
2004-03-26 Kurt ZeilengaAdd numericStringOrderingMatch rule (ITS#2988)
2004-03-25 Jong Hyuk Choifix for ITS#2995
2004-03-25 Jong Hyuk Choipatch for ITS#2948
2004-03-25 Howard ChuITS#3036 check for syncrepl
2004-03-25 Howard ChuITS#3038 64bit compatibility (oops)
2004-03-24 Kurt Zeilengacleanup
2004-03-24 Howard ChuSilence warning
2004-03-23 Kurt ZeilengaITS#2768: configuring slurpd's interval between replog...
2004-03-20 Kurt ZeilengaSeems all overlays are going here (at present)
2004-03-20 Howard ChuA toy/demo overlay for collective attributes.
2004-03-20 Howard ChuOverlay API notes. work in progress, please comment.
2004-03-20 Pierangelo Masaratifollow search references as well
2004-03-20 Howard ChuReplaced slap_overinfo.oi_bd with oi_orig.
2004-03-20 Howard ChuITS#3033 fix debug msg segv
2004-03-20 Howard ChuRestructure to release locks before sending result
2004-03-20 Howard ChuUse REP_MATCHED_MUSTBEFREED reply flag
2004-03-19 Kurt ZeilengaAdd readme.
2004-03-19 Kurt ZeilengaITS#3032: retry when GSSAPI creds are not available
2004-03-18 Pierangelo Masaratifix nasty subtype bug (too many results)
2004-03-18 Kurt ZeilengaAdd note that some of the unimplemented matching rules are
2004-03-18 Pierangelo Masaraticleanup error messages
2004-03-18 Pierangelo Masaratito be conservative ...
2004-03-18 Pierangelo Masaratioops, I did it again
2004-03-18 Pierangelo Masaraticleanup rwm overlay; init/destroy session cookie; strip...
2004-03-18 Pierangelo Masaratioverlays reworking
2004-03-18 Howard ChuFix prev commit
2004-03-18 Howard ChuAdded ppolicy_use_lockout keyword; Default behavior...
2004-03-18 Howard ChuAdded ppolicy_hide_lockout keyword
2004-03-18 Kurt ZeilengaHide noop control until published and code is updated.
2004-03-18 Kurt ZeilengaFix typo in commit before last
2004-03-18 Kurt Zeilengacleanup
2004-03-18 Kurt Zeilengacleanup for release engineering
2004-03-17 Pierangelo Masaratiimprove previous commit
2004-03-17 Pierangelo Masaratimove DN/config test in slapdn/slaptest
2004-03-17 Pierangelo Masaratiworks in most cases ...
2004-03-17 Pierangelo Masaratiadd labeledURI to back-ldap databases
2004-03-17 Pierangelo Masaraticarefully check the URI
2004-03-17 Kurt Zeilengapassword always replaces old passwords
2004-03-17 Kurt Zeilengacleanup
2004-03-17 Howard ChuFix deadlock in remove_query_data
2004-03-17 Howard ChuFix a couple SEGVs
2004-03-17 Howard ChuAdd connection_fake_init()
2004-03-17 Howard ChuFix passing of state info to over_back_response
2004-03-17 Pierangelo Masarationly works with explicit overlay instantiation
2004-03-17 Pierangelo Masaratifix previous commit
2004-03-17 Pierangelo Masaratireset SlapReply flags
2004-03-17 Pierangelo Masaratiadded callbacks to most of the functions; more cleanup
2004-03-17 Pierangelo Masaratisearch/unbind works; need to consistently add callbacks...
2004-03-17 Pierangelo Masaratireset flags (need to check consistence across slapd)
2004-03-17 Howard ChuFix account lock check
2004-03-17 Pierangelo Masaratineed to turn it into a man page, when it freezes
2004-03-17 Pierangelo Masaratislight improvements; doesn't work yet
2004-03-17 Pierangelo Masaratiactually, teh backend could also be selected on a per...
2004-03-17 Pierangelo Masaratiadd back-relay (doesn't work yet)
2004-03-16 Pierangelo MasaratiseeAlso to overlays as well
2004-03-16 Howard ChuFix non-standard OIDs
2004-03-16 Pierangelo Masaratiadd overlay subsystem and connect it to databases
2004-03-16 Pierangelo Masaratiadd iterator on overlays
2004-03-16 Pierangelo Masaratiinit 'oi' also when the backend already has overlays...
2004-03-16 Pierangelo Masaratiadd DN check mode; rework check sinfrastructure
2004-03-16 Pierangelo Masaratiremove {} from procedures invocation, as noted in ITS...
2004-03-16 Pierangelo Masaratifix brain dead count (part of ITS#2641)
2004-03-16 Howard ChuPassword policy schema from draft 7
2004-03-16 Howard ChuPassword policy overlay, implements draft 7. The spec...
2004-03-16 Howard ChuRevert "delete old" change; doesn't work for salted...
2004-03-16 Howard ChuFix prev commit
2004-03-16 Pierangelo Masaratihandle overlays
2004-03-15 Howard ChuPreserve old slap_passwd_hash() signature, add slap_pas...
2004-03-15 Howard ChuDelete old password if provided
2004-03-14 Kurt Zeilengacleanup
2004-03-12 Howard ChuCleanup result handling
2004-03-12 Howard ChuAdd c_conn_idx, to simplify external modules managing...
2004-03-11 Pierangelo Masaratifix error message
2004-03-10 Pierangelo Masarati"searchFilter" by default must be empty
2004-03-10 Jong Hyuk Choifor ITS#3105
2004-03-10 Pierangelo Masarati"searchFilter" by default must be empty
2004-03-10 Pierangelo Masaratiadd "searchFilterAttrDN" rewrite context, and allow...
2004-03-10 Pierangelo Masaratirevert previous commit
2004-03-10 Pierangelo Masaratiadd "searchFilterAttrDN" rewrite context, and allow...
2004-03-10 Pierangelo Masaratirewrite entry DN-valued attrs
2004-03-10 Pierangelo Masaratiuse prepare/bind/execute instead of bind/execdirect...
2004-03-10 Howard ChuYet more for ITS#3008. Seems to work properly now.
2004-03-10 Howard ChuMore for ITS#3008
2004-03-10 Howard ChuITS#3008 fix value-based ACLs
next