summaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAgeFilesLines
* Fix pg_hba.conf matching so that replication connections only match recordsTom Lane2010-04-212-36/+86
* Add new message for explicit rejection by pg_hba.conf. ImplicitSimon Riggs2010-04-192-9/+40
* Message tuningPeter Eisentraut2010-03-301-2/+2
* Fix thinko in log message for "sameuser" ident map mismatch: the providedTom Lane2010-03-241-7/+7
* Message tuningPeter Eisentraut2010-03-213-12/+12
* Revert all keepalive moves, reevaluate.Bruce Momjian2010-03-131-4/+4
* Move more tcp keepalive macros to be consistent.Bruce Momjian2010-03-131-3/+3
* Move TCP keepalive macro definitionBruce Momjian2010-03-131-2/+2
* Add libpq warning message if the .pgpass-retrieved password fails.Bruce Momjian2010-03-131-3/+6
* Disallow gssapi authentication on local connections, since itMagnus Hagander2010-03-081-1/+17
* When reading pg_hba.conf and similar files, do not treat @file as an inclusionTom Lane2010-03-061-4/+14
* Fix a couple of places that would loop forever if attempts to read a stdio fileTom Lane2010-03-031-2/+2
* It's clearly now pointless to do backwards compatible parsing of this,Magnus Hagander2010-03-011-3/+1
* pgindent run for 9.0Bruce Momjian2010-02-268-197/+217
* Add configuration parameter ssl_renegotiation_limit to controlMagnus Hagander2010-02-251-4/+5
* Fix pq_getbyte_if_available() function. It was confused on what itHeikki Linnakangas2010-02-182-5/+36
* Add emulation of non-blocking sockets to the win32 socket/signal layer,Magnus Hagander2010-02-161-1/+13
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-4/+2
* Make RADIUS authentication use pg_getaddrinfo_all() to get address ofMagnus Hagander2010-02-022-16/+65
* Get rid of unportable use of socklen_t --- we have a configure testTom Lane2010-01-311-2/+2
* Add support for RADIUS authentication.Magnus Hagander2010-01-274-7/+423
* Reformat the comments in pg_hba.conf and pg_ident.confPeter Eisentraut2010-01-262-49/+54
* Make the default pg_hba.conf and pg_ident.conf align at 8-character boundariesPeter Eisentraut2010-01-262-5/+5
* Introduce Streaming Replication.Heikki Linnakangas2010-01-154-9/+67
* Create typedef pgsocket for storing socket descriptors.Magnus Hagander2010-01-103-15/+15
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-071-56/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-0210-20/+20
* Suppress compiler warning, per buildfarm member narwhalTom Lane2009-12-311-3/+4
* Set errno to zero before invoking SSL_read or SSL_write. It appears thatTom Lane2009-12-301-1/+3
* Allow LDAP authentication to operate in search+bind mode, meaning itMagnus Hagander2009-12-122-44/+257
* Add large object access control.Itagaki Takahiro2009-12-111-1/+47
* Reject certificates with embedded NULLs in the commonName field. This stopsMagnus Hagander2009-12-091-2/+22
* Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that theTom Lane2009-10-161-48/+80
* Rename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_AUTH_MAX_TOKEN_LENGTH,Heikki Linnakangas2009-10-141-5/+5
* Raise the maximum authentication token (Kerberos ticket) size in GSSAPIHeikki Linnakangas2009-10-141-3/+18
* Fix assorted memory leaks in pg_hba.conf parsing. Over a sufficientlyTom Lane2009-10-031-12/+14
* Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane2009-10-013-102/+623
* Fix possible buffer overrun and/or unportable behavior in pg_md5_encrypt()Tom Lane2009-09-151-3/+4
* Remove flatfiles.c, which is now obsolete.Alvaro Herrera2009-09-011-46/+1
* Remove the use of the pg_auth flat file for client authentication.Tom Lane2009-08-294-192/+116
* Disallow empty passwords in LDAP authentication, the same wayMagnus Hagander2009-06-251-1/+8
* parse_ident_usermap() shuold use ereport(LOG) and not ERROR, and put theMagnus Hagander2009-06-241-4/+9
* Message fixesPeter Eisentraut2009-06-211-2/+2
* Remove our inadequate kluge that tried to get AIX's various broken versionsTom Lane2009-06-111-37/+1
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-116-170/+188
* Properly return the usermap result when doing gssapi authentication. WithoutMagnus Hagander2009-05-271-2/+2
* Improve comments in pg_ident.conf.sample.Tom Lane2009-05-161-11/+11
* Support SSL certificate chains in the server certificate file.Magnus Hagander2009-05-111-4/+3
* Suppress some 'variable may be used uninitialized' warnings from gcc 4.4.Tom Lane2009-04-231-1/+3
* Add missing gettext calls around some strings. Also remove quotes around theAlvaro Herrera2009-04-151-6/+7