forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit86b561f
committed
Have config_sspi_auth() permit IPv6 localhost connections.
Windows versions later than Windows Server 2003 map "localhost" to ::1.Account for that in the generated pg_hba.conf, fixing another oversightin commitf6dc6dd. Back-patch to 9.0,like that commit.David Rowley and Noah Misch1 parent310597e commit86b561f
2 files changed
+30
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1048 | 1048 |
| |
1049 | 1049 |
| |
1050 | 1050 |
| |
| 1051 | + | |
1051 | 1052 |
| |
1052 | 1053 |
| |
1053 | 1054 |
| |
| |||
1067 | 1068 |
| |
1068 | 1069 |
| |
1069 | 1070 |
| |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
1070 | 1093 |
| |
1071 | 1094 |
| |
1072 | 1095 |
| |
| |||
1098 | 1121 |
| |
1099 | 1122 |
| |
1100 | 1123 |
| |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
1101 | 1127 |
| |
1102 | 1128 |
| |
1103 | 1129 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
272 | 272 |
| |
273 | 273 |
| |
274 | 274 |
| |
| 275 | + | |
275 | 276 |
| |
276 | 277 |
| |
277 | 278 |
| |
| |||
294 | 295 |
| |
295 | 296 |
| |
296 | 297 |
| |
| 298 | + | |
297 | 299 |
| |
298 | 300 |
| |
299 | 301 |
| |
| |||
486 | 488 |
| |
487 | 489 |
| |
488 | 490 |
| |
| 491 | + | |
| 492 | + | |
489 | 493 |
| |
490 | 494 |
| |
491 | 495 |
| |
|
0 commit comments
Comments
(0)