]> git.sur5r.net Git - openldap/history - servers/slapd
check for ee == NULL
[openldap] / servers / slapd /
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
2007-09-03 Pierangelo Masaraticheck call consistency
2007-09-03 Pierangelo Masaratimake sure n,o are non-zero, so j is initialized (coverity)
2007-09-03 Pierangelo Masaratifix one-time leak (coverity)
2007-09-03 Pierangelo Masaratifix helper pointer inizialization (coverity)
2007-09-03 Howard ChuUse IA5String for olcDbConfig to allow empty strings
2007-09-03 Howard ChuAdd IA5String macro
2007-09-03 Howard ChuFix PrintableString/IA5String commentary
2007-09-02 Howard ChuRead DB_CONFIG file in server and tool mode, for config...
2007-09-02 Howard ChuFix schema undo crash
2007-09-02 Howard ChuITS#5082 RE23 compatibility, allow olcPasswordHash...
2007-09-02 Howard ChuPartially resurrect cn=Include stuff - parse from LDIF...
2007-09-01 Howard ChuHide log schema
2007-09-01 Pierangelo Masaratihide (experimental) schema
2007-09-01 Pierangelo Masaratihide (experimental) schema
2007-09-01 Pierangelo Masaratifix previous commit
2007-09-01 Pierangelo Masaratihide (experimental) schema
2007-09-01 Pierangelo MasaratiauthzMatch IS octetStringMatch
2007-09-01 Pierangelo Masaratihide (experimental) schema
2007-09-01 Pierangelo Masaratihide schema
2007-09-01 Howard ChuProtect Debug messages from NULL pointers
2007-09-01 Quanah Gibson-MountITS#5102 fix
2007-09-01 Howard ChuFix DEVEL dependency
2007-08-30 Howard ChuRevert prev commit, don't advertise subord scope
2007-08-30 Pierangelo Masaratirelease certificateListValidate()
2007-08-29 Howard ChuFix SORTED_RESULTS check
2007-08-29 Howard Chuunifdef LDAP_DEVEL for subordinate scope
2007-08-29 Pierangelo Masaratiallow shutdown while syncrepl_del_nonpresent()
2007-08-29 Pierangelo Masaratinote what SID the server is assuming
2007-08-29 Ralf HaferkampAdditional fix for ITS#4991. _cleanup callback was...
2007-08-29 Pierangelo Masaratiplug yet another leak
next