Can someone explain this code? - Mailing list pgsql-hackers

From Magnus Hagander
Subject Can someone explain this code?
Date
Msg-id 20070719102142.GC13175@svr2.hagander.net
Whole thread Raw
Responses Re: Can someone explain this code?  (Stephen Frost <sfrost@snowman.net>)
Re: Can someone explain this code?  ("Marko Kreen" <markokr@gmail.com>)
List pgsql-hackers
int
pg_fe_sendauth(AuthRequest areq, PGconn *conn, const char *hostname,           const char *password, char *PQerrormsg)
{
#ifndef KRB5(void) hostname;            /* not used */
#endif

...

(fe-auth.c)

What does that code actually *do*?

//Magnus


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Future of krb5 authentication
Next
From: Stephen Frost
Date:
Subject: Re: Future of krb5 authentication