<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/client, 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>s4:selftest: change the blackbox.smbclient test to use binary mapping for smbclient</title>
<updated>2012-05-31T02:46:06+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2012-05-30T09:48:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=11a2eeabaaf17be5475dce0cfed3022b08937876'/>
<id>11a2eeabaaf17be5475dce0cfed3022b08937876</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>selftest: Remove unused support for --exeext</title>
<updated>2012-02-01T01:45:07+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-01-25T22:42:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=eecf2ac4c83e730dd402c410f7f2087d87d70d6f'/>
<id>eecf2ac4c83e730dd402c410f7f2087d87d70d6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:libcli: move smbcli_transport_establish() logic into smbcli_socket_connect()</title>
<updated>2011-11-30T12:41:08+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-11-30T06:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4877be53df1181f75d603fa4edc67c34e1ba5141'/>
<id>4877be53df1181f75d603fa4edc67c34e1ba5141</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
<entry>
<title>s4: add some missing header dependencies.</title>
<updated>2011-11-03T17:35:08+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2011-11-03T13:07:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2d390991bd4726a26fac7ee5d33435bdb88e8295'/>
<id>2d390991bd4726a26fac7ee5d33435bdb88e8295</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>s4-client: added close command in smbclient</title>
<updated>2011-09-19T21:59:28+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-09-19T20:06:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=be4f188128d631abe014a8182c22a03f4c09264a'/>
<id>be4f188128d631abe014a8182c22a03f4c09264a</id>
<content type='text'>
this matches the existing open command, and also gives you error codes
on both open and close

useful for testing share mode locking

Autobuild-User: Andrew Tridgell &lt;tridge@samba.org&gt;
Autobuild-Date: Mon Sep 19 23:59:28 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this matches the existing open command, and also gives you error codes
on both open and close

useful for testing share mode locking

Autobuild-User: Andrew Tridgell &lt;tridge@samba.org&gt;
Autobuild-Date: Mon Sep 19 23:59:28 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>waf: restore libsmbclient handling.</title>
<updated>2011-09-15T13:31:59+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2011-09-15T10:52:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=bd5445ee4f663d18197dbb01078cc21342dd5045'/>
<id>bd5445ee4f663d18197dbb01078cc21342dd5045</id>
<content type='text'>
This is a temporary solution to get libsmbclient installed properly as a library
(including symlinks and proper symbols). I was not able to make the old internal
library name 'libsmb/smbclient' work together with "realname" and/or "link_name".
Maybe one of the waf gurus has more ideas here.

Guenther

Autobuild-User: Günther Deschner &lt;gd@samba.org&gt;
Autobuild-Date: Thu Sep 15 15:31:59 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a temporary solution to get libsmbclient installed properly as a library
(including symlinks and proper symbols). I was not able to make the old internal
library name 'libsmb/smbclient' work together with "realname" and/or "link_name".
Maybe one of the waf gurus has more ideas here.

Guenther

Autobuild-User: Günther Deschner &lt;gd@samba.org&gt;
Autobuild-Date: Thu Sep 15 15:31:59 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>cli-raw: Add public libsmbclient-raw library.</title>
<updated>2011-08-18T12:19:18+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2011-08-18T12:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9ee1e1f0ac28a3af22c796e729e559ae10784c8e'/>
<id>9ee1e1f0ac28a3af22c796e729e559ae10784c8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cli_raw: Make name lowercase.</title>
<updated>2011-07-23T21:20:51+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2011-07-22T19:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=75244137510a51df2a8602160b02a3acc6e6c472'/>
<id>75244137510a51df2a8602160b02a3acc6e6c472</id>
<content type='text'>
Autobuild-User: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date: Sat Jul 23 23:20:51 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date: Sat Jul 23 23:20:51 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-modules Remove lp_ctx from init functions that no longer need it</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:58:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=907cdb5de7f16a2540299aeba211bf2a5ae6fafe'/>
<id>907cdb5de7f16a2540299aeba211bf2a5ae6fafe</id>
<content type='text'>
Now that we don't allow the smb.conf to change the modules dir, many
functions that simply load modules or initialise a subsytem that may
load modules no longer need an lp_ctx.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that we don't allow the smb.conf to change the modules dir, many
functions that simply load modules or initialise a subsytem that may
load modules no longer need an lp_ctx.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/util Rename ms_fnmatch() to ms_fnmatch_protocol() to avoid dup symbol</title>
<updated>2011-05-06T05:51:24+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-05-04T10:53:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3892112e7b3143f808932771a7b71f4fd335f8cb'/>
<id>3892112e7b3143f808932771a7b71f4fd335f8cb</id>
<content type='text'>
This verison of the function takes a protcol as argument to determine
matching rules.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This verison of the function takes a protcol as argument to determine
matching rules.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
</feed>
