<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/libcli/finddc.h, branch master</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>libnet4: Use netlogon_pings() in finddcs_cldap</title>
<updated>2024-11-11T14:03:04+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2024-10-29T14:35:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=74cec52bab16e58254b41f4a444b4fe5a60d626b'/>
<id>74cec52bab16e58254b41f4a444b4fe5a60d626b</id>
<content type='text'>
Enable LDAPS lookups

Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable LDAPS lookups

Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cldap: Make finddcs.out.netlogon a pointer</title>
<updated>2024-11-11T14:03:03+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2024-10-30T10:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=43b2d4104b08d7f74f0d488e062401f3ef45bffe'/>
<id>43b2d4104b08d7f74f0d488e062401f3ef45bffe</id>
<content type='text'>
struct netlogon_samlogon_response has subpointers, this patch enables
a proper talloc hierarchy.

Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
struct netlogon_samlogon_response has subpointers, this patch enables
a proper talloc hierarchy.

Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>netlogon: move netlogon helpers to ../libcli/netlogon.</title>
<updated>2011-01-07T14:02:24+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2011-01-07T11:01:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3294ccbb6d2ce26da5b6b9b512dfc1184a153d26'/>
<id>3294ccbb6d2ce26da5b6b9b512dfc1184a153d26</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>s4:libcli/finddc.h - fix header dependancies</title>
<updated>2010-12-12T19:06:24+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2010-12-12T18:13:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=34c5bdc1c329a2f3b4ab3a4dfff4c747f2910379'/>
<id>34c5bdc1c329a2f3b4ab3a4dfff4c747f2910379</id>
<content type='text'>
And optimise includes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And optimise includes
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-finddcs: allow override of server IP address</title>
<updated>2010-09-25T17:38:45+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-09-24T02:49:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a360428588467c29e8eb40b27a9db525d4c2ea96'/>
<id>a360428588467c29e8eb40b27a9db525d4c2ea96</id>
<content type='text'>
this will be used to implement --ipaddress option to net commands

Pair-Programmed-With: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this will be used to implement --ipaddress option to net commands

Pair-Programmed-With: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-finddc: use NBT lookup for a 1C name if joining a short domain name</title>
<updated>2010-09-15T05:39:36+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-09-14T10:10:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=59d415f43f72146b15a721e928cf346777239bfc'/>
<id>59d415f43f72146b15a721e928cf346777239bfc</id>
<content type='text'>
once we get the 1C lookup reply, use a CLDAP query to find the details
for the server

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
once we get the 1C lookup reply, use a CLDAP query to find the details
for the server

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-libcli: change finddcs.h -&gt; finddc.h</title>
<updated>2010-09-15T05:39:35+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-09-14T07:48:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=58d59a08ad3620c980cac47ece3a3f900d2eb336'/>
<id>58d59a08ad3620c980cac47ece3a3f900d2eb336</id>
<content type='text'>
this prevents conflicts with old generated files and we can only even
return one DC with this interface.

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this prevents conflicts with old generated files and we can only even
return one DC with this interface.

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
