Displaying 4 results from an estimated 4 matches for "auth_curl".
Did you mean:
auth_cert
2004 Oct 24
2
MySQL auth
>
> I have started an implementation in the kh branch, so that libcurl
> could
> be used for listener auth, so can shell commands, but neither have been
> used in anger yet.
Ooo. :)
Having just had a look at auth_curl.c in kh, that would probably do
what we want even better.
Is it possible (or would it *be* possible) to make <mount> sections
take wildcards for <mount-path>? From our viewpoint it'd be much easier
to process whether the user is authorized to handle a *specific*
stream in the...
2004 Oct 22
2
MySQL auth
Before I gird my loins and consider getting my fingers very dirty; in
the interests of not reinventing the wheel...
Is anyone working on a set of auth_mysql_*() routines to match the
auth_htpasswd_*() ones in auth.c?
2004 Oct 24
0
MySQL auth
...25, Mike Whitaker wrote:
>>
>> I have started an implementation in the kh branch, so that libcurl
>> could
>> be used for listener auth, so can shell commands, but neither have
>> been
>> used in anger yet.
>
> Ooo. :)
>
> Having just had a look at auth_curl.c in kh, that would probably do
> what we want even better.
>
> Is it possible (or would it *be* possible) to make <mount> sections
> take wildcards for <mount-path>? From our viewpoint it'd be much
> easier to process whether the user is authorized to handle a
&...
2004 Oct 25
2
MySQL auth
On Sun, 2004-10-24 at 15:33, Mike Whitaker wrote:
> On 24 Oct 2004, at 13:25, Mike Whitaker wrote:
>
> > Ooo. :)
> >
> > Having just had a look at auth_curl.c in kh, that would probably do
> > what we want even better.
nice, these things aren't fully settled yet, for instance are enough
parameters passed etc.
> > Is it possible (or would it *be* possible) to make <mount> sections
> > take wildcards for <mount-path>...