summaryrefslogtreecommitdiff
path: root/source4/param/share.c
Commit message (Expand)AuthorAgeFilesLines
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* s4: pass down a memory context when performing share_string_option, to allow ...Garming Sam2014-02-201-2/+2
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-031-3/+3
* lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_runAndrew Bartlett2011-10-281-1/+1
* lib/util Rename samba_init_module_fn -> samba_module_init_fnAndrew Bartlett2011-10-281-1/+1
* lib/util Split samba-modules library into public and private partsAndrew Bartlett2011-10-281-1/+1
* lib/util Rename run_init_functions -> samba_init_module_fns_runAndrew Bartlett2011-10-281-1/+1
* lib/util Rename init_module_fn to samba_init_module_fnAndrew Bartlett2011-10-281-1/+1
* lib/util: consolidate module loading into common codeAndrew Bartlett2011-10-061-0/+1
* s4-modules: get rid of the remaining static prototypes for modulesAndrew Tridgell2010-11-011-2/+2
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-251-1/+2
|\
| * Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-1/+2
| * Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij2008-04-141-0/+2
* | Fix the build.Jelmer Vernooij2008-03-081-0/+2
* | Push SOVERSION and VERSION out of perl code.Jelmer Vernooij2008-03-081-1/+0
|/
* Clarify comments.Jelmer Vernooij2008-02-271-1/+1
* r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij2007-12-241-1/+1
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-241-1/+1
* r26440: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+2
* r26382: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-211-8/+2
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-5/+1
* r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-211-1/+1
* r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij2007-12-211-2/+2
* r25547: Convert to standard bool type.Jelmer Vernooij2007-10-101-1/+1
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+1
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-2/+2
* r25047: Fix more warnings.Jelmer Vernooij2007-10-101-6/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22328: Add initial testsuite for share code.Jelmer Vernooij2007-10-101-2/+9
* r18590: Some more work on the srvsvc pipeSimo Sorce2007-10-101-2/+10
* r18542: Some late nite work.Simo Sorce2007-10-101-0/+16
* r17206: Add a modular API for share configuration.Simo Sorce2007-10-101-0/+137