<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/modules/vfs_aixacl_util.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>smbd: Add mem_ctx to sys_acl_init() and all callers</title>
<updated>2012-10-11T01:25:11+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-10-09T23:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9158974540d0e311021f04789ed75ebda466c5b3'/>
<id>9158974540d0e311021f04789ed75ebda466c5b3</id>
<content type='text'>
This changes from allocation on NULL to allocation on the supplied
memory context.

Currently that supplied context is talloc_tos() at the the final consumer of
the ACL.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes from allocation on NULL to allocation on the supplied
memory context.

Currently that supplied context is talloc_tos() at the the final consumer of
the ACL.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: fix the aix acl module</title>
<updated>2012-09-14T08:42:17+00:00</updated>
<author>
<name>Björn Jacke</name>
<email>bj@sernet.de</email>
</author>
<published>2012-09-14T07:35:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=35632eec8e3b0dcfecffde814a790cc4f444dd97'/>
<id>35632eec8e3b0dcfecffde814a790cc4f444dd97</id>
<content type='text'>
This was not adopted to the recent VFS acl structure changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was not adopted to the recent VFS acl structure changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: fix wrong invocations of talloc_realloc</title>
<updated>2012-09-09T13:43:51+00:00</updated>
<author>
<name>Björn Jacke</name>
<email>bj@sernet.de</email>
</author>
<published>2012-09-08T23:59:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b89d9887e8fd20bef9bbc6383e63cd356db08361'/>
<id>b89d9887e8fd20bef9bbc6383e63cd356db08361</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-smbd: Change allocation of smb_acl_t to talloc()</title>
<updated>2012-08-15T01:44:43+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-08-12T10:41:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=dcfb6aad16b4b7b70a63340a17771d3f40aed1ce'/>
<id>dcfb6aad16b4b7b70a63340a17771d3f40aed1ce</id>
<content type='text'>
The acl element is changed to be a talloc child, and is no longer one element
longer than requested by virtue of the acl[1] base pointer.

This also avoids one of the few remaining cases of over-allocation of a structure.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The acl element is changed to be a talloc child, and is no longer one element
longer than requested by virtue of the acl[1] base pointer.

This also avoids one of the few remaining cases of over-allocation of a structure.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-vfs: Put vfs_aixacl_util.c helper functions into a header file</title>
<updated>2012-08-14T00:16:11+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-08-13T10:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=fe295358dfa495c8f4b564784d728b37882e877d'/>
<id>fe295358dfa495c8f4b564784d728b37882e877d</id>
<content type='text'>
Autobuild-User(master): Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date(master): Tue Aug 14 02:16:11 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User(master): Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date(master): Tue Aug 14 02:16:11 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-smbd: fix the AIX 5.3 build.</title>
<updated>2011-04-20T16:16:28+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2011-04-20T15:54:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ae61a5c3d05192457f5a0b24dd9bd34317df566f'/>
<id>ae61a5c3d05192457f5a0b24dd9bd34317df566f</id>
<content type='text'>
(AIX defines open to be open64)

Guenther
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(AIX defines open to be open64)

Guenther
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-vfs: include smbd/smbd.h in vfs modules.</title>
<updated>2011-03-29T23:13:08+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2011-03-22T21:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=45364f5e69c4ef00f6870e11213da930e802b6d0'/>
<id>45364f5e69c4ef00f6870e11213da930e802b6d0</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>Fix some warnings in the AIX ACL code.</title>
<updated>2009-08-12T17:58:00+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2009-08-12T17:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1ddd10b56aea663b06768638d83e3bdcfea9ec89'/>
<id>1ddd10b56aea663b06768638d83e3bdcfea9ec89</id>
<content type='text'>
Jeremy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jeremy.
</pre>
</div>
</content>
</entry>
<entry>
<title>r25399: Excise uint - &gt; uint32 (where appropriate) or unsigned int.</title>
<updated>2007-10-10T17:31:02+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2007-09-28T01:32:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=470ebf8a3504474dea5c324d01282e59c034a236'/>
<id>470ebf8a3504474dea5c324d01282e59c034a236</id>
<content type='text'>
Jeremy.
(This used to be commit b4ee924000f4a21b16a70e08e58331d209c4d114)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jeremy.
(This used to be commit b4ee924000f4a21b16a70e08e58331d209c4d114)
</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>
</feed>
