mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
9539e2b508
This is all working towards supporting the full WSPP schema without a major performance penalty. We now use binary searches when looking up classes and attributes. We also avoid the loop loading the attributes into ldb, by adding a hook to override the ldb attribute search function in a module. The attributes can thus be loaded once, and then saved as part of the global schema. Also added support for a few more key attribute syntaxes, as needed for the full schema. |
||
---|---|---|
.. | ||
domain.c | ||
groupinfo.c | ||
groupman.c | ||
grouptest.h | ||
libnet_BecomeDC.c | ||
libnet_domain.c | ||
libnet_group.c | ||
libnet_lookup.c | ||
libnet_rpc.c | ||
libnet_share.c | ||
libnet_user.c | ||
libnet.c | ||
userinfo.c | ||
userman.c | ||
usertest.h | ||
utils.c | ||
utils.h |