r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm
authorVolker Lendecke <vlendec@samba.org>
Mon, 21 May 2007 22:17:13 +0000 (22:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:22:17 +0000 (12:22 -0500)
commiteaefd00563173dfabb7716c5695ac0a2f7139bb6
tree71efc96a8e35942cc09a164cb1bc0fd2d5abe990
parentf53aa56998411b90de238e12e9c3de7f2ff0d2b6
r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm
doing this because for the clustering the marshalling is needed in more
than one place, so I wanted a decent routine to marshall a message_rec
struct which was not there before.

Tridge, this seems about the same speed as it used to be before, the
librpc/ndr overhead in my tests was under the noise.

Volker
25 files changed:
source/Makefile.in
source/include/includes.h
source/include/messages.h
source/include/smb.h
source/lib/messages.c
source/lib/util.c
source/librpc/gen_ndr/messaging.h [new file with mode: 0644]
source/librpc/gen_ndr/ndr_messaging.c [new file with mode: 0644]
source/librpc/gen_ndr/ndr_messaging.h [new file with mode: 0644]
source/librpc/idl/messaging.idl [new file with mode: 0644]
source/nmbd/nmbd.c
source/nmbd/nmbd_processlogon.c
source/nsswitch/winbindd.c
source/nsswitch/winbindd_dual.c
source/printing/notify.c
source/printing/printing.c
source/rpc_server/srv_netlog_nt.c
source/rpc_server/srv_spoolss_nt.c
source/rpc_server/srv_srvsvc_nt.c
source/smbd/lanman.c
source/smbd/process.c
source/smbd/server.c
source/smbd/statcache.c
source/torture/msgtest.c
source/utils/smbcontrol.c