Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
[kai/samba.git] / source / lib / ldb / common / ldb.c
2008-02-20 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-20 Andrew BartlettUntil the new ldb changes land, make ldb_wait set the...
2008-02-20 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-20 Jelmer VernooijFix static module list generation for ldb.
2008-02-20 Jelmer VernooijRemove more function-based inits.
2008-02-20 Jelmer VernooijAllow ldb backends without init function, use init...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26540: Revert my previous commit after concerns raised...
2007-12-21 Jelmer Vernooijr26539: Remove unnecessary statics.
2007-12-21 Jelmer Vernooijr26481: Make function for loading symbol from DSO more...
2007-12-21 Andrew Bartlettr25933: LDB: Don't free errstring until after the print...
2007-12-21 Jelmer Vernooijr25843: Finish check-soloading.
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25081: Add modules_dir member to ldb_context that...
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 Jelmer Vernooijr22681: Fix standalone ldb build when parent directory...
2007-10-10 Andrew Bartlettr22557: Simo has long bugged me that the paths in the...
2007-10-10 Andrew Bartlettr22474: If ldb does not return sucess, then the res...
2007-10-10 Andrew Bartlettr21736: Fix the smbclient test to do something more...
2007-10-10 Stefan Metzmacherr20761: let ldb modules call ldb_set_default_dns()
2007-10-10 Stefan Metzmacherr20583: implement the frontend calls for extended opera...
2007-10-10 Stefan Metzmacherr20581: - the ldb modules have explicit hooks for exten...
2007-10-10 Stefan Metzmacherr20317: store references to all important naming contexts.
2007-10-10 Stefan Metzmacherr20192: I assume a 'break' is the correct thing to...
2007-10-10 Simo Sorcer20033: Never commit before testing
2007-10-10 Simo Sorcer20032: Add ldb_search_exp_fmt()
2007-10-10 Simo Sorcer19831: Big ldb_dn optimization and interfaces enhancem...
2007-10-10 Stefan Metzmacherr19720: - don't pass a pointer reference to ldb_search_...
2007-10-10 Simo Sorcer19453: Expose helper functions
2007-10-10 Andrew Bartlettr19264: Clarify behaviour in ldb_search_callback()...
2007-10-10 Stefan Metzmacherr19188: merge from samba3:
2007-10-10 Andrew Tridgellr18942: add a ldb_set_create_perms() function in ldb...
2007-10-10 Volker Lendecker18894: Merge const fixes from 3_0
2007-10-10 Simo Sorcer18882: make style consistent
2007-10-10 Andrew Tridgellr18830: ensure backends aren't added twice (needed...
2007-10-10 Andrew Bartlettr18781: Move the usnCreated and usnChanged handling...
2007-10-10 Simo Sorcer18777: add helper functions to create an ldb_request...
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 Simo Sorcer18272: Couldn't resist to change this.
2007-10-10 Andrew Bartlettr18245: Ensure we don't keep the rootdse record around...
2007-10-10 Simo Sorcer17830: Set the default_basedn (hey, it comes from...
2007-10-10 Andrew Tridgellr17828: set the auto_baseDN opaque even on failure...
2007-10-10 Andrew Tridgellr17821: changed ldb_search() and the ldbsearch command...
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 Bartlettr16972: Replace the sequence_number function pointer...
2007-10-10 Andrew Bartlettr16825: Make ldb_sainity_check() set an error string...
2007-10-10 Simo Sorcer16784: - make some function in ldb static, they not...
2007-10-10 Andrew Bartlettr16172: Translate the ldb error codes into appropriate...
2007-10-10 Andrew Bartlettr16085: Set the error string if we fail to find a valid...
2007-10-10 Andrew Bartlettr16083: Make it possible to initialise a backend module...
2007-10-10 Simo Sorcer16071: tdb has nested transactions
2007-10-10 Simo Sorcer16036: Add a couple of new functions to corretly deal...
2007-10-10 Andrew Bartlettr16007: If no error string was setup by the backend...
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 Sorcer15795: Try to use the async code by default
2007-10-10 Tim Potterr15388: Fix cut&paste typo.
2007-10-10 Andrew Bartlettr15176: Ensure we don't segfault when we try and delete...
2007-10-10 Tim Potterr15113: Add a ldb_strerror() function.
2007-10-10 Jelmer Vernooijr14599: Pass ACLs down the registry layer.
2007-10-10 Jelmer Vernooijr14594: Fix some dependencies (required for shared...
2007-10-10 Jelmer Vernooijr14592: Add support for loading shared modules to LDB.
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 Sorcer13992: change the way ldb_async_wait() works.
2007-10-10 Simo Sorcer13900: don't segfault on error
2007-10-10 Jelmer Vernooijr13839: Use registration mechanism for backends as...
2007-10-10 Simo Sorcer13823: make async_wait part of the modules ops
2007-10-10 Jelmer Vernooijr13786: [merge] Add registration functions for LDB...
2007-10-10 Simo Sorcer13615: Make ldb_set_errstring get ldb instead of modul...
2007-10-10 Simo Sorcer13609: Get in the initial work on making ldb async
2007-10-10 Simo Sorcer13324: From now on check attribute names obey rfc2251
2007-10-10 Stefan Metzmacherr12829: fix ldb headers, to not include '<...>' files...
2007-10-10 Simo Sorcer12743: Remove the ugly way we had to make a second...
2007-10-10 Simo Sorcer12733: Merge ldap/ldb controls into main tree
2007-10-10 Andrew Bartlettr12534: Make the transaction code fill the error string...
2007-10-10 Andrew Tridgellr11958: - fixed memory leaks in the ldb_result handling...
2007-10-10 Andrew Tridgellr11594: ensure ldb_search() sets *res to NULL on failur...
2007-10-10 Simo Sorcer11567: Ldb API change patch.
2007-10-10 Andrew Tridgellr11353: a bit of an improvement to the ldb_tdb error...
2007-10-10 Andrew Tridgellr11109: fixed the error code return from most ldb funct...
2007-10-10 Andrew Tridgellr10790: allow updating of existing ldb opaque values...
2007-10-10 Andrew Tridgellr10759: make modules easier to write by allowing module...
2007-10-10 Andrew Tridgellr10753: don't require every ldb module to implement...
2007-10-10 Simo Sorcer10477: expose transactions outside ldb and change...
2007-10-10 Simo Sorcer10305: start implementing better error handling
2007-10-10 Simo Sorcer10304: check for basic ldb_message sanity and return...
2007-10-10 Simo Sorcer10299: remove the public (un)lock functions and introd...
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Andrew Tridgellr8600: fixed null termination on some error messages...
2007-10-10 Andrew Tridgellr8037: a fairly major update to the internals of ldb...
2007-10-10 Derrell Lipmanr7828: Although there is still plenty to do, ldb_sqlite...
2007-10-10 Andrew Tridgellr7776: add a method for getting arbitrary opaque data...
next