]> git.sur5r.net Git - openldap/history - servers
ITS#4884 fix prev commit
[openldap] / servers /
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
2007-09-21 Howard ChuAttribute/Modification value counters
2007-09-20 Ralf HaferkampUse rwlock for CachedQuery to avoid returning incomplet...
2007-09-20 Ralf HaferkampFixed memory leak in pcache. Cache is now populated...
2007-09-15 Howard ChuAdd comment for prev commit
2007-09-15 Howard ChuFix prev commit
2007-09-15 Pierangelo Masaratifix previous commit
2007-09-15 Pierangelo Masaratiadd helper for internal searchs for objectClass=*
2007-09-15 Pierangelo Masaratialloc temporaries on slab
2007-09-15 Pierangelo Masaratifurther fix ITS#5138 (please review)
2007-09-15 Pierangelo Masaratidraft-wahl-ldap-session: append further instances of...
2007-09-15 Pierangelo Masaratiapply Howard's cleanup of database monitoring registration
2007-09-15 Howard ChuITS#5138 don't scan past the sequence of attributes
2007-09-14 Pierangelo Masaratifix potential double-free (valgrind; ITS#5137)
2007-09-14 Pierangelo Masaratiadd more sanity checks (ITS#5136)
2007-09-14 Pierangelo Masaratifix ITS#5136
2007-09-14 Pierangelo Masaratiadd support for dgAuthz --- see discussion on -devel
2007-09-14 Pierangelo Masaratirelease entry (ITS#5135)
2007-09-14 Pierangelo Masaratiremove unused code
2007-09-13 Pierangelo Masaratifix double free - related to ITS#4860 and probably...
2007-09-13 Pierangelo Masaratidon't leak in case of error
2007-09-13 Pierangelo MasaratiHEADS-UP: now the list of URIs is better set by using...
2007-09-13 Pierangelo Masaratifurther rework URI parsing
2007-09-13 Pierangelo Masaratiimprove error message
2007-09-13 Pierangelo Masaratilog unknown message type
2007-09-12 Pierangelo Masaratienable unindexed searches monitoring ifdef LDAP_DEVEL
2007-09-12 Pierangelo Masaratihandle sizelimit in caching (in partial fulfilment...
2007-09-11 Howard ChuDon't populate member list unless it was requested
2007-09-10 Pierangelo Masaratiuse /-* for all parents; ignore /-0; check syntax;...
2007-09-10 Pierangelo Masaratihandle empty set, empty string special cases
2007-09-10 Pierangelo Masaraticleanup sets code; should fix a potential leak and...
2007-09-10 Pierangelo Masaratiapplied with changes (ITS#4860)
2007-09-09 Pierangelo Masaratiidassert also in case of SASL mechs that do not set...
2007-09-09 Pierangelo Masaratifix proxyAuthz oid setup
2007-09-09 Howard Chure: prev commit, init j
2007-09-08 Howard ChuITS#5129 fix alock_close with Quick mode
2007-09-08 Howard ChuITS#5129 disallow Quick mode if DB_CONFIG has changed
2007-09-08 Pierangelo Masaratiquote suffix (ITS#5128) and use it as much as possible...
2007-09-07 Pierangelo Masaratiremove experimental code as per ITS#4962 discussion
2007-09-07 Howard Chuback-sock by Brian Candler (B.Candler@pobox.com) ITS...
2007-09-07 Howard ChuAdd Acknolwedgement
2007-09-07 Howard ChuUse permalink
2007-09-07 Howard ChuUpdate Net::Server URL
2007-09-07 Howard Chuback-sock by Brian Candler (B.Candler@pobox.com) ITS...
2007-09-07 Pierangelo Masaratialso copy modifications we don't deal with, as they...
2007-09-04 Pierangelo Masaratiparse unsigned as unsigned (ITS#5122)
2007-09-04 Pierangelo Masaratiblind fix: I assume we need to restore ors_scope
2007-09-04 Pierangelo Masaratifix idl lru deletion of last entry (ITS#5121) OPENLDAP_REL_ENG_2_4_MP
2007-09-04 Howard ChuITS#5119 fix uninit'd nval after normalization failure
next