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)
commitf006e724400843419c8b6155cbeae1876983855e
treeff3f07322a8d7bd14e478f7c7b7f91349d965091
parent18bbe40fe1e400546ff3750213f6c0505895e357
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
source/lib/ldb/common/ldb_msg.c
source/lib/ldb/include/ldb.h
source/lib/ldb/tools/ldbedit.c