forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd9ddbda
committed
> 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 Roeckx1 parentafb17d9 commitd9ddbda
2 files changed
+16
-12
lines changedLines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
430 | 430 |
| |
431 | 431 |
| |
432 | 432 |
| |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
433 | 440 |
| |
434 | 441 |
| |
435 | 442 |
| |
|
Lines changed: 8 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
357 | 357 |
| |
358 | 358 |
| |
359 | 359 |
| |
360 |
| - | |
361 |
| - | |
362 |
| - | |
363 |
| - | |
| 360 | + | |
364 | 361 |
| |
365 | 362 |
| |
366 | 363 |
| |
| |||
594 | 591 |
| |
595 | 592 |
| |
596 | 593 |
| |
597 |
| - | |
598 |
| - | |
599 |
| - | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
600 | 598 |
| |
601 | 599 |
| |
602 | 600 |
| |
| |||
611 | 609 |
| |
612 | 610 |
| |
613 | 611 |
| |
614 |
| - | |
615 |
| - | |
616 |
| - | |
| 612 | + | |
| 613 | + | |
617 | 614 |
| |
618 | 615 |
| |
619 | 616 |
| |
|
0 commit comments
Comments
(0)