aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/auth.c
Commit message (Expand)AuthorAge
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Report pg_hba line number and contents when users fail to log inMagnus Hagander2013-03-10
* Update copyrights for 2013Bruce Momjian2013-01-01
* Add support for LDAP URLsPeter Eisentraut2012-12-03
* Improve some LDAP authentication error messagesPeter Eisentraut2012-10-02
* Produce textual error messages for LDAP issues instead of numeric codesPeter Eisentraut2012-09-27
* Remove duplicate, unnecessary, variable declarationMagnus Hagander2012-07-04
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Fix bogus declaration of local variable.Tom Lane2012-05-13
* Lots of doc corrections.Robert Haas2012-04-23
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-27
* Use consistent format for reporting GetLastError()Peter Eisentraut2011-08-23
* Add host name resolution information to pg_hba.conf error messagesPeter Eisentraut2011-07-31
* Replace printf format %i by %dPeter Eisentraut2011-07-26
* Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane2011-07-16
* Fix SSPI login when multiple roundtrips are requiredMagnus Hagander2011-07-16
* Message style improvements of errmsg_internal() callsPeter Eisentraut2011-07-05
* Modernise pg_hba.conf token processingAlvaro Herrera2011-06-28
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Implement getpeereid() as a src/port compatibility function.Tom Lane2011-06-02
* Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).Tom Lane2011-05-31
* Fix portability bugs in use of credentials control messages for peer auth.Tom Lane2011-05-30
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Suppress platform-dependent unused-variable warning.Tom Lane2011-03-20
* Rename ident authentication over local connections to peerMagnus Hagander2011-03-19
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Add a client authentication hook.Robert Haas2010-10-26
* Fix low-risk potential denial of service against RADIUS login.Magnus Hagander2010-10-15
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Message tuningPeter Eisentraut2010-06-29
* Fix bogus error message for SSL-cert authentication, due to lack ofTom Lane2010-05-26
* Fix pg_hba.conf matching so that replication connections only match recordsTom Lane2010-04-21
* Add new message for explicit rejection by pg_hba.conf. ImplicitSimon Riggs2010-04-19
* Message tuningPeter Eisentraut2010-03-30
* Message tuningPeter Eisentraut2010-03-21
* Add libpq warning message if the .pgpass-retrieved password fails.Bruce Momjian2010-03-13
* pgindent run for 9.0Bruce Momjian2010-02-26
* Make RADIUS authentication use pg_getaddrinfo_all() to get address ofMagnus Hagander2010-02-02
* Get rid of unportable use of socklen_t --- we have a configure testTom Lane2010-01-31
* Add support for RADIUS authentication.Magnus Hagander2010-01-27
* Create typedef pgsocket for storing socket descriptors.Magnus Hagander2010-01-10
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Suppress compiler warning, per buildfarm member narwhalTom Lane2009-12-31
* Allow LDAP authentication to operate in search+bind mode, meaning itMagnus Hagander2009-12-12
* Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that theTom Lane2009-10-16
* Rename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_AUTH_MAX_TOKEN_LENGTH,Heikki Linnakangas2009-10-14
* Raise the maximum authentication token (Kerberos ticket) size in GSSAPIHeikki Linnakangas2009-10-14