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
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.
Heikki Linnakangas
2017-04-18
*
Allow SCRAM authentication, when pg_hba.conf says 'md5'.
Heikki Linnakangas
2017-03-24
*
Support multiple RADIUS servers
Magnus Hagander
2017-03-22
*
Change logical replication pg_hba.conf use
Peter Eisentraut
2017-03-22
*
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-07
*
Move atooid() definition to a central place
Peter Eisentraut
2017-03-01
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Simplify some long-obsolete code in hba.c's next_token().
Tom Lane
2017-01-30
*
Invent pg_hba_file_rules view to show the content of pg_hba.conf.
Tom Lane
2017-01-30
*
Restructure hba.c to replace 3 parallel lists with single list of structs.
Tom Lane
2017-01-27
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Allow SSL configuration to be updated at SIGHUP.
Tom Lane
2017-01-02
*
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-09-02
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
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
[next]