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
*
Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays
Heikki Linnakangas
11 days
*
Modularize log_connections output
Melanie Plageman
2025-03-12
*
Remove various unnecessary (char *) casts
Peter Eisentraut
2025-02-20
*
Add support for OAUTHBEARER SASL mechanism
Daniel Gustafsson
2025-02-20
*
Move PG_MAX_AUTH_TOKEN_LENGTH to libpq/auth.h
Daniel Gustafsson
2025-01-31
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
More use of getpwuid_r() directly
Peter Eisentraut
2024-09-02
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Avoid masking EOF (no-password-supplied) conditions in auth.c.
Tom Lane
2024-01-03
*
Generate new LOG for "trust" connections under log_connections
Michael Paquier
2023-08-26
*
Introduce macros for protocol characters.
Nathan Bossart
2023-08-22
*
Remove db_user_namespace.
Nathan Bossart
2023-07-17
*
Message wording improvements
Peter Eisentraut
2023-07-10
*
Remove unnecessary unbind in LDAP search+bind mode
Peter Eisentraut
2023-07-09
*
rename "gss_accept_deleg" to "gss_accept_delegation".
Bruce Momjian
2023-05-20
*
Explicitly require MIT Kerberos for GSSAPI
Stephen Frost
2023-04-13
*
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-13
*
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
*
Add support for Kerberos credential delegation
Stephen Frost
2023-04-07
*
Add a hook for modifying the ldapbind password
Andrew Dunstan
2023-03-15
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Refactor code handling the names of files loaded in hba.c
Michael Paquier
2022-10-26
*
Replace loading of ldap_start_tls_sA() by direct function call
Michael Paquier
2022-09-12
*
Free correctly LDAPMessage returned by ldap_search_s() in auth.c
Michael Paquier
2022-09-10
*
Replace load of functions by direct calls for some WIN32
Michael Paquier
2022-09-09
*
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-26
*
Allow parallel workers to retrieve some data from Port
Michael Paquier
2022-08-24
*
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
*
Remove replacement code for getaddrinfo.
Thomas Munro
2022-08-14
*
Remove configure probe for sys/select.h.
Thomas Munro
2022-08-14
*
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-07-03
*
Clean up messy API for src/port/thread.c.
Tom Lane
2022-01-11
*
Improve error handling of cryptohash computations
Michael Paquier
2022-01-11
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Remove check for accept() argument types
Peter Eisentraut
2021-11-09
*
Message style improvements
Peter Eisentraut
2021-09-16
*
Fix incorrect format placeholders
Peter Eisentraut
2021-09-08
*
Refactor SASL code with a generic interface for its mechanisms
Michael Paquier
2021-07-07
*
Don't assume GSSAPI result strings are null-terminated.
Tom Lane
2021-06-23
*
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
[next]