summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/samdb/ldb_modules/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s4/dsdb: Assert DSDB_FLAG_*_MODULE is always passed in function callKamen Mazdrashki2010-07-021-0/+5
* s4-source4/dsdb/samdb/ldb_modules/util.c Use DSDB_FLAG_NEXT_MODULE flagKamen Mazdrashki2010-07-021-2/+3
* s4:dsdb - add a new dsdb delete function which understands the tree delete co...Matthias Dieter Wallnöfer2010-06-201-0/+53
* s4:get_last_structural_class - only real structural classes can be candidates...Matthias Dieter Wallnöfer2010-06-061-1/+1
* s4:dsdb/samdb/ldb_modules/util.c - make sure to always free temporary dataMatthias Dieter Wallnöfer2010-05-301-1/+6
* s4:dsdb_module_search_dn - add code to handle NULL format stringMatthias Dieter Wallnöfer2010-05-301-3/+13
* s4/rodc: Support read-only databaseAnatoliy Atanasov2010-05-041-9/+34
* s4/rodc: RODC FAS initial implementationAnatoliy Atanasov2010-04-291-0/+12
* s4-drs: added new SECURITY_RO_DOMAIN_CONTROLLER levelAndrew Tridgell2010-04-221-1/+1
* Revert "s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions"Matthias Dieter Wallnöfer2010-04-131-1/+1
* s4:dsdb - Handle INVALID_DN_SYNTAX from OpenLDAP in dsdb_module_load_partitio...Endi S. Dewata2010-04-081-1/+1
* s4-drs: replmd_delete with the 3 stage deletion recycle binEduardo Lima2010-03-261-1/+25
* s4:ldb_modules/util.c - fix two counter variables to be "unsigned"Matthias Dieter Wallnöfer2010-03-231-2/+2
* s4:dsdb Move dsdb_save_partition_usn() to be a module helper functionAndrew Bartlett2010-03-221-0/+175
* s4:util.c - "dsdb_check_optional_feature" - counter should be "unsigned"Matthias Dieter Wallnöfer2010-03-121-1/+1
* s4-drs: check if an optional feature is enabledEduardo Lima2010-03-121-0/+59
* s4-dsdb: move dsdb_request_add_controls() into dsdb/common/util.cAndrew Tridgell2010-02-161-75/+5
* s4-dsdb: added dsdb_module_am_system()Andrew Tridgell2010-01-081-0/+9
* s4-dsdb: added DSDB_FLAG_TOP_MODULEAndrew Tridgell2010-01-081-0/+8
* s4-dsdb: added dsdb_module_set_integer()Andrew Tridgell2010-01-081-0/+24
* s4-dsdb: added dsdb_next_callback()Andrew Tridgell2010-01-081-0/+12
* s4-dsdb: added dsdb_module_constrainted_update_integer()Andrew Tridgell2010-01-081-0/+50