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
*
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-08-11
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
check socket creation errors against PGINVALID_SOCKET
Bruce Momjian
2014-04-16
*
Fix assorted issues in client host name lookup.
Tom Lane
2014-04-02
*
Adjust getpwuid() fix commit to display errno string on failure
Bruce Momjian
2014-03-28
*
Un-break peer authentication.
Tom Lane
2014-03-28
*
Cleanups from the remove-native-krb5 patch
Magnus Hagander
2014-03-16
*
Another round of Coverity fixes
Stephen Frost
2014-03-03
*
Log a detail message for auth failures due to missing or expired password.
Tom Lane
2014-01-27
*
Remove support for native krb5 authentication
Magnus Hagander
2014-01-19
*
Move username lookup functions from /port to /common
Bruce Momjian
2014-01-10
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix incorrect error message reported for non-existent users
Bruce Momjian
2013-12-18
*
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-22
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
*
Fix typo in comment.
Heikki Linnakangas
2013-08-16
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Report pg_hba line number and contents when users fail to log in
Magnus Hagander
2013-03-10
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Add support for LDAP URLs
Peter Eisentraut
2012-12-03
*
Improve some LDAP authentication error messages
Peter Eisentraut
2012-10-02
*
Produce textual error messages for LDAP issues instead of numeric codes
Peter Eisentraut
2012-09-27
*
Remove duplicate, unnecessary, variable declaration
Magnus Hagander
2012-07-04
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Fix bogus declaration of local variable.
Tom Lane
2012-05-13
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Standardize treatment of strcmp() return value
Peter Eisentraut
2011-12-27
*
Use consistent format for reporting GetLastError()
Peter Eisentraut
2011-08-23
*
Add host name resolution information to pg_hba.conf error messages
Peter Eisentraut
2011-07-31
*
Replace printf format %i by %d
Peter Eisentraut
2011-07-26
*
Replace errdetail("%s", ...) with errdetail_internal("%s", ...).
Tom Lane
2011-07-16
*
Fix SSPI login when multiple roundtrips are required
Magnus Hagander
2011-07-16
*
Message style improvements of errmsg_internal() calls
Peter Eisentraut
2011-07-05
*
Modernise pg_hba.conf token processing
Alvaro Herrera
2011-06-28
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Implement getpeereid() as a src/port compatibility function.
Tom Lane
2011-06-02
*
Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).
Tom Lane
2011-05-31
*
Fix portability bugs in use of credentials control messages for peer auth.
Tom Lane
2011-05-30
*
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-11
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Suppress platform-dependent unused-variable warning.
Tom Lane
2011-03-20
*
Rename ident authentication over local connections to peer
Magnus Hagander
2011-03-19
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Add a client authentication hook.
Robert Haas
2010-10-26
*
Fix low-risk potential denial of service against RADIUS login.
Magnus Hagander
2010-10-15
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Message tuning
Peter Eisentraut
2010-06-29
*
Fix bogus error message for SSL-cert authentication, due to lack of
Tom Lane
2010-05-26
[next]