r4427: - added ldb_msg_*() functions for sorting, comparing and copying messages
authorAndrew Tridgell <tridge@samba.org>
Fri, 31 Dec 2004 03:51:42 +0000 (03:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:07:48 +0000 (13:07 -0500)
commit09c1b9cbe5175636bcf4b606edfd0022bd9cfd6b
treedaa546fe5df745feb36663f93dafdb0339aee495
parent72ffef24060a36071ce26ff0c39dcf44d74c6551
r4427: - added ldb_msg_*() functions for sorting, comparing and copying messages

- added a ldb_msg_canonicalize() function that fixes a record to not have any duplicate
  elements

- changed ldbedit to use ldb_msg_canonicalize(). This fixes a bug when you rename multiple
  elements in a record in one edit
(This used to be commit f006e724400843419c8b6155cbeae1876983855e)
source4/lib/ldb/common/ldb_msg.c
source4/lib/ldb/include/ldb.h
source4/lib/ldb/tools/ldbedit.c