summaryrefslogtreecommitdiff
path: root/source4/param/share_ldb.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-29s4-param Rename private_path() -> lpcfg_private_path()Andrew Bartlett1-1/+1
2011-03-19source4/param: Fix prototypes for all functions.Jelmer Vernooij1-0/+2
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell1-2/+2
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-1/+1
2009-10-23s4-dsdb: create a static system_session contextAndrew Tridgell1-2/+2
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-3/+3
2008-09-23Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce1-3/+3
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij1-2/+4
2008-02-27Clarify comments.Jelmer Vernooij1-1/+1
2007-12-21r26440: Remove more uses of global_loadparm.Jelmer Vernooij1-4/+5
2007-12-21r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij1-1/+1
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij1-1/+1
2007-10-10r25547: Convert to standard bool type.Jelmer Vernooij1-8/+8
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-19/+18
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22546: use the same error codes in both share backendsStefan Metzmacher1-6/+11
2007-10-10r22336: Add some more share tests.Jelmer Vernooij1-1/+1
2007-10-10r20034: Start using ldb_search_exp_fmt()Simo Sorce1-9/+3
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-6/+6
2007-10-10r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...Simo Sorce1-5/+5
2007-10-10r19299: Fix possible memleaksSimo Sorce1-2/+2
2007-10-10r18591: Better defaults for share creationSimo Sorce1-3/+5
2007-10-10r18590: Some more work on the srvsvc pipeSimo Sorce1-29/+214
2007-10-10r18542: Some late nite work.Simo Sorce1-10/+133
2007-10-10r17647: the init fns should not take a mem_ctxAndrew Tridgell1-1/+1
2007-10-10r17516: Change helper function names to make more clear what they are meant t...Simo Sorce1-2/+2
2007-10-10r17207: Add the ldb based shares configuration moduleSimo Sorce1-0/+281