index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
libpq
/
auth.c
Age
Commit message (
Expand
)
Author
2024-09-02
More use of getpwuid_r() directly
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-03
Update copyright for 2024
Bruce Momjian
2024-01-03
Avoid masking EOF (no-password-supplied) conditions in auth.c.
Tom Lane
2023-08-26
Generate new LOG for "trust" connections under log_connections
Michael Paquier
2023-08-22
Introduce macros for protocol characters.
Nathan Bossart
2023-07-17
Remove db_user_namespace.
Nathan Bossart
2023-07-10
Message wording improvements
Peter Eisentraut
2023-07-09
Remove unnecessary unbind in LDAP search+bind mode
Peter Eisentraut
2023-05-20
rename "gss_accept_deleg" to "gss_accept_delegation".
Bruce Momjian
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-07
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-26
Remove configure probe for sockaddr_in6 and require AF_INET6.
Thomas Munro
2022-08-26
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-14
Remove replacement code for getaddrinfo.
Thomas Munro
2022-08-14
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-07
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-03
Remove arbitrary restrictions on password length.
Tom Lane
2020-05-13
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
[next]