summaryrefslogtreecommitdiff
path: root/src/backend/libpq/hba.c
AgeCommit message (Expand)Author
30 hoursIn username-map substitution, cope with more than one \1.Tom Lane
2025-02-20Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-09-04Remove a couple of strerror() callsPeter Eisentraut
2024-07-23ldapurl is supported with simple bindPeter Eisentraut
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-07-27Eliminate fixed token-length limit in hba.c.Tom Lane
2023-07-17Remove db_user_namespace.Nathan Bossart
2023-06-20Pre-beta2 mechanical code beautification.Tom Lane
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-13Remove code in charge of freeing regexps generation by Lab.cMichael Paquier
2023-01-20Support the same patterns for pg-user in pg_ident.conf as in pg_hba.confMichael Paquier
2023-01-16Store IdentLine->pg_user as an AuthTokenMichael Paquier
2023-01-12Rename some variables related to ident files in hba.{c,h}Michael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-15Static assertions cleanupPeter Eisentraut
2022-11-26Fix typo in hba.cMichael Paquier
2022-11-24Introduce variables for initial and max nesting depth on configuration filesMichael Paquier
2022-11-24Add support for file inclusions in HBA and ident configuration filesMichael Paquier
2022-11-24Create memory context for tokenization after opening top-level file in hba.cMichael Paquier
2022-11-24Add missing initialization in tokenize_expand_file() for output listMichael Paquier
2022-11-23Rework memory contexts in charge of HBA/ident tokenizationMichael Paquier
2022-11-14Add error context callback when tokenizing authentication filesMichael Paquier
2022-11-14Invent open_auth_file() in hba.c to refactor authentication file openingMichael Paquier
2022-11-08Use AbsoluteConfigLocation() when building an included path in hba.cMichael Paquier
2022-10-26Fix variable assignment thinko in hba.cMichael Paquier
2022-10-26Refactor code handling the names of files loaded in hba.cMichael Paquier
2022-10-24Add support for regexps on database and user entries in pg_hba.confMichael Paquier
2022-10-21Refactor more logic for compilation of regular expressions in hba.cMichael Paquier
2022-10-19Refactor regular expression handling in hba.cMichael Paquier
2022-09-06Fix an assortment of improper usages of string functionsDavid Rowley
2022-08-25Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro
2022-08-17Avoid using list_length() to test for empty list.Tom Lane
2022-08-13Remove replacement code for getaddrinfo.Thomas Munro
2022-08-13Remove HAVE_UNIX_SOCKETS.Thomas Munro
2022-08-05Make consistent a couple of log messages when parsing HBA filesMichael Paquier
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-08Remove error message hints mentioning configure optionsPeter Eisentraut
2022-03-29Add system view pg_ident_file_mappingsMichael Paquier
2022-03-24Refactor code related to pg_hba_file_rules() into new fileMichael Paquier
2022-03-07Create routine able to set single-call SRFs for Materialize modeMichael Paquier
2022-02-15Remove IS_AF_UNIX macroPeter Eisentraut
2022-01-26Fix pg_hba_file_rules for authentication method certMagnus Hagander
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-18Provide a variant of simple_prompt() that can be interrupted by ^C.Tom Lane
2021-05-31Fix RADIUS error reporting in hba file parsingPeter Eisentraut
2021-04-07Refactor hba_authnameMagnus Hagander