summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema_query.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-24s4:dsdb: Avoid possible underflows with new_lenAndreas Schneider1-1/+1
2024-06-24s4:dsdb: Remove trailing spaces in schema_query.cAndreas Schneider1-36/+36
2024-05-22s4:dsdb:strcasecmp_with_ldb_val() avoids overflowDouglas Bagnall1-1/+3
2023-08-03s4:dsdb:schema: Fix code spellingAndreas Schneider1-2/+2
2023-03-31s4:dsdb/schema: Add dsdb_attribute_by_cn_ldb_val()Joseph Sutton1-0/+10
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+3
2020-08-17Fix a comment typo copied aroundVolker Lendecke1-1/+1
2019-07-08s4/dsdb/schema: clang: Fix Array access results in null pointer derefNoel Power1-1/+3
2019-05-22dsdb: Remove unsued dsdb_class_by_cn()Andrew Bartlett1-10/+0
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source4/dsdb/Günther Deschner1-1/+1
2016-05-10dsdb schema_query: reduce calls to str_list_lengthDouglas Bagnall1-6/+7
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-4/+4
2012-08-22s4:dsdb_sort_objectClass_attr - simplify memory context handlingMatthias Dieter Wallnöfer1-9/+19
2012-08-22s4:dsdb_sort_objectClass_attr - use "data_blob_string_const" for setting valuesMatthias Dieter Wallnöfer1-6/+1
2012-04-11s4:dsdb - move "objectclass_sort()" out from the objectclass LDB module into ...Matthias Dieter Wallnöfer1-0/+164
2012-04-11s4:schema/schema_query.c - fix a commentMatthias Dieter Wallnöfer1-1/+1
2010-11-08s4-attid: Uppercase ATTID type constantsKamen Mazdrashki1-1/+1
2010-06-21s4/dsdb-schema: Index attributes on msDS-IntId valueKamen Mazdrashki1-5/+3
2010-03-07s4:schema - Change also here counters to "unsigned" where neededMatthias Dieter Wallnöfer1-6/+6
2010-02-13s4-dsdb: use TYPESAFE_QSORT() in dsdb codeAndrew Tridgell1-7/+3
2010-01-08s4-schema: added dsdb_attribute_by_lDAPDisplayName_ldb_valAndrew Tridgell1-0/+12
2010-01-08s4-schema: make ldb_val to string comparison safer with nul terminationAndrew Tridgell1-1/+8
2010-01-08s4/dsdb_schema: use msDS-IntId value for attribute look-upKamen Mazdrashki1-0/+9
2009-12-21s4-schema: a unsigned comparison bug in the schema codeAndrew Tridgell1-1/+2
2009-12-15Fixed a problem with duplicate values of allowedAttributesEffective.Nadezhda Ivanova1-1/+10
2009-12-10s4-schema: use binsearch.hAndrew Tridgell1-48/+21
2009-11-05Version 1.0 of the directory service acls module.Nadezhda Ivanova1-2/+12
2009-09-21Initial Implementation of the DS objects access checks.Nadezhda Ivanova1-0/+12
2009-08-24s4:dsdb Add constAndrew Bartlett1-2/+2
2009-08-05s4:dsdb Don't cast an ldb_val into a const char * for schema lookupsAndrew Bartlett1-28/+115
2009-04-02major upgrade to the ldb attribute handlingAndrew Tridgell1-79/+66
2009-02-02s4:dsdb/schema: s/class/sclassStefan Metzmacher1-18/+18
2008-12-23Fix more compiler warnings in various places.Jelmer Vernooij1-19/+19
2008-08-20Split schema_init.c into smaller bits.Andrew Bartlett1-0/+344