]> git.ipfire.org Git - thirdparty/samba.git/commit
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)
commit57bff6fe82d777e599d535f076efb2328ba1188b
treec1901c8d913ce117b8f9d237473a3569493c4aa2
parentc01b18e632aede6fce7264ef6971d7ddba945cfb
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.
15 files changed:
source/include/client.h
source/include/proto.h
source/lib/domain_namemap.c
source/lib/util.c
source/libsmb/clientgen.c
source/libsmb/clienttrust.c
source/rpc_client/cli_lsarpc.c
source/rpc_client/cli_netlogon.c
source/rpc_client/cli_netlogon_sync.c
source/rpc_client/cli_pipe.c
source/rpcclient/cmd_lsarpc.c
source/rpcclient/cmd_netlogon.c
source/rpcclient/cmd_samr.c
source/rpcclient/cmd_spoolss.c
source/rpcclient/rpcclient.c