index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
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
2023-04-13
Explicitly require MIT Kerberos for GSSAPI
Stephen Frost
2023-04-13
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Add support for Kerberos credential delegation
Stephen Frost
2023-03-15
Add a hook for modifying the ldapbind password
Andrew Dunstan
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-10-26
Refactor code handling the names of files loaded in hba.c
Michael Paquier
2022-09-12
Replace loading of ldap_start_tls_sA() by direct function call
Michael Paquier
2022-09-10
Free correctly LDAPMessage returned by ldap_search_s() in auth.c
Michael Paquier
2022-09-09
Replace load of functions by direct calls for some WIN32
Michael Paquier
2022-08-25
Remove configure probe for sockaddr_in6 and require AF_INET6.
Thomas Munro
2022-08-25
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-24
Allow parallel workers to retrieve some data from Port
Michael Paquier
2022-08-17
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-13
Remove replacement code for getaddrinfo.
Thomas Munro
2022-08-13
Remove configure probe for sys/select.h.
Thomas Munro
2022-07-03
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-01-11
Clean up messy API for src/port/thread.c.
Tom Lane
2022-01-11
Improve error handling of cryptohash computations
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-09
Remove check for accept() argument types
Peter Eisentraut
2021-09-16
Message style improvements
Peter Eisentraut
2021-09-08
Fix incorrect format placeholders
Peter Eisentraut
2021-07-07
Refactor SASL code with a generic interface for its mechanisms
Michael Paquier
2021-06-23
Don't assume GSSAPI result strings are null-terminated.
Tom Lane
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-28
Add heuristic incoming-message-size limits in the server.
Tom Lane
2021-04-07
Refactor hba_authname
Magnus Hagander
2021-04-07
Add some information about authenticated identity via log_connections
Michael Paquier
2021-03-29
Allow matching the DN of a client certificate for authentication
Andrew Dunstan
2021-03-04
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-02-23
Change the error message for logical replication authentication failure.
Amit Kapila
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-30
Fix up usage of krb_server_keyfile GUC parameter.
Tom Lane
2020-12-28
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-04
Convert elog(LOG) calls to ereport() where appropriate
Peter Eisentraut
2020-10-21
Fix -Wcast-function-type warnings on Windows/MinGW
Peter Eisentraut
2020-09-04
Remove arbitrary restrictions on password length.
Tom Lane
2020-05-13
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-12
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-04-13
Improve error messages after LoadLibrary()
Peter Eisentraut
2020-02-19
Clean up some code, comments and docs referring to Windows 2000 and older
Michael Paquier
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-27
Fix some memory leaks and improve restricted token handling on Windows
Michael Paquier
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-16
Sort out getpeereid() and peer auth handling on Windows
Peter Eisentraut
2019-11-25
Make the order of the header file includes consistent.
Amit Kapila
2019-11-05
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
[next]