- removed smbpassd "remote" commands relating to trust accounts, added
authorLuke Leighton <lkcl@samba.org>
Fri, 18 Feb 2000 21:43:53 +0000 (21:43 +0000)
committerLuke Leighton <lkcl@samba.org>
Fri, 18 Feb 2000 21:43:53 +0000 (21:43 +0000)
commit34313d4aeac5f917064a21af2ff70d222e3adb85
tree47c54b8a1d744da8abb7c133907f6100afaea0ba
parent5fba3da30cf8ff364f21d99a965bd18dce6a48ac
- removed smbpassd "remote" commands relating to trust accounts, added
references to use samedit instead.

- removed global_machine_password_needs_changing and all code that uses
this: replaced with lsa_query_secret ( pol, NULL, &last_updated_time).

probably better off having this code in lsarpcd, not smbd.  hmm...

- fixing up _samr_lookup_names to the new sam tdb format, lots more work
needed here.
24 files changed:
source/Makefile.in
source/include/lib_smb_proto.h
source/include/proto.h
source/include/rpc_client_proto.h
source/include/rpc_parse_proto.h
source/include/winbindd_proto.h
source/lsarpcd/secret_db.c
source/netlogond/srv_netlogon_nt.c
source/rpc_client/cli_lsarpc.c
source/rpc_client/cli_netlogon_sync.c
source/rpc_client/msrpc_lsarpc.c
source/rpc_client/msrpc_netlogon.c
source/rpc_parse/parse_lsa.c
source/rpcclient/cmd_lsarpc.c
source/rpcclient/cmd_netlogon.c
source/samrd/srv_samr_dom_tdb.c
source/samrd/srv_samr_grp_tdb.c
source/samrd/srv_samr_passdb.c
source/samrd/srv_samr_tdb.c
source/samrd/srv_samr_tdb_init.c
source/samrd/srv_samr_usr_tdb.c
source/smbd/process.c
source/svcctld/srv_svcctl_nt.c
source/utils/smbpasswd.c