aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/auth.c
Commit message (Expand)AuthorAge
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Add heuristic incoming-message-size limits in the server.Tom Lane2021-04-28
* Refactor hba_authnameMagnus Hagander2021-04-07
* Add some information about authenticated identity via log_connectionsMichael Paquier2021-04-07
* Allow matching the DN of a client certificate for authenticationAndrew Dunstan2021-03-29
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-04
* Change the error message for logical replication authentication failure.Amit Kapila2021-02-23
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix up usage of krb_server_keyfile GUC parameter.Tom Lane2020-12-30
* Improve log messages related to pg_hba.conf not matching a connection.Tom Lane2020-12-28
* Fix assorted issues in backend's GSSAPI encryption support.Tom Lane2020-12-28
* Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut2020-12-04
* Fix -Wcast-function-type warnings on Windows/MinGWPeter Eisentraut2020-10-21
* Remove arbitrary restrictions on password length.Tom Lane2020-09-03
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-13
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-12
* Improve error messages after LoadLibrary()Peter Eisentraut2020-04-13
* Clean up some code, comments and docs referring to Windows 2000 and olderMichael Paquier2020-02-19
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Fix some memory leaks and improve restricted token handling on WindowsMichael Paquier2020-01-27
* Update copyrights for 2020Bruce Momjian2020-01-01
* Sort out getpeereid() and peer auth handling on WindowsPeter Eisentraut2019-12-16
* Make the order of the header file includes consistent.Amit Kapila2019-11-25
* Tweak some authentication debug messages to follow project style.Tom Lane2019-11-05
* Avoid logging complaints about abandoned connections when using PAM.Tom Lane2019-11-05
* Remove one use of IDENT_USERNAME_MAXPeter Eisentraut2019-10-30
* Update code comments about peer authenticatonPeter Eisentraut2019-10-30
* Fix use of term "verifier"Peter Eisentraut2019-10-12
* Message style fixesPeter Eisentraut2019-09-23
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Remove superfluous newlines in function prototypes.Andres Freund2019-07-31
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Move be-gssapi-common.h into src/include/libpq/Michael Paquier2019-06-08
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* GSSAPI encryption supportStephen Frost2019-04-03
* Add DNS SRV support for LDAP server discovery.Thomas Munro2019-03-21
* Add new clientcert hba option verify-fullMagnus Hagander2019-03-09
* Get rid of another unconstify through API changesPeter Eisentraut2019-02-14
* More unconstify usePeter Eisentraut2019-02-13
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-01
* Don't set PAM_RHOST for Unix sockets.Thomas Munro2018-11-28
* Fix const correctness warning.Thomas Munro2018-11-13
* Fix handling of HBA ldapserver with multiple hostnames.Thomas Munro2018-11-13
* Suppress uninitialized-variable warning in new SCRAM code.Tom Lane2018-08-24
* Fix set of NLS translation issuesMichael Paquier2018-08-21
* Remove support for tls-unique channel binding.Heikki Linnakangas2018-08-05
* Fix unsafe usage of strerror(errno) within ereport().Tom Lane2018-05-21