auth-client.c revision 2a90d8a14b0e7cc1508814bc87d3dfa598ef46a8
/* Copyright (C) 2003 Timo Sirainen */
#include "lib.h"
#include "ioloop.h"
#include "hash.h"
#include "auth-client.h"
#include "auth-server-connection.h"
#include <dirent.h>
{
struct auth_client *client;
return client;
}
{
struct auth_server_connection *next;
}
}
{
return client->available_auth_mechs;
}
{
}
void *context)
{
}
static void reconnect_timeout(void *context)
{
}
{
int reconnect;
/* we're chrooted into */
i_fatal("opendir(.) failed when trying to get list of "
"authentication servers: %m");
}
continue;
/* already connected */
continue;
}
}
}
i_error("closedir() failed: %m");
}
}
}