summaryrefslogtreecommitdiff
path: root/source4/param/loadparm.c
AgeCommit message (Collapse)AuthorFilesLines
2009-01-16loadparm: Make sure various state variables get initialized even when weJelmer Vernooij1-29/+40
couldn't load a default smb.conf file.
2009-01-16Find default smb.conf path correctly, when it was not specified on theJelmer Vernooij1-4/+10
command-line.
2009-01-06When loading the default configuration, allow the configuration file to beJelmer Vernooij1-2/+11
missing.
2008-12-06s4:loadparm: start 'browser' rpc_serverStefan Metzmacher1-1/+1
metze
2008-11-03Fix memory leak.Jelmer Vernooij1-1/+1
2008-11-02Fix the build.Jelmer Vernooij1-2/+3
2008-11-02Remove global_loadparm.Jelmer Vernooij1-2/+0
2008-11-02Use environment variable rather than loadparm parameter when testingJelmer Vernooij1-0/+8
nonblocking sockets.
2008-11-02Remove use of global_loadparm when comparing nt status error - useJelmer Vernooij1-0/+2
global variable instead.
2008-11-02Move check of SMB_CONF_PATH to loadparm code.Jelmer Vernooij1-1/+4
2008-11-02Fix the build.Jelmer Vernooij1-2/+0
2008-11-02Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij1-0/+12
should in the future only contain some settings required for gensec.
2008-11-02Use a separate global for nonblocking socket testing rather than ↵Jelmer Vernooij1-0/+3
global_loadparm.
2008-11-01Rename param_opt.flags to priority.Jelmer Vernooij1-4/+16
2008-10-31Disable lanman authentication by default in Samba 4.Jelmer Vernooij1-2/+2
2008-10-24Remove dependency of charset code on loadparm.Jelmer Vernooij1-1/+1
2008-10-24Remove const so return value can be freed.Jelmer Vernooij1-5/+5
2008-10-23Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij1-1/+2
2008-10-23Make lp_tls_* return absolute paths.Jelmer Vernooij1-5/+26
2008-10-23Remove unused constants from local.h.Jelmer Vernooij1-1/+2
2008-10-12Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij1-3/+3
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-09-30Pass options struct into session initialization functions rather thanJelmer Vernooij1-0/+8
using global_loadparm.
2008-09-18Remove jsdir.Jelmer Vernooij1-5/+0
2008-06-28Use a configure-specified directory for the winbind priv pipeAndrew Bartlett1-0/+4
This makes it easier for RPMs to specify an group for access to that directory. Andrew Bartlett (This used to be commit fa361354433fb9a5c09c84997a7c51f3052c294e)
2008-05-29Allow the ntp_signd socket to be set from configure.Andrew Bartlett1-0/+7
This will allow distributions to hard-code this path, particularly for selinux, and matches how we handle the winbind socket dir. Andrew Bartlett (This used to be commit c8b441650400ed1b24c89991f5752dad3c87795f)
2008-05-28Bring up the ntp signing deamonAndrew Bartlett1-1/+1
This starts ntp_signd at startup, and fixes some build issues. Andrew Bartlett (This used to be commit cb0dcd5c3dfe2a46755270a4594b7289f555d814)
2008-05-27Use new dynconfig.h location.Jelmer Vernooij1-1/+1
(This used to be commit c3f556915f09d078253e4c5539910a1cf420eeca)
2008-03-28Fix 'oplocks' in loadparm.Andrew Bartlett1-0/+1
I forgot one more place where I must specify the new config option. I wish this was more templated... Andrew Bartlett (This used to be commit 5a740f4daa79cf1b5fc9f24e424ae50e10932f4b)
2008-03-27Fix how we initialise the oplocks parameter.Andrew Bartlett1-2/+1
Andrew Bartlett (This used to be commit 08ec91958d5d773dfc805869685094da749470e8)
2008-03-27Make oplocks a per-share option.Andrew Bartlett1-1/+5
This even goes via the share options system (a very odd layer of indirection). Andrew Bartlett (This used to be commit f2c65f9907760b8852b70c53637388f08751ba88)
2008-03-07Rework provision scripts for more testingAndrew Bartlett1-0/+2
This fixes up some issues with testdir (was not honoured) and increases test coverage. We now check all the major provision modes. In doing so, to make it possible to call from the multiple layers of 'sh', I have allowed 'dc' to alias 'domain controller' and 'member' to alias 'member server'. Fighting shell quoting in the test system was just too hard... Also fix upgrade.py Andrew Bartlett (This used to be commit 0923de12282b0e063dd73bc3e056dd5c3663c190)
2008-03-06libcli/raw: make it possible to not send CAP_LEVEL_II_OPLOCKSStefan Metzmacher1-2/+2
But the keep the default to always send it when the server supports it too. metze (This used to be commit 33caaef2e46557525a8ffb79d6dd0db46a079529)
2008-02-28Remove sDefault as static variable.Jelmer Vernooij1-71/+57
(This used to be commit 16f36ce499e93860dd535034a584ec2b93e7a172)
2008-02-21loadparm: Add configuration settings for idmap.Kai Blin1-0/+8
Default behaviour for "idmap trusted only" is "False", meaning idmap creates ID mappings for all SIDs. If set to "True", idmap will create SID mappings for trusted users only. "idmap database" allows to set the database idmap uses, defaulting to idmap,ldb (This used to be commit ed8178b110abcde95e5b18cfb22957c53fd3febd)
2008-02-14loadparm: Clean up trailing whitespaceKai Blin1-163/+163
No code change. Couldn't resist. (This used to be commit abc816b3884838441ab379c9e31e16937caa4734)
2008-02-04Remaining changes to implement the prefork process modelAndrew Bartlett1-0/+2
To use, run 'smbd -M prefork' By default, only the smb service is preforked. 4 children are created, and all listen for new connections. The Linux Kernel 'wake one' behaviour should ensure that only one is given the oportunity to accept. We need to look into the ideal number of worker children, as well as load balancing behaviours. To change, set: prefork children : smb = 6 valid service names (smb in this example) match those in 'server services'. Andrew Bartlett and David Disseldorp (This used to be commit 35313c0aa3fbfdd943edfb7bafd7645b1a0c54e9)
2008-01-03r26654: libcli/smb_composite: Rather than specifying each of the gazillion ↵Jelmer Vernooij1-0/+16
options for SMB individually, just specify the smbcli_options struct. (This used to be commit 8a97886e24a4b969aa91409c06f423b71a45f6eb)
2007-12-29r26627: param: Provide a call for loading the system smb.conf.Jelmer Vernooij1-0/+5
(This used to be commit 2596b479abc8e0d1c064e1d191f2d1c894252f3d)
2007-12-21r26503: Change order of arguments in param interface so it's easier to make theJelmer Vernooij1-1/+1
section name optional. Fix several smaller bits and pieces in the Python code. (This used to be commit 1b89311e5fa4fcde060df50e580dc221205cc8ca)
2007-12-21r26498: Fix memory leak in iconv code.Jelmer Vernooij1-1/+1
(This used to be commit 8795697db56e4ca6715950d68f5ec370604fcc76)
2007-12-21r26464: Tighten dependencies.Jelmer Vernooij1-1/+4
(This used to be commit 2b7cfa5d9ab94e1ff2d60719cd3749810463ab15)
2007-12-21r26436: Remove default of 0 for integer parameters when a lp_ctx of NULL is ↵Jelmer Vernooij1-1/+1
specified (This used to be commit f3395db91a4dd3a89be55684f12313159d1acdd4)
2007-12-21r26434: Remove display charset from iconv convenience context.Jelmer Vernooij1-1/+7
(This used to be commit a76625994abf9906d54ae11f9c171f89063cf508)
2007-12-21r26433: Don't crash when a NULL lp_ctx is specified to a lp_parm_* function.Jelmer Vernooij1-0/+3
(This used to be commit 7f28b53b579182500c57c4ac0c3d7591f5ddb214)
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-18/+45
(This used to be commit d37136b7abfbba75ef2e5ab855eb3382b9648b8c)
2007-12-21r26425: fix crash bug, sorry I should have tested that...Stefan Metzmacher1-2/+2
metze (This used to be commit 61d2f1a03b374404fd0f3e6191cda82ff0295834)
2007-12-21r26423: try to fix the build on solarisStefan Metzmacher1-1/+6
metze (This used to be commit 5b62180946a7cb9f3981ce740cfe830f6f0a00ff)
2007-12-21r26391: samba4 doesn't support 'lmhosts' as resolve moduleStefan Metzmacher1-1/+1
metze (This used to be commit cdb64b41018928122898257f65d2573109b473cc)
2007-12-21r26352: Don't make lp_load create a new context.Jelmer Vernooij1-21/+10
(This used to be commit d0d5c1a823a6601292c061dba2b6f4bde2b9e3dd)