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
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Add heuristic incoming-message-size limits in the server.
Tom Lane
2021-04-28
*
Refactor hba_authname
Magnus Hagander
2021-04-07
*
Add some information about authenticated identity via log_connections
Michael Paquier
2021-04-07
*
Allow matching the DN of a client certificate for authentication
Andrew Dunstan
2021-03-29
*
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-03-04
*
Change the error message for logical replication authentication failure.
Amit Kapila
2021-02-23
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix up usage of krb_server_keyfile GUC parameter.
Tom Lane
2020-12-30
*
Improve log messages related to pg_hba.conf not matching a connection.
Tom Lane
2020-12-28
*
Fix assorted issues in backend's GSSAPI encryption support.
Tom Lane
2020-12-28
*
Convert elog(LOG) calls to ereport() where appropriate
Peter Eisentraut
2020-12-04
*
Fix -Wcast-function-type warnings on Windows/MinGW
Peter Eisentraut
2020-10-21
*
Remove arbitrary restrictions on password length.
Tom Lane
2020-09-03
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
*
Improve error messages after LoadLibrary()
Peter Eisentraut
2020-04-13
*
Clean up some code, comments and docs referring to Windows 2000 and older
Michael Paquier
2020-02-19
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Fix some memory leaks and improve restricted token handling on Windows
Michael Paquier
2020-01-27
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Sort out getpeereid() and peer auth handling on Windows
Peter Eisentraut
2019-12-16
*
Make the order of the header file includes consistent.
Amit Kapila
2019-11-25
*
Tweak some authentication debug messages to follow project style.
Tom Lane
2019-11-05
*
Avoid logging complaints about abandoned connections when using PAM.
Tom Lane
2019-11-05
*
Remove one use of IDENT_USERNAME_MAX
Peter Eisentraut
2019-10-30
*
Update code comments about peer authenticaton
Peter Eisentraut
2019-10-30
*
Fix use of term "verifier"
Peter Eisentraut
2019-10-12
*
Message style fixes
Peter Eisentraut
2019-09-23
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Remove superfluous newlines in function prototypes.
Andres Freund
2019-07-31
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
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
[next]