<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/lib, 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>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>tdb: add -e option to tdbdump (and docment it).</title>
<updated>2012-10-04T01:16:06+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2012-10-03T23:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=100d38d6e0fae1dc666ae43941570c9f106b73c2'/>
<id>100d38d6e0fae1dc666ae43941570c9f106b73c2</id>
<content type='text'>
This allows for an emergency best-effort dump.  It's a little better than
strings(1).

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

Autobuild-User(master): Rusty Russell &lt;rusty@rustcorp.com.au&gt;
Autobuild-Date(master): Thu Oct  4 03:16:06 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows for an emergency best-effort dump.  It's a little better than
strings(1).

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

Autobuild-User(master): Rusty Russell &lt;rusty@rustcorp.com.au&gt;
Autobuild-Date(master): Thu Oct  4 03:16:06 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>tdb: tdbdump should log errors, and fail in that case.</title>
<updated>2012-10-03T23:34:23+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2012-10-03T23:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ffde8678910ae838588ab380b48a544333f81241'/>
<id>ffde8678910ae838588ab380b48a544333f81241</id>
<content type='text'>
Dumping a corrupt database should not exit silently with 0 status!

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dumping a corrupt database should not exit silently with 0 status!

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>tdb: add tdb_rescue()</title>
<updated>2012-10-03T23:34:19+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2012-10-03T23:34:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=90f463b25f7bb0bc944732773c56e356834ea203'/>
<id>90f463b25f7bb0bc944732773c56e356834ea203</id>
<content type='text'>
This allows for an emergency best-effort dump.  It's a little better than
strings(1).

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows for an emergency best-effort dump.  It's a little better than
strings(1).

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>tdb: Fix a typo</title>
<updated>2012-10-02T17:52:16+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2012-10-02T10:21:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a168a7c791a4be1730a370d059b3a1073fbb0bdd'/>
<id>a168a7c791a4be1730a370d059b3a1073fbb0bdd</id>
<content type='text'>
Autobuild-User(master): Volker Lendecke &lt;vl@samba.org&gt;
Autobuild-Date(master): Tue Oct  2 19:52:16 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User(master): Volker Lendecke &lt;vl@samba.org&gt;
Autobuild-Date(master): Tue Oct  2 19:52:16 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-krb5: use and request AES keys in kerberos operations.</title>
<updated>2012-10-02T14:22:31+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2011-12-15T17:12:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=eae33e96fcaa456830862325b91579faf2a96213'/>
<id>eae33e96fcaa456830862325b91579faf2a96213</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>lib/replace: Add test for what flag we need for -Werror behaviour</title>
<updated>2012-09-29T04:50:00+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-09-29T04:36:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=931ed2509d93110b525f763ffb15ee3feff87fa0'/>
<id>931ed2509d93110b525f763ffb15ee3feff87fa0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
