<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/param/test_lp_load.c, branch talloc-2.1.13</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>s3:param: remove arg save_defaults from lp_load_with_registry_shares()</title>
<updated>2015-04-22T11:57:30+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2015-04-21T13:24:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=40c9cc150ad99c468207f1762b0a2eaba9f03925'/>
<id>40c9cc150ad99c468207f1762b0a2eaba9f03925</id>
<content type='text'>
This is only used in command line contexts, especially for testparm
which relies on safe defaults. The only changed use is in sharesec,
but it does not harm to also safe the defaults there.

Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Ira Cooper &lt;ira@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is only used in command line contexts, especially for testparm
which relies on safe defaults. The only changed use is in sharesec,
but it does not harm to also safe the defaults there.

Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Ira Cooper &lt;ira@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:param: remove arg initialize_globals from lp_load_with_registry_shares()</title>
<updated>2015-04-22T11:57:30+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2015-04-21T12:48:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0e0d77519c27038b30fec92d542198e97be767d9'/>
<id>0e0d77519c27038b30fec92d542198e97be767d9</id>
<content type='text'>
This is only ever called in client context, and only called once.
So there is no point at all in requesting reinit_globals.
Set it to false.

Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Ira Cooper &lt;ira@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is only ever called in client context, and only called once.
So there is no point at all in requesting reinit_globals.
Set it to false.

Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Ira Cooper &lt;ira@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:param: remove "add_ipc" parameter from lp_load_with_registry_shares().</title>
<updated>2015-04-22T11:57:29+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2014-07-30T15:47:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1f60ceedb88b6ed2c86bcfc79607f3e0967ed56a'/>
<id>1f60ceedb88b6ed2c86bcfc79607f3e0967ed56a</id>
<content type='text'>
This is not called from the server (which loads registry shares lazily),
so add_ipc is always false...

Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Ira Cooper &lt;ira@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is not called from the server (which loads registry shares lazily),
so add_ipc is always false...

Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Ira Cooper &lt;ira@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:param: remove "global_only" parameter from lp_load_with_registry_shares().</title>
<updated>2015-04-22T11:57:29+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2014-07-30T15:30:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=97e87681b33a46f1309a200345e188a0e27388a7'/>
<id>97e87681b33a46f1309a200345e188a0e27388a7</id>
<content type='text'>
There is no point in choosing global_only when forcing to load
all shares from registry at the same time...

Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Ira Cooper &lt;ira@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no point in choosing global_only when forcing to load
all shares from registry at the same time...

Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Ira Cooper &lt;ira@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: load_case_tables() -&gt; smb_init_locale()</title>
<updated>2015-03-23T23:00:20+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2015-03-21T19:00:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c51300ad89cb7d3c0a2e329cd4b3c81cf52d8e98'/>
<id>c51300ad89cb7d3c0a2e329cd4b3c81cf52d8e98</id>
<content type='text'>
Signed-off-by: Volker Lendecke &lt;vl@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: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() instead</title>
<updated>2010-11-02T04:36:04+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2010-10-29T04:06:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=cf4de8ec2c8df2ceabbe3d836d296b058e7b19fb'/>
<id>cf4de8ec2c8df2ceabbe3d836d296b058e7b19fb</id>
<content type='text'>
By removing this global variable, the API between the two different
debug systems is made more similar.  Both s3 and s4 now have
lp_set_cmdline() which ensures that the smb.conf cannot overwrite
these the user-specified log level.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By removing this global variable, the API between the two different
debug systems is made more similar.  Both s3 and s4 now have
lp_set_cmdline() which ensures that the smb.conf cannot overwrite
these the user-specified log level.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-debug Impove setup_logging() to specify logging to stderr</title>
<updated>2010-11-02T04:36:04+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2010-10-29T03:19:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9da4ace1d9789d300ab298bc34694c44b2062f30'/>
<id>9da4ace1d9789d300ab298bc34694c44b2062f30</id>
<content type='text'>
This change improves the setup_logging() API so that callers which
wish to set up logging to stderr can simply ask for it, rather than
directly modify the dbf global variable.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change improves the setup_logging() API so that callers which
wish to set up logging to stderr can simply ask for it, rather than
directly modify the dbf global variable.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-build: fix the build of test_lp_load.</title>
<updated>2010-09-23T07:15:22+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2010-09-23T07:05:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=34008ef6b35f09b37a3cc7d99cb085e9ff9c85df'/>
<id>34008ef6b35f09b37a3cc7d99cb085e9ff9c85df</id>
<content type='text'>
Guenther
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther
</pre>
</div>
</content>
</entry>
<entry>
<title>[s3]test_lp_load: fix "no talloc stackframe around" message</title>
<updated>2008-10-18T13:36:17+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2008-10-18T12:52:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ef9ccf5d200c64622358338504b49e03b6708145'/>
<id>ef9ccf5d200c64622358338504b49e03b6708145</id>
<content type='text'>
gfree_loadparm() and TALLOC_FREE(frame) were in the wron order.

Michael
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gfree_loadparm() and TALLOC_FREE(frame) were in the wron order.

Michael
</pre>
</div>
</content>
</entry>
<entry>
<title>[s3]loadparm: add a command test_lp_load to test the lp_load function.</title>
<updated>2008-09-27T20:28:24+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2008-09-27T20:06:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=21c4061414f0e1af9106c50958dd5653a6f5368d'/>
<id>21c4061414f0e1af9106c50958dd5653a6f5368d</id>
<content type='text'>
This is not like testparm, just a simple tool that runs
lp_load_with_registry_shares the requested number of times.

Michael
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is not like testparm, just a simple tool that runs
lp_load_with_registry_shares the requested number of times.

Michael
</pre>
</div>
</content>
</entry>
</feed>
