genrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file().
authorJeremy Allison <jra@samba.org>
Thu, 23 Apr 1998 18:54:57 +0000 (18:54 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 23 Apr 1998 18:54:57 +0000 (18:54 +0000)
commita85f5bc268a1c13334b86ac3a44a026359c09371
tree3b7e688003d1037600a9f12b1947fcb5e42645d3
parentda4e61efad7c7c18595bec32dbb21a2045dadd2e
genrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file().
password.c: Started the initial code for domain_client_validate(). All
            bracketed with #ifdef DOMAIN_CLIENT for now.
reply.c: Call to domain_client_validate(). All
            bracketed with #ifdef DOMAIN_CLIENT for now.
smbpass.c: New code to get/set machine passwords. Tidied up nesting
           of lock calls.
Jeremy.
(This used to be commit 89fe059a6816f32d2cc5c4c04c4089b60590e7e6)
source3/include/proto.h
source3/lib/genrand.c
source3/passdb/smbpass.c
source3/smbd/password.c
source3/smbd/reply.c