<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git, branch talloc-2.0.8</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>talloc: Convert error cecking macros into fns</title>
<updated>2012-10-05T21:24:17+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>idra@samba.org</email>
</author>
<published>2012-10-05T14:32:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=36ea39edf8dd9ede756debaf9632f3ded2a51abb'/>
<id>36ea39edf8dd9ede756debaf9632f3ded2a51abb</id>
<content type='text'>
This will avoid 'surprise returns' and makes the code cleare to readers.
These macros were complex enough to warrant a full function anyway not
just for readability but also for debuggability.

Thanks David for pointing out this issue.

Autobuild-User(master): Simo Sorce &lt;idra@samba.org&gt;
Autobuild-Date(master): Fri Oct  5 23:24:17 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will avoid 'surprise returns' and makes the code cleare to readers.
These macros were complex enough to warrant a full function anyway not
just for readability but also for debuggability.

Thanks David for pointing out this issue.

Autobuild-User(master): Simo Sorce &lt;idra@samba.org&gt;
Autobuild-Date(master): Fri Oct  5 23:24:17 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for talloc_memlimit</title>
<updated>2012-10-05T05:36:38+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>idra@samba.org</email>
</author>
<published>2012-09-22T20:35:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7d7e33c624875a9694fcebdde942147ac3bf5f74'/>
<id>7d7e33c624875a9694fcebdde942147ac3bf5f74</id>
<content type='text'>
Autobuild-User(master): Simo Sorce &lt;idra@samba.org&gt;
Autobuild-Date(master): Fri Oct  5 07:36:38 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User(master): Simo Sorce &lt;idra@samba.org&gt;
Autobuild-Date(master): Fri Oct  5 07:36:38 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Add memory limiting capability to talloc</title>
<updated>2012-10-05T03:57:17+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>idra@samba.org</email>
</author>
<published>2012-09-22T20:15:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a33a78c302fde61fdb7a6e71669f19be2cf5c836'/>
<id>a33a78c302fde61fdb7a6e71669f19be2cf5c836</id>
<content type='text'>
By calling talloc_set_memlimit() we can now set a max memory limit
for a whole talloc hierarchy.
ANy attempt to allocate memory beyond the max allowed for the whole
hierarchy wil cause an allocation failure.

Stealing memory correctly accounts for used memory in the old and the new
hierarchy but exceeding the memory limit in the new parent will not cause
a failure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By calling talloc_set_memlimit() we can now set a max memory limit
for a whole talloc hierarchy.
ANy attempt to allocate memory beyond the max allowed for the whole
hierarchy wil cause an allocation failure.

Stealing memory correctly accounts for used memory in the old and the new
hierarchy but exceeding the memory limit in the new parent will not cause
a failure.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure the masks don't conflict with the ACL checks.</title>
<updated>2012-10-04T22:36:40+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2012-10-04T20:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=78594909b8b22bd07978922b1c85dfd6f6456963'/>
<id>78594909b8b22bd07978922b1c85dfd6f6456963</id>
<content type='text'>
Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Fri Oct  5 00:36:40 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Fri Oct  5 00:36:40 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Update WHATSNEW.txt with removed parameters.</title>
<updated>2012-10-04T19:05:03+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2012-10-04T19:03:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=18e07f118c0d79b20a89e5fb566025bf88f72e63'/>
<id>18e07f118c0d79b20a89e5fb566025bf88f72e63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the parameters:</title>
<updated>2012-10-04T19:04:21+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2012-10-03T23:04:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=db62a159b8833a4f1aee0c9733fd263b6d239d53'/>
<id>db62a159b8833a4f1aee0c9733fd263b6d239d53</id>
<content type='text'>
security mask
force security mode
directory security mask
force directory security mode

and update the docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
security mask
force security mode
directory security mask
force directory security mode

and update the docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove all uses of lp_security_mask/lp_force_security_mode/lp_dir_security_mask/lp_force_dir_security_mode</title>
<updated>2012-10-04T16:52:38+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2012-10-03T21:49:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7622aa16adeb00bf161a6dd07664c37125391272'/>
<id>7622aa16adeb00bf161a6dd07664c37125391272</id>
<content type='text'>
and replace with the normal masks. Now these parameters can be removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and replace with the normal masks. Now these parameters can be removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Add functions to programatically set the security mask and directory security mask parameters."</title>
<updated>2012-10-04T16:52:38+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2012-10-03T20:59:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=92fee007bbc0a5ab3a16c8f1521478d4813d0b79'/>
<id>92fee007bbc0a5ab3a16c8f1521478d4813d0b79</id>
<content type='text'>
This reverts commit 8f0ecbbbeebff0174579a78827d384067cd4cbb7.

Not now needed as part of the move to remove security mask parameters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 8f0ecbbbeebff0174579a78827d384067cd4cbb7.

Not now needed as part of the move to remove security mask parameters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "When creating a new file/directory, we need to obey the create mask/directory mask parameters."</title>
<updated>2012-10-04T16:52:38+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2012-10-03T20:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3f5a3b60e267d8342a95fff54428f0b13086ff77'/>
<id>3f5a3b60e267d8342a95fff54428f0b13086ff77</id>
<content type='text'>
This reverts commit c251a6b0442abc13bc8be4ff8de324c1d7706a78.

Remove this as we're planning to remove the security mask,
directory security mask parameters and only use create mask/directory mask.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit c251a6b0442abc13bc8be4ff8de324c1d7706a78.

Remove this as we're planning to remove the security mask,
directory security mask parameters and only use create mask/directory mask.
</pre>
</div>
</content>
</entry>
<entry>
<title>html docs: Remove link to Using Samba.</title>
<updated>2012-10-04T11:48:00+00:00</updated>
<author>
<name>Karolin Seeger</name>
<email>kseeger@samba.org</email>
</author>
<published>2012-10-04T09:43:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1bf209dd7e5a0f0001b3d1e3798093772bbd3fd3'/>
<id>1bf209dd7e5a0f0001b3d1e3798093772bbd3fd3</id>
<content type='text'>
Thanks to Christian Perrier &lt;bubulle@debian.org&gt; for reporting!

Fix bug #7826 - HTML docs index file still points to Using Samba.

Karolin

Autobuild-User(master): Karolin Seeger &lt;kseeger@samba.org&gt;
Autobuild-Date(master): Thu Oct  4 13:48:00 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Christian Perrier &lt;bubulle@debian.org&gt; for reporting!

Fix bug #7826 - HTML docs index file still points to Using Samba.

Karolin

Autobuild-User(master): Karolin Seeger &lt;kseeger@samba.org&gt;
Autobuild-Date(master): Thu Oct  4 13:48:00 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
</feed>
