r10916: - finished the 'operational' ldb module
authorAndrew Tridgell <tridge@samba.org>
Wed, 12 Oct 2005 07:57:39 +0000 (07:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:39:42 +0000 (13:39 -0500)
commit35720734911169acde6bf9f2c9a1f83336744f6f
treee4cf15f0d3e55b921ba02ea3ea499b1df890af36
parent49cc13a8f0fbc4f68e14720b733329ce45135cec
r10916: - finished the 'operational' ldb module

- removed the timestamps module, replacing it with the operational module

- added a ldb_msg_copy_shallow() function which should be used when a module
  wants to add new elements to a message on add/modify. This is needed
  because the caller might be using a constant structure, or may want to
  re-use the structure again

- enabled the UTC time attribute syntaxes in the operational module
(This used to be commit 61e8b010223ac6a0573185008f3719ba29574688)
source4/lib/ldb/common/ldb_modules.c
source4/lib/ldb/common/ldb_msg.c
source4/lib/ldb/include/ldb_private.h
source4/lib/ldb/modules/operational.c
source4/lib/ldb/modules/rdn_name.c
source4/setup/provision_init.ldif
source4/setup/rootdse.ldif
source4/setup/secrets.ldif