<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/client/tree.c, branch talloc-2.3.2</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>Convert all uint32/16/8 to _t in source3/client.</title>
<updated>2015-05-13T17:11:23+00:00</updated>
<author>
<name>Richard Sharpe</name>
<email>rsharpe@samba.org</email>
</author>
<published>2015-05-10T02:49:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=589c7bc6d65b16045d6e4ace5930afc59144fa8a'/>
<id>589c7bc6d65b16045d6e4ace5930afc59144fa8a</id>
<content type='text'>
Signed-off-by: Richard Sharpe &lt;rsharpe@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: Richard Sharpe &lt;rsharpe@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix sample gtk code. Does this compile ?</title>
<updated>2007-12-05T02:24:19+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2007-12-05T02:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=65d5d7c59a87b4c12c689a3f8d1a9f64f62d2fec'/>
<id>65d5d7c59a87b4c12c689a3f8d1a9f64f62d2fec</id>
<content type='text'>
Jeremy.
(This used to be commit 750d26b7e9ab39663da0c3e6ccc1288fc08c81ea)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jeremy.
(This used to be commit 750d26b7e9ab39663da0c3e6ccc1288fc08c81ea)
</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>
<entry>
<title>r23779: Change from v2 or later to v3 or later.</title>
<updated>2007-10-10T17:28:20+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2007-07-09T19:25:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d824b98f80ba186030cbb70b3a1e5daf80469ecd'/>
<id>d824b98f80ba186030cbb70b3a1e5daf80469ecd</id>
<content type='text'>
Jeremy.
(This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jeremy.
(This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
</pre>
</div>
</content>
</entry>
<entry>
<title>r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com).</title>
<updated>2007-10-10T15:53:42+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2004-12-20T21:14:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b46913fb95d59f3ec8e7e71da758cd16cda05f2c'/>
<id>b46913fb95d59f3ec8e7e71da758cd16cda05f2c</id>
<content type='text'>
Jeremy
(This used to be commit efc1b688cf9b1a17f1a6bf46d481280ed8bd0c46)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jeremy
(This used to be commit efc1b688cf9b1a17f1a6bf46d481280ed8bd0c46)
</pre>
</div>
</content>
</entry>
<entry>
<title>convert snprintf() calls using pstrings &amp; fstrings</title>
<updated>2003-07-23T12:33:59+00:00</updated>
<author>
<name>Gerald Carter</name>
<email>jerry@samba.org</email>
</author>
<published>2003-07-23T12:33:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3a5dc7c2ecacecf7dd0cfd71ff1bb298d70b391b'/>
<id>3a5dc7c2ecacecf7dd0cfd71ff1bb298d70b391b</id>
<content type='text'>
to pstr_sprintf() and fstr_sprintf() to try to standardize.
lots of snprintf() calls were using len-1; some were using
len.  At least this helps to be consistent.
(This used to be commit 9f835b85dd38cbe655eb19021ff763f31886ac00)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to pstr_sprintf() and fstr_sprintf() to try to standardize.
lots of snprintf() calls were using len-1; some were using
len.  At least this helps to be consistent.
(This used to be commit 9f835b85dd38cbe655eb19021ff763f31886ac00)
</pre>
</div>
</content>
</entry>
<entry>
<title>don't call a function error_message() as that conflicts with a</title>
<updated>2003-06-10T03:46:11+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2003-06-10T03:46:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=524da855ff764eba7aa88624259d359e0cd406ac'/>
<id>524da855ff764eba7aa88624259d359e0cd406ac</id>
<content type='text'>
kerberos name
(This used to be commit 8fa737f2235abfdc6c78b0af707aea2c67243597)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
kerberos name
(This used to be commit 8fa737f2235abfdc6c78b0af707aea2c67243597)
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed version number from file header.</title>
<updated>2002-01-30T06:08:46+00:00</updated>
<author>
<name>Tim Potter</name>
<email>tpot@samba.org</email>
</author>
<published>2002-01-30T06:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=cd68afe31256ad60748b34f7318a180cfc2127cc'/>
<id>cd68afe31256ad60748b34f7318a180cfc2127cc</id>
<content type='text'>
Changed "SMB/Netbios" to "SMB/CIFS" in file header.
(This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed "SMB/Netbios" to "SMB/CIFS" in file header.
(This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed instances of TRUE, FALSE to True, False as some compilers don't</title>
<updated>2001-07-12T22:27:00+00:00</updated>
<author>
<name>Tim Potter</name>
<email>tpot@samba.org</email>
</author>
<published>2001-07-12T22:27:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=afa73000063d7c3eb94ccc7b423c8a7bea28f9a5'/>
<id>afa73000063d7c3eb94ccc7b423c8a7bea28f9a5</id>
<content type='text'>
have the first set of symbols.
(This used to be commit ad0cbfbd790bc5d6003ffcff2835d82fb0140625)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
have the first set of symbols.
(This used to be commit ad0cbfbd790bc5d6003ffcff2835d82fb0140625)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a small problem where tree.c was using the creation time to display, rather than modification time. Creation time is not returned by the SMB protocol.</title>
<updated>2001-02-20T04:40:49+00:00</updated>
<author>
<name>Richard Sharpe</name>
<email>sharpe@samba.org</email>
</author>
<published>2001-02-20T04:40:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b206b16cb3775d83e072a60449050752b0dfe7ab'/>
<id>b206b16cb3775d83e072a60449050752b0dfe7ab</id>
<content type='text'>
(This used to be commit d7f3793a2be56acb4a7bc293912d7dc19b96f511)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit d7f3793a2be56acb4a7bc293912d7dc19b96f511)
</pre>
</div>
</content>
</entry>
</feed>
