aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/hba.c
Commit message (Expand)AuthorAge
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Eliminate fixed token-length limit in hba.c.Tom Lane2023-07-27
* Remove db_user_namespace.Nathan Bossart2023-07-17
* Pre-beta2 mechanical code beautification.Tom Lane2023-06-20
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Remove code in charge of freeing regexps generation by Lab.cMichael Paquier2023-04-14
* Support the same patterns for pg-user in pg_ident.conf as in pg_hba.confMichael Paquier2023-01-20
* Store IdentLine->pg_user as an AuthTokenMichael Paquier2023-01-16
* Rename some variables related to ident files in hba.{c,h}Michael Paquier2023-01-12
* Update copyright for 2023Bruce Momjian2023-01-02
* Static assertions cleanupPeter Eisentraut2022-12-15
* Fix typo in hba.cMichael Paquier2022-11-26
* Introduce variables for initial and max nesting depth on configuration filesMichael Paquier2022-11-25
* Add support for file inclusions in HBA and ident configuration filesMichael Paquier2022-11-24
* Create memory context for tokenization after opening top-level file in hba.cMichael Paquier2022-11-24
* Add missing initialization in tokenize_expand_file() for output listMichael Paquier2022-11-24
* Rework memory contexts in charge of HBA/ident tokenizationMichael Paquier2022-11-24
* Add error context callback when tokenizing authentication filesMichael Paquier2022-11-14
* Invent open_auth_file() in hba.c to refactor authentication file openingMichael Paquier2022-11-14
* Use AbsoluteConfigLocation() when building an included path in hba.cMichael Paquier2022-11-09
* Fix variable assignment thinko in hba.cMichael Paquier2022-10-26
* Refactor code handling the names of files loaded in hba.cMichael Paquier2022-10-26
* Add support for regexps on database and user entries in pg_hba.confMichael Paquier2022-10-24
* Refactor more logic for compilation of regular expressions in hba.cMichael Paquier2022-10-21
* Refactor regular expression handling in hba.cMichael Paquier2022-10-19
* Fix an assortment of improper usages of string functionsDavid Rowley2022-09-06
* Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro2022-08-26
* Avoid using list_length() to test for empty list.Tom Lane2022-08-17
* Remove replacement code for getaddrinfo.Thomas Munro2022-08-14
* Remove HAVE_UNIX_SOCKETS.Thomas Munro2022-08-14
* Make consistent a couple of log messages when parsing HBA filesMichael Paquier2022-08-05
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Remove error message hints mentioning configure optionsPeter Eisentraut2022-04-08
* Add system view pg_ident_file_mappingsMichael Paquier2022-03-29
* Refactor code related to pg_hba_file_rules() into new fileMichael Paquier2022-03-24
* Create routine able to set single-call SRFs for Materialize modeMichael Paquier2022-03-07
* Remove IS_AF_UNIX macroPeter Eisentraut2022-02-15
* Fix pg_hba_file_rules for authentication method certMagnus Hagander2022-01-26
* Update copyright for 2022Bruce Momjian2022-01-07
* Provide a variant of simple_prompt() that can be interrupted by ^C.Tom Lane2021-11-17
* Fix RADIUS error reporting in hba file parsingPeter Eisentraut2021-05-31
* Refactor hba_authnameMagnus Hagander2021-04-07
* Add some information about authenticated identity via log_connectionsMichael Paquier2021-04-07
* Allow matching the DN of a client certificate for authenticationAndrew Dunstan2021-03-29
* Simplify code related to compilation of SSL and OpenSSLMichael Paquier2021-02-10
* Introduce --with-ssl={openssl} as a configure optionMichael Paquier2021-02-01
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix assorted issues in backend's GSSAPI encryption support.Tom Lane2020-12-28
* Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut2020-12-04