r25446: Merge some changes I made on the way home from SFO:
[jra/samba/.git] / source4 / lib / db_wrap.c
2007-10-10 Jelmer Vernooijr25446: Merge some changes I made on the way home from...
2007-10-10 Jelmer Vernooijr25430: Add the loadparm context to all parametric...
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Jelmer Vernooijr25084: Move samba-specific code out of lib/ldb directory.
2007-10-10 Jelmer Vernooijr25081: Add modules_dir member to ldb_context that...
2007-10-10 Jelmer Vernooijr25035: Fix some more warnings, use service pointer...
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Andrew Bartlettr24246: Avoid the annoying 'probable memory leak in...
2007-10-10 Andrew Bartlettr24245: Fix bug #4828 - we need to set the samba LDB...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Bartlettr23560: - Activate metze's schema modules (from metze...
2007-10-10 Andrew Tridgellr19360: improve the ldb leak detector - it now takes...
2007-10-10 Simo Sorcer19303: It seem ok to have around this amount of blocks...
2007-10-10 Andrew Tridgellr19296: added a leak detector to ldb_wrap_connect()
2007-10-10 Andrew Tridgellr18943: Samba4 wants its databases private to root...
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Andrew Bartlettr16916: Implement metze's proposed changes to the tdb...
2007-10-10 Andrew Bartlettr16774: This patch modifies the tdb API to allow the...
2007-10-10 Andrew Tridgellr15853: started the process of removing the warnings...
2007-10-10 Andrew Bartlettr15433: Add a todo.
2007-10-10 Jelmer Vernooijr15362: Consider anything non-zero a failure, bnio...
2007-10-10 Jelmer Vernooijr15295: Fix some dependencies
2007-10-10 Jelmer Vernooijr14349: Kill proto.h!
2007-10-10 Stefan Metzmacherr13768: be less verbose...
2007-10-10 Simo Sorcer13349: In the end I could not use ldb_caseless_cmp
2007-10-10 Simo Sorcer13335: Fix the build and add an utf8 safe ldb_hadler_f...
2007-10-10 Simo Sorcer13333: revert previous commit I will use ldb_caseless_...
2007-10-10 Simo Sorcer13328: After the attribute name check cleanup it turne...
2007-10-10 Simo Sorcer13325: let samba register it's own utf8 aware function...
2007-10-10 Andrew Bartlettr12227: I realised that I wasn't yet seeing authenticat...
2007-10-10 Andrew Bartlettr12178: Make ldb_ildap work against localhost again...
2007-10-10 Andrew Tridgellr10409: allow smb.conf override of ldb synchronous...
2007-10-10 Andrew Tridgellr10253: a fairly large tdb cleanup and re-organise...
2007-10-10 Andrew Tridgellr9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000
2007-10-10 Andrew Tridgellr8625: move the ldb_wrap logic into the ldb code. This...
2007-10-10 Andrew Tridgellr8343: removed a debugging message
2007-10-10 Andrew Tridgellr7912: make private_path() recognise a non-relative...
2007-10-10 Andrew Tridgellr7860: switch our ldb storage format to use a NDR encod...
2007-10-10 Andrew Tridgellr7779: use the parent event context in ldb_wrap_connect...
2007-10-10 Andrew Tridgellr7711: update callers of ldb_connect() for new syntax
2007-10-10 Simo Sorcer5585: LDB interfaces change:
2007-10-10 Andrew Tridgellr5307: removed db_wrap.h from includes.h
2007-10-10 Andrew Tridgellr5296: - only include the tdb headers where they are...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4475: fixed smbd to work with the small changes in...
2007-10-10 Stefan Metzmacherr3783: - don't use make proto for ldb anymore
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3005: added talloc wrappers around tdb_open() and...