various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.
authorLuke Leighton <lkcl@samba.org>
Thu, 21 Oct 1999 16:53:50 +0000 (16:53 +0000)
committerLuke Leighton <lkcl@samba.org>
Thu, 21 Oct 1999 16:53:50 +0000 (16:53 +0000)
commit8976eca2db43576c32069dcda017e8777048e007
tree9e08cb71007628b800730b926b562d7c4de31771
parent479fc93bd03fb961dd1e8093a911cf0a3be7071f
various.  debug levels changed.  nmbd doesn't need libsmb/clienttrust.c.
samr_lookup_rids() moved to a dynamic memory structure not a
static one limited to 32 RIDs.  cli_pipe.c reading wasn't checking
ERRmoredata when DOS error codes negotiated (this terminates
MSRPC code with prejudice).
14 files changed:
source/Makefile.in
source/include/proto.h
source/include/rpc_samr.h
source/rpc_client/cli_login.c
source/rpc_client/cli_netlogon.c
source/rpc_client/cli_netlogon_sync.c
source/rpc_client/cli_pipe.c
source/rpc_client/cli_samr.c
source/rpc_client/cli_svcctl.c
source/rpc_parse/parse_samr.c
source/rpc_server/srv_samr.c
source/rpcclient/cmd_netlogon.c
source/rpcclient/cmd_samr.c
source/smbd/password.c