<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/script/mkproto.pl, branch master</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>lib/param: generate the param_functions.h containing the prototypes</title>
<updated>2014-02-12T00:17:13+00:00</updated>
<author>
<name>Garming Sam</name>
<email>garming@catalyst.net.nz</email>
</author>
<published>2014-01-15T04:18:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=cc6a77835bc286b2e570a05596b3b6acc54c1052'/>
<id>cc6a77835bc286b2e570a05596b3b6acc54c1052</id>
<content type='text'>
Pair-programmed-with: Andrew Bartlett &lt;abartlet@samba.org&gt;
Signed-off-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Michael Adam &lt;obnox@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pair-programmed-with: Andrew Bartlett &lt;abartlet@samba.org&gt;
Signed-off-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Michael Adam &lt;obnox@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/param: Merge struct loadparm_service into common</title>
<updated>2011-07-08T10:35:56+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-07-07T23:19:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=cda86869400285afe17db87a9a666fbcc5b918a8'/>
<id>cda86869400285afe17db87a9a666fbcc5b918a8</id>
<content type='text'>
This is handled by a common header and a .c file that is included into
both loadparm.c files.

In the process, _lp functions were renamed to lp__ to allow the common
function definition declarations to be used by source3 and source4
(which have different macro definitions).

The only parameter to change type is 'strict_locking' which was a
bool, and is now an int, to accommodate the 'Auto' value from source3.

Andrew Bartlett

Autobuild-User: Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date: Fri Jul  8 12:35:56 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is handled by a common header and a .c file that is included into
both loadparm.c files.

In the process, _lp functions were renamed to lp__ to allow the common
function definition declarations to be used by source3 and source4
(which have different macro definitions).

The only parameter to change type is 'strict_locking' which was a
bool, and is now an int, to accommodate the 'Auto' value from source3.

Andrew Bartlett

Autobuild-User: Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date: Fri Jul  8 12:35:56 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-param: move back to auto-generation of loadparm prototypes</title>
<updated>2010-09-11T12:32:43+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-08-11T03:36:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2a93814592f8177da38a6459bd447fab8575f4e3'/>
<id>2a93814592f8177da38a6459bd447fab8575f4e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:mkproto: Add NET_API_STATUS return type.</title>
<updated>2009-06-01T09:55:34+00:00</updated>
<author>
<name>Andrew Kroeger</name>
<email>andrew@id10ts.net</email>
</author>
<published>2009-06-01T09:36:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=05be1cc717b4b35e0a78806330a7deaee89663e3'/>
<id>05be1cc717b4b35e0a78806330a7deaee89663e3</id>
<content type='text'>
The recently added LIBNETAPI torture tests use NET_API_STATUS as a return type
for some functions.  The torture/libnetapi/proto.h private header that was being
generated by mkproto.pl did not include a prototype for the test_netuseradd()
function, as it did not know how to handle the NET_API_STATUS return type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The recently added LIBNETAPI torture tests use NET_API_STATUS as a return type
for some functions.  The torture/libnetapi/proto.h private header that was being
generated by mkproto.pl did not include a prototype for the test_netuseradd()
function, as it did not know how to handle the NET_API_STATUS return type.
</pre>
</div>
</content>
</entry>
<entry>
<title>Install public header files again and include required prototypes.</title>
<updated>2008-04-02T02:53:27+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-04-02T02:53:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=afe3e8172ddaa5e4aa811faceecda4f943d6e2ef'/>
<id>afe3e8172ddaa5e4aa811faceecda4f943d6e2ef</id>
<content type='text'>
(This used to be commit 47ffbbf67435904754469544390b67d34c958343)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 47ffbbf67435904754469544390b67d34c958343)
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow absolute paths to be specified to mkproto.pl.</title>
<updated>2008-02-29T14:39:32+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-02-25T16:20:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=21b54de82fc1bbbd80c80908d351fde2409a3feb'/>
<id>21b54de82fc1bbbd80c80908d351fde2409a3feb</id>
<content type='text'>
(This used to be commit 46d8d02028869c97226648113d6bff1c06477d61)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 46d8d02028869c97226648113d6bff1c06477d61)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove sDefault as static variable.</title>
<updated>2008-02-28T19:04:58+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-02-28T19:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2ba62662f8e2578153be3125eb557b9349ccfd3b'/>
<id>2ba62662f8e2578153be3125eb557b9349ccfd3b</id>
<content type='text'>
(This used to be commit 16f36ce499e93860dd535034a584ec2b93e7a172)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 16f36ce499e93860dd535034a584ec2b93e7a172)
</pre>
</div>
</content>
</entry>
<entry>
<title>r26675: mkproto: Add --all argument, fix some perl warnings.</title>
<updated>2008-01-05T21:36:01+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-01-06T03:29:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e644673c09aa8a0c42a5b3beb7c438ae2b1c68c5'/>
<id>e644673c09aa8a0c42a5b3beb7c438ae2b1c68c5</id>
<content type='text'>
(This used to be commit a175ee6594046c44572e3314ab7c3b61dcd7422f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit a175ee6594046c44572e3314ab7c3b61dcd7422f)
</pre>
</div>
</content>
</entry>
<entry>
<title>r25555: Remove support for BOOL, True and False.</title>
<updated>2007-10-10T20:07:55+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2007-10-06T22:42:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=da6d24c459e73d5052f7415082031d11535c4319'/>
<id>da6d24c459e73d5052f7415082031d11535c4319</id>
<content type='text'>
(This used to be commit 18a2bcfa9e7d4718648f401821259d1dbf5a3ff4)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 18a2bcfa9e7d4718648f401821259d1dbf5a3ff4)
</pre>
</div>
</content>
</entry>
<entry>
<title>r25449: Add convenience function for opening the default smb.conf for openchange.</title>
<updated>2007-10-10T20:07:36+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2007-10-01T19:46:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ce7bccef5fa41d5445a97f32daf387c9ed85030e'/>
<id>ce7bccef5fa41d5445a97f32daf387c9ed85030e</id>
<content type='text'>
(This used to be commit 5f023ef7a4046442a96768b926546f93735c9666)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 5f023ef7a4046442a96768b926546f93735c9666)
</pre>
</div>
</content>
</entry>
</feed>
