]> git.ipfire.org Git - thirdparty/openldap.git/shortlog
thirdparty/openldap.git
1999-06-10  Kurt ZeilengaAdd Debug to help sort out race condition.
1999-06-10  Kurt ZeilengaClose inactive streams instead of asserting condition.
1999-06-10  Kurt ZeilengaAdd cheap EBADF loop protection.
1999-06-10  Kurt ZeilengaFix build_result_ber to construct a new ber and to...
1999-06-10  Kurt ZeilengaUpdate AIX thread test.
1999-06-10  Kurt ZeilengaFix typo in last commit.
1999-06-10  Kurt ZeilengaAdd basic regex compatibility test.
1999-06-10  Kurt ZeilengaDon't shutdown when select() returns EBADF.
1999-06-10  Kurt ZeilengaFix unprotected (and bad) FD_SET asserts.
1999-06-10  Juan GomezSync this files for this example to work properly.
1999-06-10  Kurt ZeilengaDisable LDAP_MEMORY_DEBUG on NT (should not have been...
1999-06-10  Kurt Zeilengareally commit the sizeof(int) < 4 warning
1999-06-09  Kurt Zeilengadisable referral directive.
1999-06-09  Kurt ZeilengaIn preparation for IETF draft ldap c-api changes, ...
1999-06-09  Julio Sánchez... Fixed inconsistent management of white space that was...
1999-06-09  Julio Sánchez... Removed unnecessary definition that is already in core...
1999-06-09  Kurt ZeilengaFail depend test if .o is generated.
1999-06-09  Kurt ZeilengaFix typos and bug in AIX cc_r detection.
1999-06-09  Kurt ZeilengaAdd test for BeOS's closesocket
1999-06-08  Kurt ZeilengaFirst cut at cc_r detection. Specific to AIX. See...
1999-06-08  Kurt ZeilengaUpdate build system to use output of new dependency...
1999-06-08  Julio Sánchez... Fixed some syntax errors.
1999-06-08  Julio Sánchez... Added whitespace in output in a few places.
1999-06-08  Kurt ZeilengaUse AC_CHECK_PROGS instead of AC_CHECK_PROG to test...
1999-06-08  Kurt ZeilengaOnly set CC=cc if test -z CC && cc exists in path...
1999-06-08  Kurt ZeilengaAdd missing ';' after BER_MEM_VALID macro calls.
1999-06-08  Kurt Zeilengadon't test BER_MEM_VALID forever.
1999-06-08  Kurt ZeilengaOL_MKDEPEND: Round 2
1999-06-07  Kurt ZeilengaFirst cut of OL_CC_DEPEND test. Attempts to detect...
1999-06-07  Kurt ZeilengaMinor clean of assert() and comments.
1999-06-07  Kurt ZeilengaUPDATED LICENSE!
1999-06-07  Kurt ZeilengaAdd and use a BER_MEM_VALID macro (behind ifdef LDAP_ME...
1999-06-07  Kurt ZeilengaHide assert(p == NULL) behind LDAP_MEMORY_DEBUG.
1999-06-07  Kurt ZeilengaUse LDAP_VERSION2 instead of LDAP_VERSION.
1999-06-07  Kurt ZeilengaFix target directories.
1999-06-07  Kurt ZeilengaUse LDAP_F/LDAP_P macros on library externs.
1999-06-07  Kurt ZeilengaUse LDAP_F and LDAP_P macros.
1999-06-07  Kurt ZeilengaAdd test for thread specific h_errno and, if yes, add...
1999-06-06  Kurt ZeilengaUpdate hints.
1999-06-06  Kurt ZeilengaAdd README with URLs to developer pages.
1999-06-06  Kurt ZeilengaAdd link to developer's FAQ.
1999-06-06  Kurt ZeilengaSomeone who isn't likely to upgrade to BerkeleyDB 2...
1999-06-06  Kurt ZeilengaUpdate BDB version number to 2.7.5... should rewrite...
1999-06-06  Kurt ZeilengaAllow -m to set CC_MKDEP and -x to set CC_MKDEP_FLAGS.
1999-06-06  Kurt Zeilenga-c xxx overrides CC_MKDEP
1999-06-06  Kurt Zeilengamkdep was ignoring CC_MKDEP!
1999-06-06  Kurt ZeilengaRevert previous two commits.
1999-06-06  Kurt ZeilengaFix typo in last commit.
1999-06-06  Kurt ZeilengaQuick hack for cygwin default compiler... should replac...
1999-06-06  Kurt ZeilengaAdd EXEEXT support (build only).
1999-06-06  Kurt ZeilengaA slightly better POSIX regex test....
1999-06-06  Kurt ZeilengaRelocate regex.h test to near top and die if it fails.
1999-06-05  Kurt Zeilengas/LDAP_OPT_MATCH_STRING/LDAP_OPT_MATCHED_DN/
1999-06-05  Kurt Zeilengas/LDAP_OPT_MATCHED_STRING/LDAP_OPT_MATCHED_DN/
1999-06-05  Kurt ZeilengaRemove DOS comment.
1999-06-05  Kurt Zeilengarename LDAP_OPT_MATCHED_STRING to LDAP_OPT_MATCHED_DN.
1999-06-04  Kurt ZeilengaInitialize connection pointer to NULL else won't be...
1999-06-04  Kurt ZeilengaUndo assert fix included in last commit.
1999-06-04  Kurt ZeilengaAdd #define FD_SETSIZE 1024
1999-06-04  Kurt ZeilengaFix typo in previous commit.
1999-06-04  Kurt ZeilengaAdd diagnostics.
1999-06-04  Kurt ZeilengaClose hit socket.
1999-06-04  Kurt ZeilengaAdd section for OpenLDAP 2.0 projects, drop "larger...
1999-06-04  Kurt ZeilengaMissed on mygetpass call...
1999-06-04  Kurt Zeilengause getpass() instead of mygetpass().
1999-06-04  Kurt ZeilengaMove WAKE_LISTENER call behind &connection_mutex to...
1999-06-04  Kurt ZeilengaEXPERIMENTAL ldap_extended_operation() and ldap_parse_e...
1999-06-03  Kurt Zeilengalber.h: added #include <stddef.h> conditional on LBER_S...
1999-06-03  Kurt ZeilengaFix typos in warning messages.
1999-06-03  Kurt ZeilengaAdd cn=monitor, cn=config, cn=schema to namingContexts.
1999-06-03  Kurt ZeilengaUpdate comments to reflect RFC2251 specs.
1999-06-03  Kurt ZeilengaEnable browsing info in MSVC debugging configurations.
1999-06-03  Kurt ZeilengaAdd sizelimit/timelimit comments concerning ldap.conf...
1999-06-03  Kurt Zeilengas/DEFAULT_DIRSEP/DIRSEP/
1999-06-03  Kurt ZeilengaRemove <memory.h> from stdlib.h (mem* fns should be...
1999-06-03  Kurt ZeilengaWarn if attempting to build ldapd. (In preparation...
1999-06-03  Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-06-02  Kurt ZeilengaAdd <ac/stdlib.h> to genericize memory allocators.
1999-06-02  Kurt ZeilengaFix up s/NULL.*/NULL/ errors
1999-06-02  Kurt ZeilengaNo anonymous unions.
1999-06-02  Kurt ZeilengaUse ber_strdup() as needed.
1999-06-02  Kurt ZeilengaAdd ber_strdup(), remove ldap_int_strdup(), add LDAP_ST...
1999-06-02  Kurt ZeilengaMake first argument of *_get_option const (experimental).
1999-06-02  Kurt ZeilengaAdd experimental wrong heap detection behind LDAP_MEMOR...
1999-06-02  Kurt ZeilengaAdd prototype for at_add().
1999-06-02  Kurt ZeilengaStupid me. Can't have both README and readme due to...
1999-06-02  Kurt Zeilengavalue_normalize can change the length of value. Fixed
1999-06-02  Kurt Zeilengarfc1959 best documents current behavior.
1999-06-02  Kurt ZeilengaUpdate Release/SRelease include paths
1999-06-02  Kurt ZeilengaUpdate both README/readme to match. (Yes, two files...
1999-06-02  Kurt ZeilengaUpdate Solaris hints (remove pthread_create hint).
1999-06-02  Kurt ZeilengaFix -ULDAP_DEBUG lint.
1999-06-02  Kurt ZeilengaUsed pre-normalized len of e_dn instead of just using...
1999-06-01  Kurt ZeilengaMinor adjustments to the LBER_VFREE() & LDAP_VFREE...
1999-06-01  Kurt ZeilengaClean up memory handlers. Share vector free routines...
1999-06-01  Kurt ZeilengaRemove NULL* macros (namespace).
1999-06-01  Kurt ZeilengaUse ldap_mods_free() instead of local routine.
1999-06-01  Kurt ZeilengaClean up namespace
1999-06-01  Kurt ZeilengaAdd ldap_memvfree(void** vector)
1999-06-01  Kurt Zeilengamove berval memory routines to memory.c
next