<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/examples, branch talloc-1.3.1</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>examples:s2→s3-ldif-convert-script: fix objectclass recognition</title>
<updated>2009-06-12T16:46:46+00:00</updated>
<author>
<name>Björn Jacke</name>
<email>bj@sernet.de</email>
</author>
<published>2009-06-12T16:39:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9b5d905ebe13bb9eb8d21120cd7fab3296f8fa82'/>
<id>9b5d905ebe13bb9eb8d21120cd7fab3296f8fa82</id>
<content type='text'>
objectclasses are case insensitive. we used to convert only LDAP objects with
the typical UpperLower case for sambaAccount and sambaGroupMapping and ignored
any other case writings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
objectclasses are case insensitive. we used to convert only LDAP objects with
the typical UpperLower case for sambaAccount and sambaGroupMapping and ignored
any other case writings
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-examples: fix usage for eventlog example script.</title>
<updated>2009-06-08T17:56:50+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2009-04-27T09:14:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=381f88f081788c5a49b763211a02f260cbd97e91'/>
<id>381f88f081788c5a49b763211a02f260cbd97e91</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-examples: make sure to match correct key name in adssearch.</title>
<updated>2009-04-15T20:49:57+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2009-04-15T15:07:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6fe012ff78caf10f4bf5503b27030cd54563ad0b'/>
<id>6fe012ff78caf10f4bf5503b27030cd54563ad0b</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-examples: Fix Bug #6205. Correct sample smb.conf share configuration.</title>
<updated>2009-04-06T10:47:41+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2009-04-06T10:45:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2b1fe2c98f4e0013dee4cbae62dc36cdd4085c7d'/>
<id>2b1fe2c98f4e0013dee4cbae62dc36cdd4085c7d</id>
<content type='text'>
Thanks to Jeffrey Riaboy &lt;dakusan@castledragmire.com&gt;.

Guenther
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Jeffrey Riaboy &lt;dakusan@castledragmire.com&gt;.

Guenther
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure parameter types match format string</title>
<updated>2009-03-27T22:03:00+00:00</updated>
<author>
<name>Derrell Lipman</name>
<email>derrell@dworkin.(none)</email>
</author>
<published>2009-03-27T22:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=21ad907aa01d839d405b10809517d491b72184da'/>
<id>21ad907aa01d839d405b10809517d491b72184da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:example/VFS: fix the build</title>
<updated>2009-02-24T16:55:37+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2009-02-24T14:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=dc03a328d8ff55df30a5b996b4a17e82db29708b'/>
<id>dc03a328d8ff55df30a5b996b4a17e82db29708b</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>s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat struct</title>
<updated>2009-02-20T04:58:01+00:00</updated>
<author>
<name>Tim Prouty</name>
<email>tprouty@samba.org</email>
</author>
<published>2009-02-16T07:38:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6fbebb5369211b72545a1dd588bc6b9fa04210a1'/>
<id>6fbebb5369211b72545a1dd588bc6b9fa04210a1</id>
<content type='text'>
Since file_id_create_dev is incompatible with the concept of file_ids,
it is now static and in the one file that needs it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since file_id_create_dev is incompatible with the concept of file_ids,
it is now static and in the one file that needs it.
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug 6069] Add a fstatvfs function for libsmbclient</title>
<updated>2009-02-14T14:44:36+00:00</updated>
<author>
<name>Derrell Lipman</name>
<email>derrell.lipman@unwireduniverse.com</email>
</author>
<published>2009-02-13T21:47:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=352c97561e9de6ccd0102859d18ed15913042622'/>
<id>352c97561e9de6ccd0102859d18ed15913042622</id>
<content type='text'>
- Revert Tim's changes for the moment. I need to see what the issue is and
  arrange to use "struct statvfs" if at all possible.

Derrell
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Revert Tim's changes for the moment. I need to see what the issue is and
  arrange to use "struct statvfs" if at all possible.

Derrell
</pre>
</div>
</content>
</entry>
<entry>
<title>s3 libsmbclient: Fix fstatvfs to be more portable</title>
<updated>2009-02-13T20:59:30+00:00</updated>
<author>
<name>Tim Prouty</name>
<email>tprouty@samba.org</email>
</author>
<published>2009-02-13T18:58:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5e5d2b2cfadaf3bf352dcc25b302b12c70803d1f'/>
<id>5e5d2b2cfadaf3bf352dcc25b302b12c70803d1f</id>
<content type='text'>
The statvfs struct isn't guaranteed to be portable across operating
systems.  Since libsmbclient isn't actually calling statvfs and just
using the statvfs struct to store similar information, this patch adds
a new portable smbc_statvfs struct.  This fixes a few of the failures
in the build farm introduced by:
ae259575c447e61665c8e7070c476914161b953f

Derrell, please check.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The statvfs struct isn't guaranteed to be portable across operating
systems.  Since libsmbclient isn't actually calling statvfs and just
using the statvfs struct to store similar information, this patch adds
a new portable smbc_statvfs struct.  This fixes a few of the failures
in the build farm introduced by:
ae259575c447e61665c8e7070c476914161b953f

Derrell, please check.
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug 6069] Add a fstatvfs function for libsmbclient</title>
<updated>2009-02-12T15:39:48+00:00</updated>
<author>
<name>Derrell Lipman</name>
<email>derrell.lipman@unwireduniverse.com</email>
</author>
<published>2009-02-12T15:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ae259575c447e61665c8e7070c476914161b953f'/>
<id>ae259575c447e61665c8e7070c476914161b953f</id>
<content type='text'>
- port functionality from v3_3_test to master

Derrell
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- port functionality from v3_3_test to master

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