CVS update: samba/source/rpc_server

jfm at samba.org jfm at samba.org
Sat Dec 22 00:36:15 EST 2001


Date:	Fri Dec 21 05:36:14 2001
Author:	jfm

Update of /data/cvs/samba/source/rpc_server
In directory va:/tmp/cvs-serv10724/rpc_server

Modified Files:
	srv_samr_nt.c 
Log Message:
re-done all of samr_query_disp_info()
instead of enumerating the whole user db or group db every time, we store
a in memory copy linked to the handle.

that's much faster for large enumeration where the db can't fit in a
single rpc packet. And as it's a copy, it's constant between enumeration.

still some stuff to clean. But now I can fix the W95 userlist bug, as I've
finally found it.

	J.F.






Revisions:
srv_samr_nt.c		1.64 => 1.65
	http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_samr_nt.c?r1=1.64&r2=1.65




More information about the samba-cvs mailing list