2002-02-13 |
Howard Chu | Fix previous commit, need to detect very short packets.
|
commit | commitdiff | tree |
2002-02-13 |
Howard Chu | ber_get_next: return error if decoded ber_len is smaller...
|
commit | commitdiff | tree |
2002-02-11 |
Howard Chu | Fix ITS#1597
|
commit | commitdiff | tree |
2002-02-11 |
Howard Chu | Fix #include of sasl.h
|
commit | commitdiff | tree |
2002-02-11 |
Howard Chu | Silence a warning about ldap_debug
|
commit | commitdiff | tree |
2002-02-10 |
Howard Chu | Support for Cyrus SASLv2. Untested.
|
commit | commitdiff | tree |
2002-02-10 |
Howard Chu | Added check for Cyrus SASLv2
|
commit | commitdiff | tree |
2002-02-09 |
Howard Chu | Slightly better fix for library cleanup. Requires GCC.
|
commit | commitdiff | tree |
2002-02-08 |
Howard Chu | Fix flag initialization
|
commit | commitdiff | tree |
2002-02-08 |
Howard Chu | Some malloc tweaks for for print_vals
|
commit | commitdiff | tree |
2002-02-08 |
Howard Chu | Added replica attr=<attribute list> support to filter...
|
commit | commitdiff | tree |
2002-02-08 |
Howard Chu | Minor IDL tweaks
|
commit | commitdiff | tree |
2002-02-02 |
Howard Chu | Finished compare implementation
|
commit | commitdiff | tree |
2002-02-02 |
Howard Chu | Deleted unneeded unbind.c
|
commit | commitdiff | tree |
2002-02-02 |
Howard Chu | API updates, some typo fixes
|
commit | commitdiff | tree |
2002-02-01 |
Howard Chu | Added conversion from UTF-8 to T.61.
|
commit | commitdiff | tree |
2002-01-31 |
Howard Chu | Fix ITS#1573 spelling errors
|
commit | commitdiff | tree |
2002-01-31 |
Howard Chu | Fix ITS#1572, check for NULL objectClass in is_entry_objectclass
|
commit | commitdiff | tree |
2002-01-31 |
Howard Chu | First pass at T.61 <-> UTF-8 translation. Only does...
|
commit | commitdiff | tree |
2002-01-28 |
Howard Chu | Changed Access.a_sockurl_pat, Connection.c_listener_url...
|
commit | commitdiff | tree |
2002-01-28 |
Howard Chu | Some more struct berval conversions
|
commit | commitdiff | tree |
2002-01-27 |
Howard Chu | Added TLSVerifyClient configuration notes
|
commit | commitdiff | tree |
2002-01-27 |
Howard Chu | Send a warning to the client if we try to use a bad...
|
commit | commitdiff | tree |
2002-01-27 |
Howard Chu | Extended TLS_REQCERT/TLSVerifyClient syntax to 4 states...
|
commit | commitdiff | tree |
2002-01-26 |
Howard Chu | Fix result
|
commit | commitdiff | tree |
2002-01-26 |
Howard Chu | Eliminated dn_normalize. No more migration.
|
commit | commitdiff | tree |
2002-01-26 |
Howard Chu | Changed slap_authz_info.sai_mech to struct berval.
|
commit | commitdiff | tree |
2002-01-26 |
Howard Chu | Fix, errno was incorrect after SSL_read returned 0...
|
commit | commitdiff | tree |
2002-01-26 |
Howard Chu | Changed dnParent to void instead of int. (It always...
|
commit | commitdiff | tree |
2002-01-26 |
Howard Chu | Changed be_issuffix and dnParent to struct bervals
|
commit | commitdiff | tree |
2002-01-26 |
Howard Chu | Changed dnParent to struct bervals
|
commit | commitdiff | tree |
2002-01-26 |
Howard Chu | Fix previous commit
|
commit | commitdiff | tree |
2002-01-26 |
Howard Chu | Changed be_issuffix and dnParent to struct bervals
|
commit | commitdiff | tree |
2002-01-26 |
Howard Chu | Changed be_issuffix and dnParent to take struct bervals.
|
commit | commitdiff | tree |
2002-01-25 |
Howard Chu | More updates. Need to add lber-sockbuf.3 ...
|
commit | commitdiff | tree |
2002-01-25 |
Howard Chu | Entry caching. Based on ITS#1545 from Jong Hyuk Choi...
|
commit | commitdiff | tree |
2002-01-25 |
Howard Chu | Added Entry->e_bv for entry_decode
|
commit | commitdiff | tree |
2002-01-25 |
Howard Chu | Minor cleanup, no need to zero fields in calloc'd memory
|
commit | commitdiff | tree |
2002-01-20 |
Howard Chu | Mostly up to date.
|
commit | commitdiff | tree |
2002-01-19 |
Howard Chu | Fix previous commit
|
commit | commitdiff | tree |
2002-01-19 |
Howard Chu | Reset Entry->e_ocflags to 0 if objectClass attr is...
|
commit | commitdiff | tree |
2002-01-19 |
Howard Chu | Cleanup lint
|
commit | commitdiff | tree |
2002-01-19 |
Howard Chu | Fix previous commit
|
commit | commitdiff | tree |
2002-01-19 |
Howard Chu | Don't free bv_vals that were passed to ber_bvarray_add.
|
commit | commitdiff | tree |
2002-01-19 |
Howard Chu | Use calloc for new Entries, take care of new e_ocflags...
|
commit | commitdiff | tree |
2002-01-19 |
Howard Chu | Fix previous commit
|
commit | commitdiff | tree |
2002-01-19 |
Howard Chu | Defined some ObjectClass->soc_flags values, changed...
|
commit | commitdiff | tree |
2002-01-18 |
Howard Chu | Added ldap_pvt_thread_yield() after txn_abort
|
commit | commitdiff | tree |
2002-01-18 |
Howard Chu | Added "fewest" lockdetect keyword, to abort txn with...
|
commit | commitdiff | tree |
2002-01-18 |
Howard Chu | Use DB_RMW in idl_fetch_key if called as part of a...
|
commit | commitdiff | tree |
2002-01-18 |
Howard Chu | Do deadlock detection on any conflict, instead of in...
|
commit | commitdiff | tree |
2002-01-18 |
Howard Chu | Added compatibility macros for BDB3/4 lock_get, txn_id.
|
commit | commitdiff | tree |
2002-01-18 |
Howard Chu | Add missing newline at EOF
|
commit | commitdiff | tree |
2002-01-18 |
Howard Chu | In UTF8StringValidate, 1-byte chars are already validated
|
commit | commitdiff | tree |
2002-01-18 |
Howard Chu | Change to use dn_match
|
commit | commitdiff | tree |
2002-01-17 |
Howard Chu | Cleanup while loops in dn2id_add/delete
|
commit | commitdiff | tree |
2002-01-17 |
Howard Chu | Use ber_scanf 'm' format for ignored UDP string
|
commit | commitdiff | tree |
2002-01-17 |
Howard Chu | In db_destroy, cannot checkpoint a NULL dbenv.
|
commit | commitdiff | tree |
2002-01-17 |
Howard Chu | DB_NODUPDATA is not a valid open flag
|
commit | commitdiff | tree |
2002-01-16 |
Howard Chu | Fix bdb_idl_fetch/insert_key. Still fails test011.
|
commit | commitdiff | tree |
2002-01-16 |
Howard Chu | Fix idl_insert_key with USE_INDIRECT_NIDS, wasn't setting...
|
commit | commitdiff | tree |
2002-01-16 |
Howard Chu | Fix misplaced #if USE_INDIRECT_NIDS/cont_alloc in idl_delete_key
|
commit | commitdiff | tree |
2002-01-15 |
Howard Chu | Added some reference comments for ldap_utf8_charlen2
|
commit | commitdiff | tree |
2002-01-15 |
Howard Chu | Use LDAP_UTF8_CHARLEN2 to check shortest possible encoding
|
commit | commitdiff | tree |
2002-01-15 |
Howard Chu | Added LDAP_UTF8_CHARLEN2() to validate shortest possible...
|
commit | commitdiff | tree |
2002-01-15 |
Howard Chu | Fix ldap_utf8_lentab to detect illegal two-byte sequences.
|
commit | commitdiff | tree |
2002-01-15 |
Howard Chu | Deleted autosubtypes support.
|
commit | commitdiff | tree |
2002-01-15 |
Howard Chu | Revert previous commit again. autosubtypes are gone...
|
commit | commitdiff | tree |
2002-01-14 |
Howard Chu | More fixes for autosubtype index generation
|
commit | commitdiff | tree |
2002-01-14 |
Howard Chu | Fix previous commit
|
commit | commitdiff | tree |
2002-01-14 |
Howard Chu | Revert previous commit
|
commit | commitdiff | tree |
2002-01-14 |
Howard Chu | In DN_SUBTREE use idl_allids instead of explicit malloc.
|
commit | commitdiff | tree |
2002-01-14 |
Howard Chu | Fix subtype indexing. Really really made it the default.
|
commit | commitdiff | tree |
2002-01-14 |
Howard Chu | Renamed BVarray to BerVarray. Moved slapd:bvarray_...
|
commit | commitdiff | tree |
2002-01-13 |
Howard Chu | Renamed subdirectories to hide rm warnings
|
commit | commitdiff | tree |
2002-01-13 |
Howard Chu | Modify performance patch from Gertjan van Wingerde...
|
commit | commitdiff | tree |
2002-01-13 |
Howard Chu | Modify performance patch from Gertjan van Wingerde...
|
commit | commitdiff | tree |
2002-01-13 |
Howard Chu | Turn on BDB_IDL_MULTI by default
|
commit | commitdiff | tree |
2002-01-13 |
Howard Chu | Turn on USE_INDIRECT_NIDS by default
|
commit | commitdiff | tree |
2002-01-13 |
Howard Chu | Fix mutex leak in previous commit
|
commit | commitdiff | tree |
2002-01-13 |
Howard Chu | Changed to use search callbacks instead of connection_intern...
|
commit | commitdiff | tree |
2002-01-13 |
Howard Chu | Reworked callback layout, added send_search_entry callback
|
commit | commitdiff | tree |
2002-01-13 |
Howard Chu | More updates
|
commit | commitdiff | tree |
2002-01-13 |
Howard Chu | Minor updates, mention extended requests, server and...
|
commit | commitdiff | tree |
2002-01-13 |
Howard Chu | Rewrote ber_get_next, fixed byte-order dependency on...
|
commit | commitdiff | tree |
2002-01-12 |
Howard Chu | More cleanup in ldap_pvt_tls_destroy()
|
commit | commitdiff | tree |
2002-01-12 |
Howard Chu | Fix ldap_start_tls_s, don't check for TLS present on...
|
commit | commitdiff | tree |
2002-01-12 |
Howard Chu | Fix struct initialization in ber_scanf() for ANSI C...
|
commit | commitdiff | tree |
2002-01-11 |
Howard Chu | Added test for backend glue. Tests using slapadd/ldapsearch...
|
commit | commitdiff | tree |
2002-01-11 |
Howard Chu | Added config and data files for testing backend glue
|
commit | commitdiff | tree |
2002-01-11 |
Howard Chu | Fix loop in glue_tool_sync
|
commit | commitdiff | tree |
2002-01-11 |
Howard Chu | Cleanup lint
|
commit | commitdiff | tree |
2002-01-10 |
Howard Chu | readahead is only needed on UDP, don't use it on TCP...
|
commit | commitdiff | tree |
2002-01-10 |
Howard Chu | Fix str2anlist declaration, str is not const. (gets...
|
commit | commitdiff | tree |
2002-01-10 |
Howard Chu | Fix lint in previous commit
|
commit | commitdiff | tree |
2002-01-10 |
Howard Chu | Mention that objectClass names are valid in the attrs...
|
commit | commitdiff | tree |
2002-01-10 |
Howard Chu | Added an_oc to AttributeName for caching ObjectClass...
|
commit | commitdiff | tree |
2002-01-10 |
Howard Chu | For Windows, use getsockopt() to retrieve error if...
|
commit | commitdiff | tree |
2002-01-06 |
Howard Chu | Fix some debug statements
|
commit | commitdiff | tree |
2002-01-06 |
Howard Chu | Added LDAP_FILTER_EXT case to filter_free()
|
commit | commitdiff | tree |
next |