<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/lib/smbconf, branch talloc-2.3.0</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>waf: add library dependency for sendfile on Solaris</title>
<updated>2019-02-17T12:33:15+00:00</updated>
<author>
<name>Björn Jacke</name>
<email>bj@sernet.de</email>
</author>
<published>2019-02-10T21:38:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b8bf7ef87e29daa18b079d221ffa3252d1719f2a'/>
<id>b8bf7ef87e29daa18b079d221ffa3252d1719f2a</id>
<content type='text'>
Signed-off-by: Bjoern Jacke &lt;bjacke@samba.org&gt;
Reviewed-by: Andreas Schneider &lt;asn@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Bjoern Jacke &lt;bjacke@samba.org&gt;
Reviewed-by: Andreas Schneider &lt;asn@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct "occured" typos.</title>
<updated>2017-02-22T07:26:21+00:00</updated>
<author>
<name>Chris Lamb</name>
<email>chris@chris-lamb.co.uk</email>
</author>
<published>2017-02-17T19:46:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a4ab7c73bda018147ca4e8645352503c2382fb74'/>
<id>a4ab7c73bda018147ca4e8645352503c2382fb74</id>
<content type='text'>
Signed-off-by: Chris Lamb &lt;chris@chris-lamb.co.uk&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Chris Lamb &lt;chris@chris-lamb.co.uk&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/smbconf: remove const warning</title>
<updated>2014-11-14T22:27:05+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2014-02-27T08:31:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=530e3db70b5cf1f6e9dd4b70091a094505fa15f0'/>
<id>530e3db70b5cf1f6e9dd4b70091a094505fa15f0</id>
<content type='text'>
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@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;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libsmbconf: add smbconf_create_set_share</title>
<updated>2013-05-28T16:12:26+00:00</updated>
<author>
<name>David Disseldorp</name>
<email>ddiss@samba.org</email>
</author>
<published>2013-05-16T09:55:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=caf83bcb76f52b0628f6d59e95396d16b5e3c66e'/>
<id>caf83bcb76f52b0628f6d59e95396d16b5e3c66e</id>
<content type='text'>
This call creates a new share definition, using the parameters provided
with a smbconf_service structure.
Such an interface allows for simple cloning of services with:
smbconf_get_share(conf_ctx, mem_ctx, base_sharename, &amp;base_service_def);
base_service_def-&gt;name = clone_sharename;
smbconf_create_set_share(conf_ctx, base_service_def);

Pair-Programmed-With: Michael Adam &lt;obnox@samba.org&gt;

Signed-off-by: David Disseldorp &lt;ddiss@samba.org&gt;
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This call creates a new share definition, using the parameters provided
with a smbconf_service structure.
Such an interface allows for simple cloning of services with:
smbconf_get_share(conf_ctx, mem_ctx, base_sharename, &amp;base_service_def);
base_service_def-&gt;name = clone_sharename;
smbconf_create_set_share(conf_ctx, base_service_def);

Pair-Programmed-With: Michael Adam &lt;obnox@samba.org&gt;

Signed-off-by: David Disseldorp &lt;ddiss@samba.org&gt;
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libsmbconf: fix documentation of transaction calls.</title>
<updated>2013-05-28T16:12:26+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2013-05-20T21:30:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=57634fd87d7176a1f92281ad1b3e9a565b54cfc7'/>
<id>57634fd87d7176a1f92281ad1b3e9a565b54cfc7</id>
<content type='text'>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: David Disseldorp &lt;ddiss@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: David Disseldorp &lt;ddiss@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>smbconf: remove python shebang from wscript_build</title>
<updated>2012-05-11T20:05:32+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2012-05-11T17:13:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0048dd95cda1f80bbf3bac9bf50d1cc129681f49'/>
<id>0048dd95cda1f80bbf3bac9bf50d1cc129681f49</id>
<content type='text'>
Autobuild-User: Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date: Fri May 11 22:05:32 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User: Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date: Fri May 11 22:05:32 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>libsmbconf: Define a doxygen group for libsmbconf.</title>
<updated>2011-05-10T17:13:26+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@samba.org</email>
</author>
<published>2011-04-14T09:59:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=419e03ab18696984303abfb44f05e58c14ba25ae'/>
<id>419e03ab18696984303abfb44f05e58c14ba25ae</id>
<content type='text'>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libsmbconf: Document smbconf_transaction_cancel().</title>
<updated>2011-05-10T17:13:25+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@samba.org</email>
</author>
<published>2011-04-14T09:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=60109a0e6d30ea3bd33de03ac3c958ded7aeee89'/>
<id>60109a0e6d30ea3bd33de03ac3c958ded7aeee89</id>
<content type='text'>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libsmbconf: Document smbconf_transaction_commit().</title>
<updated>2011-05-10T17:13:25+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@samba.org</email>
</author>
<published>2011-04-14T09:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9bbf4bd0f32bd950d94460f751052480d09e711a'/>
<id>9bbf4bd0f32bd950d94460f751052480d09e711a</id>
<content type='text'>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libsmbconf: Document smbconf_transaction_start().</title>
<updated>2011-05-10T17:13:25+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@samba.org</email>
</author>
<published>2011-04-14T09:52:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6babdaf6b742760fc1db9c0c9fcf92e92a9aafdc'/>
<id>6babdaf6b742760fc1db9c0c9fcf92e92a9aafdc</id>
<content type='text'>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
