]> git.ipfire.org Git - thirdparty/openldap.git/shortlog
thirdparty/openldap.git
1999-05-28  Julio Sánchez... Provide (and use) #define shortcuts
1999-05-28  Julio Sánchez... safe_string_free was freeing the string value, so we...
1999-05-28  Julio Sánchez... First step in new schema support.
1999-05-28  Julio Sánchez... Add schema support
1999-05-28  Julio Sánchez... Change to be in line with libldap, i.e. add schema
1999-05-28  Howard ChuIn try_read1msg, clear errno before calling ber_get_nex...
1999-05-28  Kurt ZeilengaDeath to LBER_END_SEQORSET.
1999-05-28  Kurt ZeilengaInitial implementation of ldap_int_get_controls()....
1999-05-28  Kurt ZeilengaObtain version name from build/version (re-add build...
1999-05-27  Kurt ZeilengaApply string literal strdup fix to BDB2.
1999-05-27  Kurt ZeilengaMake a copy of "dn" to avoid modification of string...
1999-05-27  Kurt ZeilengaUse difftime() to determine cache age.
1999-05-27  Kurt Zeilengastrlen returns size_t not int.
1999-05-27  Kurt Zeilengarename ldap_pvt_init_utils() to ldap_int_utils_init...
1999-05-27  Julio Sánchez... Incorporate #define's per Kurt's suggestion
1999-05-27  Kurt Zeilengamove connection_close call from connection_input to...
1999-05-27  Kurt ZeilengaRemove HAVE_THREADS define. NO_THREADS is used instead.
1999-05-27  Kurt ZeilengaMake connection_first/next/done reentrant.
1999-05-27  Kurt ZeilengaDisable explicit AC_PROG_INSTALL check... implicitly...
1999-05-27  Kurt Zeilengaremove redundant memset 0 of connection entry after...
1999-05-27  Kurt ZeilengaAdd comment concerning connections mutex. Need to...
1999-05-27  Kurt ZeilengaLock (connections_mutex) should be acquired by caller.
1999-05-27  Kurt ZeilengaAdd assert( s != NULL )
1999-05-27  Juan GomezAdd special case tests to avoid regressions.
1999-05-27  Juan GomezAdd new output file name.
1999-05-27  Juan GomezNeed output for various tests in differen files so...
1999-05-27  Juan GomezAdded nis ldif in the right place.
1999-05-26  Juan GomezFixed path to ldif file
1999-05-26  Juan GomezPoint to new dir for ldif file.
1999-05-26  Juan GomezPoint to new dir.
1999-05-26  Kurt ZeilengaUpdate main comment.
1999-05-26  Kurt ZeilengaAdd missing MSVC5 project.
1999-05-26  Kurt ZeilengaAdd -lnet to BeOS specific libraries.
1999-05-26  Kurt ZeilengaAdd missing MSVC5 workspace/projects.
1999-05-26  Julio Sánchez... Fix compilation errors, mod declared as LDAPMod, but...
1999-05-26  Kurt ZeilengaAdd main MSVC5 workspace to build the works.
1999-05-26  Julio Sánchez... Provide human-readable syntax errors.
1999-05-26  Julio Sánchez... Provide human-readable errors.
1999-05-26  Juan GomezAccess x added!
1999-05-26  Juan GomezTrying to change access to this file...
1999-05-26  Juan GomezChange conf for nis test.
1999-05-26  Juan GomezMake it executable.
1999-05-26  Juan GomezRelocated nis schema.
1999-05-26  Julio Sánchez... Fix namespace contamination, some comments added.
1999-05-26  Juan GomezMirror modrdn special case fix to db2.
1999-05-26  Juan GomezFix name typo
1999-05-26  Juan GomezMake bdb2i_modify_internal() public.
1999-05-26  Juan GomezMake bdb2i_back_modify_internal() public so it can...
1999-05-26  Juan GomezAdded fix to allow modrdn whose new rdn was already...
1999-05-26  Juan GomezAgain mirroring LDAMP_MOD_SOFTADD changes....
1999-05-26  Juan GomezMirroring changes related to indexing to db2 backend...
1999-05-26  Juan GomezAdded support for LDAP_MOD_SOFTADD.
1999-05-26  Juan GomezFixed index file naming bug and added support for LDAP_...
1999-05-26  Juan GomezAdd warning regarding LDAP_MOD_* so poeple won't reuse...
1999-05-26  Juan GomezAdd LDAP_MOD_SOFTADD const.
1999-05-26  Juan GomezAdded include <ac/time.h> needed for struct timeval...
1999-05-26  Howard ChuObsolete file. Oops.
1999-05-26  Howard ChuFor ITS#157: Added LDAP backend for slapd, which also... OPENLDAP_SLAPD_BACK_LDAP
1999-05-26  Kurt ZeilengaRemove mkversion project.
1999-05-25  Howard ChuFor ITS#158: keep mixed-case backend suffix in addition...
1999-05-25  Kurt ZeilengaBeOS comment was incorrect.
1999-05-24  Kurt ZeilengaEliminate DECL_STRDUP check in favor of simple fix...
1999-05-24  Kurt ZeilengaUse memcmp not strncmp for non-string comparisons.
1999-05-24  Kurt Zeilengasetsockopt( SO_KEEPALIVE ) on the listen() socket....
1999-05-24  Kurt ZeilengaImplement keep alives. Probably should be a configurat...
1999-05-24  Kurt ZeilengaDo not set db_cachesize under BerkeleyDB 2.4.
1999-05-24  Kurt ZeilengaMinor header cleanup.
1999-05-24  Kurt ZeilengaProtect externs from inappropriate macro expansion.
1999-05-24  Kurt ZeilengaITS#159 fix. ldaphost may be NULL when used as printf...
1999-05-24  Julio Sánchez... Untested support for parsing attribute type definitions
1999-05-24  Julio Sánchez... Initial incomplete and broken version.
1999-05-23  Ben CollinsSynced to show changes in openldap.m4
1999-05-23  Kurt ZeilengaRemove empty else and other minor cleanup.
1999-05-22  Kurt Zeilengaldap.h:
1999-05-22  Kurt ZeilengaRemoved too much LINT.
1999-05-21  Kurt ZeilengaRemove LINT.
1999-05-21  Kurt Zeilengafix url vs url_in typo.
1999-05-21  Kurt ZeilengaAdd prototypes for ldap_parse_result() and friends.
1999-05-21  Kurt ZeilengaInitial checkin of ldap_search_ext() and friends.
1999-05-21  Kurt ZeilengaFilter timestamps, etc., from all test inputs before...
1999-05-21  Kurt ZeilengaFix typo in ldap_delete_ext() which caused msgid to...
1999-05-21  Kurt Zeilengas/PACKAGE/OPENLDAP_PACKAGE/
1999-05-21  Kurt ZeilengaAssert pointer args
1999-05-21  Kurt Zeilengas/WIN32/HAVE_WINSOCK/
1999-05-21  Kurt Zeilengadon't free connections[i]
1999-05-21  Ben CollinsFixed missing comma in -ldb check
1999-05-21  Kurt ZeilengaProtect strcasecmp from macro w/ args expansion.
1999-05-21  Kurt ZeilengaAdd CLIENTDIR to alllow easy selection of alternative...
1999-05-20  Kurt ZeilengaDisable LBER_END_SEQORSET for now.
1999-05-20  Kurt Zeilengaetest/dtest now work correctly. Commented out bogus...
1999-05-20  Kurt ZeilengaShould not have freed ber_buf when freeing temp copy
1999-05-20  Kurt Zeilengafound my lber bug... ber_buf should have been freed...
1999-05-20  Kurt Zeilenga$LIBVERSION -> $(LIBVERSION)
1999-05-20  Kurt ZeilengaFix initialization bug in ber_init_w_nullc()
1999-05-20  Kurt ZeilengaVersion.c deprecated in favor of mkversion.
1999-05-20  Kurt ZeilengaDeprecated in favor of mkversion.
1999-05-20  Kurt ZeilengaFixed bug in dtest code.
1999-05-19  Kurt ZeilengaImproving e/d test (until I find the my damn bug)
1999-05-19  Kurt ZeilengaEnhance encode/decode test programs to encode sets...
1999-05-19  Juan GomezDo code reuse through ldbm_modify_internal().
next