1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source4/lib/charset
Andrew Tridgell cc43037f19 fixed a problem with length limited ldap values
The core ldb code for string matching assumed NULL terminated strings,
whereas the anr module used data_blob_const() to effectively truncate
a ldb_val by changing its length. The ldb code is supposed to be based
around length limited blobs, not NULL terminated strings, so the
correct fix was to change the string comparison functions to be length
limited
(This used to be commit 26c6aa5a80)
2008-08-22 17:36:56 +10:00
..
tests r26498: Fix memory leak in iconv code. 2007-12-21 05:50:54 +01:00
charcnv.c Install public header files again and include required prototypes. 2008-04-02 04:53:27 +02:00
charset.h fixed a problem with length limited ldap values 2008-08-22 17:36:56 +10:00
config.m4 r20697: A couple of minot cross-compile fixes. 2007-10-10 14:40:24 -05:00
config.mk Fix a couple (well, little more than that..) of typos. 2008-05-18 23:02:47 +02:00
iconv.c added some comments at the request of a frustrated abartlet 2008-08-19 17:49:34 +10:00
util_unistr.c fixed a problem with length limited ldap values 2008-08-22 17:36:56 +10:00