aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/hba.c
Commit message (Expand)AuthorAge
* 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
* Second try at IPv4-to-v6 mapping code; avoid assuming that the structTom Lane2003-09-05
* Allow IPv4-format entries in pg_hba.conf to match IPv6 connectionsTom Lane2003-09-05
* This fixes three minor typos in hba.c.Bruce Momjian2003-09-05
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Fix some unprotected references to AF_UNIX ... wouldn't compile onTom Lane2003-08-01
* At long last I put together a patch to support 4 client SSL negotiationBruce Momjian2003-07-26
* Have a go at fixing various outstanding portability issues in code thatTom Lane2003-07-23
* A few parentheses shy of a load here ...Tom Lane2003-07-22
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-22
* index() -> strchr().Tom Lane2003-06-15
* IPv6 cleanups.Bruce Momjian2003-06-12