1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source3/lib/tdb/tools
Michael Adam c09b427464 Revert "tdbtool: fix off-by-one error in argument length. (bug #2344)"
This reverts commit fafb8ad2b8.

This fix is not valid:

1. convert_string() is not only used for key strings but also for data.

2. Some databases use string_tdb_data() i.e. non-null-terminated strings
   as keynames and others (like the one I was using), use
   string_term_tdb_data(), i.e. zero-terminated key strings.

After discussion with Metze, the easiest (and proper way) to
handle this is to specify key names as "keyname\0" for databases
which use string_term_tdb_data().

Sorry for the noise...

Michael
(cherry picked from commit 17c012c464)
(This used to be commit 42c953c106)
2008-07-09 12:59:37 +02:00
..
tdbbackup.c Fix bug where tdb lock call interrupted with 2007-11-06 21:47:57 -08:00
tdbdump.c Fix bug where tdb lock call interrupted with 2007-11-06 21:47:57 -08:00
tdbtest.c Keep the tdb code in sync with Samba4. 2007-11-06 22:57:35 -08:00
tdbtool.c Revert "tdbtool: fix off-by-one error in argument length. (bug #2344)" 2008-07-09 12:59:37 +02:00
tdbtorture.c Fix tdbtorture build. 2007-11-06 23:13:11 -08:00