aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/hba.c
Commit message (Expand)AuthorAge
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander2007-07-23
* Add support for GSSAPI authentication.Magnus Hagander2007-07-10
* StrNCpy -> strlcpy (not complete)Peter Eisentraut2007-02-10
* Check if the role exists before doing more complex ident and KerberosBruce Momjian2007-02-08
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-10
* Split definitions for md5.c out of crypt.h and into their own headerTom Lane2006-06-20
* This patch adds native LDAP auth, for those platforms that don't haveBruce Momjian2006-03-06
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-17
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-11
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-29
* Code cleanup.Bruce Momjian2005-07-28
* Fix up problems in write_auth_file and parsing of the auth file.Tom Lane2005-06-28
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway2005-06-27
* Fix a potential backend crash during authentication when parsing aNeil Conway2005-06-21
* Finish up the flat-files project: get rid of GetRawDatabaseInfo() hackTom Lane2005-02-26
* Flat file cleanup phase 2: make it work for pg_group. The flat groupTom Lane2005-02-20
* Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane2005-02-20
* Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requestedBruce Momjian2005-02-12
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Cause pg_hba.conf file inclusion (@file stuff) to behave as documented,Tom Lane2004-12-27
* Fix off-by-one memory allocation, as reported by Rod Taylor. AlsoTom Lane2004-11-17
* Message style revisionsPeter Eisentraut2004-10-12
* Adjust configuration-files GUC behavior as per my recent proposal.Tom Lane2004-10-09
* Whack some sense into the configuration-file-location patch.Tom Lane2004-10-08
* Fix memory leak in tokenize_file, per report from Vadim Passynkov.Tom Lane2004-09-18
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Add some more logging to simplify diagnosis of problems in IDENTTom Lane2004-07-26
* Allow configuration files to be placed outside the data directory.Bruce Momjian2004-07-11
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* *) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian2004-05-26
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Fix erroneous error message printout when a configuration file containsTom Lane2004-05-25
* Improve error reporting behavior in parse_hba(): give more completeTom Lane2004-05-19
* Fix a read of uninitialized memory in next_token() of hba.c, spotted viaNeil Conway2004-02-02
* Patch that makes quoting "sameuser", "samegroup", and "all" removeBruce Momjian2003-12-25
* Guard against bug in Solaris' bsearch(), per Michael Wildpaner.Tom Lane2003-12-05
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Remove socket credentials defines not referenced.Bruce Momjian2003-10-25
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25