summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include
AgeCommit message (Expand)AuthorFilesLines
2011-02-21ldb: controls marshalling/unmarshalling improvementMatthieu Patou1-0/+19
2011-02-14s4-ldb: added LDB_FLAG_INTERNAL_FORCE_SINGLE_VALUE_CHECKAndrew Tridgell1-0/+3
2011-02-13ldb: remove "magic" string in ldb_controls, replace them with constants defin...Matthieu Patou1-0/+23
2011-02-10ldb: added a include/ldb_version.hAndrew Tridgell1-0/+1
2011-02-09dlinklist: Change license to LGPLv3+ (checked with tridge).Jelmer Vernooij1-11/+15
2011-01-17ldb: added ldb_req_mark_trusted()Andrew Tridgell1-0/+5
2011-01-14ldb: added ldb_dn_minimise()Andrew Tridgell1-0/+10
2011-01-14ldb: added ldb_dn_get_extended_comp_num()Andrew Tridgell1-0/+1
2010-12-18ldb: Rename controls_except_specified -> ldb_controls_except_specified.Jelmer Vernooij1-1/+1
2010-12-18ldb: Add prototype for ldb_init_module.Jelmer Vernooij1-0/+5
2010-12-18ldb: Rename two exported functions so they match abi_match.Jelmer Vernooij1-3/+2
2010-12-08s4-acl: Fixed incorrect value of LDB_FLAG_INTERNAL_INACCESSIBLE_ATTRIBUTENadezhda Ivanova1-1/+1
2010-12-08s4-acl: Added a flag to mark an element as failing an access check.Nadezhda Ivanova1-0/+3
2010-12-06s4:fix some shadowed declaration warnings on Solaris by renaming the symbolsMatthias Dieter Wallnöfer1-1/+1
2010-11-23s4-ldb: added an environment varibale LDB_WARN_UNINDEXEDAndrew Tridgell1-1/+1
2010-11-05ldb:ldb.h - reorder extended operations listMatthias Dieter Wallnöfer1-4/+10
2010-11-04s4-ldb_module.h: use LDB error code for ldb_error() macro rather than LDB_DEB...Kamen Mazdrashki1-1/+1
2010-11-04s4-ldb: implement LDB_FLAG_INTERNAL_DISABLE_SINGLE_VALUE_CHECKAndrew Tridgell1-0/+3
2010-11-03s4-ldb: expose some more ldb module functionsAndrew Tridgell2-6/+50
2010-11-01s4-ldb: removed ldb_includes.hAndrew Tridgell2-12/+3
2010-11-01s4-ldb: use ldb_set_modules_dir() to load additional ldb modulesAndrew Tridgell1-2/+0
2010-11-01s4-ldb: added support for ldb module version checkingAndrew Tridgell1-0/+7
2010-11-01s4-ldb: added ldb command line hook supportAndrew Tridgell2-7/+2
2010-11-01s4-ldb: added support for general ldb hooks in modulesAndrew Tridgell1-1/+20
2010-11-01s4-ldb: removed the old ldb module loading styleAndrew Tridgell1-0/+3
2010-11-01s4-ldb: support a new type of ldb module loadingAndrew Tridgell1-0/+3
2010-10-23ldb:ldb.h - include a comment that the relax control is mainly used by the Op...Matthias Dieter Wallnöfer1-0/+2
2010-10-23s4/ldb:introduce the LDB_CONTROL_PROVISION_OID controlMatthias Dieter Wallnöfer1-0/+6
2010-10-23ldb:rename LDB_CONTROL_BYPASSOPERATIONAL_OID into LDB_CONTROL_BYPASS_OPERATIO...Matthias Dieter Wallnöfer1-1/+1
2010-10-19s4-ldb: added ldb_req_mark_untrusted() and ldb_req_is_untrusted()Andrew Tridgell2-0/+13
2010-10-18Revert "s4:dsdb - make the RELAX control private"Andrew Bartlett1-6/+8
2010-10-16s4:dsdb - make the RELAX control privateMatthias Dieter Wallnöfer1-8/+6
2010-10-16ldb:ldb.h - reorder controls/extended operationsMatthias Dieter Wallnöfer1-27/+28
2010-10-13s4-ldb: take advantage of ldb_match_msg_error() in more placesAndrew Tridgell1-0/+7
2010-10-13s4-ldb: added an optional operator_fn in the schema syntaxAndrew Tridgell1-0/+5
2010-09-27s4-ldb: Added ldb_request_replace_controlNadezhda Ivanova1-0/+12
2010-09-25ldb: added request location trackingAndrew Tridgell2-0/+11
2010-08-17s4-ldb: added LDB_FLAG_INTERNAL_DISABLE_VALIDATIONAndrew Tridgell1-0/+6
2010-08-17s4-ldb: added LDB_FLAG_INTERNAL_MASKAndrew Tridgell1-0/+5
2010-08-17s4-ldb: use LDB_FLAG_MOD_TYPE() to extract element type from messagesAndrew Tridgell1-0/+5
2010-08-17s4-dsdb: added support for LDB_CONTROL_RODC_DCPROMO_OIDAndrew Tridgell1-0/+6
2010-07-29s4-ldb: use TALLOC_CTX type instead of 'void'Kamen Mazdrashki2-5/+5
2010-07-19ldb: Mark _DEPRECATED_ ldb_msg_diff() and ldb_msg_canonicalize() functionsKamen Mazdrashki1-2/+28
2010-07-19s4-ldb: Add ldb_msg_normalize() to accept a memory context from clientKamen Mazdrashki1-0/+5
2010-07-19s4-ldb: Implement ldb_msg_difference() function to accept a memory context fr...Kamen Mazdrashki1-0/+20
2010-07-07s4-ldb: added ldb_error() and ldb_operr()Andrew Tridgell1-1/+5
2010-07-07s4-ldb: added ldb_options_find()Andrew Tridgell1-0/+6
2010-06-20ldb:controls - add the "TREE_DELETE" control for allowing subtree deletesMatthias Dieter Wallnöfer1-0/+7
2010-06-20ldb:ldb.h - add classifications to the control declarationsMatthias Dieter Wallnöfer1-7/+13
2010-06-20ldb: add a new control bypassioperationnalMatthieu Patou1-0/+9