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
*
Message style fixes
Peter Eisentraut
2019-09-23
*
Remove superfluous newlines in function prototypes.
Andres Freund
2019-07-31
*
Move be-gssapi-common.h into src/include/libpq/
Michael Paquier
2019-06-08
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
GSSAPI encryption support
Stephen Frost
2019-04-03
*
Add DNS SRV support for LDAP server discovery.
Thomas Munro
2019-03-21
*
Add new clientcert hba option verify-full
Magnus Hagander
2019-03-09
*
Get rid of another unconstify through API changes
Peter Eisentraut
2019-02-14
*
More unconstify use
Peter Eisentraut
2019-02-13
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove configure switch --disable-strong-random
Michael Paquier
2019-01-01
*
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
[next]