loadparm.c: Added machine password timeout parameter - set to 7 days be default.
authorJeremy Allison <jra@samba.org>
Wed, 27 May 1998 00:30:52 +0000 (00:30 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 27 May 1998 00:30:52 +0000 (00:30 +0000)
commitb8fedca6191de96159df0d1d17082d82e8e44773
tree6c4dcd3fe7417d850b15c54c025bff48c4929d7c
parent42a65511068cd9006350c80bbed2f346f3f01cb0
loadparm.c: Added machine password timeout parameter - set to 7 days be default.
password.c: Added code to tell server.c when machine password needs changing.
server.c: Change machine password in idle cycles if it needs it.
smbpassfile.c: Fixed up length calculations for machine password file.
smbpasswd.c: Moved domain joining code/machine password changing code.
lib/rpc/client/cli_netlogon.c: And this is where it now lives.
Jeremy.
source/include/proto.h
source/param/loadparm.c
source/passdb/passdb.c
source/passdb/smbpassfile.c
source/rpc_client/cli_netlogon.c
source/smbd/password.c
source/smbd/server.c
source/utils/smbpasswd.c