postgresql/src
Bruce Momjian d9ddbdaa95 > This change (I'm sure this will wrap poorly -- sorry):
> http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/include/libpq/pqcomm.h.diff?r1=1.85&r2=1.86
>
> modified SockAddr, but no corresponding change was made here
> (fe-auth.c:612):
>
>   case AUTH_REQ_KRB5:
> #ifdef KRB5
>   if (pg_krb5_sendauth(PQerrormsg, conn->sock, &conn->laddr.in,
>                        &conn->raddr.in,
>                        hostname) != STATUS_OK)
>
> It's not obvious to me what the change ought to be though.

This patch should hopefully fix both kerberos 4 and 5.

Kurt Roeckx
2003-06-25 01:19:47 +00:00
..
backend > This change (I'm sure this will wrap poorly -- sorry): 2003-06-25 01:19:47 +00:00
bin Use libpq's new logic to get the server version, instead of doing it ourselves. 2003-06-22 00:56:58 +00:00
corba
data
include Add x86_64 support for spinlocks. 2003-06-24 23:20:08 +00:00
interfaces > This change (I'm sure this will wrap poorly -- sorry): 2003-06-25 01:19:47 +00:00
makefiles Support for Intel compiler on Linux 2003-06-05 16:07:25 +00:00
pl > I've worked with the Pl/Python code in the past and will see about removing 2003-06-25 01:18:58 +00:00
port Remove references to sa_family_t, except when SOCKADDR_STORAGE requires 2003-06-23 23:52:00 +00:00
template Move thread os defines into template files. 2003-06-14 19:21:42 +00:00
test Array mega-patch. 2003-06-24 23:14:49 +00:00
tools Add mention that the grep's have to be adjusted in pgtest. 2003-06-23 19:33:25 +00:00
tutorial Replace functional-index facility with expressional indexes. Any column 2003-05-28 16:04:02 +00:00
utils
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Add thread.c for libpq threading, and hook it into libpq/configure. 2003-06-14 14:35:42 +00:00
Makefile.shlib
nls-global.mk
win32.mak