]> git.sur5r.net Git - openldap/history - libraries/liblber/memory.c
make UTF8STringNormalize handle NUL
[openldap] / libraries / liblber / memory.c
2002-02-13 Pierangelo Masaratimake UTF8STringNormalize handle NUL
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-05 Kurt ZeilengaMisc allocator cleanup
2002-01-05 Kurt Zeilengastruct * are not to be const'ified
2002-01-05 Pierangelo Masaratileftover ber_bvdup eliminated; rewritten ber_bvdup...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-26 Howard ChuAdd optional len to ber_str2bv
2001-12-26 Howard ChuChanged ber_bvdup to ber_dupbv with destination provided
2001-12-26 Howard ChuMerged ber_bvstr and ber_bvstrdup into ber_str2bv.
2001-10-20 Pierangelo Masaratifixes ITS#1398
2001-10-18 Pierangelo Masaratiskeleton of ldap_str2nd/dn2str; works with most of...
2001-07-21 Kurt ZeilengaMake some additional UTF8 public
2000-10-11 Kurt ZeilengaRemove max buffer constraint!
2000-08-15 Kurt Zeilengaber_bvstr() shouldn't play games with input string.
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
2000-07-04 Kurt ZeilengaAdd Steve Sonntag's (Novell) memory debugging extensions
2000-06-10 Kurt ZeilengaFix LBER_MEMORY_DEBUG failed realloc bug
2000-05-13 Kurt ZeilengaY2k copyright update
2000-02-16 Kurt ZeilengaAdd comment concern appropriate use of LDAP_MEMORY_DEBUG
2000-02-14 Kurt ZeilengaAnother round of changes behind -DSLAPD_SCHEMA_NOT_COMPAT
2000-01-22 Kurt ZeilengaMove ldap_utf8_*() declarations from ldap-int.h to...
2000-01-08 Kurt ZeilengaInitial implementation of Kerberos password verificatio...
1999-12-17 Kurt ZeilengaAdd ber_bvstr and ber_bvstrdup string to berval allocators.
1999-12-13 Kurt ZeilengaRemove lint
1999-12-06 Kurt ZeilengaSet ber_errno here and there.
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-07-13 Hallvard FurusethAdd bmu_funcp to bmu_align_u
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-06-10 Kurt ZeilengaDisable LDAP_MEMORY_DEBUG on NT (should not have been...
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-07 Kurt ZeilengaMinor clean of assert() and comments.
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-03 Kurt ZeilengaEnable browsing info in MSVC debugging configurations.
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-06-02 Kurt ZeilengaAdd ber_strdup(), remove ldap_int_strdup(), add LDAP_ST...
1999-06-02 Kurt ZeilengaAdd experimental wrong heap detection behind LDAP_MEMOR...
1999-06-01 Kurt Zeilengamove berval memory routines to memory.c
1999-05-31 Kurt ZeilengaClean up LDAP_BOOL_GET and fetching via ldap_get_option().
1999-05-30 Kurt ZeilengaInitial round 2 memory allocation changes. THIS IS...
1999-05-29 Kurt ZeilengaMinor adjustments to better handle NT vs UNIX.
1999-05-29 Kurt ZeilengaFirst cut at ber_set_option(NULL,LBER_OPT_MEMORY_FN...
1999-05-29 Kurt ZeilengaAdd LBER_ and LDAP_ memory allocators/deallocators...