summaryrefslogtreecommitdiff
path: root/src/backend/libpq/auth.c
AgeCommit message (Expand)Author
2021-06-23Don't assume GSSAPI result strings are null-terminated.Tom Lane
2019-11-05Avoid logging complaints about abandoned connections when using PAM.Tom Lane
2018-11-28Don't set PAM_RHOST for Unix sockets.Thomas Munro
2018-08-21Fix set of NLS translation issuesMichael Paquier
2018-05-21Fix unsafe usage of strerror(errno) within ereport().Tom Lane
2017-11-10Fix some null pointer dereferences in LDAP auth codePeter Eisentraut
2017-08-07Don't allow logging in with empty password.Heikki Linnakangas
2017-03-26Fix unportable disregard of alignment requirements in RADIUS code.Tom Lane
2016-09-27Include <sys/select.h> where neededAlvaro Herrera
2016-06-09pgindent run for 9.6Robert Haas
2016-04-08Add authentication parameters compat_realm and upn_usename for SSPIMagnus Hagander
2016-04-08Add BSD authentication method.Tom Lane
2016-04-08Set PAM_RHOST item for PAM authenticationPeter Eisentraut
2016-04-06Standardize GetTokenInformation() error reporting.Noah Misch
2016-04-01Refer to a TOKEN_USER payload as a "token user," not as a "user token".Noah Misch
2016-03-29Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane
2016-03-15Fix typos.Robert Haas
2016-01-14Properly close token in sspi authenticationMagnus Hagander
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-16Message improvementsPeter Eisentraut
2015-09-06Support RADIUS passwords up to 128 charactersMagnus Hagander
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-18Check return values of sensitive system library calls.Noah Misch
2015-02-21Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane
2015-02-11Fix minor memory leak in ident_inet().Tom Lane
2015-02-03Don't allow immediate interrupts during authentication anymore.Andres Freund
2015-02-02Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-17Fix poorly worded error message.Tom Lane
2014-11-11Message improvementsPeter Eisentraut
2014-08-11Break out OpenSSL-specific code to separate files.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-16check socket creation errors against PGINVALID_SOCKETBruce Momjian
2014-04-02Fix assorted issues in client host name lookup.Tom Lane
2014-03-28Adjust getpwuid() fix commit to display errno string on failureBruce Momjian
2014-03-28Un-break peer authentication.Tom Lane
2014-03-16Cleanups from the remove-native-krb5 patchMagnus Hagander
2014-03-03Another round of Coverity fixesStephen Frost
2014-01-27Log a detail message for auth failures due to missing or expired password.Tom Lane
2014-01-19Remove support for native krb5 authenticationMagnus Hagander
2014-01-10Move username lookup functions from /port to /commonBruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-18Fix incorrect error message reported for non-existent usersBruce Momjian
2013-10-22Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane
2013-10-13Add use of asprintf()Peter Eisentraut
2013-08-16Fix typo in comment.Heikki Linnakangas
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-10Report pg_hba line number and contents when users fail to log inMagnus Hagander
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-03Add support for LDAP URLsPeter Eisentraut