index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
libpq
/
auth.c
Age
Commit message (
Expand
)
Author
2017-08-07
Don't allow logging in with empty password.
Heikki Linnakangas
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-08
Improve authentication error messages.
Heikki Linnakangas
2017-05-25
Abort authentication if the client selected an invalid SASL mechanism.
Heikki Linnakangas
2017-05-19
Fix compilation with --with-bsd-auth.
Heikki Linnakangas
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-08
Remove support for password_encryption='off' / 'plain'.
Heikki Linnakangas
2017-04-18
Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.
Heikki Linnakangas
2017-04-13
Improve the SASL authentication protocol.
Heikki Linnakangas
2017-04-13
Minor cleanup of backend SCRAM code.
Heikki Linnakangas
2017-04-11
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-03-26
Fix unportable disregard of alignment requirements in RADIUS code.
Tom Lane
2017-03-26
Fix some minor resource leaks in PerformRadiusTransaction().
Tom Lane
2017-03-24
Allow SCRAM authentication, when pg_hba.conf says 'md5'.
Heikki Linnakangas
2017-03-22
Support multiple RADIUS servers
Magnus Hagander
2017-03-07
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2017-01-03
Allow SSL configuration to be updated at SIGHUP.
Tom Lane
2016-12-20
Fix minor error message style violation.
Tom Lane
2016-12-12
Refactor the code for verifying user's password.
Heikki Linnakangas
2016-12-12
Further cleanup from the strong-random patch.
Heikki Linnakangas
2016-12-12
Fix two thinkos related to strong random keys.
Heikki Linnakangas
2016-12-08
Clean up password authentication code a bit.
Heikki Linnakangas
2016-12-05
Replace PostmasterRandom() with a stronger source, second attempt.
Heikki Linnakangas
2016-10-18
Revert "Replace PostmasterRandom() with a stronger way of generating randomne...
Heikki Linnakangas
2016-10-17
Replace PostmasterRandom() with a stronger way of generating randomness.
Heikki Linnakangas
2016-09-27
Include <sys/select.h> where needed
Alvaro Herrera
2016-09-02
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-08-18
Refactor sendAuthRequest.
Heikki Linnakangas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-08
Add authentication parameters compat_realm and upn_usename for SSPI
Magnus Hagander
2016-04-08
Add BSD authentication method.
Tom Lane
2016-04-08
Set PAM_RHOST item for PAM authentication
Peter Eisentraut
2016-04-07
Standardize GetTokenInformation() error reporting.
Noah Misch
2016-04-02
Refer to a TOKEN_USER payload as a "token user," not as a "user token".
Noah Misch
2016-03-29
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-03-15
Fix typos.
Robert Haas
2016-01-14
Properly close token in sspi authentication
Magnus Hagander
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-11-17
Message improvements
Peter Eisentraut
2015-09-06
Support RADIUS passwords up to 128 characters
Magnus Hagander
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-18
Check return values of sensitive system library calls.
Noah Misch
2015-02-21
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
2015-02-12
Fix minor memory leak in ident_inet().
Tom Lane
2015-02-03
Don't allow immediate interrupts during authentication anymore.
Andres Freund
2015-02-02
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-01-06
Update copyright for 2015
Bruce Momjian
[next]