summaryrefslogtreecommitdiff
path: root/source4/param/share.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-03Revert making public of the samba-module library.Jelmer Vernooij1-3/+3
2011-10-28lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_runAndrew Bartlett1-1/+1
2011-10-28lib/util Rename samba_init_module_fn -> samba_module_init_fnAndrew Bartlett1-1/+1
2011-10-28lib/util Split samba-modules library into public and private partsAndrew Bartlett1-1/+1
2011-10-28lib/util Rename run_init_functions -> samba_init_module_fns_runAndrew Bartlett1-1/+1
2011-10-28lib/util Rename init_module_fn to samba_init_module_fnAndrew Bartlett1-1/+1
2011-10-06lib/util: consolidate module loading into common codeAndrew Bartlett1-0/+1
2010-11-01s4-modules: get rid of the remaining static prototypes for modulesAndrew Tridgell1-2/+2
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-04-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-1/+2
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij1-1/+2
2008-04-14Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij1-0/+2
2008-03-08Fix the build.Jelmer Vernooij1-0/+2
2008-03-08Push SOVERSION and VERSION out of perl code.Jelmer Vernooij1-1/+0
2008-02-27Clarify comments.Jelmer Vernooij1-1/+1
2007-12-24r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij1-1/+1
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij1-1/+1
2007-12-21r26440: Remove more uses of global_loadparm.Jelmer Vernooij1-1/+2
2007-12-21r26382: Remove more uses of global_loadparm.Jelmer Vernooij1-8/+2
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij1-5/+1
2007-12-21r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij1-1/+1
2007-12-21r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij1-2/+2
2007-10-10r25547: Convert to standard bool type.Jelmer Vernooij1-1/+1
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-1/+1
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-2/+2
2007-10-10r25047: Fix more warnings.Jelmer Vernooij1-6/+1
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-10r22328: Add initial testsuite for share code.Jelmer Vernooij1-2/+9
2007-10-10r18590: Some more work on the srvsvc pipeSimo Sorce1-2/+10
2007-10-10r18542: Some late nite work.Simo Sorce1-0/+16
2007-10-10r17206: Add a modular API for share configuration.Simo Sorce1-0/+137