summaryrefslogtreecommitdiff
path: root/src/auth/pool_auth.c
AgeCommit message (Expand)Author
47 hoursFix memory leak in scram authentication.HEADmasterTatsuo Ishii
2025-07-17Run pgindent.Tatsuo Ishii
2025-07-15Feature: implement protocol version 3.2 BackendKeyData and query cancel message.Tatsuo Ishii
2025-07-09Feature: implement NegotiateProtocolVersion message.Tatsuo Ishii
2025-05-20Replace PostmasterRandom() with pg_strong_random().Tatsuo Ishii
2025-05-17Suppress unnecessary information upon authentication failure.Tatsuo Ishii
2025-05-15Fix incorrect client authentication in some cases.Bo Peng
2023-08-19Comment: add comment to child process and auth staffs.Tatsuo Ishii
2022-11-09[New-Feature] Dynamic spare process managementMuhammad Usama
2020-12-26Apply mega typo fixes.Tatsuo Ishii
2020-09-17Apply language cleanup mega patch.Tatsuo Ishii
2020-06-26Add support for LDAP authentication between client and pgpool.Takuma Hoshiai
2020-05-04Some code reorganizationMuhammad Usama
2020-04-26Downgrade too verbose authentication logs.Tatsuo Ishii
2020-04-23Fix unnecessary checks.Tatsuo Ishii
2020-03-12Fix SCRAM auth handling bug.Tatsuo Ishii
2019-08-18Fix for password authentication does not work in certain casesMuhammad Usama
2019-07-09Fix logically dead code pointed out by Coverity.Tatsuo Ishii
2019-06-07Allow to use MD5 hashed password in health_check_password and sr_check_password.Tatsuo Ishii
2019-04-05Fix md5 auth broken in raw mode.Tatsuo Ishii
2018-12-25Fix PAM authentication failed with Pgpool-II 4.0.2.Takuma Hoshiai
2018-11-15Fix broken authentication for Pgpool's internal connectionsMuhammad Usama
2018-11-13Fix compiler warnings with gcc 8.x.Takuma Hoshiai
2018-09-04Miscellaneous fixes in the area of SCRAM authentication.Muhammad Usama
2018-08-17Run pgindent.Tatsuo Ishii
2018-08-17Deal with pgindent.Tatsuo Ishii
2018-08-16Feature: Add SCRAM and Certificate authentication supportMuhammad Usama
2018-07-10Allow not to use pool_passwd in raw mode.Tatsuo Ishii
2018-06-20Fix memory leaks related to pool_extract_error_message().Tatsuo Ishii
2018-05-07Downgrade most of DEBUG1 messages to DEBUG5.Tatsuo Ishii
2017-09-20[New feature] Allow specifying the hostnames in pool_hbaMuhammad Usama
2017-03-29Mega patch to fix "kind mismatch" (or derived) errors in streaming replicatio...Tatsuo Ishii
2016-09-09Do not use random() while generating MD5 salt.Tatsuo Ishii
2016-08-16Handling of pg_terminate_backend for simple query protocolMuhammad Usama
2016-08-11Unbreak version 2 protocol case.Tatsuo Ishii
2016-03-03Fix query stack problems in extended protocol case.Tatsuo Ishii
2015-12-25Adding the mechanism to authenticate the watchdog IPC commands.Muhammad Usama
2015-08-24Remove codes for parallel query modeYugo Nagata
2015-03-25Fix for pgpool-II emits a fatal error message when clear text password auth i...Muhammad Usama
2014-09-15Final checkin of series for fixing "[pgpool-hackers: 592]. pool_error and elog",Muhammad Usama
2014-08-12First checkin for fixing [pgpool-hackers: 592]. pool_error and elogMuhammad Usama
2014-08-05Back porting coverity issues fix patch from master branch.Muhammad Usama
2014-05-20Remove fix buffer size restrictionn of pool_extract_error_message().Tatsuo Ishii
2014-04-01This is the penultimate patch for integration of memory and exception manager...Muhammad Usama
2013-12-04Merge branch 'master' into EXCEPTION_MGRMuhammad Usama
2013-11-21Fix uninialized variables when all nodes are down.Tatsuo Ishii
2013-11-17Fix uninitialized variable in error case in pool_do_auth().Tatsuo Ishii
2013-11-04This is the first of the series of commits to import PostgreSQL's exception a...Muhammad Usama
2013-10-29Fix error message in read_password_packet().Tatsuo Ishii
2013-08-14Apply code reorganization maga patch from Muhammad Usama.Tatsuo Ishii