index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
libpq
/
auth.c
Commit message (
Expand
)
Author
Age
*
Avoid logging complaints about abandoned connections when using PAM.
Tom Lane
2019-11-05
*
Don't set PAM_RHOST for Unix sockets.
Thomas Munro
2018-11-28
*
Fix const correctness warning.
Thomas Munro
2018-11-13
*
Fix handling of HBA ldapserver with multiple hostnames.
Thomas Munro
2018-11-13
*
Suppress uninitialized-variable warning in new SCRAM code.
Tom Lane
2018-08-24
*
Fix set of NLS translation issues
Michael Paquier
2018-08-21
*
Remove support for tls-unique channel binding.
Heikki Linnakangas
2018-08-05
*
Fix unsafe usage of strerror(errno) within ereport().
Tom Lane
2018-05-21
*
Fix up references to scram-sha-256
Peter Eisentraut
2018-01-30
*
Refactor channel binding code to fetch cbind_data only when necessary
Peter Eisentraut
2018-01-04
*
Define LDAPS_PORT if it's missing and disable implicit LDAPS on Windows
Peter Eisentraut
2018-01-04
*
Allow ldaps when using ldap authentication
Peter Eisentraut
2018-01-03
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Move SCRAM-related name definitions to scram-common.h
Peter Eisentraut
2017-12-18
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Support channel binding 'tls-unique' in SCRAM
Peter Eisentraut
2017-11-18
*
Fix some null pointer dereferences in LDAP auth code
Peter Eisentraut
2017-11-10
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Fix typo
Magnus Hagander
2017-10-19
*
Attempt to fix LDAP build
Peter Eisentraut
2017-10-12
*
Log diagnostic messages if errors occur during LDAP auth.
Peter Eisentraut
2017-10-12
*
Improve LDAP cleanup code in error paths.
Peter Eisentraut
2017-10-12
*
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-10-11
*
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-10-01
*
Define LDAP_NO_ATTRS if necessary.
Peter Eisentraut
2017-09-13
*
Allow custom search filters to be configured for LDAP auth
Peter Eisentraut
2017-09-12
*
Don't allow logging in with empty password.
Heikki Linnakangas
2017-08-07
*
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-21
*
Improve authentication error messages.
Heikki Linnakangas
2017-06-08
*
Abort authentication if the client selected an invalid SASL mechanism.
Heikki Linnakangas
2017-05-25
*
Fix compilation with --with-bsd-auth.
Heikki Linnakangas
2017-05-19
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Remove support for password_encryption='off' / 'plain'.
Heikki Linnakangas
2017-05-08
*
Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.
Heikki Linnakangas
2017-04-18
*
Improve the SASL authentication protocol.
Heikki Linnakangas
2017-04-13
*
Minor cleanup of backend SCRAM code.
Heikki Linnakangas
2017-04-13
*
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-04-11
*
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-26
*
Allow SCRAM authentication, when pg_hba.conf says 'md5'.
Heikki Linnakangas
2017-03-24
*
Support multiple RADIUS servers
Magnus Hagander
2017-03-22
*
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-07
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Allow SSL configuration to be updated at SIGHUP.
Tom Lane
2017-01-02
*
Fix minor error message style violation.
Tom Lane
2016-12-20
*
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-12
[next]