1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source4/dsdb/schema
Andrew Tridgell ff8ad222cd s4-dsdb: use DLIST_ADD() not DLIST_ADD_END()
Using DLIST_ADD_END() to construct a long list is very inefficient (it
is O(n^2). These lists are not ordered, so using DLIST_ADD() is much
better.
2009-09-15 18:45:42 -07:00
..
schema_convert_to_ol.c s4:dsdb Don't cast an ldb_val into a const char * for schema lookups 2009-08-05 08:56:06 +10:00
schema_description.c s4:dsdb/schema: s/class/sclass 2009-02-02 13:08:40 +01:00
schema_inferiors.c s4:schema Add code to provide an index into the subClass tree 2009-09-15 10:38:52 -07:00
schema_init.c s4-dsdb: use DLIST_ADD() not DLIST_ADD_END() 2009-09-15 18:45:42 -07:00
schema_query.c s4:dsdb Add const 2009-08-24 20:24:18 +10:00
schema_set.c s4-dsdb: use DLIST_ADD() not DLIST_ADD_END() 2009-09-15 18:45:42 -07:00
schema_syntax.c s4/schema: teach the schema_syntax code how to encode/decode more attributes 2009-09-10 12:12:49 +10:00
schema.h s4:schema Add code to provide an index into the subClass tree 2009-09-15 10:38:52 -07:00