<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/lib/socket/socket_unix.c, branch talloc-2.0.0</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>Make more module init functions public, since they are compiled with -fvisibility=hidden. Not doing this causes failures on Mac OS X.</title>
<updated>2008-02-20T18:40:20+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-02-20T18:40:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=39a6495c86679d5e970012a0d1f5cd375e56450c'/>
<id>39a6495c86679d5e970012a0d1f5cd375e56450c</id>
<content type='text'>
(This used to be commit da1a9438bd89569077ef1eaa9dc977b5f9d62836)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit da1a9438bd89569077ef1eaa9dc977b5f9d62836)
</pre>
</div>
</content>
</entry>
<entry>
<title>r25522: Convert to standard bool types.</title>
<updated>2007-10-10T20:07:47+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2007-10-05T18:03:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=719a4ae0d32ab9ba817fd01f2b8f4cba220a8c60'/>
<id>719a4ae0d32ab9ba817fd01f2b8f4cba220a8c60</id>
<content type='text'>
(This used to be commit 5e814287ba475e12f8cc934fdd09b199dcdfdb86)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 5e814287ba475e12f8cc934fdd09b199dcdfdb86)
</pre>
</div>
</content>
</entry>
<entry>
<title>r23792: convert Samba4 to GPLv3</title>
<updated>2007-10-10T19:59:12+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2007-07-10T02:07:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0479a2f1cbae51fcd8dbdc3c148c808421fb4d25'/>
<id>0479a2f1cbae51fcd8dbdc3c148c808421fb4d25</id>
<content type='text'>
There are still a few tidyups of old FSF addresses to come (in both s3
and s4). More commits soon.
(This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are still a few tidyups of old FSF addresses to come (in both s3
and s4). More commits soon.
(This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
</pre>
</div>
</content>
</entry>
<entry>
<title>r15356: Remove unused 'flags' argument from socket_send() and friends.</title>
<updated>2007-10-10T19:05:25+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2006-04-30T05:58:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c2cc10c7869221c7f43cbbb151feb4c4db173cb9'/>
<id>c2cc10c7869221c7f43cbbb151feb4c4db173cb9</id>
<content type='text'>
This is in preperation for making TLS a socket library.

Andrew Bartlett
(This used to be commit a312812b92f5ac7e6bd2c4af725dbbbc900d4452)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is in preperation for making TLS a socket library.

Andrew Bartlett
(This used to be commit a312812b92f5ac7e6bd2c4af725dbbbc900d4452)
</pre>
</div>
</content>
</entry>
<entry>
<title>r14307: fixed dereference of my_address-&gt;addr when NULL</title>
<updated>2007-10-10T18:57:10+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2006-03-13T06:57:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=cd63d287dfcbf4db5af37c5346037f44c782d217'/>
<id>cd63d287dfcbf4db5af37c5346037f44c782d217</id>
<content type='text'>
(This used to be commit e017246f1052f3344b90500e04c73277923baa20)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit e017246f1052f3344b90500e04c73277923baa20)
</pre>
</div>
</content>
</entry>
<entry>
<title>r12804: This patch reworks the Samba4 sockets layer to use a socket_address</title>
<updated>2007-10-10T18:49:57+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2006-01-09T22:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f55ea8bb3dca868e21663cd90eaea7a35cd7886c'/>
<id>f55ea8bb3dca868e21663cd90eaea7a35cd7886c</id>
<content type='text'>
structure that is more generic than just 'IP/port'.

It now passes make test, and has been reviewed and updated by
metze. (Thankyou *very* much).

This passes 'make test' as well as kerberos use (not currently in the
testsuite).

The original purpose of this patch was to have Samba able to pass a
socket address stucture from the BSD layer into the kerberos routines
and back again.   It also removes nbt_peer_addr, which was being used
for a similar purpose.

It is a large change, but worthwhile I feel.

Andrew Bartlett
(This used to be commit 88198c4881d8620a37086f80e4da5a5b71c5bbb2)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
structure that is more generic than just 'IP/port'.

It now passes make test, and has been reviewed and updated by
metze. (Thankyou *very* much).

This passes 'make test' as well as kerberos use (not currently in the
testsuite).

The original purpose of this patch was to have Samba able to pass a
socket address stucture from the BSD layer into the kerberos routines
and back again.   It also removes nbt_peer_addr, which was being used
for a similar purpose.

It is a large change, but worthwhile I feel.

Andrew Bartlett
(This used to be commit 88198c4881d8620a37086f80e4da5a5b71c5bbb2)
</pre>
</div>
</content>
</entry>
<entry>
<title>r9705:  r9685@blu:  tridge | 2005-08-27 19:43:44 +1000</title>
<updated>2007-10-10T18:34:52+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2005-08-28T02:37:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1ef362c89d98777651c8789af4b74a0a6fb9fcdc'/>
<id>1ef362c89d98777651c8789af4b74a0a6fb9fcdc</id>
<content type='text'>
 set the backend_name on socket_accept() too
(This used to be commit 10ac2732881ac73dd9cb8162beb1efd741bfe3d2)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 set the backend_name on socket_accept() too
(This used to be commit 10ac2732881ac73dd9cb8162beb1efd741bfe3d2)
</pre>
</div>
</content>
</entry>
<entry>
<title>r9704:  r9684@blu:  tridge | 2005-08-27 19:38:31 +1000</title>
<updated>2007-10-10T18:34:52+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2005-08-28T02:37:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=75c29073ce12723598e4e204ccb616cd52fa2c13'/>
<id>75c29073ce12723598e4e204ccb616cd52fa2c13</id>
<content type='text'>
 don't try to call the name resolver on non-ipv4 names!
(This used to be commit 4bb3d36fe6705bc625fe4122500f681ab7f2dc53)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 don't try to call the name resolver on non-ipv4 names!
(This used to be commit 4bb3d36fe6705bc625fe4122500f681ab7f2dc53)
</pre>
</div>
</content>
</entry>
<entry>
<title>r8044: give a better error code</title>
<updated>2007-10-10T18:19:02+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2005-07-01T08:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5d55ee570beded36f985c907fcf952659557849c'/>
<id>5d55ee570beded36f985c907fcf952659557849c</id>
<content type='text'>
metze
(This used to be commit fdbf822f1c90cba110d91720ea586ceef9de38b2)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
(This used to be commit fdbf822f1c90cba110d91720ea586ceef9de38b2)
</pre>
</div>
</content>
</entry>
<entry>
<title>r7227: added a socket_pending() call to abstract away the FIONREAD ioctl. It</title>
<updated>2007-10-10T18:17:28+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2005-06-03T13:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1692bbf2e267eabd7099f0b6153da0c7cf209d1d'/>
<id>1692bbf2e267eabd7099f0b6153da0c7cf209d1d</id>
<content type='text'>
will be interesting to see if this causes any portability problems, as
it is a less commonly used call.
(This used to be commit f6993db31d93059c70b44a23005ba444e205870f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
will be interesting to see if this causes any portability problems, as
it is a less commonly used call.
(This used to be commit f6993db31d93059c70b44a23005ba444e205870f)
</pre>
</div>
</content>
</entry>
</feed>
