forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd5bbe2a
committed
From: Phil Thompson <phil@river-bank.demon.co.uk>
I've completed the patch to fix the protocol and authentication issues Iwas discussing a couple of weeks ago. The particular changes are:- the protocol has a version number- network byte order is used throughout- the pg_hba.conf file is used to specify what method is used to authenticate a frontend (either password, ident, trust, reject, krb4 or krb5)- support for multiplexed backends is removed- appropriate changes to man pages- the -a switch to many programs to specify an authentication service no longer has any effect- the libpq.so version number has changed to 1.1The new backend still supports the old protocol so old interfaces won'tbreak.1 parent91d983a commitd5bbe2a
File tree
41 files changed
+1571
-2248
lines changed- src
- backend
- libpq
- postmaster
- tcop
- utils/init
- include
- libpq
- interfaces/libpq
- man
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+1571
-2248
lines changedLines changed: 339 additions & 329 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
|
Lines changed: 13 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 | 20 |
| |
24 | 21 |
| |
25 | 22 |
| |
26 | 23 |
| |
27 | 24 |
| |
28 | 25 |
| |
29 | 26 |
| |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
30 | 31 |
| |
31 | 32 |
| |
32 | 33 |
| |
| |||
219 | 220 |
| |
220 | 221 |
| |
221 | 222 |
| |
| 223 | + | |
222 | 224 |
| |
223 | 225 |
| |
224 | 226 |
| |
| |||
237 | 239 |
| |
238 | 240 |
| |
239 | 241 |
| |
| 242 | + | |
240 | 243 |
| |
241 | 244 |
| |
242 | 245 |
| |
| |||
258 | 261 |
| |
259 | 262 |
| |
260 | 263 |
| |
261 |
| - | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
262 | 271 |
| |
263 | 272 |
| |
264 | 273 |
| |
|
0 commit comments
Comments
(0)