index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
libpq
/
hba.c
Commit message (
Expand
)
Author
Age
*
Add authentication parameters compat_realm and upn_usename for SSPI
Magnus Hagander
2016-04-08
*
Add BSD authentication method.
Tom Lane
2016-04-08
*
Set PAM_RHOST item for PAM authentication
Peter Eisentraut
2016-04-08
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Set include_realm=1 default in parse_hba_line
Stephen Frost
2015-11-06
*
Don't leave pg_hba and pg_ident data lying around in running backends.
Tom Lane
2015-07-01
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Change default for include_realm to 1
Stephen Frost
2015-05-08
*
Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.
Tom Lane
2015-02-17
*
Fix misuse of memcpy() in check_ip().
Tom Lane
2015-02-16
*
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-24
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
*
Make Port->ssl_in_use available, even when built with !USE_SSL
Heikki Linnakangas
2014-11-25
*
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-08-11
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
Tom Lane
2014-04-16
*
Fix assorted issues in client host name lookup.
Tom Lane
2014-04-02
*
Remove support for native krb5 authentication
Magnus Hagander
2014-01-19
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix memory leak when an empty ident file is reloaded.
Heikki Linnakangas
2013-10-24
*
Avoid reading below the start of a stack variable in tokenize_file().
Noah Misch
2013-06-12
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Fix function return type confusion
Peter Eisentraut
2013-04-15
*
Report pg_hba line number and contents when users fail to log in
Magnus Hagander
2013-03-10
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Attempt to un-break Windows builds with USE_LDAP.
Tom Lane
2012-12-04
*
Fix build of LDAP URL feature
Peter Eisentraut
2012-12-04
*
Add support for LDAP URLs
Peter Eisentraut
2012-12-03
*
Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format.
Heikki Linnakangas
2012-09-21
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Add some enumeration commas, for consistency
Peter Eisentraut
2012-02-24
*
Add parameters for controlling locations of server-side SSL files
Peter Eisentraut
2012-02-22
*
Revert unfortunate whitespace change
Peter Eisentraut
2012-01-27
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Do not treat a superuser as a member of every role for HBA purposes.
Andrew Dunstan
2011-11-03
*
Reject empty pg_hba.conf files.
Tom Lane
2011-10-18
*
Use clearer notation for getnameinfo() return handling
Peter Eisentraut
2011-08-09
*
Modernise pg_hba.conf token processing
Alvaro Herrera
2011-06-28
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Refuse "local" lines in pg_hba.conf on platforms that don't support it
Magnus Hagander
2011-05-30
*
Rephrase some not-supported error messages in pg_hba.conf processing.
Tom Lane
2011-04-26
*
Complain if pg_hba.conf contains "hostssl" but SSL is disabled.
Tom Lane
2011-04-26
*
Teach regular expression operators to honor collations.
Tom Lane
2011-04-10
*
Don't make "replication" magical as a user name, only as a database name, in ...
Andrew Dunstan
2011-04-10
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Rename ident authentication over local connections to peer
Magnus Hagander
2011-03-19
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Support suffix matching of host names in pg_hba.conf
Peter Eisentraut
2010-10-24
*
Support key word 'all' in host column of pg_hba.conf
Peter Eisentraut
2010-10-18
[next]