Can someone explain this code?

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Can someone explain this code?
Дата
Msg-id 20070719102142.GC13175@svr2.hagander.net
обсуждение исходный текст
Ответы Re: Can someone explain this code?
Re: Can someone explain this code?
Список 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 по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Future of krb5 authentication
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Future of krb5 authentication