summaryrefslogtreecommitdiff
path: root/src/backend/libpq/auth.c
AgeCommit message (Expand)Author
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
2012-10-02Improve some LDAP authentication error messagesPeter Eisentraut
2012-09-27Produce textual error messages for LDAP issues instead of numeric codesPeter Eisentraut
2012-07-04Remove duplicate, unnecessary, variable declarationMagnus Hagander
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-13Fix bogus declaration of local variable.Tom Lane
2012-04-23Lots of doc corrections.Robert Haas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-27Standardize treatment of strcmp() return valuePeter Eisentraut
2011-08-23Use consistent format for reporting GetLastError()Peter Eisentraut
2011-07-31Add host name resolution information to pg_hba.conf error messagesPeter Eisentraut