<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/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>s4-events: Do not vasprintf() the tevent debug messages that will not be shown</title>
<updated>2012-08-09T10:14:22+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-08-09T08:34:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7e562cf3eb8d8aabf9b5d62a92e67221e4f07e3a'/>
<id>7e562cf3eb8d8aabf9b5d62a92e67221e4f07e3a</id>
<content type='text'>
This malloc() and free() actually shows up quite high on a call profile of
provision of the AD DC.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This malloc() and free() actually shows up quite high on a call profile of
provision of the AD DC.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:libcli/pyerrors: s/PyErr_WERROR_IS_ERR_RAISE/PyErr_WERROR_NOT_OK_RAISE/</title>
<updated>2012-08-06T13:50:16+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2012-08-06T08:39:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a370792cbc7285da90ef261d03efe781075ff71b'/>
<id>a370792cbc7285da90ef261d03efe781075ff71b</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>lib/param: Remove use of lp{cfg,}_socket_address outside the NBT client and server</title>
<updated>2012-07-27T07:59:51+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-07-27T02:31:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b181a0b96b8313206923e6f5b46b0803aaf64907'/>
<id>b181a0b96b8313206923e6f5b46b0803aaf64907</id>
<content type='text'>
In these other cases, control of the sockets to bind to can be obtained using
"bind interfaces only = yes" and "interfaces = ".

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In these other cases, control of the sockets to bind to can be obtained using
"bind interfaces only = yes" and "interfaces = ".

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-lib/tls: Try socket_send() multiple times to send partial packets</title>
<updated>2012-07-18T09:23:55+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-07-18T05:28:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d0d05f8474ed1882d373f042aba2c0209247678a'/>
<id>d0d05f8474ed1882d373f042aba2c0209247678a</id>
<content type='text'>
This works around an artificial limitation in socket_wrapper that breaks
some versions of GnuTLS when we return a short write.

Instead, keep pushing until the OS will not take it.

The correct solution will be to use tls_tstream, but the client code
for this is not yet tested and needs the ldap client layer changed
to use it.

Andrew Bartlett

Autobuild-User(master): Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date(master): Wed Jul 18 11:23:55 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This works around an artificial limitation in socket_wrapper that breaks
some versions of GnuTLS when we return a short write.

Instead, keep pushing until the OS will not take it.

The correct solution will be to use tls_tstream, but the client code
for this is not yet tested and needs the ldap client layer changed
to use it.

Andrew Bartlett

Autobuild-User(master): Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date(master): Wed Jul 18 11:23:55 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:registry:regdiff: use existing talloc context for the event context</title>
<updated>2012-07-13T00:51:44+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2012-07-12T22:29:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=bf650a1b59f84f93f79d753a6dc99940772fb020'/>
<id>bf650a1b59f84f93f79d753a6dc99940772fb020</id>
<content type='text'>
Autobuild-User(master): Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date(master): Fri Jul 13 02:51:44 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User(master): Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date(master): Fri Jul 13 02:51:44 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:registry:regdiff: add TALLOC_CTX * argument to open_backend()</title>
<updated>2012-07-12T22:57:20+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2012-07-12T22:20:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=342ab9750657bd34d7212f7121d47a06b6b12aa5'/>
<id>342ab9750657bd34d7212f7121d47a06b6b12aa5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:registry: add a TALLOC_CTX argument to reg_open_remote()</title>
<updated>2012-07-12T22:57:19+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2012-07-12T22:16:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6ee16cefc98c8a033664be476be4446599450d23'/>
<id>6ee16cefc98c8a033664be476be4446599450d23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:registry:testsuite: fix use of non-existent word (existant)</title>
<updated>2012-06-12T05:21:44+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2012-06-11T15:51:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=acd3a6bb6c1d050ac3cf3cc845f2b10607aeb105'/>
<id>acd3a6bb6c1d050ac3cf3cc845f2b10607aeb105</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Add missing deps and make MESSAGING a private library</title>
<updated>2012-06-07T04:45:06+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-06-07T04:19:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1e28aa147f23439273d892c1223969091b3ca90a'/>
<id>1e28aa147f23439273d892c1223969091b3ca90a</id>
<content type='text'>
To remove finddcs_nbt these missing deps need to be added.  These
subsystems linked to to implicit dependencies provided by finddcs.
Due to the new arrangmenet of subsystems, MESSAGING needs to be a
private library to avoid being a source of duplicate symbols.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To remove finddcs_nbt these missing deps need to be added.  These
subsystems linked to to implicit dependencies provided by finddcs.
Due to the new arrangmenet of subsystems, MESSAGING needs to be a
private library to avoid being a source of duplicate symbols.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:lib/events: no longer define TEVENT_COMPAT_DEFINES</title>
<updated>2012-05-14T13:12:34+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2012-05-14T09:50:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=bf8829b56f75019036c76be1bd46ad816586e3d9'/>
<id>bf8829b56f75019036c76be1bd46ad816586e3d9</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
</feed>
