<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/lib/util/util_file.c, branch talloc-2.1.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>lib: Use talloc_zero_array instead of memset</title>
<updated>2014-12-27T00:27:08+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2014-12-26T19:41:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=bf1ad5051faf8e37757c12c3c42c176fe87a3ad2'/>
<id>bf1ad5051faf8e37757c12c3c42c176fe87a3ad2</id>
<content type='text'>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Martin Schwenke &lt;martin@meltin.net&gt;

Autobuild-User(master): Martin Schwenke &lt;martins@samba.org&gt;
Autobuild-Date(master): Sat Dec 27 01:27:08 CET 2014 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Martin Schwenke &lt;martin@meltin.net&gt;

Autobuild-User(master): Martin Schwenke &lt;martins@samba.org&gt;
Autobuild-Date(master): Sat Dec 27 01:27:08 CET 2014 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: Fix blank line endings</title>
<updated>2014-12-09T03:12:07+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2014-12-07T13:13:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e2ee1a42cf5b57e09604792f46dd173182a014e5'/>
<id>e2ee1a42cf5b57e09604792f46dd173182a014e5</id>
<content type='text'>
Signed-off-by: Volker Lendecke &lt;vl@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: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: Remove unused file_lines_slashcont</title>
<updated>2014-09-16T22:31:21+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2014-09-14T16:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4be583493aabba76e36e5a105702d6de0c2e82cc'/>
<id>4be583493aabba76e36e5a105702d6de0c2e82cc</id>
<content type='text'>
Signed-off-by: Volker Lendecke &lt;vl@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: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: Move "large_file_support()" to the source4 smb server</title>
<updated>2014-09-16T22:31:21+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2014-09-14T16:44:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e8996582c6b004261ebc5051f2d809bd7505d0b6'/>
<id>e8996582c6b004261ebc5051f2d809bd7505d0b6</id>
<content type='text'>
That's the only place where it's used, make it static there.

Signed-off-by: Volker Lendecke &lt;vl@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>
That's the only place where it's used, make it static there.

Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>CVE-2013-4476: lib-util: split out file_save_mode() from file_save()</title>
<updated>2013-11-11T10:14:36+00:00</updated>
<author>
<name>Björn Baumbach</name>
<email>bb@sernet.de</email>
</author>
<published>2013-10-29T16:48:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=63d98ed90466295d0e946f79868d3d7aad6e7589'/>
<id>63d98ed90466295d0e946f79868d3d7aad6e7589</id>
<content type='text'>
file_save_mode() writes files with specified mode.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=10234

Signed-off-by: Björn Baumbach &lt;bb@sernet.de&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
file_save_mode() writes files with specified mode.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=10234

Signed-off-by: Björn Baumbach &lt;bb@sernet.de&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/util: remove the "includes.h" dependeny from util_file.c</title>
<updated>2011-10-22T07:28:26+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-10-21T11:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b6026dfa94e148b8a6b7a75ad22b5097654c4b7d'/>
<id>b6026dfa94e148b8a6b7a75ad22b5097654c4b7d</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: Don't use talloc_autofree_context in map_file</title>
<updated>2010-10-20T16:09:19+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2010-10-09T08:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=62bea12c5dbb0e6ec6d74a3d2f8988f183572782'/>
<id>62bea12c5dbb0e6ec6d74a3d2f8988f183572782</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>util: added file_compare() utility function</title>
<updated>2010-02-11T10:04:13+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-02-11T09:19:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ae95d611b6e0754f130707f23fa6ae0997c40b66'/>
<id>ae95d611b6e0754f130707f23fa6ae0997c40b66</id>
<content type='text'>
file_compare() returns true if two files are the same. It is meant for
small files.

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
file_compare() returns true if two files are the same. It is meant for
small files.

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/util/util_file.c(file_save): fixed file descriptor leak when read(2) fails.</title>
<updated>2009-07-19T14:00:39+00:00</updated>
<author>
<name>Slava Semushin</name>
<email>php-coder@altlinux.ru</email>
</author>
<published>2009-07-18T09:28:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5f8df164716a43bd9e6c22dfd1f066bf96ccf273'/>
<id>5f8df164716a43bd9e6c22dfd1f066bf96ccf273</id>
<content type='text'>
Found by cppcheck:
[./lib/util/util_file.c:383]: (error) Resource leak: fd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found by cppcheck:
[./lib/util/util_file.c:383]: (error) Resource leak: fd
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the new memory macro file from Samba 3.</title>
<updated>2008-10-18T12:07:51+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-10-18T12:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3189d141522d7d710fa8c7f58e92bffd854088ce'/>
<id>3189d141522d7d710fa8c7f58e92bffd854088ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
