index
:
pgpool2.git
EXCEPTION_MGR
IMPORT_96_PARSER
SCRAM_AUTH
V1_STABLE
V2_0_PARALLEL_UNSTABLE
V2_2_6_GRACEFUL_DETACH
V2_2_STABLE
V2_3_STABLE
V3_0_STABLE
V3_1_STABLE
V3_2_STABLE
V3_3_STABLE
V3_4_STABLE
V3_5_STABLE
V3_6_STABLE
V3_7_STABLE
V4_0_STABLE
V4_1_STABLE
V4_2_STABLE
V4_3_STABLE
V4_4_STABLE
V4_5_STABLE
V4_6_STABLE
V4_7_STABLE
bug271
extended_protocol_performance
import_parser_95
master
watchdog_enhancement
Clustering tool for PostgreSQL
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
auth
/
pool_auth.c
Age
Commit message (
Expand
)
Author
47 hours
Fix memory leak in scram authentication.
HEAD
master
Tatsuo Ishii
2025-07-17
Run pgindent.
Tatsuo Ishii
2025-07-15
Feature: implement protocol version 3.2 BackendKeyData and query cancel message.
Tatsuo Ishii
2025-07-09
Feature: implement NegotiateProtocolVersion message.
Tatsuo Ishii
2025-05-20
Replace PostmasterRandom() with pg_strong_random().
Tatsuo Ishii
2025-05-17
Suppress unnecessary information upon authentication failure.
Tatsuo Ishii
2025-05-15
Fix incorrect client authentication in some cases.
Bo Peng
2023-08-19
Comment: add comment to child process and auth staffs.
Tatsuo Ishii
2022-11-09
[New-Feature] Dynamic spare process management
Muhammad Usama
2020-12-26
Apply mega typo fixes.
Tatsuo Ishii
2020-09-17
Apply language cleanup mega patch.
Tatsuo Ishii
2020-06-26
Add support for LDAP authentication between client and pgpool.
Takuma Hoshiai
2020-05-04
Some code reorganization
Muhammad Usama
2020-04-26
Downgrade too verbose authentication logs.
Tatsuo Ishii
2020-04-23
Fix unnecessary checks.
Tatsuo Ishii
2020-03-12
Fix SCRAM auth handling bug.
Tatsuo Ishii
2019-08-18
Fix for password authentication does not work in certain cases
Muhammad Usama
2019-07-09
Fix logically dead code pointed out by Coverity.
Tatsuo Ishii
2019-06-07
Allow to use MD5 hashed password in health_check_password and sr_check_password.
Tatsuo Ishii
2019-04-05
Fix md5 auth broken in raw mode.
Tatsuo Ishii
2018-12-25
Fix PAM authentication failed with Pgpool-II 4.0.2.
Takuma Hoshiai
2018-11-15
Fix broken authentication for Pgpool's internal connections
Muhammad Usama
2018-11-13
Fix compiler warnings with gcc 8.x.
Takuma Hoshiai
2018-09-04
Miscellaneous fixes in the area of SCRAM authentication.
Muhammad Usama
2018-08-17
Run pgindent.
Tatsuo Ishii
2018-08-17
Deal with pgindent.
Tatsuo Ishii
2018-08-16
Feature: Add SCRAM and Certificate authentication support
Muhammad Usama
2018-07-10
Allow not to use pool_passwd in raw mode.
Tatsuo Ishii
2018-06-20
Fix memory leaks related to pool_extract_error_message().
Tatsuo Ishii
2018-05-07
Downgrade most of DEBUG1 messages to DEBUG5.
Tatsuo Ishii
2017-09-20
[New feature] Allow specifying the hostnames in pool_hba
Muhammad Usama
2017-03-29
Mega patch to fix "kind mismatch" (or derived) errors in streaming replicatio...
Tatsuo Ishii
2016-09-09
Do not use random() while generating MD5 salt.
Tatsuo Ishii
2016-08-16
Handling of pg_terminate_backend for simple query protocol
Muhammad Usama
2016-08-11
Unbreak version 2 protocol case.
Tatsuo Ishii
2016-03-03
Fix query stack problems in extended protocol case.
Tatsuo Ishii
2015-12-25
Adding the mechanism to authenticate the watchdog IPC commands.
Muhammad Usama
2015-08-24
Remove codes for parallel query mode
Yugo Nagata
2015-03-25
Fix for pgpool-II emits a fatal error message when clear text password auth i...
Muhammad Usama
2014-09-15
Final checkin of series for fixing "[pgpool-hackers: 592]. pool_error and elog",
Muhammad Usama
2014-08-12
First checkin for fixing [pgpool-hackers: 592]. pool_error and elog
Muhammad Usama
2014-08-05
Back porting coverity issues fix patch from master branch.
Muhammad Usama
2014-05-20
Remove fix buffer size restrictionn of pool_extract_error_message().
Tatsuo Ishii
2014-04-01
This is the penultimate patch for integration of memory and exception manager...
Muhammad Usama
2013-12-04
Merge branch 'master' into EXCEPTION_MGR
Muhammad Usama
2013-11-21
Fix uninialized variables when all nodes are down.
Tatsuo Ishii
2013-11-17
Fix uninitialized variable in error case in pool_do_auth().
Tatsuo Ishii
2013-11-04
This is the first of the series of commits to import PostgreSQL's exception a...
Muhammad Usama
2013-10-29
Fix error message in read_password_packet().
Tatsuo Ishii
2013-08-14
Apply code reorganization maga patch from Muhammad Usama.
Tatsuo Ishii