]> git.sur5r.net Git - openldap/shortlog
openldap
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
1999-06-01 Kurt ZeilengaMove berval routines to memory.c.
1999-06-01 Kurt ZeilengaAdd "lutil*.h" to project.
1999-06-01 Kurt ZeilengaShouldn't need <sys/stat.h>.
1999-06-01 Kurt ZeilengaUpdate memory allocation calls.
1999-06-01 Kurt ZeilengaAdd extended.c to projects
1999-06-01 Kurt ZeilengaShare errcode lookup code. Modify ld_version condition...
1999-06-01 Kurt ZeilengaRemove LDAP_LIBUI dependency.
1999-06-01 Kurt ZeilengaUse ber_mem* functions.
1999-05-31 Kurt ZeilengaAdd skeleton ldap_extended_operation routines.
1999-05-31 Kurt Zeilengause 'int' instead of 'char' for balance factor.
1999-05-31 Kurt Zeilenga(barely) hide AVL internals
1999-05-31 Kurt Zeilenga#ifdef out non-reentrant prototypes.
1999-05-31 Kurt Zeilengause LDAP_MALLOC instead of malloc. Check for allocatio...
1999-05-31 Kurt ZeilengaMove most header inclusion below #ifdef HAVE_XXX.
1999-05-31 Kurt ZeilengaClean up LDAP_BOOL_GET and fetching via ldap_get_option().
1999-05-31 Julio Sánchez... Fudge oc_kind on synthesized objectclasses so that...
1999-05-31 Julio Sánchez... Syntaxes.
1999-05-31 Julio Sánchez... Syntaxes.
1999-05-31 Julio Sánchez... Cosmetic/spelling fixes.
1999-05-31 Kurt ZeilengaRemove lint.
1999-05-31 Kurt ZeilengaGenericize byte types into autoconf namespace.
1999-05-31 Kurt ZeilengaRemove redundant WSAEWOULDBLOCK declaration.
1999-05-31 Kurt ZeilengaFree strings returned by ldap_get_option().
1999-05-31 Kurt ZeilengaUse #error if ctime_r nargs are screwy.
1999-05-31 Kurt ZeilengaRemove dependency upon lber-int.h by using ber_set_opti...
1999-05-30 Kurt ZeilengaInitial round 2 memory allocation changes. THIS IS...
1999-05-30 Kurt ZeilengaRemove prototype for removed ber_clear().
1999-05-30 Julio Sánchez... Some definition reordering to satisfy dependencies.
1999-05-30 Julio Sánchez... Oops, fp_parse_line tokenizes in place, so we need...
1999-05-30 Julio Sánchez... Lose previously commented out old code.
1999-05-30 Julio Sánchez... Relax some rules to survive Netscape DS brokennes,...
1999-05-29 Julio Sánchez... New error code for null string input.
1999-05-29 Kurt ZeilengaDEFAULT_DIRSEP -> DIRSEP
1999-05-29 Kurt ZeilengaCorrect minor oversights from last commit.
1999-05-29 Kurt ZeilengaUpdate DIRSEP handling (temporary, should be handled...
1999-05-29 Kurt ZeilengaMinor adjustments to better handle NT vs UNIX.
1999-05-29 Kurt ZeilengaAdd warnings if ldap_set_option() fails.
1999-05-29 Kurt ZeilengaFirst cut at ber_set_option(NULL,LBER_OPT_MEMORY_FN...
1999-05-29 Howard ChuFix --enable-ldap behavior for back-ldap
1999-05-29 Kurt Zeilengaold_abandon should be int* not long*.
1999-05-29 Kurt Zeilengasafe_free_string() should be static
1999-05-29 Kurt ZeilengaAdd memory.c to -llber
1999-05-29 Julio Sánchez... Fixed parsing of noidlen
1999-05-29 Julio Sánchez... Install ldap_schema.h
1999-05-29 Kurt ZeilengaFix allocator typo
1999-05-29 Kurt ZeilengaAdd LBER_ and LDAP_ memory allocators/deallocators...
1999-05-28 Kurt Zeilengaber_clear() no longer needed. Removed.
1999-05-28 Kurt ZeilengaChanged lc_conn to be a pointer to a BerElement to...
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
next