index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-auth-scram.c
Age
Commit message (
Expand
)
Author
2019-01-02
Update copyright for 2019
Bruce Momjian
2019-01-01
Remove configure switch --disable-strong-random
Michael Paquier
2018-09-08
Minor cleanup/future-proofing for pg_saslprep().
Tom Lane
2018-08-05
Remove support for tls-unique channel binding.
Heikki Linnakangas
2018-01-30
Fix up references to scram-sha-256
Peter Eisentraut
2018-01-04
Implement channel binding tls-server-end-point for SCRAM
Peter Eisentraut
2018-01-04
Refactor channel binding code to fetch cbind_data only when necessary
Peter Eisentraut
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-12-19
Add libpq connection parameter "scram_channel_binding"
Peter Eisentraut
2017-12-18
Move SCRAM-related name definitions to scram-common.h
Peter Eisentraut
2017-12-01
Check channel binding flag at end of SCRAM exchange
Peter Eisentraut
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-18
Support channel binding 'tls-unique' in SCRAM
Peter Eisentraut
2017-08-23
Tweak some SCRAM error messages and code comments
Peter Eisentraut
2017-08-04
Message style improvements
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-05-23
Verify that the server constructed the SCRAM nonce correctly.
Heikki Linnakangas
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-07
Fix memory leaks if random salt generation fails.
Heikki Linnakangas
2017-05-05
Misc cleanup of SCRAM code.
Heikki Linnakangas
2017-05-03
Add PQencryptPasswordConn function to libpq, use it in psql and createuser.
Heikki Linnakangas
2017-04-28
Misc SCRAM code cleanups.
Heikki Linnakangas
2017-04-07
Use SASLprep to normalize passwords for SCRAM authentication.
Heikki Linnakangas
2017-04-06
Remove bogus SCRAM_ITERATION_LEN constant.
Heikki Linnakangas
2017-03-07
Fix comments in SCRAM-SHA-256 patch.
Heikki Linnakangas
2017-03-07
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas