[SAMBA4][PATCH] Make tls a socket backend

Stefan (metze) Metzmacher metze at samba.org
Sun Apr 30 12:15:29 GMT 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Andrew Bartlett schrieb:
> This patch simplifies things for the case where we don't have GNUTLS at
> all.  We now just pass back the original socket, unchanged.  Therefore,
> we don't need the pass-though routines.

There's another little bug

> @@ -270,7 +269,7 @@
>  						       struct ldap_connection);
>  	if (flags & EVENT_FD_WRITE) {
>  		packet_queue_run(conn->packet);
> -		if (conn->tls == NULL) return;
> +		if (tls_enabled(conn->sock)) return;
>  	}
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEVKphm70gjA5TCD8RAvciAJ9+U0PUUSzmBnLdXUy3j1g/MV9KtwCfaVDy
8XdwsBIlMErKjYGnEhmuyhA=
=uBUq
-----END PGP SIGNATURE-----


More information about the samba-technical mailing list