Commit e6e9c4d
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 commit d981074.1 parent 344a113 commit e6e9c4d
File tree
3 files changed
+6
-29
lines changed- src
- backend/libpq
- include/libpq
- interfaces/libpq
3 files changed
+6
-29
lines changed| 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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
| 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