summaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAgeFilesLines
* Replace both send and receive BIO routines in the SSL code with our own,Magnus Hagander2008-12-141-15/+41
* Properly unregister OpenSSL callbacks when libpq is done withMagnus Hagander2008-12-031-26/+1
* Support regular expressions in pg_ident.conf.Magnus Hagander2008-11-282-12/+126
* Issue a proper error message when MD5 is attempted whenBruce Momjian2008-11-202-2/+15
* Add support for using SSL client certificates to authenticate to theMagnus Hagander2008-11-203-5/+83
* Control client certificate requesting with the pg_hba option "clientcert"Magnus Hagander2008-11-203-15/+119
* Ident authentication over Unix-domain sockets on Solaris, usingPeter Eisentraut2008-11-181-1/+41
* Remove support for (insecure) crypt authentication.Magnus Hagander2008-10-283-29/+3
* Make hba parsing error messages more specific.Magnus Hagander2008-10-271-27/+66
* Replace now unnecessary goto statements by using return directly.Magnus Hagander2008-10-241-14/+12
* Remove a "TODO-list" structure at the top of the file, referring backMagnus Hagander2008-10-241-27/+1
* Remove large parts of the old SSL readme, that consisted of a coupleMagnus Hagander2008-10-241-429/+1
* * make pg_hba authoption be a set of 0 or more name=value pairsMagnus Hagander2008-10-234-213/+232
* Fix error messages from recent pg_hba parsing patch to use errcontext()Magnus Hagander2008-09-151-16/+18
* Parse pg_hba.conf in postmaster, instead of once in each backend forMagnus Hagander2008-09-154-242/+337
* Rearrange the code in auth.c so that all functions for a single authenticationMagnus Hagander2008-08-011-381/+449
* Move ident authentication code into auth.c along with the other authenciationMagnus Hagander2008-08-012-459/+466
* Fix parsing of LDAP URLs so it doesn't reject spaces in the "suffix" part.Tom Lane2008-07-241-6/+12
* Remove some redundant tests and improve comments in next_token().Tom Lane2008-07-241-6/+8
* Use error message wordings for permissions checks on .pgpass and SSL privateTom Lane2008-03-311-6/+5
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-14/+7
* Add server side lo_import(filename, oid) function.Tatsuo Ishii2008-03-221-6/+27
* More README src cleanups.Bruce Momjian2008-03-211-0/+5
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-9/+2
* Since GSSAPI and SSPI authentication don't work in protocol version 2,Tom Lane2008-02-081-6/+44
* Don't putenv() a string that is allocated in a context that will go awayTom Lane2008-01-301-6/+13
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-0110-20/+20
* Fix typoPeter Eisentraut2007-11-281-2/+2
* correct capitalizationPeter Eisentraut2007-11-271-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-156-176/+193
* Message improvementsPeter Eisentraut2007-11-151-3/+3
* Add parameter krb_realm used by GSSAPI, SSPI and KerberosMagnus Hagander2007-11-091-31/+85
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-072-3/+3
* Fix GSS API pointer checking.Bruce Momjian2007-09-142-7/+7
* Silence compiler warning on mingwMagnus Hagander2007-07-241-2/+4
* Make it possible, and default, for MingW to build with SSPI supportMagnus Hagander2007-07-241-4/+33
* SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander2007-07-234-11/+267
* Fix some warnings (probably actual bugs) generated by new GSSAPI codeTom Lane2007-07-121-10/+10
* Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos isMagnus Hagander2007-07-121-5/+5
* Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,Magnus Hagander2007-07-121-1/+5
* A bunch of GSSAPI fixes per comments from Tom:Magnus Hagander2007-07-111-30/+33
* Add support for GSSAPI authentication.Magnus Hagander2007-07-104-4/+287
* On win32, don't use SO_REUSEADDR for TCP sockets.Magnus Hagander2007-06-041-1/+12
* Remove redundant logging of send failures when SSL is in use. While pqcomm.cTom Lane2007-05-181-17/+5
* Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to beTom Lane2007-04-061-31/+20
* Add lo_truncate() to backend and libpq for large object truncation.Bruce Momjian2007-03-031-16/+22
* Add resetStringInfo(), which clears the content of a StringInfo, andNeil Conway2007-03-031-9/+3
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-272-4/+4
* Code review for SSLKEY patch.Tom Lane2007-02-161-5/+4
* SSL improvements:Bruce Momjian2007-02-161-2/+13