r24597: - talloc request structure for the samba3 server bindings
authorStefan Metzmacher <metze@samba.org>
Tue, 21 Aug 2007 14:06:46 +0000 (14:06 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:30:08 +0000 (12:30 -0500)
commit5c4d998300d0c9836eb3cc6c3cd8ee4f262396b8
treeefb9b66d78a842c63b64944db8c485cbf727c5d1
parent751834fff92e85a424152c1642b238daa3060dbd
r24597: - talloc request structure for the samba3 server bindings
  and make that the primary context for the request
  which the implementations can also use.
- go via functions pointers in the ndr_interface_table
  instead of calling functions directly.

metze
12 files changed:
source/librpc/gen_ndr/srv_dfs.c
source/librpc/gen_ndr/srv_echo.c
source/librpc/gen_ndr/srv_epmapper.c
source/librpc/gen_ndr/srv_eventlog.c
source/librpc/gen_ndr/srv_initshutdown.c
source/librpc/gen_ndr/srv_lsa.c
source/librpc/gen_ndr/srv_netlogon.c
source/librpc/gen_ndr/srv_srvsvc.c
source/librpc/gen_ndr/srv_svcctl.c
source/librpc/gen_ndr/srv_unixinfo.c
source/librpc/gen_ndr/srv_winreg.c
source/librpc/gen_ndr/srv_wkssvc.c