<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/utils/smbw_sample.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>s3: use lp_load_global() in smbw_sample -- whatever this is ... :-)</title>
<updated>2011-07-28T09:17:40+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2011-07-28T08:30:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d29be7d263a841d4fb7d37360adda588c8a530bc'/>
<id>d29be7d263a841d4fb7d37360adda588c8a530bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the char[1024] strings from dynconfig. Replace</title>
<updated>2007-12-10T19:30:37+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2007-12-10T19:30:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7faee02d0d351c5c039e8f1be7e82ce3a93cbe96'/>
<id>7faee02d0d351c5c039e8f1be7e82ce3a93cbe96</id>
<content type='text'>
them with malloc'ing accessor functions. Should save a
lot of static space :-).
Jeremy.
(This used to be commit 52dc5eaef2106015b3a8b659e818bdb15ad94b05)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
them with malloc'ing accessor functions. Should save a
lot of static space :-).
Jeremy.
(This used to be commit 52dc5eaef2106015b3a8b659e818bdb15ad94b05)
</pre>
</div>
</content>
</entry>
<entry>
<title>r13212:  r12414@cabra:  derrell | 2006-01-28 17:52:17 -0500</title>
<updated>2007-10-10T16:06:18+00:00</updated>
<author>
<name>Derrell Lipman</name>
<email>derrell@samba.org</email>
</author>
<published>2006-01-28T22:53:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9c15bd311db76885b27f30ba92d885833f668550'/>
<id>9c15bd311db76885b27f30ba92d885833f668550</id>
<content type='text'>
 lp_load() could not be called multiple times to modify parameter settings based
 on reading from multiple configuration settings.  Each time, it initialized all
 of the settings back to their defaults before reading the specified
 configuration file.

 This patch adds a parameter to lp_load() specifying whether the settings should
 be initialized.  It does, however, still force the settings to be initialized
 the first time, even if the request was to not initialize them.  (Not doing so
 could wreak havoc due to uninitialized values.)
(This used to be commit f2a24de769d1b2266e576597c57a8e3b1e2a2b51)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 lp_load() could not be called multiple times to modify parameter settings based
 on reading from multiple configuration settings.  Each time, it initialized all
 of the settings back to their defaults before reading the specified
 configuration file.

 This patch adds a parameter to lp_load() specifying whether the settings should
 be initialized.  It does, however, still force the settings to be initialized
 the first time, even if the request was to not initialize them.  (Not doing so
 could wreak havoc due to uninitialized values.)
(This used to be commit f2a24de769d1b2266e576597c57a8e3b1e2a2b51)
</pre>
</div>
</content>
</entry>
<entry>
<title>Store some path names in global variables initialized to configure</title>
<updated>2001-11-19T02:49:53+00:00</updated>
<author>
<name>Martin Pool</name>
<email>mbp@samba.org</email>
</author>
<published>2001-11-19T02:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f741f656737f4ec46cd318e986b6bf412ed309d2'/>
<id>f741f656737f4ec46cd318e986b6bf412ed309d2</id>
<content type='text'>
default, rather than in preprocessor macros.
(This used to be commit 79ec88f0da40faebe1e587f1b3e87b5f2b184f58)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
default, rather than in preprocessor macros.
(This used to be commit 79ec88f0da40faebe1e587f1b3e87b5f2b184f58)
</pre>
</div>
</content>
</entry>
<entry>
<title>strchr and strrchr are macros when compiling with optimisation in gcc, so we can't redefine them. damn.</title>
<updated>2001-07-04T07:36:09+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2001-07-04T07:36:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=527e824293ee934ca5da0ef5424efe5ab7757248'/>
<id>527e824293ee934ca5da0ef5424efe5ab7757248</id>
<content type='text'>
(This used to be commit c41fc06376d1a2b83690612304e85010b5e5f3cf)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit c41fc06376d1a2b83690612304e85010b5e5f3cf)
</pre>
</div>
</content>
</entry>
<entry>
<title>The big character set handling changeover!</title>
<updated>2001-07-04T07:15:53+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2001-07-04T07:15:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=87fbb7092b8f8b2f0db0f361c3d625e19de57cd9'/>
<id>87fbb7092b8f8b2f0db0f361c3d625e19de57cd9</id>
<content type='text'>
This commit gets rid of all our old codepage handling and replaces it with
iconv. All internal strings in Samba are now in "unix" charset, which may
be multi-byte. See internals.doc and my posting to samba-technical for
a more complete explanation.
(This used to be commit debb471267960e56005a741817ebd227ecfc512a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit gets rid of all our old codepage handling and replaces it with
iconv. All internal strings in Samba are now in "unix" charset, which may
be multi-byte. See internals.doc and my posting to samba-technical for
a more complete explanation.
(This used to be commit debb471267960e56005a741817ebd227ecfc512a)
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed character set init in smbw_sample</title>
<updated>2001-02-22T06:24:28+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2001-02-22T06:24:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6022747b5bbc3197d3a0e246c57caf1b7ad04b2d'/>
<id>6022747b5bbc3197d3a0e246c57caf1b7ad04b2d</id>
<content type='text'>
(This used to be commit c43593ad069670fb47b8e98248254c739bb7ab18)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit c43593ad069670fb47b8e98248254c739bb7ab18)
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed help string</title>
<updated>2000-08-09T00:11:01+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2000-08-09T00:11:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0d7df3ee013bbad33a4fa230e0941c5021af0a71'/>
<id>0d7df3ee013bbad33a4fa230e0941c5021af0a71</id>
<content type='text'>
(This used to be commit 16afa46797a4cdaa6e3b668caf6d910c08bec9b4)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 16afa46797a4cdaa6e3b668caf6d910c08bec9b4)
</pre>
</div>
</content>
</entry>
<entry>
<title>the smbw sample prog</title>
<updated>2000-07-06T03:54:07+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2000-07-06T03:54:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c1254449a2d6fb17655829bc1db02b918b6a2798'/>
<id>c1254449a2d6fb17655829bc1db02b918b6a2798</id>
<content type='text'>
(This used to be commit 0afcc0d3368472ed4b49167dc4b7d907b0ccdc25)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 0afcc0d3368472ed4b49167dc4b7d907b0ccdc25)
</pre>
</div>
</content>
</entry>
</feed>
