]> git.sur5r.net Git - openldap/shortlog
openldap
2001-11-14 Ralf HaferkampFixed some memory allocation/freeing bugs
2001-11-14 Pierangelo... hack to make '' base work; please check side-effects
2001-11-14 Pierangelo... fix a couple of misformats
2001-11-14 Pierangelo... non-root add/delete of entries rooted at '' checks...
2001-11-14 Pierangelo... non-root add/delete of entries rooted at '' checks...
2001-11-13 Kurt ZeilengaRemove slap_get_time optimization.
2001-11-13 Kurt ZeilengaPort ITS#1430 changes from ldbm
2001-11-13 Kurt Zeilengarm currenttime_mutex.
2001-11-13 Mark Adamsonoptimize number of calls to slap_get_time()
2001-11-12 Howard ChuFix - put group cache search after backend has been...
2001-11-12 Howard ChuAdded bdb_attribute and bdb_group ACL support routines
2001-11-12 Howard ChuFix missing case
2001-11-12 Howard ChuAdded backend_group result caching.
2001-11-12 Howard ChuAdded backend_group result caching.
2001-11-12 Pierangelo... Fixes first part of ITS#1430
2001-11-12 Pierangelo... Fixes second part of ITS#1430
2001-11-12 Pierangelo... Fixes ITS#1433
2001-11-12 Pierangelo... trims space after comma in dn.regex acls (prelude to...
2001-11-12 Pierangelo... fix bug in previous commit
2001-11-12 Pierangelo... struct berval * instead of char * in ldap_ava struct...
2001-11-12 Mark Adamsonalready have the strlen of the attrname in the berval...
2001-11-10 Stig VenaasFixes memory leaks in do_compare()
2001-11-09 Mark Adamsontypo in declaration of function.
2001-11-09 Mark Adamsonuse berval's instead of strings with UTF8normalize()
2001-11-08 Steve SonntagCompile error if Cyrus Sasl is not present. Put ifdefs in
2001-11-07 Kurt ZeilengaRemove lint
2001-11-07 Howard ChuAdded schema_destroy() et al to free schema structures...
2001-11-06 Stig VenaasFixed more memory leaks
2001-11-06 Howard ChuAdded ldap_pvt_tls_destroy() to cleanup TLS library...
2001-11-06 Mark Adamsonbervals alloc'd by UTF8SubstringsassertionNormalize...
2001-11-06 Kurt ZeilengaPlug leaks (ITS#1116)
2001-11-05 Mark Adamsonfix various memory leaks
2001-11-05 Kurt ZeilengaAdd dnsReferral to TO DO list
2001-11-05 Kurt ZeilengaDon't use indices to support not [!] filters.
2001-11-05 Pierangelo... cleanup
2001-11-05 Pierangelo... same typo in more data files (was it intended ? :)
2001-11-05 Pierangelo... typo in data (already fixed in test-ordered.ldif)
2001-11-05 Howard ChuFix for dbnosync - DB_TXN_NOSYNC is not a valid flag...
2001-11-05 Howard ChuPorted referral patches from back-ldbm. I believe searc...
2001-11-04 Kurt ZeilengaFix typo in last commit
2001-11-03 Kurt ZeilengaFix realloc bug (ITS#1410)
2001-11-03 Kurt Zeilengatelex number should allow $
2001-11-03 Kurt ZeilengaFix uninitialized pointer bug.
2001-11-03 Kurt ZeilengaSome minor adjustments
2001-11-03 Kurt ZeilengaRemove derived file
2001-11-03 Pierangelo... access control man page
2001-11-03 Pierangelo... more meaningful subtree replication test
2001-11-02 Pierangelo... Subtree replication test
2001-11-01 Pierangelo... wrong length in statement selection (not critical)...
2001-10-31 Pierangelo... remove remaining C++ style comments
2001-10-30 Pierangelo... moved rdn parsing in a dedicated routine, ldap_str2rdn...
2001-10-29 Pierangelo... fixes assertion fault when the <to> clauses's argument...
2001-10-29 Pierangelo... More compliant version of str2dn/dn2str;
2001-10-27 Kurt ZeilengaMisc updates
2001-10-27 Kurt ZeilengaOnly build/install tools and ud by default
2001-10-26 Pierangelo... enhanced dn parsing; see libraries/libldap/dntest for...
2001-10-26 Kurt Zeilengadraft 04
2001-10-26 Kurt ZeilengaFirst stable an implementing latest namedref specification.
2001-10-26 Kurt ZeilengaAdd nul termination
2001-10-25 Pierangelo... missing leading quote
2001-10-25 Kurt ZeilengaDon't pass NULL string pointers to Debug
2001-10-25 Pierangelo... Fixes ITS#1385
2001-10-25 Kurt ZeilengaRoot DSE and subschema subentry compare.
2001-10-24 Kurt ZeilengaUse allids instead of candidiate negation for !. (ITS...
2001-10-24 Kurt ZeilengaAdd openldap notice.
2001-10-24 Kurt ZeilengaFix typo
2001-10-24 Kurt ZeilengaFix typo
2001-10-24 Kurt ZeilengaUpdate to full notice
2001-10-24 Kurt ZeilengaCleanup --help
2001-10-24 Kurt ZeilengaFix error messages
2001-10-23 Kurt ZeilengaUse defined Root DSE attributes.
2001-10-23 Kurt ZeilengaUpdated busy loop protection
2001-10-23 Kurt ZeilengaAdd additional __res_query check
2001-10-23 Julio Sánchez... Remove bogus refusal to index ;binary attributes. ...
2001-10-23 Julio Sánchez... And this change implements indexing for certificateExac...
2001-10-23 Julio Sánchez... No code change, added a comment warning of a possible...
2001-10-23 Julio Sánchez... Compares get values in the matching rule syntax (see...
2001-10-23 Julio Sánchez... Replacement for value_find and compatibility macro.
2001-10-23 Julio Sánchez... Normalization and more error checking.
2001-10-22 Julio Sánchez... When checking if an entry matches some filter, we have...
2001-10-22 Julio Sánchez... Extend value_match to extract an asserted value from...
2001-10-22 Julio Sánchez... Add a flag to help the value_* functions know whether...
2001-10-22 Julio Sánchez... Do something with the error text.
2001-10-22 Pierangelo... handle lead/trail escape chars in LDAPv2/LDAPv3; change...
2001-10-22 Howard ChuDon't free entries since the tools realloc the buffers.
2001-10-22 Howard ChuFix some uninitialized variables
2001-10-22 Howard ChuFix entry_encode; must save the given e->e_dn without...
2001-10-22 Howard ChuMissed a test in AttributeDescription commit
2001-10-22 Howard ChuMoved binary entry_encode/entry_decode into main code...
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-10-22 Pierangelo... more elegant use of realloc; still needs cleanup in...
2001-10-22 Pierangelo... use AC_MEMCPY instead of str[n]cpy
2001-10-22 Julio Sánchez... It now sort of works, but needs some normalization...
2001-10-21 Kurt ZeilengaAdd HAVE_USLEEP for slapd/daemon busy loop protection
2001-10-21 Kurt ZeilengaExperiment with busy loop protection...
2001-10-21 Kurt ZeilengaAdd check for __res_query in default libraries
2001-10-20 Julio Sánchez... Use the ldap syntax oid assigned by David Chadwick...
2001-10-20 Pierangelo... listen on any device
2001-10-20 Pierangelo... fixes ITS#1398
2001-10-20 Julio Sánchez... First cut at certificateExactMatch, completely untested...
next