Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
index
:
postgresql.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
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
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
2025-05-08
Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays
Heikki Linnakangas
2025-03-12
Modularize log_connections output
Melanie Plageman
2025-02-20
Remove various unnecessary (char *) casts
Peter Eisentraut
2025-02-20
Add support for OAUTHBEARER SASL mechanism
Daniel Gustafsson
2025-01-31
Move PG_MAX_AUTH_TOKEN_LENGTH to libpq/auth.h
Daniel Gustafsson
2025-01-01
Update copyright for 2025
Bruce Momjian
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-04
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-23
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-21
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-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
[next]