1. The most part of this patch changed the unknown_3 flag to the now known
authorSimo Sorce <idra@samba.org>
Mon, 19 Jan 2004 08:52:53 +0000 (08:52 +0000)
committerSimo Sorce <idra@samba.org>
Mon, 19 Jan 2004 08:52:53 +0000 (08:52 +0000)
commite25e0e372bfd3afbab0e116d61a48bbcb934203d
tree765512cbf61f13015afb8886fe078bb16f0f05f4
parentc0beb062c1b75435f7991f75202b9d99bb9989ba
1. The most part of this patch changed the unknown_3 flag to the now known
meaning of fields_present bit mask. Also avoid it being saved in backends (0
is saved where removing the unit32 would have produced a format change).
Also add support in samr functions to correctly interpret the flags.
Flags still not set properly (eg. still set all flags 0xffffff as previous
code), need a tool to test this properly (I',ve done preliminary tests with
samba4 rpc torture and it seem to work properly against w2k).

2. Patch for handlig the flag user must change password at next logon
in usrmgr based on Jianliang Lu <j.lu@tiesse.com> patch
(This used to be commit 78975e9483e64412e436c5dbfe2b71e20b79de29)
20 files changed:
source3/Makefile.in
source3/include/gums.h
source3/include/passdb.h
source3/include/rpc_samr.h
source3/include/tdbsam2.h [deleted file]
source3/include/tdbsam2_parse_info.h
source3/passdb/passdb.c
source3/passdb/pdb_get_set.c
source3/passdb/pdb_gums.c
source3/passdb/pdb_ldap.c
source3/passdb/pdb_mysql.c
source3/passdb/pdb_pgsql.c
source3/passdb/pdb_sql.c
source3/passdb/pdb_xml.c
source3/rpc_parse/parse_samr.c
source3/rpc_server/srv_samr_util.c
source3/rpcclient/cmd_samr.c
source3/sam/gums_api.c
source3/sam/gums_helper.c
source3/sam/gums_tdbsam2.c