r917: - added the start of a LSA server to samba4.
authorAndrew Tridgell <tridge@samba.org>
Thu, 27 May 2004 04:13:58 +0000 (04:13 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:56:19 +0000 (12:56 -0500)
commitdb3c011977e9aad535be298d64fa63af61c0669c
tree0add1b6fa4d8e2433caede7654a8c727ee4c5995
parent39a236883ee4015980ff3d3cab8a8e5fec858502
r917: - added the start of a LSA server to samba4.

- added start of QueryDomainInfo in samr server

"net rpc info" from samba3 now works against a samba4 server. I
suspect join will work fairly soon.
(This used to be commit 0a2c6a1062d0e364356853001f5f39bdb542f453)
14 files changed:
source4/include/enums.h
source4/libcli/auth/ntlmssp.h
source4/librpc/config.m4
source4/librpc/idl/lsa.idl
source4/librpc/idl/samr.idl
source4/param/loadparm.c
source4/rpc_server/config.m4
source4/rpc_server/config.mk
source4/rpc_server/lsa/dcesrv_lsa.c [new file with mode: 0644]
source4/rpc_server/netlogon/dcerpc_netlogon.c
source4/rpc_server/samr/dcesrv_samr.c
source4/rpc_server/samr/samdb.c
source4/torture/rpc/lsa.c
source4/torture/rpc/samr.c