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
2018-08-21
Fix set of NLS translation issues
Michael Paquier
2018-05-21
Fix unsafe usage of strerror(errno) within ereport().
Tom Lane
2017-11-10
Fix some null pointer dereferences in LDAP auth code
Peter Eisentraut
2017-08-07
Don't allow logging in with empty password.
Heikki Linnakangas
2017-03-26
Fix unportable disregard of alignment requirements in RADIUS code.
Tom Lane
2016-09-27
Include <sys/select.h> where needed
Alvaro Herrera
2016-03-29
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-01-14
Properly close token in sspi authentication
Magnus Hagander
2015-11-16
Message improvements
Peter Eisentraut
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-18
Check return values of sensitive system library calls.
Noah Misch
2015-02-21
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
2015-02-11
Fix minor memory leak in ident_inet().
Tom Lane
2015-02-03
Don't allow immediate interrupts during authentication anymore.
Andres Freund
2015-02-02
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-17
Fix poorly worded error message.
Tom Lane
2014-11-11
Message improvements
Peter Eisentraut
2014-08-11
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-16
check socket creation errors against PGINVALID_SOCKET
Bruce Momjian
2014-04-02
Fix assorted issues in client host name lookup.
Tom Lane
2014-03-28
Adjust getpwuid() fix commit to display errno string on failure
Bruce Momjian
2014-03-28
Un-break peer authentication.
Tom Lane
2014-03-16
Cleanups from the remove-native-krb5 patch
Magnus Hagander
2014-03-03
Another round of Coverity fixes
Stephen Frost
2014-01-27
Log a detail message for auth failures due to missing or expired password.
Tom Lane
2014-01-19
Remove support for native krb5 authentication
Magnus Hagander
2014-01-10
Move username lookup functions from /port to /common
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-18
Fix incorrect error message reported for non-existent users
Bruce Momjian
2013-10-22
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-08-16
Fix typo in comment.
Heikki Linnakangas
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-03-10
Report pg_hba line number and contents when users fail to log in
Magnus Hagander
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-03
Add support for LDAP URLs
Peter Eisentraut
2012-10-02
Improve some LDAP authentication error messages
Peter Eisentraut
2012-09-27
Produce textual error messages for LDAP issues instead of numeric codes
Peter Eisentraut
2012-07-04
Remove duplicate, unnecessary, variable declaration
Magnus Hagander
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-05-13
Fix bogus declaration of local variable.
Tom Lane
2012-04-23
Lots of doc corrections.
Robert Haas
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-27
Standardize treatment of strcmp() return value
Peter Eisentraut
2011-08-23
Use consistent format for reporting GetLastError()
Peter Eisentraut
2011-07-31
Add host name resolution information to pg_hba.conf error messages
Peter Eisentraut
2011-07-26
Replace printf format %i by %d
Peter Eisentraut
2011-07-16
Replace errdetail("%s", ...) with errdetail_internal("%s", ...).
Tom Lane
[next]