<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/lib/param/param_table.c, branch talloc-2.0.8</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>Remove the parameters:</title>
<updated>2012-10-04T19:04:21+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2012-10-03T23:04:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=db62a159b8833a4f1aee0c9733fd263b6d239d53'/>
<id>db62a159b8833a4f1aee0c9733fd263b6d239d53</id>
<content type='text'>
security mask
force security mode
directory security mask
force directory security mode

and update the docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
security mask
force security mode
directory security mask
force directory security mode

and update the docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>dns_server: Remove parameter 'dns recursive queries' and base this on 'dns forwarder'</title>
<updated>2012-09-12T14:51:29+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-09-12T08:07:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1627fcda3eff6e636438c90d07ffcfd497ea68e2'/>
<id>1627fcda3eff6e636438c90d07ffcfd497ea68e2</id>
<content type='text'>
This simplifies a very common configuration.

Andrew Bartlett

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This simplifies a very common configuration.

Andrew Bartlett

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/param: add some more alias for 'allow dns updates' options.</title>
<updated>2012-09-12T14:51:29+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2012-09-12T07:39:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ea1841ee10a25e654ff1f7dde6518707c9d1581a'/>
<id>ea1841ee10a25e654ff1f7dde6518707c9d1581a</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: introduce a new share config option "durable handles" defaulting to "yes"</title>
<updated>2012-09-08T17:46:08+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2012-09-06T12:23:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1d012a6780c543620413b24237cb7e9b97a6e3bc'/>
<id>1d012a6780c543620413b24237cb7e9b97a6e3bc</id>
<content type='text'>
This is in order to be able to turn durable handles off and on on a per share
basis.

Note: This is only used in combination with:

	kernel share modes = no
	kernel oplocks = no
	posix locking = no

Which means CIFS/SMB2 only access.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is in order to be able to turn durable handles off and on on a per share
basis.

Note: This is only used in combination with:

	kernel share modes = no
	kernel oplocks = no
	posix locking = no

Which means CIFS/SMB2 only access.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: add an option "kernel share modes" to be able to switch off using kernel flocks</title>
<updated>2012-09-08T09:10:54+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2012-09-08T08:47:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=da071869628c8b6ea6ed01b4f1083680114505a9'/>
<id>da071869628c8b6ea6ed01b4f1083680114505a9</id>
<content type='text'>
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-printing: Restrict printing=cups to systems with cups development headers at build time</title>
<updated>2012-09-06T01:16:11+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-09-05T05:03:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f453117569e04087ae461677717b14cdd65a4cd4'/>
<id>f453117569e04087ae461677717b14cdd65a4cd4</id>
<content type='text'>
This means that instead of failing due to the default commandline values not being quite correct
that we clearly fail at loadparm and testparm time when parsing the printing= line.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This means that instead of failing due to the default commandline values not being quite correct
that we clearly fail at loadparm and testparm time when parsing the printing= line.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Remove special case for the build farm</title>
<updated>2012-08-21T04:39:04+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-08-20T22:16:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4d5471f1c634450020c4530f8d0c8dfcd7252fb3'/>
<id>4d5471f1c634450020c4530f8d0c8dfcd7252fb3</id>
<content type='text'>
Except in the formatting of the selftest output, this removes the special case
of the build farm, so that an autobuild, a manual make test and the build farm
are more similar.

Andrew Bartlett

Autobuild-User(master): Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date(master): Tue Aug 21 06:39:04 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Except in the formatting of the selftest output, this removes the special case
of the build farm, so that an autobuild, a manual make test and the build farm
are more similar.

Andrew Bartlett

Autobuild-User(master): Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date(master): Tue Aug 21 06:39:04 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/param: Also enable vlp when --enable-selftest is specified</title>
<updated>2012-08-06T10:51:55+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-08-06T08:32:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=49b27203174647d66fbf6a35266d587cc9e2e5cc'/>
<id>49b27203174647d66fbf6a35266d587cc9e2e5cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/param: Rename "socket address" to "nbt client socket address" to clarify role</title>
<updated>2012-07-27T10:16:25+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-07-27T02:56:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=dc00df2adddfe23e5ebb61f9f7c16ec7d3f2c03e'/>
<id>dc00df2adddfe23e5ebb61f9f7c16ec7d3f2c03e</id>
<content type='text'>
This parameter is only used in our NBT client code and in nmbd as a
fallback when we fail to select a better interface from "interfaces"
to use directly.

Andrew Bartlett

Autobuild-User(master): Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date(master): Fri Jul 27 12:16:25 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This parameter is only used in our NBT client code and in nmbd as a
fallback when we fail to select a better interface from "interfaces"
to use directly.

Andrew Bartlett

Autobuild-User(master): Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date(master): Fri Jul 27 12:16:25 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/param: Remove unused "paranoid server security"</title>
<updated>2012-07-27T01:34:23+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-07-27T00:34:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ca2482073627994d6a8c0be6dcf6463aba889635'/>
<id>ca2482073627994d6a8c0be6dcf6463aba889635</id>
<content type='text'>
This became unused when security=server went away.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This became unused when security=server went away.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
</feed>
