ok. *whew*. this is the first completed part of the restructure.
authorLuke Leighton <lkcl@samba.org>
Wed, 24 Nov 1999 22:45:09 +0000 (22:45 +0000)
committerLuke Leighton <lkcl@samba.org>
Wed, 24 Nov 1999 22:45:09 +0000 (22:45 +0000)
commit2803a72751cf511aa0b5e6745e1b169faa66f68a
treee93ae3fb9694c457c004600b2a0e58ec051d4bad
parentf8b82a7b9507e11595bc924def179dc1d7d79a54
ok.  *whew*.  this is the first completed part of the restructure.

verified that lsaquery, lsalookupsids work, and found some bugs in the
parameters of these commands :-)

soo... we now have an lsa_* api that has the same arguments as the nt
Lsa* api!  cool!

the only significant coding difference is the introduction of a
user_credentials structure, containing user, domain, pass and ntlmssp
flags.
(This used to be commit 57bff6fe82d777e599d535f076efb2328ba1188b)
15 files changed:
source3/include/client.h
source3/include/proto.h
source3/lib/domain_namemap.c
source3/lib/util.c
source3/libsmb/clientgen.c
source3/libsmb/clienttrust.c
source3/rpc_client/cli_lsarpc.c
source3/rpc_client/cli_netlogon.c
source3/rpc_client/cli_netlogon_sync.c
source3/rpc_client/cli_pipe.c
source3/rpcclient/cmd_lsarpc.c
source3/rpcclient/cmd_netlogon.c
source3/rpcclient/cmd_samr.c
source3/rpcclient/cmd_spoolss.c
source3/rpcclient/rpcclient.c