index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-auth.c
Age
Commit message (
Expand
)
Author
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-15
Merge 'remotes/PGSQL/master' into xl10devel
Pavan Deolasee
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-06-13
Re-run pgindent.
Tom Lane
2017-06-13
libpq: Message style improvements
Peter Eisentraut
2017-06-07
Clear auth context correctly when re-connecting after failed auth attempt.
Heikki Linnakangas
2017-06-07
Fix double-free bug in GSS authentication.
Heikki Linnakangas
2017-05-08
Remove support for password_encryption='off' / 'plain'.
Heikki Linnakangas
2017-05-04
Fix PQencryptPasswordConn to work with older server versions.
Heikki Linnakangas
2017-05-03
Add PQencryptPasswordConn function to libpq, use it in psql and createuser.
Heikki Linnakangas
2017-04-13
Improve the SASL authentication protocol.
Heikki Linnakangas
2017-04-13
Refactor libpq authentication request processing.
Heikki Linnakangas
2017-04-11
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-03-07
A collection of small fixes for the SCRAM patch.
Heikki Linnakangas
2017-03-07
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-24
Allow password file name to be specified as a libpq connection parameter.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-11-22
Code review for commit 274bb2b3857cc987cfa21d14775cae9b0dababa5.
Robert Haas
2016-11-03
libpq: Allow connection strings and URIs to specify multiple hosts.
Robert Haas
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
Make changes and bug fixes to let compilation and regression run on smartos
Pavan Deolasee
2016-09-02
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-03-29
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-05-20
Fix more typos in comments.
Heikki Linnakangas
2015-04-08
libpq: add newlines to SSPI error messages
Bruce Momjian
2015-01-11
Fix libpq's behavior when /etc/passwd isn't readable.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-20
libpq: pass a memory allocation failure error up to PQconndefaults()
Bruce Momjian
2014-01-19
Remove support for native krb5 authentication
Magnus Hagander
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-03
C comment: again update comment for pg_fe_sendauth for error cases
Bruce Momjian
2013-12-03
Update C comment for pg_fe_getauthname
Bruce Momjian
2013-12-03
libpq: change PQconndefaults() to ignore invalid service files
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-05-29
pgindent run for release 9.3
Bruce Momjian
2013-04-19
Standardize spelling of "nonblocking"
Peter Eisentraut
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-03-06
libpq: Small code clarification, and avoid casting away const
Peter Eisentraut
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-05-31
Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).
Tom Lane
2011-05-30
Fix portability bugs in use of credentials control messages for peer auth.
Tom Lane
2011-04-11
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
[next]