<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/examples/libsmbclient/Makefile, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/'/>
<entry>
<title>vfs: Remove -D_LARGEFILE64_SOURCE from vfs examples Makefile</title>
<updated>2012-04-05T00:39:08+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-03-27T23:40:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=a329c72f0718d593d1215924814a8bd2b5df4a77'/>
<id>a329c72f0718d593d1215924814a8bd2b5df4a77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://fedorapeople.org/cgit/pviktori/public_git/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>
<entry>
<title>Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.</title>
<updated>2008-08-12T20:35:15+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2008-08-12T20:35:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=03991ab0734ecbb87a75238d1356fbe0e5b1d38d'/>
<id>03991ab0734ecbb87a75238d1356fbe0e5b1d38d</id>
<content type='text'>
Here is a patch to allow many subsystems to be re-initialized. The only
functional change I made was to remove the null context tracking, as the memory
allocated here is designed to be left for the complete lifetime of the program.
Freeing this early (when all smb contexts are destroyed) could crash other
users of talloc.
Jeremy.
(This used to be commit 8c630efd25cf17aff59448ca05c1b44a41964b16)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Here is a patch to allow many subsystems to be re-initialized. The only
functional change I made was to remove the null context tracking, as the memory
allocated here is designed to be left for the complete lifetime of the program.
Freeing this early (when all smb contexts are destroyed) could crash other
users of talloc.
Jeremy.
(This used to be commit 8c630efd25cf17aff59448ca05c1b44a41964b16)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update libsmbclient examples to match new libraries</title>
<updated>2008-05-30T14:24:55+00:00</updated>
<author>
<name>Derrell Lipman</name>
<email>derrell.lipman@unwireduniverse.com</email>
</author>
<published>2008-05-30T14:24:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=cf4b2f4d24a69234cbc62f367dece28446b6bac5'/>
<id>cf4b2f4d24a69234cbc62f367dece28446b6bac5</id>
<content type='text'>
- talloc and tdb have been moved to separate libraries.  Link with those.

Derrell
(This used to be commit e4060ad864ec9d4e9092a832c3c664ee31b6125a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- talloc and tdb have been moved to separate libraries.  Link with those.

Derrell
(This used to be commit e4060ad864ec9d4e9092a832c3c664ee31b6125a)
</pre>
</div>
</content>
</entry>
<entry>
<title>Continued revamping of libsmbclient.</title>
<updated>2008-03-03T23:13:33+00:00</updated>
<author>
<name>Derrell Lipman</name>
<email>derrell.lipman@unwireduniverse.com</email>
</author>
<published>2008-03-03T23:13:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=1363ee9d65965704f716965c6cbcfc0693ca2401'/>
<id>1363ee9d65965704f716965c6cbcfc0693ca2401</id>
<content type='text'>
- James suggested using gcc's "deprecated" attribute to mark the context
  structure fields to generate warnings.  This creates a scenario with the
  best of all worlds.  I'm able to move to an organization that more easily
  allows future enhancements, while avoiding any mandatory changes by
  applications.  Thanks, James!

- Updated WHATSNEW.txt so that it accurately reflects the current state of
  affairs.

Derrell
(This used to be commit a67f96fbe9683b46c2149f7cb439d13f7f0e6ecd)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- James suggested using gcc's "deprecated" attribute to mark the context
  structure fields to generate warnings.  This creates a scenario with the
  best of all worlds.  I'm able to move to an organization that more easily
  allows future enhancements, while avoiding any mandatory changes by
  applications.  Thanks, James!

- Updated WHATSNEW.txt so that it accurately reflects the current state of
  affairs.

Derrell
(This used to be commit a67f96fbe9683b46c2149f7cb439d13f7f0e6ecd)
</pre>
</div>
</content>
</entry>
<entry>
<title>add a test program for the new ftruncate functionality</title>
<updated>2008-02-27T02:46:08+00:00</updated>
<author>
<name>Derrell Lipman</name>
<email>derrell.lipman@unwireduniverse.com</email>
</author>
<published>2008-02-27T02:46:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=ab9afdd311c85fec023abb716e8465bb6b444bd3'/>
<id>ab9afdd311c85fec023abb716e8465bb6b444bd3</id>
<content type='text'>
(This used to be commit df995eddbddec80a0d9d4659bbb9c6ca8a45d02b)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit df995eddbddec80a0d9d4659bbb9c6ca8a45d02b)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a program to test repeated calls to smbc_getxattr().</title>
<updated>2008-01-17T16:46:41+00:00</updated>
<author>
<name>Derrell Lipman</name>
<email>derrell.lipman@unwireduniverse.com</email>
</author>
<published>2008-01-17T16:46:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=76b5c674e70dff0d37409e64d53cda41ef9731a6'/>
<id>76b5c674e70dff0d37409e64d53cda41ef9731a6</id>
<content type='text'>
(This used to be commit f5f46de404dba2e4a03d205a62cd5cf7ea4e075a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit f5f46de404dba2e4a03d205a62cd5cf7ea4e075a)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some additional libsmbclient test programs.</title>
<updated>2008-01-17T14:26:36+00:00</updated>
<author>
<name>Derrell Lipman</name>
<email>derrell.lipman@unwireduniverse.com</email>
</author>
<published>2008-01-17T14:26:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=dba2400192e7d3afb9d1c48f52eeccd0c2f660e9'/>
<id>dba2400192e7d3afb9d1c48f52eeccd0c2f660e9</id>
<content type='text'>
testwrite: create or truncate a file and write to it.
teststat3: compare the results from smbc_stat() and smbc_fstat()

Derrell
(This used to be commit 5a4a7aec761c3388b741b9b47fa6358fc71a66ce)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
testwrite: create or truncate a file and write to it.
teststat3: compare the results from smbc_stat() and smbc_fstat()

Derrell
(This used to be commit 5a4a7aec761c3388b741b9b47fa6358fc71a66ce)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compile and linking errors since last this code was tested</title>
<updated>2008-01-13T17:07:18+00:00</updated>
<author>
<name>Derrell Lipman</name>
<email>derrell.lipman@unwireduniverse.com</email>
</author>
<published>2008-01-13T17:07:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=d49ba81210970e44cc1c7179a959f74351684fdf'/>
<id>d49ba81210970e44cc1c7179a959f74351684fdf</id>
<content type='text'>
(This used to be commit 2f432842442859f98ecd263464ce02821ab10fca)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 2f432842442859f98ecd263464ce02821ab10fca)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused string.</title>
<updated>2008-01-10T12:02:10+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2008-01-10T10:13:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=83b1751615ef3892d44c7826228fbb3b0826d2b2'/>
<id>83b1751615ef3892d44c7826228fbb3b0826d2b2</id>
<content type='text'>
Guenther
(This used to be commit 88d6683872f4bb9c3074280f385f73c7af9de784)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther
(This used to be commit 88d6683872f4bb9c3074280f385f73c7af9de784)
</pre>
</div>
</content>
</entry>
</feed>
