forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite6e9c4d
committed
Misc cleanup of SCRAM code.
* Remove is_scram_verifier() function. It was unused.* Fix sanitize_char() function, used in error messages on protocol violations, to print bytes >= 0x7F correctly.* Change spelling of scram_MockSalt() function to be more consistent with the surroundings.* Change a few more references to "server proof" to "server signature" that I missed in commitd981074.1 parent344a113 commite6e9c4d
File tree
3 files changed
+6
-29
lines changed- src
- backend/libpq
- include/libpq
- interfaces/libpq
3 files changed
+6
-29
lines changedLines changed: 4 additions & 26 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
156 |
| - | |
| 156 | + | |
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
| |||
480 | 480 |
| |
481 | 481 |
| |
482 | 482 |
| |
483 |
| - | |
484 |
| - | |
485 |
| - | |
486 |
| - | |
487 |
| - | |
488 |
| - | |
489 |
| - | |
490 |
| - | |
491 |
| - | |
492 |
| - | |
493 |
| - | |
494 |
| - | |
495 |
| - | |
496 |
| - | |
497 |
| - | |
498 |
| - | |
499 |
| - | |
500 |
| - | |
501 |
| - | |
502 |
| - | |
503 |
| - | |
504 |
| - | |
505 | 483 |
| |
506 | 484 |
| |
507 | 485 |
| |
| |||
592 | 570 |
| |
593 | 571 |
| |
594 | 572 |
| |
595 |
| - | |
| 573 | + | |
596 | 574 |
| |
597 | 575 |
| |
598 | 576 |
| |
| |||
679 | 657 |
| |
680 | 658 |
| |
681 | 659 |
| |
682 |
| - | |
| 660 | + | |
683 | 661 |
| |
684 | 662 |
| |
685 | 663 |
| |
| |||
1146 | 1124 |
| |
1147 | 1125 |
| |
1148 | 1126 |
| |
1149 |
| - | |
| 1127 | + | |
1150 | 1128 |
| |
1151 | 1129 |
| |
1152 | 1130 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
32 | 31 |
| |
33 | 32 |
| |
34 | 33 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
215 |
| - | |
| 215 | + | |
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
| |||
228 | 228 |
| |
229 | 229 |
| |
230 | 230 |
| |
231 |
| - | |
| 231 | + | |
232 | 232 |
| |
233 | 233 |
| |
234 | 234 |
| |
|
0 commit comments
Comments
(0)