Patch from Simo:
authorGerald Carter <jerry@samba.org>
Mon, 7 May 2001 14:04:46 +0000 (14:04 +0000)
committerGerald Carter <jerry@samba.org>
Mon, 7 May 2001 14:04:46 +0000 (14:04 +0000)
commit30c4c04c2f584857633ce7605555dcfb37a3e1af
treecd8eb3081373a1d46a9e5d601e92467db40f9817
parent050b0307f086037ec9c21d7125fd2a86cf218339
Patch from Simo:

  o sed 's/pdb_clear_sam/pdb_free_sam/g'
  o add pdb_reset_sam()
  o password changing should be ok now as well.
(This used to be commit 96d0e7c3301ad990f6c83b9c216720cb32661fb5)
13 files changed:
source3/include/proto.h
source3/passdb/passdb.c
source3/passdb/pdb_tdb.c
source3/rpc_server/srv_netlog_nt.c
source3/rpc_server/srv_pipe.c
source3/rpc_server/srv_samr_nt.c
source3/rpc_server/srv_util.c
source3/smbd/chgpasswd.c
source3/smbd/lanman.c
source3/smbd/password.c
source3/smbd/reply.c
source3/utils/pdbedit.c
source3/utils/smbpasswd.c