Moved cruft out of smb.h into ntdomain.h where it belongs. dc struct
authorJeremy Allison <jra@samba.org>
Sun, 11 Mar 2001 22:26:28 +0000 (22:26 +0000)
committerJeremy Allison <jra@samba.org>
Sun, 11 Mar 2001 22:26:28 +0000 (22:26 +0000)
commit46b12f2275dcd4b3114085160cd456441f9e921e
treebaac8937925f351611b60d05429fd10e472bd3dc
parentbe9933ce353d0ad607c55e6e02aae09627bf9dd9
Moved cruft out of smb.h into ntdomain.h where it belongs. dc struct
now in pipe struct (where used) rather than user_struct.
Secured machine account password changing in srv_netlog_nt.c - ensure
that only the given machine can change its own password. May need to
free this up later for NT admin tools, but this is a fail-safe secure
position for now.
Jeremy.
source/include/ntdomain.h
source/include/proto.h
source/include/rpc_misc.h
source/include/smb.h
source/rpc_server/srv_netlog_nt.c
source/smbd/password.c