Can someone explain this code?

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Can someone explain this code?
Date: 2007-07-19 10:21:42
Message-ID: 20070719102142.GC13175@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2007-07-19 10:38:08 Re: Future of krb5 authentication
Previous Message Magnus Hagander 2007-07-19 07:33:56 Re: Future of krb5 authentication