re-done all of samr_query_disp_info()
authorJean-François Micouleau <jfm@samba.org>
Fri, 21 Dec 2001 13:36:14 +0000 (13:36 +0000)
committerJean-François Micouleau <jfm@samba.org>
Fri, 21 Dec 2001 13:36:14 +0000 (13:36 +0000)
commit595dd015071395bae2ffc61573c72bb9f6a77553
tree6fa327b36d54f95299518fd3348f6a722df627c6
parent28eb6b91b22ecfebeb42c1f97dbda94764359923
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.
(This used to be commit 3ab45215369e8e93d750f4687e9c1f7d47782590)
source3/include/rpc_samr.h
source3/rpc_parse/parse_samr.c
source3/rpc_server/srv_samr_nt.c