2001-11-03 |
Pierangelo... | access control man page |
commit | commitdiff | tree | snapshot |
2001-11-03 |
Pierangelo... | more meaningful subtree replication test |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Pierangelo... | Subtree replication test |
commit | commitdiff | tree | snapshot |
2001-11-01 |
Pierangelo... | wrong length in statement selection (not critical)... |
commit | commitdiff | tree | snapshot |
2001-10-31 |
Pierangelo... | remove remaining C++ style comments |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Pierangelo... | moved rdn parsing in a dedicated routine, ldap_str2rdn... |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Pierangelo... | fixes assertion fault when the <to> clauses's argument... |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Pierangelo... | More compliant version of str2dn/dn2str; |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Kurt Zeilenga | Misc updates |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Kurt Zeilenga | Only build/install tools and ud by default |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Pierangelo... | enhanced dn parsing; see libraries/libldap/dntest for... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Kurt Zeilenga | draft 04 |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Kurt Zeilenga | First stable an implementing latest namedref specification. |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Kurt Zeilenga | Add nul termination |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Pierangelo... | missing leading quote |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Kurt Zeilenga | Don't pass NULL string pointers to Debug |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Pierangelo... | Fixes ITS#1385 |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Kurt Zeilenga | Root DSE and subschema subentry compare. |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Kurt Zeilenga | Use allids instead of candidiate negation for !. (ITS... |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Kurt Zeilenga | Add openldap notice. |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Kurt Zeilenga | Fix typo |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Kurt Zeilenga | Fix typo |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Kurt Zeilenga | Update to full notice |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Kurt Zeilenga | Cleanup --help |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Kurt Zeilenga | Fix error messages |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Kurt Zeilenga | Use defined Root DSE attributes. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Kurt Zeilenga | Updated busy loop protection |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Kurt Zeilenga | Add additional __res_query check |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Julio Sánchez... | Remove bogus refusal to index ;binary attributes. ... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Julio Sánchez... | And this change implements indexing for certificateExac... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Julio Sánchez... | No code change, added a comment warning of a possible... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Julio Sánchez... | Compares get values in the matching rule syntax (see... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Julio Sánchez... | Replacement for value_find and compatibility macro. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Julio Sánchez... | Normalization and more error checking. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Julio Sánchez... | When checking if an entry matches some filter, we have... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Julio Sánchez... | Extend value_match to extract an asserted value from... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Julio Sánchez... | Add a flag to help the value_* functions know whether... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Julio Sánchez... | Do something with the error text. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Pierangelo... | handle lead/trail escape chars in LDAPv2/LDAPv3; change... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Howard Chu | Don't free entries since the tools realloc the buffers. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Howard Chu | Fix some uninitialized variables |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Howard Chu | Fix entry_encode; must save the given e->e_dn without... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Howard Chu | Missed a test in AttributeDescription commit |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Howard Chu | Moved binary entry_encode/entry_decode into main code... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Howard Chu | Moved AttributeDescription caching into main code: |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Pierangelo... | more elegant use of realloc; still needs cleanup in... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Pierangelo... | use AC_MEMCPY instead of str[n]cpy |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Julio Sánchez... | It now sort of works, but needs some normalization... |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Kurt Zeilenga | Add HAVE_USLEEP for slapd/daemon busy loop protection |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Kurt Zeilenga | Experiment with busy loop protection... |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Kurt Zeilenga | Add check for __res_query in default libraries |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Julio Sánchez... | Use the ldap syntax oid assigned by David Chadwick... |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Pierangelo... | listen on any device |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Pierangelo... | fixes ITS#1398 |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Julio Sánchez... | First cut at certificateExactMatch, completely untested... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Howard Chu | Patches for modify/modrdn to work with BDB_USE_BINARY_RW. |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Howard Chu | Added new bdb_encode/bdb_decode functions, must #define... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Pierangelo... | fix typo (ITS#1397) |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Pierangelo... | skeleton of ldap_str2nd/dn2str; works with most of... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Kurt Zeilenga | Minor update |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Kurt Zeilenga | Minor updates |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Kurt Zeilenga | paged results is informational |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Kurt Zeilenga | BDB updates... haven't had a chance to work on this... |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Kurt Zeilenga | Move saucer to the Attic. Has not been updated to... |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Kurt Zeilenga | db_strerror not available in bdb2 |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Mark Adamson | Serialize access to idl insert/delete key routines... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Kurt Zeilenga | Update utils |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Stig Venaas | Section 3 man pages for ldap_parse_result(), |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Kurt Zeilenga | Check for no OID. |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Kurt Zeilenga | Rework set_malloc/set_alloc calls |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Kurt Zeilenga | Delete attribute indices |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Kurt Zeilenga | Use non-critical ManageDsaIT control. |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Pierangelo... | fixes ITS #1379; the replication test has been improved... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Pierangelo... | there's a bug in the test, because the 'multilinedescri... |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Pierangelo... | avoid warning |
commit | commitdiff | tree | snapshot |
2001-10-07 |
Kurt Zeilenga | Fix ntohs/htons issues |
commit | commitdiff | tree | snapshot |
2001-10-06 |
Kurt Zeilenga | Updates for MIT KerberosV 1.1 based upon suggestions |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Kurt Zeilenga | Fix some NEW_LOGGING errors |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Kurt Zeilenga | Update LDBM_LIB |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Kurt Zeilenga | BDB_INDEX code does no harm (but no good yet, not used... |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Kurt Zeilenga | Note that slapadd produces LDIF in database order not |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Kurt Zeilenga | Don't assume e_id is a long. |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Kurt Zeilenga | Another round. BDB_INDEX almost ready for functional... |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Kurt Zeilenga | Minor updates |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Kurt Zeilenga | Return unwillingToPerform instead of noSuchObject for... |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Kurt Zeilenga | Initial idl fetch code, undef BDB_INDEX for now, other... |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Kurt Zeilenga | Add some initial BDB_INDEX code... needs much work. |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Kurt Zeilenga | Added the easy part of NLS support, behind an #ifdef. |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Kurt Zeilenga | rebuild after ando fix typo |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Pierangelo... | fix typo; need to rebuild configure |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Kurt Zeilenga | More changes to let BDB build without LDBM. |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Kurt Zeilenga | Hack to allow --enable-bdb --disable-ldbm, needs more... |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Kurt Zeilenga | Move set_alloc to env. |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Kurt Zeilenga | Add prelim index code from LDBM, needs work... |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Kurt Zeilenga | Add BDB_INDEX error handling |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Kurt Zeilenga | Add error handling to BDB_INDEX code |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Kurt Zeilenga | An incremental step. |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Kurt Zeilenga | Add BDB index directives |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Kurt Zeilenga | Add BDB index config code |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Kurt Zeilenga | Replace #if 0 with #if MACRO |
commit | commitdiff | tree | snapshot |
next |