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)
commit9bd7e1e8870da87ea6f3c9e78933beeb08b65a0c
tree04a7bff5aa2db16fcaab1396e81e7caaeb6c900d
parent1d16f750515bcf49e0dc87394479dc56e7192538
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.
(This used to be commit b8fedca6191de96159df0d1d17082d82e8e44773)
source3/include/proto.h
source3/param/loadparm.c
source3/passdb/passdb.c
source3/passdb/smbpassfile.c
source3/rpc_client/cli_netlogon.c
source3/smbd/password.c
source3/smbd/server.c
source3/utils/smbpasswd.c