<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/ntptr, 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>Introduce system MIT krb5 build with --with-system-mitkrb5 option.</title>
<updated>2012-05-23T14:51:50+00:00</updated>
<author>
<name>Alexander Bokovoy</name>
<email>ab@samba.org</email>
</author>
<published>2012-05-21T09:45:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2ddf89a2bc3c00b71dec230f071416e594f89113'/>
<id>2ddf89a2bc3c00b71dec230f071416e594f89113</id>
<content type='text'>
System MIT krb5 build also enabled by specifying --without-ad-dc

When --with-system-mitkrb5 (or --withou-ad-dc) option is passed to top level
configure in WAF build we are trying to detect and use system-wide MIT krb5
libraries. As result, Samba 4 DC functionality will be disabled due to the fact
that it is currently impossible to implement embedded KDC server with MIT krb5.

Thus, --with-system-mitkrb5/--without-ad-dc build will only produce
  * Samba 4 client libraries and their Python bindings
  * Samba 3 server (smbd, nmbd, winbindd from source3/)
  * Samba 3 client libraries

In addition, Samba 4 DC server-specific tests will not be compiled into smbtorture.
This in particular affects spoolss_win, spoolss_notify, and remote_pac rpc tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
System MIT krb5 build also enabled by specifying --without-ad-dc

When --with-system-mitkrb5 (or --withou-ad-dc) option is passed to top level
configure in WAF build we are trying to detect and use system-wide MIT krb5
libraries. As result, Samba 4 DC functionality will be disabled due to the fact
that it is currently impossible to implement embedded KDC server with MIT krb5.

Thus, --with-system-mitkrb5/--without-ad-dc build will only produce
  * Samba 4 client libraries and their Python bindings
  * Samba 3 server (smbd, nmbd, winbindd from source3/)
  * Samba 3 client libraries

In addition, Samba 4 DC server-specific tests will not be compiled into smbtorture.
This in particular affects spoolss_win, spoolss_notify, and remote_pac rpc tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert making public of the samba-module library.</title>
<updated>2011-12-03T07:36:30+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2011-12-03T06:03:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=05bc4de083b993e3db06fdb2a3e1198021526a71'/>
<id>05bc4de083b993e3db06fdb2a3e1198021526a71</id>
<content type='text'>
This library was tiny - containing just two public functions than were
themselves trivial. The amount of overhead this causes isn't really worth the
benefits of sharing the code with other projects like OpenChange. In addition, this code
isn't really generically useful anyway, as it can only load from the module path
set for Samba at configure time.

Adding a new library was breaking the API/ABI anyway, so OpenChange had to be
updated to cope with the new situation one way or another. I've added a simpler
(compatible) routine for loading modules to OpenChange, which is less than 100 lines of code.

Autobuild-User: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date: Sat Dec  3 08:36:33 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This library was tiny - containing just two public functions than were
themselves trivial. The amount of overhead this causes isn't really worth the
benefits of sharing the code with other projects like OpenChange. In addition, this code
isn't really generically useful anyway, as it can only load from the module path
set for Samba at configure time.

Adding a new library was breaking the API/ABI anyway, so OpenChange had to be
updated to cope with the new situation one way or another. I've added a simpler
(compatible) routine for loading modules to OpenChange, which is less than 100 lines of code.

