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-01-03
Avoid masking EOF (no-password-supplied) conditions in auth.c.
Tom Lane
2021-06-23
Don't assume GSSAPI result strings are null-terminated.
Tom Lane
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
2019-11-05
Avoid logging complaints about abandoned connections when using PAM.
Tom Lane
2019-09-23
Message style fixes
Peter Eisentraut
2019-07-31
Remove superfluous newlines in function prototypes.
Andres Freund
2019-06-08
Move be-gssapi-common.h into src/include/libpq/
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-04-03
GSSAPI encryption support
Stephen Frost
2019-03-21
Add DNS SRV support for LDAP server discovery.
Thomas Munro
2019-03-09
Add new clientcert hba option verify-full
Magnus Hagander
2019-02-14
Get rid of another unconstify through API changes
Peter Eisentraut
2019-02-13
More unconstify use
Peter Eisentraut
2019-01-02
Update copyright for 2019
Bruce Momjian
2019-01-01
Remove configure switch --disable-strong-random
Michael Paquier
2018-11-28
Don't set PAM_RHOST for Unix sockets.
Thomas Munro
2018-11-13
Fix const correctness warning.
Thomas Munro
2018-11-13
Fix handling of HBA ldapserver with multiple hostnames.
Thomas Munro
2018-08-24
Suppress uninitialized-variable warning in new SCRAM code.
Tom Lane
2018-08-21
Fix set of NLS translation issues
Michael Paquier
2018-08-05
Remove support for tls-unique channel binding.
Heikki Linnakangas
2018-05-21
Fix unsafe usage of strerror(errno) within ereport().
Tom Lane
2018-01-30
Fix up references to scram-sha-256
Peter Eisentraut
2018-01-04
Refactor channel binding code to fetch cbind_data only when necessary
Peter Eisentraut
2018-01-04
Define LDAPS_PORT if it's missing and disable implicit LDAPS on Windows
Peter Eisentraut
2018-01-03
Allow ldaps when using ldap authentication
Peter Eisentraut
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-12-18
Move SCRAM-related name definitions to scram-common.h
Peter Eisentraut
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-18
Support channel binding 'tls-unique' in SCRAM
Peter Eisentraut
2017-11-10
Fix some null pointer dereferences in LDAP auth code
Peter Eisentraut
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-10-19
Fix typo
Magnus Hagander
2017-10-12
Attempt to fix LDAP build
Peter Eisentraut
2017-10-12
Log diagnostic messages if errors occur during LDAP auth.
Peter Eisentraut
2017-10-12
Improve LDAP cleanup code in error paths.
Peter Eisentraut
2017-10-11
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-10-01
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-09-13
Define LDAP_NO_ATTRS if necessary.
Peter Eisentraut
2017-09-12
Allow custom search filters to be configured for LDAP auth
Peter Eisentraut
2017-08-07
Don't allow logging in with empty password.
Heikki Linnakangas
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-08
Improve authentication error messages.
Heikki Linnakangas
2017-05-25
Abort authentication if the client selected an invalid SASL mechanism.
Heikki Linnakangas
2017-05-19
Fix compilation with --with-bsd-auth.
Heikki Linnakangas
[next]