summaryrefslogtreecommitdiff
path: root/source4/param/share_classic.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
* lib/param: handle non-constant strings properly by passing in a memory contextGarming Sam2014-02-201-2/+2
* s4: pass down a memory context when performing share_string_option, to allow ...Garming Sam2014-02-201-11/+12
* param: rename lp function and variable from 'casesensitive' to 'case_sensitive'Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from 'force_dir_mode' to 'force_direct...Garming Sam2014-02-071-1/+1
* loadparm: rename lp[cfg]_dir_mask to lp[cfg]_directory_mask for consistency w...Michael Adam2014-02-031-1/+1
* loadparm: rename lp[cfg]_print_ok to lp[cfg]_printable for consistency with docsMichael Adam2014-02-031-1/+1
* loadparm: rename lp[cfg]_readonly to lp[cfg]_read_only for consistency with docsMichael Adam2014-02-031-1/+1
* loadparm: rename lp[cfg]_hostsdeny to lp[cfg]_hosts_deny for consistency with...Michael Adam2014-02-031-1/+1
* loadparm: rename lp[cfg]_hostsallow to lp[cfg]_hosts_allow for consistency wi...Michael Adam2014-02-031-1/+1
* loadparm: rename lp[cfg]_pathname to lp[cfg]_path for consistency with docsMichael Adam2014-02-031-1/+1
* lib/param: Remove 'case insensitive filesystem'Andrew Bartlett2012-07-241-1/+26
* s4-param Rename volume_label() -> lpcfg_volume_label()Andrew Bartlett2011-04-291-1/+1
* source4/param: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+2
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-37/+37
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-0/+1
* Actually call into lp_oplocks() in share_classic backend.Andrew Bartlett2008-03-271-0/+4
* Remove sDefault as static variable.Jelmer Vernooij2008-02-281-24/+24
* Clarify comments.Jelmer Vernooij2008-02-271-1/+1
* r26440: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+2
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-4/+12
* r26348: Avoid use of autofree context.Jelmer Vernooij2007-12-211-1/+1
* r26272: Remove global_loadparm in some more places.Jelmer Vernooij2007-12-211-2/+6
* r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-211-4/+4
* r25547: Convert to standard bool type.Jelmer Vernooij2007-10-101-2/+2
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-4/+4
* r25379: Use loadparm context parameter in a lot more places.Jelmer Vernooij2007-10-101-3/+3
* r25041: Use context in more places, fix warnings.Jelmer Vernooij2007-10-101-11/+11
* r25039: Rename service -> loadparm_service, use context more.Jelmer Vernooij2007-10-101-9/+9
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-67/+53
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24915: Try to quiet down this warning - the 'classic' share code doesn'tAndrew Bartlett2007-10-101-0/+4
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23696: added the create mask and related share permissions options to Samba4,Andrew Tridgell2007-10-101-8/+31
* r18558: Fix ShareCheck which was assuming all paths are "C:\"Simo Sorce2007-10-101-0/+3
* r18542: Some late nite work.Simo Sorce2007-10-101-10/+10
* r17210: I wonder how I missed this, build farm caught it.Simo Sorce2007-10-101-1/+1
* r17206: Add a modular API for share configuration.Simo Sorce2007-10-101-0/+328