| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
bin/net vampire with a missing smb.conf would segfault as the iconv
convenience pointer had not been setup.
|
|
|
|
|
|
|
|
|
|
|
| |
source4/param/param.h has a
param.h is a public header (and parmlist isn't, even if the relative path
could work), so I suggest making it a forward declaration in the header, and
including parmlist.h in the implementation.
(commit message included from e-mail by Andrew Bartlett)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
|
|
|
|
| |
metze
|
|
|
|
|
| |
Change "lp_realm" behaviour to return the realm always upcased and add a
function "lp_dnsdomain" which returns it always lowcased.
|
| |
|
|
|
|
|
|
|
| |
A KCC is a 'Knowledge Consistency Checker', a fancy name for a daemon
that works out who will replicate with who in a AD domain. This
implements an extremely simple KCC task that just wants to replicate
with everyone :-)
|
| |
|
|
|
|
|
|
|
|
| |
A single AD server can only host a single domain, so don't stuff about
with looking up our crossRef record in the cn=Partitions container.
We instead trust that lp_realm() and lp_workgroup() works correctly.
Andrew Bartlett
|
|
|
|
| |
Michael
|
|
|
|
| |
Michael
|
| |
|
|
|
|
| |
metze
|
|
|
|
| |
couldn't load a default smb.conf file.
|
|
|
|
| |
command-line.
|
|
|
|
| |
missing.
|
|
|
|
| |
metze
|
| |
|
| |
|
| |
|
|
|
|
| |
nonblocking sockets.
|
|
|
|
| |
global variable instead.
|
| |
|
| |
|
|
|
|
| |
should in the future only contain some settings required for gensec.
|
|
|
|
| |
global_loadparm.
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
| |
using global_loadparm.
|
| |
|
|
|
|
|
|
|
|
| |
This makes it easier for RPMs to specify an group for access to that
directory.
Andrew Bartlett
(This used to be commit fa361354433fb9a5c09c84997a7c51f3052c294e)
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
This starts ntp_signd at startup, and fixes some build issues.
Andrew Bartlett
(This used to be commit cb0dcd5c3dfe2a46755270a4594b7289f555d814)
|
|
|
|
| |
(This used to be commit c3f556915f09d078253e4c5539910a1cf420eeca)
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
Andrew Bartlett
(This used to be commit 08ec91958d5d773dfc805869685094da749470e8)
|
|
|
|
|
|
|
| |
This even goes via the share options system (a very odd layer of indirection).
Andrew Bartlett
(This used to be commit f2c65f9907760b8852b70c53637388f08751ba88)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
But the keep the default to always send it
when the server supports it too.
metze
(This used to be commit 33caaef2e46557525a8ffb79d6dd0db46a079529)
|
|
|
|
| |
(This used to be commit 16f36ce499e93860dd535034a584ec2b93e7a172)
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
No code change. Couldn't resist.
(This used to be commit abc816b3884838441ab379c9e31e16937caa4734)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|