Date: Mon Jan 19 08:52:53 2004 Author: idra Update of /data/cvs/samba/source/rpc_parse In directory dp.samba.org:/tmp/cvs-serv26621/source/rpc_parse
Modified Files: parse_samr.c Log Message: 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 <[EMAIL PROTECTED]> patch Revisions: parse_samr.c 1.176 => 1.177 http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_parse/parse_samr.c.diff?r1=1.176&r2=1.177