Return SAM ldb context and loadparm context as part of C provision
[ira/wip.git] / source4 / lib / ldb / modules /
2008-03-02 Jelmer VernooijMerge branch 'v4-0-test' into id10ts-registry
2008-02-28 Jelmer VernooijMerge branch 'v4-0-trivial' into v4-0-test
2008-02-28 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-27 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-27 Andrew BartlettFix rdn_name errors.
2008-02-20 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-20 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-20 Jelmer VernooijFix use of some modules (needed _PUBLIC_).
2008-02-20 Jelmer VernooijFix static module list generation for ldb.
2008-02-20 Jelmer VernooijUse struct-based rather than function-based initializat...
2007-12-24 Simo Sorcer26581: Make ldb_wait uniform, so that it is easy to...
2007-12-21 Jelmer Vernooijr26540: Revert my previous commit after concerns raised...
2007-12-21 Jelmer Vernooijr26539: Remove unnecessary statics.
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25522: Convert to standard bool types.
2007-10-10 Andrew Bartlettr24259: Rework the objectclass module to use the new...
2007-10-10 Andrew Tridgellr23798: updated old Temple Place FSF addresses to new URL
2007-10-10 Andrew Tridgellr23795: more v2->v3 conversion
2007-10-10 Andrew Bartlettr23703: Start to get Samba4 to again work with LDAP...
2007-10-10 Andrew Bartlettr23557: Ensure that we don't reorder the objectClass...
2007-10-10 Jelmer Vernooijr22762: Some ldb_map changes:
2007-10-10 Jelmer Vernooijr22681: Fix standalone ldb build when parent directory...
2007-10-10 Andrew Bartlettr21496: A number of ldb control and LDAP changes, surro...
2007-10-10 Stefan Metzmacherr21354: fix comment
2007-10-10 Andrew Bartlettr21305: Change the skel module a little, so make it...
2007-10-10 Stefan Metzmacherr20772: fix segfault caused by ldb_set_default_dns...
2007-10-10 Simo Sorcer20670: Make the logic more clear
2007-10-10 Simo Sorcer20669: Simplifing more
2007-10-10 Simo Sorcer20656: This way the process flow should be much more...
2007-10-10 Andrew Bartlettr20459: LDB map cleanup:
2007-10-10 Stefan Metzmacherr20198: let the IBM checker ignore the warning about...
2007-10-10 Stefan Metzmacherr20184: change ldb_attrib_handler into ldb_schema_attri...
2007-10-10 Simo Sorcer19904: port fies from samba3
2007-10-10 Simo Sorcer19832: better prototypes for the linearization functions:
2007-10-10 Simo Sorcer19831: Big ldb_dn optimization and interfaces enhancem...
2007-10-10 Stefan Metzmacherr19743: merge from samba3:
2007-10-10 Andrew Bartlettr19733: More work to fix ldb_map. With the wildcard...
2007-10-10 Andrew Bartlettr19731: Modify the ldb_map infrustructure to always...
2007-10-10 Simo Sorcer19531: Make struct ldb_dn opaque and local to ldb_dn.c
2007-10-10 Andrew Bartlettr19521: Fix memory leak.
2007-10-10 Jelmer Vernooijr19507: Merge my DSO fixes branch. Building Samba's...
2007-10-10 Simo Sorcer19489: Change ldb_msg_add_value and ldb_msg_add_empty...
2007-10-10 Simo Sorcer19452: Warn but don't die if registering against the...
2007-10-10 Simo Sorcer19370: Handle errors if talloc_reference fails
2007-10-10 Simo Sorcer19332: ldb_parse_tree leaks
2007-10-10 Simo Sorcer19312: This should fix a nasty bug with values and...
2007-10-10 Simo Sorcer19299: Fix possible memleaks
2007-10-10 Simo Sorcer19129: Add comment to clarify behavior
2007-10-10 Andrew Bartlettr18781: Move the usnCreated and usnChanged handling...
2007-10-10 Andrew Bartlettr18770: Avoid crashes and fix up other issues in the...
2007-10-10 Simo Sorcer18591: Better defaults for share creation
2007-10-10 Andrew Bartlettr18504: Handle mappings for RENAME and KEEP attributes...
2007-10-10 Andrew Bartlettr18495: More work on the LDAP backend (which now passes...
2007-10-10 Andrew Tridgellr18439: 2nd try at a talloc_move() api. This type with...
2007-10-10 Andrew Tridgellr18438: I should have examined these uses of talloc_mov...
2007-10-10 Andrew Tridgellr18436: converted ldb to use talloc_move() instead...
2007-10-10 Andrew Tridgellr18321: fixed some warnings on AIX
2007-10-10 Simo Sorcer18317: Make sure we actually have a valid reply or...
2007-10-10 Andrew Tridgellr18301: I discovered how to load the warnings from...
2007-10-10 Stefan Metzmacherr17775: use an enum to get rid of compiler warnings
2007-10-10 Andrew Bartlettr17700: Despite our best hopes, the way module initiali...
2007-10-10 Andrew Bartlettr17698: The original code assumed that &data->context...
2007-10-10 Andrew Bartlettr17691: Make the structure more public, so we have...
2007-10-10 Simo Sorcer17614: Our first "client side' ldb module.
2007-10-10 Simo Sorcer17596: apply patch from Martin
2007-10-10 Andrew Tridgellr17579: make ldb build g++ friendly
2007-10-10 Andrew Bartlettr17542: In using ldb_map, I ran across some very odd...
2007-10-10 Andrew Bartlettr17526: Move timestamp generation into the objectGUID...
2007-10-10 Andrew Bartlettr17525: This is a merge from the Google Summer of Code...
2007-10-10 Simo Sorcer17514: Simplify the way to set ldb errors and add...
2007-10-10 Simo Sorcer17186: "async" word abuse clean-up part 2
2007-10-10 Simo Sorcer17185: Oh, I wanted to do this for sooo long time.
2007-10-10 Andrew Bartlettr17031: When I first revived the objectclass sorting...
2007-10-10 Andrew Bartlettr16972: Replace the sequence_number function pointer...
2007-10-10 Andrew Bartlettr16825: Make ldb_sainity_check() set an error string...
2007-10-10 Andrew Bartlettr16264: Add, but do not yet enable, the partitions...
2007-10-10 Gerald Carterr16100: Patch from Michael Wood <mwood@icts.uct.ac...
2007-10-10 Tim Potterr16090: Fix standalone build after the rename of enum...
2007-10-10 Andrew Bartlettr16053: Allow entries without an objectClass. We need...
2007-10-10 Simo Sorcer16036: Add a couple of new functions to corretly deal...
2007-10-10 Andrew Bartlettr16028: Re-add the objectclass module, in the new async...
2007-10-10 Simo Sorcer15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODI...
2007-10-10 Simo Sorcer15942: Remove the sync internal ldb calls altogether.
2007-10-10 Simo Sorcer15932: Remove per request creds
2007-10-10 Simo Sorcer15927: Optimize ldb module traverse while keeping...
2007-10-10 Simo Sorcer15922: password_hash.c has proven to be a good way...
2007-10-10 Simo Sorcer15913: Error passing in the async code is not in agood...
2007-10-10 Andrew Tridgellr15854: more talloc_set_destructor() typesafe fixes
2007-10-10 Simo Sorcer15786: another fix in rdn_name
2007-10-10 Simo Sorcer15762: It make no sense for rdn_name to implement...
2007-10-10 Simo Sorcer15761: Fix-as-you-go ...
2007-10-10 Andrew Tridgellr14436: mixing of boolean expressions and integers...
2007-10-10 Andrew Tridgellr14433: sort_result must be initialised when we call...
2007-10-10 Simo Sorcer14391: rdn_name -> async
2007-10-10 Simo Sorcer14364: operational -> async (untested)
2007-10-10 Simo Sorcer14344: More helpful messages on error for command...
2007-10-10 Simo Sorcer14162: Minor fixes on sort
2007-10-10 Simo Sorcer13998: From now on ldb_request() will require an alloc...
2007-10-10 Simo Sorcer13996: simplify ldb_async_wait() some more
2007-10-10 Simo Sorcer13993: First prototype of how an async module should...
next