Re: authenticator for cyrus-sasl sasldb

From: Ian Castle <ian.castle@dont-contact.us>
Date: 01 Apr 2002 09:46:26 +0100

Thanks.

Here is the first patch to it - I lost the stdout flushes when tidying
up. How embarrassing ;-).

On Sat, 2002-03-30 at 16:46, Henrik Nordstrom wrote:
> I finally got around to adding your helper to Squid. Sorry for the
> delay.
>
> Thanks for your contribution.
>
> Regards
> Henrik
>
>
> Ian Castle wrote:
> >
> > I sent this a week or so ago - I've not heard anything or seen any sight
> > of it in the snapshots so assume you missed it/didn't get it.

--- sasl_auth.c Sat Mar 30 16:43:12 2002
+++ /home/ian/squid-sasl-auth-1.0.1/sasl_auth.c Thu Mar 28 07:25:05 2002
@@ -43,6 +44,9 @@
         int rc;
         sasl_conn_t *conn = NULL;
 
+ /* make standard output line buffered */
+ setvbuf(stdout, NULL, _IOLBF, 0);
+
         rc = sasl_server_init( NULL, APP_NAME_SASL );
 
         if ( rc != SASL_OK ) {
Received on Mon Apr 01 2002 - 02:39:13 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:14:55 MST