1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/libads
Gerald (Jerry) Carter 073e9f42f0 ads_connect: Return immediately on a failed GC connection.
ads_connect_gc() feeds an explicit server to ads_connect().  However, if the
resulting connection fails, the latter function was attempting to find a DC
on its own and continuing the connection.  This resulting in GC searches being
sent over a connection using port 389 which would fail when using the base
search suffix outside of the domain naming context.

The fix is to fail immediately in ads_connect() since the GC lookup ordering
is handled already in ads_connect_gc().
2009-01-16 12:15:33 -06:00
..
ads_status.c Add SMB encryption. Still fixing client decrypt but 2007-12-26 17:12:36 -08:00
ads_struct.c More asprintf warning fixes. 2008-12-23 11:56:48 -08:00
ads_utils.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
authdata.c s3-build: no need to duplicate generated ndr_ prototypes. 2008-10-20 19:47:00 +02:00
cldap.c Replace a static variable and alarm() calls by using sys_select() 2008-12-31 19:33:26 +01:00
disp_sec.c Use GUID_string rather than smb_uuid_string(). 2008-10-14 02:26:18 +02:00
dns.c Revert "Pass NULL to gencache_get when we are not interested in the timeout value" 2008-07-11 17:53:25 +02:00
kerberos_keytab.c More asprintf warning fixes. 2008-12-23 11:56:48 -08:00
kerberos_verify.c Fix more "ignore return value" warnings from gcc 4.3. 2008-12-30 18:24:39 -08:00
kerberos.c s3:libads: use lock_path for creating paths to local krb5.conf files 2009-01-16 01:02:22 +01:00
krb5_errs.c r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
krb5_setpw.c Async wrapper for open_socket_out_send/recv 2009-01-04 16:42:40 +01:00
ldap_printer.c Fix more asprintf errors and error code paths. 2008-12-23 11:27:19 -08:00
ldap_schema.c * Allow an admin to define the "uid" attribute for a RFC2307 2008-09-16 10:35:21 -07:00
ldap_user.c More asprintf warning fixes. 2008-12-23 11:56:48 -08:00
ldap_utils.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
ldap.c ads_connect: Return immediately on a failed GC connection. 2009-01-16 12:15:33 -06:00
ndr.c s3: correctly detect if the current dc is the closest one 2008-12-13 11:42:22 +01:00
sasl_wrapping.c r24131: - make it more clear what the different min and max fields mean 2007-10-10 12:29:09 -05:00
sasl.c s3: use shared asn1 code. 2008-10-22 21:37:36 +02:00
util.c Fix more asprintf warnings and some error path errors. 2008-12-23 12:11:12 -08:00