Autobuild-User: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date: Sat Dec  3 08:36:33 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/util Rename samba_modules_load -&gt; samba_module_init_fns_for_subsystem</title>
<updated>2011-10-28T11:10:28+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-10-24T23:34:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7f8f7159afbd9cfce4181eeb31a5c575c14d5f81'/>
<id>7f8f7159afbd9cfce4181eeb31a5c575c14d5f81</id>
<content type='text'>
This is to provide a cleaner namespace in the public samba plugin
functions.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to provide a cleaner namespace in the public samba plugin
functions.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/util Rename samba_init_module_fns_run -&gt; samba_module_init_fns_run</title>
<updated>2011-10-28T11:10:28+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-10-24T23:11:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0ce09fcf7ae971a2dc4131fd137c925f0b9a57a4'/>
<id>0ce09fcf7ae971a2dc4131fd137c925f0b9a57a4</id>
<content type='text'>
This is to provide a cleaner namespace in the public samba plugin
functions.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to provide a cleaner namespace in the public samba plugin
functions.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/util Rename samba_init_module_fn -&gt; samba_module_init_fn</title>
<updated>2011-10-28T11:10:28+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-10-24T20:43:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1b7cc4ac7c793d4c1829d842c84273ef2d081fdb'/>
<id>1b7cc4ac7c793d4c1829d842c84273ef2d081fdb</id>
<content type='text'>
This is to provide a cleaner namespace in the public samba plugin
functions.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to provide a cleaner namespace in the public samba plugin
functions.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/util Split samba-modules library into public and private parts</title>
<updated>2011-10-28T11:10:28+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-10-24T08:39:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=87354c9a6de95d5dcebace77a35fc21a73d599ab'/>
<id>87354c9a6de95d5dcebace77a35fc21a73d599ab</id>
<content type='text'>
This will allow OpenChange to get at the symbols it needs, without
exposing any more of this as a public API than we must.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will allow OpenChange to get at the symbols it needs, without
exposing any more of this as a public API than we must.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/util Rename load_samba_modules -&gt; samba_modules_load</title>
<updated>2011-10-28T11:10:28+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-10-24T08:07:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b7b798e15b7be2d57e20c14cca2f908b301ed894'/>
<id>b7b798e15b7be2d57e20c14cca2f908b301ed894</id>
<content type='text'>
This is to provide a cleaner namespace in the public samba plugin
functions.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to provide a cleaner namespace in the public samba plugin
functions.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/util Rename run_init_functions -&gt; samba_init_module_fns_run</title>
<updated>2011-10-28T11:10:28+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-10-24T08:01:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ce0ccc2a2ea820cd5d30ffd082d898fcb57431e6'/>
<id>ce0ccc2a2ea820cd5d30ffd082d898fcb57431e6</id>
<content type='text'>
This is to provide a cleaner namespace in the public samba plugin
functions.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to provide a cleaner namespace in the public samba plugin
functions.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/util Rename init_module_fn to samba_init_module_fn</title>
<updated>2011-10-28T11:10:28+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-10-23T22:49:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1935b7b6c223542c1807e275c44e6ba4b2e90b68'/>
<id>1935b7b6c223542c1807e275c44e6ba4b2e90b68</id>
<content type='text'>
This prepares for making the samba_module.h header public again, for OpenChange.

I am keen to avoid too much API namespace pollution if we can.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prepares for making the samba_module.h header public again, for OpenChange.

I am keen to avoid too much API namespace pollution if we can.
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/param: Remove parameters for wins and spoolss databases</title>
<updated>2011-10-18T03:39:54+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-10-18T00:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5954a37997a786a8808ee2544b594a0c90f1c893'/>
<id>5954a37997a786a8808ee2544b594a0c90f1c893</id>
<content type='text'>
This removes the smb.conf parameters per-database, replacing these
with hard-coded database names in well known (and configurable)
directories.

The wins.ldb is now always in the "state dir", rather than being in
both state and lock dir (ie, a bug).

Less smb.conf parameters means less parameters to try and sync up
between the loadparm subsystems.

Andrew Bartlett

Autobuild-User: Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date: Tue Oct 18 05:39:54 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes the smb.conf parameters per-database, replacing these
with hard-coded database names in well known (and configurable)
directories.

The wins.ldb is now always in the "state dir", rather than being in
both state and lock dir (ie, a bug).

Less smb.conf parameters means less parameters to try and sync up
between the loadparm subsystems.

Andrew Bartlett

Autobuild-User: Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date: Tue Oct 18 05:39:54 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
</feed>
