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