]> git.sur5r.net Git - openldap/history - servers
Cleanup debug msgs
[openldap] / servers /
2007-11-12 Howard ChuCleanup debug msgs
2007-11-12 Howard ChuITS#5230 fix slimit for rootDN w/pagedresults
2007-11-12 Howard ChuITS#5225 fix contextCSN updating
2007-11-11 Quanah Gibson-Mountcleanup
2007-11-09 Howard ChuMore for ITS#5212 make conditional explicit
2007-11-08 Ralf HaferkampFix op->o_abandon handling. Use fake connection to...
2007-11-07 Howard ChuFix prev commit
2007-11-07 Howard ChuITS#5146 better check for single val in modify
2007-11-07 Howard ChuITS#5186 check for multiple suffixes at config time...
2007-11-07 Howard Chufix prev commit (ITS#5212)
2007-11-05 Howard ChuITS#5209 sasl_host may be different from global_host
2007-11-04 Howard ChuITS#5211 spec says we must ignore invalid cookies
2007-11-02 Howard ChuMore for prev commit, ITS#5120.
2007-11-02 Howard ChuDon't send cookie at end of refresh if nothing changed...
2007-11-01 Howard ChuITS#5191 do all pagedresult control parsing in the...
2007-10-25 Howard ChuUse per-thread slap_counters to eliminate lock contention
2007-10-25 Howard ChuRepack Connection structure for alignment
2007-10-25 Howard ChuConcurrency tweaks:
2007-10-24 Pierangelo Masaratifurther fix of double free (ITS#4860)
2007-10-24 Pierangelo Masaratidon't compute lengths twice
2007-10-23 Howard ChuITS#5197 fully revert prev commit, use thr_stub
2007-10-23 Howard ChuForced commit, partially revert prev commit
2007-10-23 Howard ChuITS#5197 don't check thread pool if NO_THREADS
2007-10-23 Howard ChuITS#5189 revert index.c 1.67, just catch LDAP_OTHER
2007-10-23 Howard ChuFix prev commit, include errno.h
2007-10-23 Howard ChuITS#5189 recognize ENOMEM
2007-10-22 Howard ChuFix typo
2007-10-20 Howard ChuFix depend dependency for parallel make
2007-10-20 Howard ChuFix depend/.links dependency for parallel make
2007-10-16 Howard ChuFix prev commit, only defer open for online Add
2007-10-16 Howard ChuDon't leak logfiles
2007-10-15 Howard ChuFix error message propagation
2007-10-15 Howard ChuCheck DB directory validity at config time
2007-10-15 Howard ChuRevert prev commit, bogus
2007-10-15 Howard ChuSave return code from cleanup handler
2007-10-15 Howard ChuPartial revert from 1.246, not sure what's the point
2007-10-13 Pierangelo Masaratiset BINDING appropriately (ITS#5185)
2007-10-10 Pierangelo Masaratifix dirsep's in DN (ITS#5172)
2007-10-08 Howard ChuITS#5177 pass new entries in search_response for Persis...
2007-10-08 Howard ChuFix unprotected checks for psearches
2007-10-08 Howard ChuPlug leak
2007-10-08 Howard ChuTweak ACL cache messages
2007-10-08 Pierangelo Masaratifix ordering of items on objectClass definition (ITS...
2007-10-08 Howard ChuITS#5173 simplify defer open behavior
2007-10-08 Howard ChuITS#5173 fix for dynamic add in cn=config
2007-10-08 Howard ChuRefuse to operate on cacheDB if it hasn't been started yet
2007-10-08 Howard ChuFix for dynamic adds
2007-10-08 Howard ChuCheck for cleanup on Adds, not just Modifies
2007-10-08 Howard ChuITS#4884 fix prev commit
2007-10-08 Howard ChuITS#4188 check for pool pause every 64 entries. (probab...
2007-10-06 Howard ChuITS#3864 use sasl_ssf_t where expected
2007-10-05 Howard ChuITS#5072 fix issuer format, use uppercase hex per RFC3641
2007-10-05 Pierangelo Masaratifix typing warnings
2007-10-05 Pierangelo Masaratide-normalize simple filter values consistently
2007-10-05 Pierangelo Masaratisupport de-normalization
2007-10-05 Howard ChuFix syncrepl_entry to propagate cookieCSN when present
2007-10-05 Pierangelo Masaratifix previous commit (didn't have coffee yet :()
2007-10-05 Pierangelo Masaratifor consistency, always represent UUIDs correctly ...
2007-10-04 Pierangelo MasaratiITS#5168 also affects back-meta
2007-10-04 Pierangelo Masaratifix ITS#5168 (a better fix would probably be a generic...
2007-10-03 Howard ChuITS#5060 take care of entry cleanup when using
2007-10-03 Howard ChuITS#5164 lack of a db_open handler is not an error
2007-10-03 Howard ChuFrom ITS#5164 - treat monitoredInfo normalization consi...
2007-10-02 Howard ChuDon't queue zero-length CSNs
2007-10-02 Pierangelo Masaratis/strtoul/strtol/ (ITS#5165)
2007-10-02 Pierangelo Masaratidon't malloc the berval separately for presentlist
2007-10-02 Pierangelo Masaratialso log cookie parsing
2007-10-02 Pierangelo Masaratilog cookie (until we find what's going on...)
2007-10-02 Pierangelo Masaratiback out hex RID
2007-10-02 Howard ChuFix uninit'd ld in prev commit (coverity)
2007-10-01 Howard ChucertificateExactNormalize - only check serial encoding...
2007-10-01 Pierangelo Masaratis/%d/%x/
2007-10-01 Howard ChuITS#5070 unify serialNumberAndIssuer validation
2007-10-01 Howard ChuITS#5070 use lutil_str2bin() for certificate serialNumbers
2007-09-29 Pierangelo Masaratifirst round of s/sprintf/snprintf/; the rationale is...
2007-09-29 Pierangelo Masaratiremove potential buffer overflow, now that rids can...
2007-09-29 Pierangelo Masaratibetter fix for ITS#5154
2007-09-29 Howard ChuITS#5070 again, use [-]0x123456789abcdef for big int...
2007-09-26 Pierangelo Masaraticheck for ee == NULL
2007-09-26 Pierangelo Masaratiplug leak (ITS#5155)
2007-09-26 Pierangelo Masaratitemporary fix to ITS#5154
2007-09-26 Howard Chucoverity - a->a_nvals may be NULL
2007-09-26 Howard Chucoverity - init i
2007-09-26 Howard Chuinit rc
2007-09-26 Ralf Haferkampset mod->sm_numvals
2007-09-25 Howard ChuITS#5153 fix prev commit, ordering matches can be done...
2007-09-24 Howard ChuITS#5151 fix CertificateListValidate
2007-09-24 Howard ChuRemove special cases for BigNums in certificateExactNor...
2007-09-24 Howard ChuLog the attribute that failed normalization
2007-09-24 Howard ChuMore for Mod.sm_numvals
2007-09-24 Howard ChuPartially revert prev commit, unintended.
2007-09-24 Howard ChuUse attr_valfind instead of value_find_ex to optimize...
2007-09-24 Howard ChuPreliminary sorted value support
2007-09-23 Howard ChuMake slap_passwd_parse non-destructive
2007-09-23 Howard ChuMore for a_numvals
2007-09-22 Howard ChuUse OLcfgCt{Oc|At} arc for contrib modules
2007-09-21 Hallvard FurusethUpdate last change: lutil_atoul() -> lutil_atou() for...
2007-09-21 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2007-09-21 Hallvard FurusethCast away const
2007-09-21 Howard ChuMore for Modification value counter
next