<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/lib/module.c, branch talloc-2.0.7</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/util use modules_path(), data_path() and shlib_ext() from source3</title>
<updated>2011-06-06T07:37:51+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-06-06T04:37:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=de46ad9084aff4384f33660acf91da3b81554a88'/>
<id>de46ad9084aff4384f33660acf91da3b81554a88</id>
<content type='text'>
This brings these helpful utility functions in common, as they are not
based on either loadparm system.

(The 'modules dir' parameter from Samba4 will shortly be removed, so
there is no loss in functionality)

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This brings these helpful utility functions in common, as they are not
based on either loadparm system.

(The 'modules dir' parameter from Samba4 will shortly be removed, so
there is no loss in functionality)

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove sys_dl*() - stubs are already provided by libreplace.</title>
<updated>2008-11-01T02:49:49+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-11-01T02:49:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7b186c48d365ae8eda81ae9a0af100d2214bee32'/>
<id>7b186c48d365ae8eda81ae9a0af100d2214bee32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use module_path() instead of lib_path() for loading shared modules.</title>
<updated>2008-08-15T21:19:58+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2008-08-14T22:47:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=26c34534071db15d6b89c08bfe9207723b338aa5'/>
<id>26c34534071db15d6b89c08bfe9207723b338aa5</id>
<content type='text'>
Michael
(This used to be commit 22fb3ef1bb4abb33b49d275f9a5d85a1924c22ea)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Michael
(This used to be commit 22fb3ef1bb4abb33b49d275f9a5d85a1924c22ea)
</pre>
</div>
</content>
</entry>
<entry>
<title>init_shared_module -&gt; init_samba_module</title>
<updated>2008-06-23T05:20:18+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2008-06-23T05:14:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=993d80fd22b7c0a6e2eec5ab899f51e077c529cb'/>
<id>993d80fd22b7c0a6e2eec5ab899f51e077c529cb</id>
<content type='text'>
(This used to be commit 9b174871a87677f7dfbd897a80e526f203906bea)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 9b174871a87677f7dfbd897a80e526f203906bea)
</pre>
</div>
</content>
</entry>
<entry>
<title>Use "init_shared_module" instead of "init_module" for initializing .so's</title>
<updated>2008-06-21T09:25:41+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2008-06-20T12:30:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3cf5395ad56bc32974de9f7284e9584825df2704'/>
<id>3cf5395ad56bc32974de9f7284e9584825df2704</id>
<content type='text'>
(This used to be commit 0c2fd687b25e32d446ef799927db6933bc61223d)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 0c2fd687b25e32d446ef799927db6933bc61223d)
</pre>
</div>
</content>
</entry>
<entry>
<title>CID 458. Don't leak dlopen handles on failing to load</title>
<updated>2008-01-12T08:15:46+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2008-01-12T08:15:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=360673e80e8d46167afb6c393773895b369ff290'/>
<id>360673e80e8d46167afb6c393773895b369ff290</id>
<content type='text'>
module.
Jeremy.
(This used to be commit 8809eaeb154ea12543455f589e31172dc905d83a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
module.
Jeremy.
(This used to be commit 8809eaeb154ea12543455f589e31172dc905d83a)
</pre>
</div>
</content>
</entry>
<entry>
<title>RIP BOOL. Convert BOOL -&gt; bool. I found a few interesting</title>
<updated>2007-10-19T00:40:25+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2007-10-19T00:40:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=30191d1a5704ad2b158386b511558972d539ce47'/>
<id>30191d1a5704ad2b158386b511558972d539ce47</id>
<content type='text'>
bugs in various places whilst doing this (places that assumed
BOOL == int). I also need to fix the Samba4 pidl generation
(next checkin).
Jeremy.
(This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bugs in various places whilst doing this (places that assumed
BOOL == int). I also need to fix the Samba4 pidl generation
(next checkin).
Jeremy.
(This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
</pre>
</div>
</content>
</entry>
<entry>
<title>r25326: Free the context from the talloc_stackframe.</title>
<updated>2007-10-10T17:31:00+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2007-09-25T22:43:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f0653fd572bbc7f924767f76853432fc29861a1c'/>
<id>f0653fd572bbc7f924767f76853432fc29861a1c</id>
<content type='text'>
Guenther
(This used to be commit 0719835c4d979c91d11b139e5b424b5e0dc2a2c2)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther
(This used to be commit 0719835c4d979c91d11b139e5b424b5e0dc2a2c2)
</pre>
</div>
</content>
</entry>
<entry>
<title>r25170: Remove pstring limits from ms_fnmatch and module load.</title>
<updated>2007-10-10T17:30:48+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2007-09-14T22:03:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3aaca8028e09db58381076f199a43680f81f04ac'/>
<id>3aaca8028e09db58381076f199a43680f81f04ac</id>
<content type='text'>
Jeremy.
(This used to be commit 764574ee05ea4f13cdd30c0a0668ffeb81756989)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jeremy.
(This used to be commit 764574ee05ea4f13cdd30c0a0668ffeb81756989)
</pre>
</div>
</content>
</entry>
<entry>
<title>r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text</title>
<updated>2007-10-10T17:28:22+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2007-07-10T00:52:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5e54558c6dea67b56bbfaba5698f3a434d3dffb6'/>
<id>5e54558c6dea67b56bbfaba5698f3a434d3dffb6</id>
<content type='text'>
(This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
</pre>
</div>
</content>
</entry>
</feed>
