summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/util.c
Commit message (Expand)AuthorAgeFilesLines
* dsdb: Add DSDB_SEARCH_ONE_ONLY support to dsdb_module_search*()Andrew Bartlett2014-07-151-0/+13
* dsdb-acl: Add helper function dsdb_get_structural_oc_from_msg()Andrew Bartlett2013-01-211-0/+13
* s4-dsdb: Add mem_ctx argument to samdb_ntds_settings_dnAndrew Bartlett2012-08-141-3/+4
* s4:dsdb/samdb/ldb_modules/schema.c - move "get_last_structural_class()" into ...Matthias Dieter Wallnöfer2012-04-111-0/+30
* s4-dsdb: Return ldb_result context in dsdb_module_extendedAmitay Isaacs2011-11-291-3/+20
* s4-dsdb: fixed the check_optional_feature() callAndrew Tridgell2011-10-071-19/+24
* build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett2011-09-231-1/+1
* s4-dsdb: assert that base DNs are used correctlyAndrew Tridgell2011-08-251-0/+5
* s4-dsdb: ensure rIDSetReferences is stored as an extended DNAndrew Tridgell2011-08-091-1/+1
* update/add my copyrightMatthieu Patou2011-07-211-0/+1
* s4-dsdb: add dsdb_module_extended function similar to other dsdb_module_* fun...Matthieu Patou2011-07-211-0/+61
* s4-dsdb: introduce dsdb_module_search_treeMatthieu Patou2011-05-211-24/+63
* s4-auth Move libcli/security/session.c to the top levelAndrew Bartlett2011-02-221-1/+0
* s4-ldb_modules/util: Implement dsdb_module_find_ntdsguid_for_computer()Kamen Mazdrashki2011-02-141-0/+30
* s4-dsdb: pass parent request to dsdb_module_*() functions Andrew Tridgell2011-01-171-39/+83
* s4:dsdb:util: dsdb_get_single_valued_attr() only needs a const ldb_messagesStefan Metzmacher2010-12-131-1/+1
* s4-dsdb Remove mem_ctx argument from dsdb_module_find_dsheuristics().Andrew Bartlett2010-11-261-3/+2
* s4:password_hash and acl LDB modules - handle the "userPassword" attribute ac...Matthias Dieter Wallnöfer2010-11-111-0/+20
* s4:ldb_modules/util.c - "dsHeuristics" -> "dSHeuristics"Matthias Dieter Wallnöfer2010-11-111-2/+2
* s4:ldb_modules/util.c - "dsdb_get_single_valued_attr" - support the attribute...Matthias Dieter Wallnöfer2010-11-071-4/+8
* s4:samldb LDB module - improve the "get_single_valued_attr" call and move it ...Matthias Dieter Wallnöfer2010-11-031-0/+30
* s4-dsdb: removed the use of ldb_private.h from s4Andrew Tridgell2010-11-031-7/+3
* s4:dsdb - use the more safe "samdb_msg_add_(u)int*" calls always where possibleMatthias Dieter Wallnöfer2010-10-241-2/+3
* s4-dsdb Reset the error string after 'expected' errors.Andrew Bartlett2010-10-191-0/+1
* s4:dsdb/samdb/ldb_modules/util.c - remove now unused functions which set inte...Matthias Dieter Wallnöfer2010-10-161-74/+0
* s4-libcli/security Use seperate subsystem for session related functionsAndrew Bartlett2010-10-121-0/+1
* dsdb/modules: Split up helpers a bit to prevent recursive dependencies.Jelmer Vernooij2010-10-101-27/+0
* dsdb: Move attr_in_list to SAMDB_COMMON to avoid circular dependency between ...Jelmer Vernooij2010-10-101-12/+0
* s4:dsdb - substitute the "show_deleted" with the "show_recycled" controlMatthias Dieter Wallnöfer2010-10-031-2/+2
* s4-dsdb Add ldb_reset_err_string() when we set error codes.Andrew Bartlett2010-09-291-0/+1
* s4-ldb: removed an unused variableAndrew Tridgell2010-09-271-1/+0
* ldb: mark the location of a lot more ldb requestsAndrew Tridgell2010-09-251-0/+9
* s4-dsdb: added tagging of requests in dsdb modulesAndrew Tridgell2010-09-251-0/+15
* s4-dsdb: Fixed a call to the wrong ops function in dsdb_module_search_dn.Nadezhda Ivanova2010-09-251-1/+1
* s4-dsdb: Fixed a compiler warning.Nadezhda Ivanova2010-08-271-1/+0
* s4:dsdb_module_find_dsheuristics - free the "DN" also on other exit casesMatthias Dieter Wallnöfer2010-08-261-0/+2
* s4-dsdb: Removed an unnecessary space in dsdb_module_find_dsheuristics()Nadezhda Ivanova2010-08-261-1/+1
* s4-dsdb: Added utility functions for retrieving dSHeuristics from the module ...Nadezhda Ivanova2010-08-261-0/+47
* s4-dsdb: check the type of session_info from the opaqueAndrew Tridgell2010-08-171-2/+2
* s4-dsdb: Removed kludge_acl as it is no longer necessaryNadezhda Ivanova2010-08-041-0/+8
* s4:dsdb/samdb/ldb_modules/util.c - remove unused variablesMatthias Dieter Wallnöfer2010-08-011-2/+0
* s4:dsdb: add dsdb_module_constrainted_update_uint32/64() wrapper functionsStefan Metzmacher2010-07-091-0/+22
* s4:dsdb: add dsdb_msg_constrainted_update_uint32/64() wrapper functionsStefan Metzmacher2010-07-091-0/+22
* s4:dsdb: add dsdb_module_constrainted_update_int32/64() functionsStefan Metzmacher2010-07-091-0/+58
* s4:dsdb: add dsdb_msg_constrainted_update_int32/64() functionsStefan Metzmacher2010-07-091-0/+96
* s4-dsdb/util: Reorder DSDB_FLAG_* checksKamen Mazdrashki2010-07-081-30/+30
* s4-dsdb: Implement module switching in dsdb_module_search_dn()Kamen Mazdrashki2010-07-081-1/+10
* s4-source4/dsdb/samdb/ldb_modules/util.c Use DSDB_FLAG_NEXT_MODULE flagKamen Mazdrashki2010-07-081-2/+4
* s4-dsdb: use ldb_operr() in the dsdb codeAndrew Tridgell2010-07-071-18/+16
* s4:dsdb_module_load_partition_usn - check for "res->count" equal/unequal to 1Matthias Dieter Wallnöfer2010-07-031-1/+1